Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Contents of /branches/destination-access/xml/routino-translations.xml
Parent Directory
|
Revision Log
Revision 1957 -
(show annotations)
(download)
(as text)
Fri Sep 21 17:29:51 2018 UTC (6 years, 5 months ago) by amb
File MIME type: application/xml
File size: 43166 byte(s)
Fri Sep 21 17:29:51 2018 UTC (6 years, 5 months ago) by amb
File MIME type: application/xml
File size: 43166 byte(s)
Merge from trunk. Also update tagging for 'destination' access.
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | |
3 | <!-- ============================================================ |
4 | An XML format file containing Routino output translations. |
5 | |
6 | Part of the Routino routing software. |
7 | ============================================================ |
8 | This file Copyright 2010-2017 Andrew M. Bishop |
9 | |
10 | This program is free software: you can redistribute it and/or modify |
11 | it under the terms of the GNU Affero General Public License as published by |
12 | the Free Software Foundation, either version 3 of the License, or |
13 | (at your option) any later version. |
14 | ============================================================ --> |
15 | |
16 | <routino-translations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
17 | xsi:noNamespaceSchemaLocation="http://www.routino.org/xml/routino-translations.xsd"> |
18 | |
19 | <language lang="en" language="English"> |
20 | |
21 | <!-- Copyright of the data being routed, not of this file --> |
22 | <copyright> |
23 | <creator string="Creator" text="Routino - http://www.routino.org/" /> |
24 | <source string="Source" text="Based on OpenStreetMap data from http://www.openstreetmap.org/" /> |
25 | <license string="License" text="http://www.openstreetmap.org/copyright" /> |
26 | </copyright> |
27 | |
28 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> |
29 | <turn direction="-4" string="Very sharp left" /> |
30 | <turn direction="-3" string="Sharp left" /> |
31 | <turn direction="-2" string="Left" /> |
32 | <turn direction="-1" string="Slight left" /> |
33 | <turn direction="0" string="Straight on" /> |
34 | <turn direction="1" string="Slight right" /> |
35 | <turn direction="2" string="Right" /> |
36 | <turn direction="3" string="Sharp right" /> |
37 | <turn direction="4" string="Very sharp right" /> |
38 | |
39 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> |
40 | <heading direction="-4" string="South" /> |
41 | <heading direction="-3" string="South-West" /> |
42 | <heading direction="-2" string="West" /> |
43 | <heading direction="-1" string="North-West" /> |
44 | <heading direction="0" string="North" /> |
45 | <heading direction="1" string="North-East" /> |
46 | <heading direction="2" string="East" /> |
47 | <heading direction="3" string="South-East" /> |
48 | <heading direction="4" string="South" /> |
49 | |
50 | <!-- Ordinals, 1 = first, 2 = second ... --> |
51 | <ordinal number="1" string="First" /> |
52 | <ordinal number="2" string="Second" /> |
53 | <ordinal number="3" string="Third" /> |
54 | <ordinal number="4" string="Fourth" /> |
55 | <ordinal number="5" string="Fifth" /> |
56 | <ordinal number="6" string="Sixth" /> |
57 | <ordinal number="7" string="Seventh" /> |
58 | <ordinal number="8" string="Eighth" /> |
59 | <ordinal number="9" string="Ninth" /> |
60 | <ordinal number="10" string="Tenth" /> |
61 | |
62 | <!-- Highway names --> |
63 | <highway type="motorway" string="motorway" /> |
64 | <highway type="trunk" string="trunk road" /> |
65 | <highway type="primary" string="primary road" /> |
66 | <highway type="secondary" string="secondary road" /> |
67 | <highway type="tertiary" string="tertiary road" /> |
68 | <highway type="unclassified" string="unclassified road" /> |
69 | <highway type="residential" string="residential road" /> |
70 | <highway type="service" string="service road" /> |
71 | <highway type="track" string="track" /> |
72 | <highway type="cycleway" string="cycleway" /> |
73 | <highway type="path" string="path" /> |
74 | <highway type="steps" string="steps" /> |
75 | <highway type="ferry" string="ferry" /> |
76 | |
77 | <!-- The type of route --> |
78 | <route type="shortest" string="Shortest" /> <!-- For the description and route name --> |
79 | <route type="quickest" string="Quickest" /> <!-- For the description and route name --> |
80 | |
81 | <!-- HTML output --> |
82 | <output-html> |
83 | <waypoint type="waypoint" string="Waypoint" /> <!-- For the chosen waypoints --> |
84 | <waypoint type="junction" string="Junction" /> <!-- For the interesting junctions --> |
85 | <waypoint type="roundabout" string="Roundabout" /> <!-- For roundabouts --> |
86 | |
87 | <title text="%s Route" /> <!-- %s = [shortest|quickest] --> |
88 | |
89 | <start text="Start at %s, head %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
90 | <node text="At %s, go %s heading %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> |
91 | <rbnode text="Leave %s, take the %s exit heading %s" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> |
92 | <segment text="Follow %s for %.3f km, %.1f min" /> <!-- 1st %s = street name --> |
93 | <stop text="Stop at %s" /> <!-- 1st %s = [waypoint|junction] --> |
94 | <total text="Total %.1f km, %.0f minutes" /> |
95 | <subtotal text="%.1f km, %.0f minutes" /> |
96 | </output-html> |
97 | |
98 | <!-- GPX output --> |
99 | <output-gpx> |
100 | <waypoint type="waypt" string="WAYPT" /> <!-- For the route waypoints --> |
101 | <waypoint type="trip" string="TRIP" /> <!-- For the other route points --> |
102 | |
103 | <desc text="%s route between 'start' and 'finish' waypoints" /> <!-- %s = [shortest|quickest] --> |
104 | <name text="%s route" /> <!-- %s = [shortest|quickest] --> |
105 | <step text="%s on '%s' for %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> |
106 | <final text="Total Journey %.1f km, %.0f minutes" /> |
107 | </output-gpx> |
108 | |
109 | </language> |
110 | |
111 | <language lang="de" language="Deutsch"> |
112 | |
113 | <!-- Copyright of the data being routed, not of this file --> |
114 | <copyright> |
115 | <creator string="Urheber" text="Routino - http://www.routino.org/" /> |
116 | <source string="Quelle" text="Basierend auf OpenStreetMap-Daten, erhältlich via http://www.openstreetmap.org/" /> |
117 | <license string="Lizenz" text="http://www.openstreetmap.org/copyright" /> |
118 | </copyright> |
119 | |
120 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> |
121 | <turn direction="-4" string="Sehr scharf links" /> |
122 | <turn direction="-3" string="Scharf links" /> |
123 | <turn direction="-2" string="Links" /> |
124 | <turn direction="-1" string="Halb links" /> |
125 | <turn direction="0" string="Geradeaus" /> |
126 | <turn direction="1" string="Halb rechts" /> |
127 | <turn direction="2" string="Rechts" /> |
128 | <turn direction="3" string="Scharf rechts" /> |
129 | <turn direction="4" string="Sehr scharf rechts" /> |
130 | |
131 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> |
132 | <heading direction="-4" string="Süd" /> |
133 | <heading direction="-3" string="Süd-West" /> |
134 | <heading direction="-2" string="West" /> |
135 | <heading direction="-1" string="Nord-West" /> |
136 | <heading direction="0" string="Nord" /> |
137 | <heading direction="1" string="Nord-Ost" /> |
138 | <heading direction="2" string="Ost" /> |
139 | <heading direction="3" string="Süd-Ost" /> |
140 | <heading direction="4" string="Süd" /> |
141 | |
142 | <!-- Ordinals, 1 = first, 2 = second ... --> |
143 | <ordinal number="1" string="Erste" /> |
144 | <ordinal number="2" string="Zweite" /> |
145 | <ordinal number="3" string="Dritte" /> |
146 | <ordinal number="4" string="Vierte" /> |
147 | <ordinal number="5" string="Fünfte" /> |
148 | <ordinal number="6" string="Sechste" /> |
149 | <ordinal number="7" string="Siebte" /> |
150 | <ordinal number="8" string="Achte" /> |
151 | <ordinal number="9" string="Neunte" /> |
152 | <ordinal number="10" string="Zehnte" /> |
153 | |
154 | <!-- Highway names --> |
155 | <highway type="motorway" string="Autobahn" /> |
156 | <highway type="trunk" string="Schnellstraße" /> |
157 | <highway type="primary" string="Bundesstraße" /> |
158 | <highway type="secondary" string="Landesstraße" /> |
159 | <highway type="tertiary" string="Kreisstraße" /> |
160 | <highway type="unclassified" string="Nebenstraße" /> |
161 | <highway type="residential" string="Wohngebietsstraße" /> |
162 | <highway type="service" string="Erschließungsweg" /> |
163 | <highway type="track" string="Feld-/Waldweg" /> |
164 | <highway type="cycleway" string="Radweg" /> |
165 | <highway type="path" string="Weg/Pfad" /> |
166 | <highway type="steps" string="Treppe" /> |
167 | <highway type="ferry" string="Fähre" /> |
168 | |
169 | <!-- The type of route --> |
170 | <route type="shortest" string="Kürzeste" /> <!-- For the description and route name --> |
171 | <route type="quickest" string="Schnellste" /> <!-- For the description and route name --> |
172 | |
173 | <!-- HTML output --> |
174 | <output-html> |
175 | <waypoint type="waypoint" string="Wegpunkt" /> <!-- For the chosen waypoints --> |
176 | <waypoint type="junction" string="Anschlussstelle" /> <!-- For the interesting junctions --> |
177 | <waypoint type="roundabout" string="Kreisverkehr" /> <!-- For roundabouts --> |
178 | |
179 | <title text="%s Route" /> <!-- %s = [shortest|quickest] --> |
180 | |
181 | <start text="Start bei %s halten Sie sich Richtung %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
182 | <node text="Bei %s wenden Sie sich nach %s Richtung %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> |
183 | <rbnode text="Verlassen Sie %s, nehmen Sie die %s Ausfahrt Richtung %s" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> |
184 | <segment text="Folgen Sie der %s für %.3f km bzw. %.1f min" /> <!-- 1st %s = street name --> |
185 | <stop text="Stop Sie sind bei %s angekommen" /> <!-- 1st %s = [waypoint|junction] --> |
186 | <total text="Gesamt %.1f km, %.0f minuten" /> |
187 | <subtotal text="%.1f km, %.0f minuten" /> |
188 | </output-html> |
189 | |
190 | <!-- GPX output --> |
191 | <output-gpx> |
192 | <waypoint type="waypt" string="Wegpunkt" /> <!-- For the route waypoints --> |
193 | <waypoint type="trip" string="Reiseroute" /> <!-- For the other route points --> |
194 | |
195 | <desc text="%s Strecke zwischen 'Start' und 'Ziel'" /> <!-- %s = [shortest|quickest] --> |
196 | <name text="%s Strecke" /> <!-- %s = [shortest|quickest] --> |
197 | <step text="%s auf '%s' für %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> |
198 | <final text="Gesamtstrecke %.1f km, %.0f minuten" /> |
199 | </output-gpx> |
200 | |
201 | </language> |
202 | |
203 | <language lang="es" language="Español"> |
204 | |
205 | <!-- Copyright of the data being routed, not of this file --> |
206 | <copyright> |
207 | <creator string="Autor" text="Routino - http://www.routino.org/" /> |
208 | <source string="Fuente" text="Basado en datos OpenStreetMap de http://www.openstreetmap.org/" /> |
209 | <license string="Licencia" text="http://www.openstreetmap.org/copyright" /> |
210 | </copyright> |
211 | |
212 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> |
213 | <turn direction="-4" string="Media vuelta hacia la izquierda" /> |
214 | <turn direction="-3" string="Muy a la izquierda" /> |
215 | <turn direction="-2" string="A la izaquierda" /> |
216 | <turn direction="-1" string="Ligeramente a la izquierda" /> |
217 | <turn direction="0" string="Todo recto" /> |
218 | <turn direction="1" string="Ligeramente a la derecha" /> |
219 | <turn direction="2" string="A la derecha" /> |
220 | <turn direction="3" string="Muy a la derecha" /> |
221 | <turn direction="4" string="Media vuelta hacia la derecha" /> |
222 | |
223 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> |
224 | <heading direction="-4" string="Sur" /> |
225 | <heading direction="-3" string="Sur-Oeste" /> |
226 | <heading direction="-2" string="Oeste" /> |
227 | <heading direction="-1" string="Nor-Oeste" /> |
228 | <heading direction="0" string="Norte" /> |
229 | <heading direction="1" string="Nor-Este" /> |
230 | <heading direction="2" string="Este" /> |
231 | <heading direction="3" string="Sur-Este" /> |
232 | <heading direction="4" string="Sur" /> |
233 | |
234 | <!-- Ordinals, 1 = first, 2 = second ... --> |
235 | <ordinal number="1" string="Primera" /> |
236 | <ordinal number="2" string="Segunda" /> |
237 | <ordinal number="3" string="Tercera" /> |
238 | <ordinal number="4" string="Cuarta" /> |
239 | <ordinal number="5" string="Quinta" /> |
240 | <ordinal number="6" string="Sexta" /> |
241 | <ordinal number="7" string="Septima" /> |
242 | <ordinal number="8" string="Octava" /> |
243 | <ordinal number="9" string="Novena" /> |
244 | <ordinal number="10" string="Décima" /> |
245 | |
246 | <!-- Highway names --> |
247 | <highway type="motorway" string="autopista" /> |
248 | <highway type="trunk" string="enlace" /> |
249 | <highway type="primary" string="carretera nacional" /> |
250 | <highway type="secondary" string="carretera regional" /> |
251 | <highway type="tertiary" string="carretera local" /> |
252 | <highway type="unclassified" string="carretera sin clasificar" /> |
253 | <highway type="residential" string="calle" /> |
254 | <highway type="service" string="vía de servicio" /> |
255 | <highway type="track" string="pista" /> |
256 | <highway type="cycleway" string="via ciclable" /> |
257 | <highway type="path" string="sendero" /> |
258 | <highway type="steps" string="escaleras" /> |
259 | <highway type="ferry" string="ferry" /> |
260 | |
261 | <!-- The type of route --> |
262 | <route type="shortest" string="Más corto" /> <!-- For the description and route name --> |
263 | <route type="quickest" string="Más rápido" /> <!-- For the description and route name --> |
264 | |
265 | <!-- HTML output --> |
266 | <output-html> |
267 | <waypoint type="waypoint" string="Punto" /> <!-- For the chosen waypoints --> |
268 | <waypoint type="junction" string="Cruce" /> <!-- For the interesting junctions --> |
269 | <waypoint type="roundabout" string="Rotonda" /> <!-- For roundabouts --> |
270 | |
271 | <title text="Itinéraire %s" /> <!-- %s = [shortest|quickest] --> |
272 | |
273 | <start text="Inicio en el %s, dirección %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
274 | <node text="En el %s, ir %s dirección %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> |
275 | <rbnode text="Dejar la %s por la %s salida, dirección %s" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> |
276 | <segment text="Seguir %s durante %.3f km, %.1f min" /> <!-- 1st %s = street name --> |
277 | <stop text="Parar en %s" /> <!-- 1st %s = [waypoint|junction] --> |
278 | <total text="Total %.1f km, %.0f minutos" /> |
279 | <subtotal text="%.1f km, %.0f minutos" /> |
280 | </output-html> |
281 | |
282 | <!-- GPX output --> |
283 | <output-gpx> |
284 | <waypoint type="waypt" string="WayPoint" /> <!-- For the route waypoints --> |
285 | <waypoint type="trip" string="Punto" /> <!-- For the other route points --> |
286 | |
287 | <desc text="Itinerario %s entre los puntos 'inicio' y 'final'" /> <!-- %s = [shortest|quickest] --> |
288 | <name text="Itinerario %s" /> <!-- %s = [shortest|quickest] --> |
289 | <step text="%s en '%s' durante %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> |
290 | <final text="Trayecto total %.1f km, %.0f minutes" /> |
291 | </output-gpx> |
292 | |
293 | </language> |
294 | |
295 | <language lang="fr" language="Français"> |
296 | |
297 | <!-- Copyright of the data being routed, not of this file --> |
298 | <copyright> |
299 | <creator string="Créateur" text="Routino - http://www.routino.org/" /> |
300 | <source string="Source" text="Basé sur les données OpenStreetMap de http://www.openstreetmap.org/" /> |
301 | <license string="Licence" text="http://www.openstreetmap.org/copyright" /> |
302 | </copyright> |
303 | |
304 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> |
305 | <turn direction="-4" string="demi-tour à gauche" /> |
306 | <turn direction="-3" string="Très à gauche" /> |
307 | <turn direction="-2" string="à gauche" /> |
308 | <turn direction="-1" string="Légèrement à gauche" /> |
309 | <turn direction="0" string="Tout droit" /> |
310 | <turn direction="1" string="légèrement à droite" /> |
311 | <turn direction="2" string="à droite" /> |
312 | <turn direction="3" string="très à droite" /> |
313 | <turn direction="4" string="demi-tour à droite" /> |
314 | |
315 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> |
316 | <heading direction="-4" string="Sud" /> |
317 | <heading direction="-3" string="Sud-Ouest" /> |
318 | <heading direction="-2" string="Ouest" /> |
319 | <heading direction="-1" string="Nord-Ouest" /> |
320 | <heading direction="0" string="Nord" /> |
321 | <heading direction="1" string="Nord-Est" /> |
322 | <heading direction="2" string="Est" /> |
323 | <heading direction="3" string="Sud-Est" /> |
324 | <heading direction="4" string="Sud" /> |
325 | |
326 | <!-- Ordinals, 1 = first, 2 = second ... --> |
327 | <ordinal number="1" string="Premier" /> |
328 | <ordinal number="2" string="Second" /> |
329 | <ordinal number="3" string="Troisième" /> |
330 | <ordinal number="4" string="Quatrième" /> |
331 | <ordinal number="5" string="Cinquième" /> |
332 | <ordinal number="6" string="Sixième" /> |
333 | <ordinal number="7" string="Septième" /> |
334 | <ordinal number="8" string="Huitième" /> |
335 | <ordinal number="9" string="Neuvième" /> |
336 | <ordinal number="10" string="Dixième" /> |
337 | |
338 | <!-- Highway names --> |
339 | <highway type="motorway" string="autoroute" /> |
340 | <highway type="trunk" string="route de jonction" /> |
341 | <highway type="primary" string="route nationale" /> |
342 | <highway type="secondary" string="route départementale" /> |
343 | <highway type="tertiary" string="route locale" /> |
344 | <highway type="unclassified" string="route non classifiée" /> |
345 | <highway type="residential" string="rue résidentielle" /> |
346 | <highway type="service" string="rue de service" /> |
347 | <highway type="track" string="piste" /> |
348 | <highway type="cycleway" string="piste cyclable" /> |
349 | <highway type="path" string="sentier" /> |
350 | <highway type="steps" string="escalier" /> |
351 | <highway type="ferry" string="ferry" /> |
352 | |
353 | <!-- The type of route --> |
354 | <route type="shortest" string="le plus court" /> <!-- For the description and route name --> |
355 | <route type="quickest" string="le plus rapide" /> <!-- For the description and route name --> |
356 | |
357 | <!-- HTML output --> |
358 | <output-html> |
359 | <waypoint type="waypoint" string="Étape" /> <!-- For the chosen waypoints --> |
360 | <waypoint type="junction" string="Intersection" /> <!-- For the interesting junctions --> |
361 | <waypoint type="roundabout" string="rond-point" /> <!-- For roundabouts --> |
362 | |
363 | <title text="Itinéraire %s" /> <!-- %s = [shortest|quickest] --> |
364 | |
365 | <start text="Débute à %s, direction %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
366 | <node text="à %s, aller %s direction %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> |
367 | <rbnode text="Quitter %s, prendre la sortie %s direction %s" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> |
368 | <segment text="Suivre %s pendant %.3f km, %.1f min" /> <!-- 1st %s = street name --> |
369 | <stop text="S'arrêter à %s" /> <!-- 1st %s = [waypoint|junction] --> |
370 | <total text="Total %.1f km, %.0f minutes" /> |
371 | <subtotal text="%.1f km, %.0f minutes" /> |
372 | </output-html> |
373 | |
374 | <!-- GPX output --> |
375 | <output-gpx> |
376 | <waypoint type="waypt" string="ETAPE" /> <!-- For the route waypoints --> |
377 | <waypoint type="trip" string="POINT" /> <!-- For the other route points --> |
378 | |
379 | <desc text="Itinéraire %s entre les étapes 'début' et 'fin'" /> <!-- %s = [shortest|quickest] --> |
380 | <name text="Itinéraire %s" /> <!-- %s = [shortest|quickest] --> |
381 | <step text="%s sur '%s' pendant %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> |
382 | <final text="Trajet total %.1f km, %.0f minutes" /> |
383 | </output-gpx> |
384 | |
385 | </language> |
386 | |
387 | <language lang="hu" language="Magyar"> |
388 | |
389 | <!-- Copyright of the data being routed, not of this file --> |
390 | <copyright> |
391 | <creator string="Alkotó" text="Routino - http://www.routino.org/" /> |
392 | <source string="Forrás" text="Openstreetmap adatok alapján http://www.openstreetmap.org/" /> |
393 | <license string="Licenc" text="http://www.openstreetmap.org/copyright" /> |
394 | </copyright> |
395 | |
396 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> |
397 | <turn direction="-4" string="Nagyon élesen balra" /> |
398 | <turn direction="-3" string="Élesen balra" /> |
399 | <turn direction="-2" string="Balra" /> |
400 | <turn direction="-1" string="Enyhén balra" /> |
401 | <turn direction="0" string="Egyenesen" /> |
402 | <turn direction="1" string="Enyhén jobbra" /> |
403 | <turn direction="2" string="Jobbra" /> |
404 | <turn direction="3" string="Élesen jobbra" /> |
405 | <turn direction="4" string="Nagyon élesen jobbra" /> |
406 | |
407 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> |
408 | <heading direction="-4" string="Dél" /> |
409 | <heading direction="-3" string="Délnyugat" /> |
410 | <heading direction="-2" string="Nyugat" /> |
411 | <heading direction="-1" string="Északnyugat" /> |
412 | <heading direction="0" string="Észak" /> |
413 | <heading direction="1" string="Északkelet" /> |
414 | <heading direction="2" string="Kelet" /> |
415 | <heading direction="3" string="Délkelet" /> |
416 | <heading direction="4" string="Dél" /> |
417 | |
418 | <!-- Ordinals, 1 = first, 2 = second ... --> |
419 | <ordinal number="1" string="első" /> |
420 | <ordinal number="2" string="második" /> |
421 | <ordinal number="3" string="harmadik" /> |
422 | <ordinal number="4" string="negyedik" /> |
423 | <ordinal number="5" string="ötödik" /> |
424 | <ordinal number="6" string="hatodik" /> |
425 | <ordinal number="7" string="hetedik" /> |
426 | <ordinal number="8" string="nyolcadik" /> |
427 | <ordinal number="9" string="kilencedik" /> |
428 | <ordinal number="10" string="tizedik" /> |
429 | |
430 | <!-- Highway names --> |
431 | <highway type="motorway" string="autópálya" /> |
432 | <highway type="trunk" string="autóút" /> |
433 | <highway type="primary" string="főút" /> |
434 | <highway type="secondary" string="összekötőút" /> |
435 | <highway type="tertiary" string="bekötőút" /> |
436 | <highway type="unclassified" string="egyéb közút" /> |
437 | <highway type="residential" string="lakóút" /> |
438 | <highway type="service" string="szervizút" /> |
439 | <highway type="track" string="földút" /> |
440 | <highway type="cycleway" string="kerékpárút" /> |
441 | <highway type="path" string="ösvény" /> |
442 | <highway type="steps" string="lépcső" /> |
443 | <highway type="ferry" string="komp" /> |
444 | |
445 | <!-- The type of route --> |
446 | <route type="shortest" string="Legrövidebb" /> <!-- For the description and route name --> |
447 | <route type="quickest" string="Leggyorsabb" /> <!-- For the description and route name --> |
448 | |
449 | <!-- HTML output --> |
450 | <output-html> |
451 | <waypoint type="waypoint" string="Útpont" /> <!-- For the chosen waypoints --> |
452 | <waypoint type="junction" string="Kereszteződés" /> <!-- For the interesting junctions --> |
453 | <waypoint type="roundabout" string="Körforgalom" /> <!-- For roundabouts --> |
454 | |
455 | <title text="%s útvonal" /> <!-- %s = [shortest|quickest] --> |
456 | |
457 | <start text="%s, indulás %s felé" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
458 | <node text="%s, menj %s, %s felé" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> |
459 | <rbnode text="%s, hagyd el %s kijáraton %s felé" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> |
460 | <segment text="Haladj ezen: %s, %.3f km-t, %.1f percig" /> <!-- 1st %s = street name --> |
461 | <stop text="Állj meg itt: %s" /> <!-- 1st %s = [waypoint|junction] --> |
462 | <total text="Összesen %.1f km, %.0f perc" /> |
463 | <subtotal text="%.1f km, %.0f perc" /> |
464 | </output-html> |
465 | |
466 | <!-- GPX output --> |
467 | <output-gpx> |
468 | <waypoint type="waypt" string="ÚTPONT" /> <!-- For the route waypoints --> |
469 | <waypoint type="trip" string="ÚT" /> <!-- For the other route points --> |
470 | |
471 | <desc text="A kiindulási és a célpont közötti %s útvonal" /> <!-- %s = [shortest|quickest] --> |
472 | <name text="%s útvonal" /> <!-- %s = [shortest|quickest] --> |
473 | <step text="%s felé itt: %s, %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> |
474 | <final text="Az egész út %.1f km, %.0f perc" /> |
475 | </output-gpx> |
476 | |
477 | </language> |
478 | |
479 | <language lang="it" language="Italiano"> |
480 | |
481 | <!-- Copyright of the data being routed, not of this file --> |
482 | <copyright> |
483 | <creator string="Autore" text="Routino - http://www.routino.org/" /> |
484 | <source string="Sorgente" text="Basato sui dati di OpenStreetMap (http://www.openstreetmap.org/)" /> |
485 | <license string="Licenza" text="http://www.openstreetmap.org/copyright" /> |
486 | </copyright> |
487 | |
488 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> |
489 | <turn direction="-4" string="Immediatamente a sinistra" /> |
490 | <turn direction="-3" string="Subito a sinistra" /> |
491 | <turn direction="-2" string="Sinistra" /> |
492 | <turn direction="-1" string="Leggermente a sinistra" /> |
493 | <turn direction="0" string="Dritto" /> |
494 | <turn direction="1" string="Leggermente a destra" /> |
495 | <turn direction="2" string="Destra" /> |
496 | <turn direction="3" string="Subito a destra" /> |
497 | <turn direction="4" string="Immediatamente a destra" /> |
498 | |
499 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> |
500 | <heading direction="-4" string="Sud" /> |
501 | <heading direction="-3" string="Sud-Ovest" /> |
502 | <heading direction="-2" string="Ovest" /> |
503 | <heading direction="-1" string="Nord-Ovest" /> |
504 | <heading direction="0" string="Nord" /> |
505 | <heading direction="1" string="Nord-Est" /> |
506 | <heading direction="2" string="Est" /> |
507 | <heading direction="3" string="Sud-Est" /> |
508 | <heading direction="4" string="Sud" /> |
509 | |
510 | <!-- Ordinals, 1 = first, 2 = second ... --> |
511 | <ordinal number="1" string="Prima" /> |
512 | <ordinal number="2" string="Seconda" /> |
513 | <ordinal number="3" string="Terza" /> |
514 | <ordinal number="4" string="Quarta" /> |
515 | <ordinal number="5" string="Quinta" /> |
516 | <ordinal number="6" string="Sesta" /> |
517 | <ordinal number="7" string="Settima" /> |
518 | <ordinal number="8" string="Ottava" /> |
519 | <ordinal number="9" string="Nona" /> |
520 | <ordinal number="10" string="Decima" /> |
521 | |
522 | <!-- Highway names --> |
523 | <highway type="motorway" string="autostrada" /> |
524 | <highway type="trunk" string="superstrada" /> |
525 | <highway type="primary" string="strada statale" /> |
526 | <highway type="secondary" string="strada regionale" /> |
527 | <highway type="tertiary" string="strada provinciale" /> |
528 | <highway type="unclassified" string="strada non classificata" /> |
529 | <highway type="residential" string="strada residenziale" /> |
530 | <highway type="service" string="strada di servizio" /> |
531 | <highway type="track" string="traccia" /> |
532 | <highway type="cycleway" string="pista ciclabile" /> |
533 | <highway type="path" string="sentiero" /> |
534 | <highway type="steps" string="scalinata" /> |
535 | <highway type="ferry" string="traghetto" /> |
536 | |
537 | <!-- The type of route --> |
538 | <route type="shortest" string="Il piu' corto" /> <!-- For the description and route name --> |
539 | <route type="quickest" string="Il piu' veloce" /> <!-- For the description and route name --> |
540 | |
541 | <!-- HTML output --> |
542 | <output-html> |
543 | <waypoint type="waypoint" string="Punto sul tragitto" /> <!-- For the chosen waypoints --> |
544 | <waypoint type="junction" string="Raccordo" /> <!-- For the interesting junctions --> |
545 | <waypoint type="roundabout" string="Rotatoria" /> <!-- For roundabouts --> |
546 | |
547 | <title text="%s Itinerario" /> <!-- %s = [shortest|quickest] --> |
548 | |
549 | <start text="Inizia a %s, su %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
550 | <node text="A %s, vai a %s su %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> |
551 | <rbnode text="Lascia %s, prendi la %s uscita su %s" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> |
552 | <segment text="Segui %s per %.3f km, %.1f min" /> <!-- 1st %s = street name --> |
553 | <stop text="Stop fra %s" /> <!-- 1st %s = [waypoint|junction] --> |
554 | <total text="Totale %.1f km, %.0f minuti" /> |
555 | <subtotal text="%.1f km, %.0f minuti" /> |
556 | </output-html> |
557 | |
558 | <!-- GPX output --> |
559 | <output-gpx> |
560 | <waypoint type="waypt" string="WAYPT" /> <!-- For the route waypoints --> |
561 | <waypoint type="trip" string="TRIP" /> <!-- For the other route points --> |
562 | |
563 | <desc text="%s punti sul percorso fra 'start' e 'finish'" /> <!-- %s = [shortest|quickest] --> |
564 | <name text="%s percorso" /> <!-- %s = [shortest|quickest] --> |
565 | <step text="%s su '%s' per %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> |
566 | <final text="Viaggio completo %.1f km, %.0f minuti" /> |
567 | </output-gpx> |
568 | |
569 | </language> |
570 | |
571 | <language lang="nl" language="Nederlands"> |
572 | |
573 | <!-- Copyright of the data being routed, not of this file --> |
574 | <copyright> |
575 | <creator string="Creator" text="Routino - http://www.routino.org/" /> |
576 | <source string="Source" text="Gebouwd op OpenStreetMap data van http://www.openstreetmap.org/" /> |
577 | <license string="License" text="http://www.openstreetmap.org/copyright" /> |
578 | </copyright> |
579 | |
580 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> |
581 | <turn direction="-4" string="Haarspeld naar links" /> |
582 | <turn direction="-3" string="Scherp links" /> |
583 | <turn direction="-2" string="Links" /> |
584 | <turn direction="-1" string="Half links" /> |
585 | <turn direction="0" string="Rechtdoor" /> |
586 | <turn direction="1" string="Half rechts" /> |
587 | <turn direction="2" string="Rechts" /> |
588 | <turn direction="3" string="Scherp rechts" /> |
589 | <turn direction="4" string="Haarspeld naar rechts" /> |
590 | |
591 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> |
592 | <heading direction="-4" string="Zuid" /> |
593 | <heading direction="-3" string="Zuid-West" /> |
594 | <heading direction="-2" string="West" /> |
595 | <heading direction="-1" string="Noord-West" /> |
596 | <heading direction="0" string="Noord" /> |
597 | <heading direction="1" string="Noord-Oost" /> |
598 | <heading direction="2" string="Oost" /> |
599 | <heading direction="3" string="Zuid-Oost" /> |
600 | <heading direction="4" string="Zuid" /> |
601 | |
602 | <!-- Ordinals, 1 = first, 2 = second ... --> |
603 | <ordinal number="1" string="Eerste" /> |
604 | <ordinal number="2" string="Tweede" /> |
605 | <ordinal number="3" string="Derde" /> |
606 | <ordinal number="4" string="Vierde" /> |
607 | <ordinal number="5" string="Vijfde" /> |
608 | <ordinal number="6" string="Zesde" /> |
609 | <ordinal number="7" string="Zevende" /> |
610 | <ordinal number="8" string="Achtste" /> |
611 | <ordinal number="9" string="Negende" /> |
612 | <ordinal number="10" string="Tiende" /> |
613 | |
614 | <!-- Highway names --> |
615 | <highway type="motorway" string="Autostrade" /> |
616 | <highway type="trunk" string="Autoweg" /> |
617 | <highway type="primary" string="Provinciale weg" /> |
618 | <highway type="secondary" string="Nationale weg" /> |
619 | <highway type="tertiary" string="Doorgangsweg" /> |
620 | <highway type="unclassified" string="Niet geclassificeerd" /> |
621 | <highway type="residential" string="Woongebied" /> |
622 | <highway type="service" string="Toegangsweg" /> |
623 | <highway type="track" string="Veldweg" /> |
624 | <highway type="cycleway" string="Fietspad" /> |
625 | <highway type="path" string="Pad" /> |
626 | <highway type="steps" string="Trap" /> |
627 | <highway type="ferry" string="Veerboot" /> |
628 | |
629 | <!-- The type of route --> |
630 | <route type="shortest" string="Kortste" /> <!-- For the description and route name --> |
631 | <route type="quickest" string="Snelste" /> <!-- For the description and route name --> |
632 | |
633 | <!-- HTML output --> |
634 | <output-html> |
635 | <waypoint type="waypoint" string="Punt" /> <!-- For the chosen waypoints --> |
636 | <waypoint type="junction" string="de splitsing" /> <!-- For the interesting junctions --> |
637 | <waypoint type="roundabout" string="rotonde" /> <!-- For roundabouts --> |
638 | |
639 | <title text="%s Route" /> <!-- %s = [shortest|quickest] --> |
640 | |
641 | <start text="Start bij %s neemt u de richting %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
642 | <node text="Bij %s gaat u %s richting %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> |
643 | <rbnode text="Leave aan de %s, neem de %s afslag richting %s" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> |
644 | <segment text="Volg u de %s voor %.3f km %.1f min" /> <!-- 1st %s = street name --> |
645 | <stop text="Stop U bent bij %s aangekomen" /> <!-- 1st %s = [waypoint|junction] --> |
646 | <total text="Totaal %.1f km, %.0f minuten" /> |
647 | <subtotal text="%.1f km, %.0f minuten" /> |
648 | </output-html> |
649 | |
650 | <!-- GPX output --> |
651 | <output-gpx> |
652 | <!-- TRANSLATION REQUIRED: waypoint type="waypt" string="WAYPT" / --> <!-- For the route waypoints --> |
653 | <!-- TRANSLATION REQUIRED: waypoint type="trip" string="TRIP" / --> <!-- For the other route points --> |
654 | |
655 | <desc text="%s Route tussen 'Start' und 'Finish'" /> <!-- %s = [shortest|quickest] --> |
656 | <name text="%s Route" /> <!-- %s = [shortest|quickest] --> |
657 | <step text="%s op '%s' voor %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> |
658 | <final text="Totaal trip %.1f km, %.0f minuten" /> |
659 | </output-gpx> |
660 | |
661 | </language> |
662 | |
663 | <language lang="pl" language="Polski"> |
664 | |
665 | <!-- Copyright of the data being routed, not of this file --> |
666 | <copyright> |
667 | <creator string="Twórca" text="Routino - http://www.routino.org/" /> |
668 | <source string="Źródło" text="Oparte na danych OpenStreetMap ze strony http://www.openstreetmap.org/" /> |
669 | <license string="Licencja" text="http://www.openstreetmap.org/copyright" /> |
670 | </copyright> |
671 | |
672 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> |
673 | <turn direction="-4" string="Bardzo ostro w lewo" /> |
674 | <turn direction="-3" string="Ostro w lewo" /> |
675 | <turn direction="-2" string="W lewo" /> |
676 | <turn direction="-1" string="Lekko w lewo" /> |
677 | <turn direction="0" string="Prosto" /> |
678 | <turn direction="1" string="Lekko w prawo" /> |
679 | <turn direction="2" string="W prawo" /> |
680 | <turn direction="3" string="Ostro w prawo" /> |
681 | <turn direction="4" string="Bardzo ostro w prawo" /> |
682 | |
683 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> |
684 | <heading direction="-4" string="Na południe" /> |
685 | <heading direction="-3" string="Na południowy zachód" /> |
686 | <heading direction="-2" string="Na zachód" /> |
687 | <heading direction="-1" string="Na północny zachód" /> |
688 | <heading direction="0" string="Na północ" /> |
689 | <heading direction="1" string="Na północny wschód" /> |
690 | <heading direction="2" string="Na wschód" /> |
691 | <heading direction="3" string="Na południowy wschód" /> |
692 | <heading direction="4" string="Na południe" /> |
693 | |
694 | <!-- Ordinals, 1 = first, 2 = second ... --> |
695 | <ordinal number="1" string="Pierwszy" /> |
696 | <ordinal number="2" string="Drugi" /> |
697 | <ordinal number="3" string="Trzeci" /> |
698 | <ordinal number="4" string="Czwarty" /> |
699 | <ordinal number="5" string="Piąty" /> |
700 | <ordinal number="6" string="Szósty" /> |
701 | <ordinal number="7" string="Siódmy" /> |
702 | <ordinal number="8" string="Ósmy" /> |
703 | <ordinal number="9" string="Dziewiąty" /> |
704 | <ordinal number="10" string="Dziesiąty" /> |
705 | |
706 | <!-- Highway names --> |
707 | <highway type="motorway" string="Autostrada" /> |
708 | <highway type="trunk" string="Droga ekspresowa" /> |
709 | <highway type="primary" string="Droga krajowa" /> |
710 | <highway type="secondary" string="Droga powiatowa" /> |
711 | <highway type="tertiary" string="Droga lokalna" /> |
712 | <highway type="unclassified" string="Droga nieznanego typu" /> |
713 | <highway type="residential" string="Droga osiedlowa" /> |
714 | <highway type="service" string="Droga dojazdowa" /> |
715 | <highway type="track" string="Droga polna" /> |
716 | <highway type="cycleway" string="Droga rowerowa" /> |
717 | <highway type="path" string="Ścieżka" /> |
718 | <highway type="steps" string="Pieszo" /> |
719 | <highway type="ferry" string="Prom" /> |
720 | |
721 | <!-- The type of route --> |
722 | <route type="shortest" string="Najkrótsza" /> <!-- For the description and route name --> |
723 | <route type="quickest" string="Najszybsza" /> <!-- For the description and route name --> |
724 | |
725 | <!-- HTML output --> |
726 | <output-html> |
727 | <waypoint type="waypoint" string="Punkt" /> <!-- For the chosen waypoints --> |
728 | <waypoint type="junction" string="Połączenie" /> <!-- For the interesting junctions --> |
729 | <waypoint type="roundabout" string="Rondo" /> <!-- For roundabouts --> |
730 | |
731 | <title text="%s Trasa" /> <!-- %s = [shortest|quickest] --> |
732 | |
733 | <start text="Start %s kieruj się na %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
734 | <!-- TRANSLATION REQUIRED: node text="At %s, go %s heading %s" / --> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> |
735 | <!-- TRANSLATION REQUIRED: rbnode text="Leave %s, take the %s exit heading %s" / --> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> |
736 | <segment text="Podążaj %s przez %.3f km, %.1f min." /> <!-- 1st %s = street name --> |
737 | <stop text="Stop Na %s" /> <!-- 1st %s = [waypoint|junction] --> |
738 | <total text="Całkowity %.1f km, %.0f min." /> |
739 | <subtotal text="%.1f km, %.0f min." /> |
740 | </output-html> |
741 | |
742 | <!-- GPX output --> |
743 | <output-gpx> |
744 | <waypoint type="waypt" string="Punkt" /> <!-- For the route waypoints --> |
745 | <waypoint type="trip" string="Podróż" /> <!-- For the other route points --> |
746 | |
747 | <desc text="%s trasa pomiędzy 'start' a 'koniec'" /> <!-- %s = [shortest|quickest] --> |
748 | <name text="%s trasa" /> <!-- %s = [shortest|quickest] --> |
749 | <step text="%s na %s przez %.3f km, %.1f min." /> <!-- 1st %s = [turn], 2nd %s = street name --> |
750 | <final text="Całkowita podróż %.1f km, %.0f min." /> |
751 | </output-gpx> |
752 | |
753 | </language> |
754 | |
755 | <language lang="ru" language="Русский"> |
756 | |
757 | <!-- Copyright of the data being routed, not of this file --> |
758 | <copyright> |
759 | <creator string="Автор" text="Routino - http://www.routino.org/" /> |
760 | <source string="Источник" text="Использованы данные OpenStreetMap http://www.openstreetmap.org/" /> |
761 | <license string="Лицензия" text="http://www.openstreetmap.org/copyright" /> |
762 | </copyright> |
763 | |
764 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> |
765 | <turn direction="-4" string="очень крутой поворот налево" /> |
766 | <turn direction="-3" string="крутой поворот налево" /> |
767 | <turn direction="-2" string="налево" /> |
768 | <turn direction="-1" string="плавно налево" /> |
769 | <turn direction="0" string="прямо" /> |
770 | <turn direction="1" string="плавно направо" /> |
771 | <turn direction="2" string="направо" /> |
772 | <turn direction="3" string="крутой поворот направо" /> |
773 | <turn direction="4" string="очень крутой поворот направо" /> |
774 | |
775 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> |
776 | <heading direction="-4" string="юг" /> |
777 | <heading direction="-3" string="юго-запад" /> |
778 | <heading direction="-2" string="запад" /> |
779 | <heading direction="-1" string="северо-запад" /> |
780 | <heading direction="0" string="север" /> |
781 | <heading direction="1" string="северо-восток" /> |
782 | <heading direction="2" string="восток" /> |
783 | <heading direction="3" string="юго-восток" /> |
784 | <heading direction="4" string="юг" /> |
785 | |
786 | <!-- Ordinals, 1 = first, 2 = second ... --> |
787 | <ordinal number="1" string="Первый" /> |
788 | <ordinal number="2" string="Второй" /> |
789 | <ordinal number="3" string="Третий" /> |
790 | <ordinal number="4" string="Четвертый" /> |
791 | <ordinal number="5" string="Пятый" /> |
792 | <ordinal number="6" string="Шестой" /> |
793 | <ordinal number="7" string="Седьмой" /> |
794 | <ordinal number="8" string="Восьмой" /> |
795 | <ordinal number="9" string="Девятый" /> |
796 | <ordinal number="10" string="Десятый" /> |
797 | |
798 | <!-- Highway names --> |
799 | <highway type="motorway" string="автомагистраль" /> |
800 | <highway type="trunk" string="международная трасса" /> |
801 | <highway type="primary" string="дорога регионального значения" /> |
802 | <highway type="secondary" string="дорога областного значения" /> |
803 | <highway type="tertiary" string="дорога районного значения" /> |
804 | <highway type="unclassified" string="дорога местного значения" /> |
805 | <highway type="residential" string="улица" /> |
806 | <highway type="service" string="проезд" /> |
807 | <highway type="track" string="дорога с/х назначения" /> |
808 | <highway type="cycleway" string="велодорожка" /> |
809 | <highway type="path" string="тропинка" /> |
810 | <highway type="steps" string="лестница" /> |
811 | <highway type="ferry" string="паром" /> |
812 | |
813 | <!-- The type of route --> |
814 | <route type="shortest" string="Кратчайший" /> <!-- For the description and route name --> |
815 | <route type="quickest" string="Быстрый" /> <!-- For the description and route name --> |
816 | |
817 | <!-- HTML output --> |
818 | <output-html> |
819 | <waypoint type="waypoint" string="Точка" /> <!-- For the chosen waypoints --> |
820 | <waypoint type="junction" string="перекрестке" /> <!-- For the interesting junctions --> |
821 | <waypoint type="roundabout" string="круговое движение" /> <!-- For roundabouts --> |
822 | |
823 | <title text="%s маршрут" /> <!-- %s = [shortest|quickest] --> |
824 | |
825 | <start text="Старт %s, на %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
826 | <node text="на %s, %s, на %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> |
827 | <!-- TRANSLATION REQUIRED: rbnode text="Leave %s, take the %s exit heading %s" / --> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> |
828 | <segment text="Следуйте по %s %.3f км, %.1f мин" /> <!-- 1st %s = street name --> |
829 | <stop text="Стоп %s" /> <!-- 1st %s = [waypoint|junction] --> |
830 | <total text="Всего %.1f км, %.0f минут" /> |
831 | <subtotal text="%.1f км, %.0f минут" /> |
832 | </output-html> |
833 | |
834 | <!-- GPX output --> |
835 | <output-gpx> |
836 | <waypoint type="waypt" string="ТОЧКА" /> <!-- For the route waypoints --> |
837 | <!-- TRANSLATION REQUIRED: waypoint type="trip" string="TRIP" / --> <!-- For the other route points --> |
838 | |
839 | <desc text="%s маршрут от 'Старта' до 'Финиша'" /> <!-- %s = [shortest|quickest] --> |
840 | <name text="%s маршрут" /> <!-- %s = [shortest|quickest] --> |
841 | <step text="на %s по '%s' %.3f км, %.1f мин" /> <!-- 1st %s = [turn], 2nd %s = street name --> |
842 | <final text="Всего - %.1f км, продолжительность - %.0f минут" /> |
843 | </output-gpx> |
844 | |
845 | </language> |
846 | |
847 | </routino-translations> |
Properties
Name | Value |
---|---|
cvs:description | Routino translations. |