Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Annotation of /branches/destination-access/xml/routino-translations.xml
Parent Directory
|
Revision Log
Revision 1534 -
(hide annotations)
(download)
(as text)
Tue Mar 25 18:56:37 2014 UTC (10 years, 11 months ago) by amb
Original Path: trunk/xml/routino-translations.xml
File MIME type: application/xml
File size: 25408 byte(s)
Tue Mar 25 18:56:37 2014 UTC (10 years, 11 months ago) by amb
Original Path: trunk/xml/routino-translations.xml
File MIME type: application/xml
File size: 25408 byte(s)
Add Russian translations submitted via http://www.routino.org/translations/ around 2014-03-23.
1 | amb | 370 | <?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 | amb | 1488 | This file Copyright 2010-2014 Andrew M. Bishop |
9 | amb | 370 | |
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 | amb | 426 | <routino-translations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
17 | xsi:noNamespaceSchemaLocation="http://www.routino.org/xml/routino-translations.xsd"> | ||
18 | amb | 370 | |
19 | <language lang="en"> | ||
20 | |||
21 | amb | 411 | <!-- Copyright of the data being routed, not of this file --> |
22 | amb | 378 | <copyright> |
23 | amb | 426 | <creator string="Creator" text="Routino - http://www.routino.org/" /> |
24 | amb | 1534 | <source string="Source" text="Based on OpenStreetMap data from http://www.openstreetmap.org/" /> |
25 | amb | 1070 | <license string="License" text="http://www.openstreetmap.org/copyright" /> |
26 | amb | 378 | </copyright> |
27 | |||
28 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> | ||
29 | amb | 370 | <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 | amb | 378 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> |
40 | amb | 370 | <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 | amb | 925 | <!-- 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 | amb | 411 | <!-- 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 | amb | 492 | <highway type="ferry" string="ferry" /> |
76 | amb | 411 | |
77 | amb | 378 | <!-- 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 | amb | 1534 | <waypoint type="waypoint" string="Waypoint" /> <!-- For the chosen waypoints --> |
84 | <waypoint type="junction" string="Junction" /> <!-- For the interesting junctions --> | ||
85 | amb | 925 | <waypoint type="roundabout" string="Roundabout" /> <!-- For roundabouts --> |
86 | amb | 378 | |
87 | <title text="%s Route" /> <!-- %s = [shortest|quickest] --> | ||
88 | |||
89 | amb | 1534 | <start string="Start" text="At %s, head %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
90 | <node string="At" text="%s, go %s heading %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> | ||
91 | <rbnode string="Leave" text="%s, take the %s exit heading %s" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> | ||
92 | <segment string="Follow" text="%s for %.3f km, %.1f min" /> <!-- 1st %s = street name --> | ||
93 | <stop string="Stop" text="At %s" /> <!-- 1st %s = [waypoint|junction] --> | ||
94 | <total string="Total" text="%.1f km, %.0f minutes" /> | ||
95 | amb | 378 | </output-html> |
96 | |||
97 | <!-- GPX output --> | ||
98 | amb | 370 | <output-gpx> |
99 | amb | 1534 | <waypoint type="start" string="START" /> <!-- For the first route waypoint --> |
100 | <waypoint type="inter" string="INTER" /> <!-- For the intermediate route waypoints --> | ||
101 | <waypoint type="trip" string="TRIP" /> <!-- For the other route points --> | ||
102 | amb | 370 | <waypoint type="finish" string="FINISH"/> <!-- For the last route waypoint --> |
103 | |||
104 | amb | 378 | <desc text="%s route between 'start' and 'finish' waypoints" /> <!-- %s = [shortest|quickest] --> |
105 | amb | 1534 | <name text="%s route" /> <!-- %s = [shortest|quickest] --> |
106 | <step text="%s on '%s' for %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> | ||
107 | amb | 378 | <final text="Total Journey %.1f km, %.0f minutes" /> |
108 | amb | 370 | </output-gpx> |
109 | |||
110 | </language> | ||
111 | |||
112 | amb | 433 | <language lang="de"> |
113 | |||
114 | <!-- Copyright of the data being routed, not of this file --> | ||
115 | <copyright> | ||
116 | <creator string="Creator" text="Routino - http://www.routino.org/" /> | ||
117 | amb | 1534 | <source string="Source" text="Basierend auf OpenStreetMap-Daten, erhältlich via http://www.openstreetmap.org/" /> |
118 | amb | 1070 | <license string="License" text="http://www.openstreetmap.org/copyright" /> |
119 | amb | 433 | </copyright> |
120 | |||
121 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> | ||
122 | <turn direction="-4" string="Spitzkehre nach links" /> | ||
123 | <turn direction="-3" string="Scharf links" /> | ||
124 | <turn direction="-2" string="Links" /> | ||
125 | <turn direction="-1" string="Halb links" /> | ||
126 | <turn direction="0" string="Geradeaus" /> | ||
127 | <turn direction="1" string="Halb rechts" /> | ||
128 | <turn direction="2" string="Rechts" /> | ||
129 | <turn direction="3" string="Scharf rechts" /> | ||
130 | <turn direction="4" string="Spitzkehre nach rechts" /> | ||
131 | |||
132 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> | ||
133 | amb | 484 | <heading direction="-4" string="Süd" /> |
134 | <heading direction="-3" string="Süd-West" /> | ||
135 | amb | 433 | <heading direction="-2" string="West" /> |
136 | <heading direction="-1" string="Nord-West" /> | ||
137 | <heading direction="0" string="Nord" /> | ||
138 | <heading direction="1" string="Nord-Ost" /> | ||
139 | <heading direction="2" string="Ost" /> | ||
140 | amb | 484 | <heading direction="3" string="Süd-Ost" /> |
141 | <heading direction="4" string="Süd" /> | ||
142 | amb | 433 | |
143 | amb | 925 | <!-- Ordinals, 1 = first, 2 = second ... --> |
144 | amb | 1245 | <ordinal number="1" string="Erste" /> |
145 | <ordinal number="2" string="Zweite" /> | ||
146 | <ordinal number="3" string="Dritte" /> | ||
147 | <ordinal number="4" string="Vierte" /> | ||
148 | <ordinal number="5" string="Fünfte" /> | ||
149 | <ordinal number="6" string="Sechste" /> | ||
150 | <ordinal number="7" string="Siebte" /> | ||
151 | <ordinal number="8" string="Achte" /> | ||
152 | <ordinal number="9" string="Neunte" /> | ||
153 | <ordinal number="10" string="Zehnte" /> | ||
154 | amb | 925 | |
155 | amb | 433 | <!-- Highway names --> |
156 | <highway type="motorway" string="Autobahn" /> | ||
157 | amb | 484 | <highway type="trunk" string="Schnellstraße" /> |
158 | <highway type="primary" string="Bundesstraße" /> | ||
159 | <highway type="secondary" string="Landstraße" /> | ||
160 | <highway type="tertiary" string="Kreisstraße" /> | ||
161 | <highway type="unclassified" string="Nebenstraße" /> | ||
162 | <highway type="residential" string="Wohngebietsstraße" /> | ||
163 | <highway type="service" string="Erschließungsweg" /> | ||
164 | amb | 433 | <highway type="track" string="Wirtschaftsweg" /> |
165 | <highway type="cycleway" string="Radweg" /> | ||
166 | <highway type="path" string="Weg" /> | ||
167 | <highway type="steps" string="Treppe" /> | ||
168 | amb | 1534 | <highway type="ferry" string="Fähre" /> |
169 | amb | 433 | |
170 | <!-- The type of route --> | ||
171 | amb | 1534 | <route type="shortest" string="Kürzeste" /> <!-- For the description and route name --> |
172 | amb | 484 | <route type="quickest" string="Schnellste" /> <!-- For the description and route name --> |
173 | amb | 433 | |
174 | <!-- HTML output --> | ||
175 | <output-html> | ||
176 | amb | 1534 | <waypoint type="waypoint" string="Wegpunkt" /> <!-- For the chosen waypoints --> |
177 | <waypoint type="junction" string="Anschlussstelle" /> <!-- For the interesting junctions --> | ||
178 | amb | 1245 | <waypoint type="roundabout" string="Kreisverkehr" /> <!-- For roundabouts --> |
179 | amb | 433 | |
180 | <title text="%s Route" /> <!-- %s = [shortest|quickest] --> | ||
181 | |||
182 | amb | 1534 | <start string="Start" text="Bei %s halten Sie sich Richtung %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
183 | <node string="Bei" text="Bei %s wenden Sie sich nach %s Richtung %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> | ||
184 | <rbnode string="Verlassen Sie" text="%s, nehmen Sie die %s Ausfahrt Richtung %s" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> | ||
185 | amb | 484 | <segment string="Folgen" text="Folgen Sie der %s für %.3f km bzw. %.1f min" /> <!-- 1st %s = street name --> |
186 | amb | 1534 | <stop string="Stop" text="Sie sind bei %s angekommen" /> <!-- 1st %s = [waypoint|junction] --> |
187 | amb | 433 | <total string="Gesamt" text="%.1f km, %.0f minuten" /> |
188 | </output-html> | ||
189 | |||
190 | <!-- GPX output --> | ||
191 | <output-gpx> | ||
192 | amb | 1534 | <waypoint type="start" string="START" /> <!-- For the first route waypoint --> |
193 | <waypoint type="inter" string="INTER" /> <!-- For the intermediate route waypoints --> | ||
194 | <waypoint type="trip" string="TRIP" /> <!-- For the other route points --> | ||
195 | amb | 433 | <waypoint type="finish" string="FINISH"/> <!-- For the last route waypoint --> |
196 | |||
197 | amb | 484 | <desc text="%s Strecke zwischen 'Start' und 'Ziel'" /> <!-- %s = [shortest|quickest] --> |
198 | amb | 1534 | <name text="%s Strecke" /> <!-- %s = [shortest|quickest] --> |
199 | <step text="%s auf '%s' für %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> | ||
200 | amb | 433 | <final text="Gesamtstrecke %.1f km, %.0f minuten" /> |
201 | </output-gpx> | ||
202 | |||
203 | </language> | ||
204 | |||
205 | amb | 1534 | <language lang="fr"> |
206 | amb | 1488 | |
207 | <!-- Copyright of the data being routed, not of this file --> | ||
208 | <copyright> | ||
209 | <creator string="Créateur" text="Routino - http://www.routino.org/" /> | ||
210 | amb | 1534 | <source string="Source" text="Basé sur les données OpenStreetMap de http://www.openstreetmap.org/" /> |
211 | amb | 1488 | <license string="License" text="http://www.openstreetmap.org/copyright" /> |
212 | </copyright> | ||
213 | |||
214 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> | ||
215 | <turn direction="-4" string="demi-tour à gauche" /> | ||
216 | <turn direction="-3" string="Très à gauche" /> | ||
217 | <turn direction="-2" string="à gauche" /> | ||
218 | <turn direction="-1" string="Légèrement à gauche" /> | ||
219 | <turn direction="0" string="Tout droit" /> | ||
220 | <turn direction="1" string="légèrement à droite" /> | ||
221 | <turn direction="2" string="à droite" /> | ||
222 | <turn direction="3" string="très à droite" /> | ||
223 | <turn direction="4" string="demi-tour à droite" /> | ||
224 | |||
225 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> | ||
226 | <heading direction="-4" string="Sud" /> | ||
227 | <heading direction="-3" string="Dud-Ouest" /> | ||
228 | <heading direction="-2" string="Ouest" /> | ||
229 | <heading direction="-1" string="Nord-Ouest" /> | ||
230 | <heading direction="0" string="Nord" /> | ||
231 | <heading direction="1" string="Nord-Est" /> | ||
232 | <heading direction="2" string="Est" /> | ||
233 | <heading direction="3" string="Sud-Est" /> | ||
234 | <heading direction="4" string="Sud" /> | ||
235 | |||
236 | <!-- Ordinals, 1 = first, 2 = second ... --> | ||
237 | <ordinal number="1" string="Premier" /> | ||
238 | <ordinal number="2" string="Second" /> | ||
239 | <ordinal number="3" string="Troisième" /> | ||
240 | <ordinal number="4" string="Quatrième" /> | ||
241 | <ordinal number="5" string="Cinquième" /> | ||
242 | <ordinal number="6" string="Sixième" /> | ||
243 | <ordinal number="7" string="Septième" /> | ||
244 | <ordinal number="8" string="huitième" /> | ||
245 | <ordinal number="9" string="Neuvième" /> | ||
246 | <ordinal number="10" string="Dixième" /> | ||
247 | |||
248 | <!-- Highway names --> | ||
249 | <highway type="motorway" string="autoroute" /> | ||
250 | <highway type="trunk" string="route de jonction" /> | ||
251 | <highway type="primary" string="route nationale" /> | ||
252 | <highway type="secondary" string="route départementale" /> | ||
253 | <highway type="tertiary" string="route locale" /> | ||
254 | <highway type="unclassified" string="route non classifiée" /> | ||
255 | <highway type="residential" string="rue résidentielle" /> | ||
256 | <highway type="service" string="rue de service" /> | ||
257 | <highway type="track" string="chemin" /> | ||
258 | <highway type="cycleway" string="voie cyclable" /> | ||
259 | <highway type="path" string="sentier" /> | ||
260 | <highway type="steps" string="escalier" /> | ||
261 | <highway type="ferry" string="ferry" /> | ||
262 | |||
263 | <!-- The type of route --> | ||
264 | <route type="shortest" string="le plus court" /> <!-- For the description and route name --> | ||
265 | <route type="quickest" string="le plus rapide" /> <!-- For the description and route name --> | ||
266 | |||
267 | <!-- HTML output --> | ||
268 | <output-html> | ||
269 | amb | 1534 | <waypoint type="waypoint" string="Etape" /> <!-- For the chosen waypoints --> |
270 | <waypoint type="junction" string="Croisement" /> <!-- For the interesting junctions --> | ||
271 | amb | 1488 | <waypoint type="roundabout" string="rond-point" /> <!-- For roundabouts --> |
272 | |||
273 | <title text="Itinéraire %s" /> <!-- %s = [shortest|quickest] --> | ||
274 | |||
275 | amb | 1534 | <start string="Débute" text="à %s, direction %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
276 | <node string="à" text="%s, aller %s direction %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> | ||
277 | <rbnode string="Quitter" text="%s, prendre le %s sortir direction %s" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> | ||
278 | <segment string="Suivre" text="%s pendant %.3f km, %.1f min" /> <!-- 1st %s = street name --> | ||
279 | <stop string="S'arrêter" text="à %s" /> <!-- 1st %s = [waypoint|junction] --> | ||
280 | <total string="Total" text="%.1f km, %.0f minutes" /> | ||
281 | amb | 1488 | </output-html> |
282 | |||
283 | <!-- GPX output --> | ||
284 | <output-gpx> | ||
285 | amb | 1534 | <waypoint type="start" string="DEBUT" /> <!-- For the first route waypoint --> |
286 | <waypoint type="inter" string="INTER" /> <!-- For the intermediate route waypoints --> | ||
287 | <waypoint type="trip" string="POINT" /> <!-- For the other route points --> | ||
288 | amb | 1488 | <waypoint type="finish" string="FINAL"/> <!-- For the last route waypoint --> |
289 | |||
290 | <desc text="Itinéraire %s entre les étapes 'début' et 'fin' " /> <!-- %s = [shortest|quickest] --> | ||
291 | amb | 1534 | <name text="Itinéraire %s" /> <!-- %s = [shortest|quickest] --> |
292 | <step text="%s sur '%s' pendant %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> | ||
293 | amb | 1488 | <final text="Trajet total %.1f km, %.0f minutes" /> |
294 | </output-gpx> | ||
295 | |||
296 | </language> | ||
297 | |||
298 | amb | 479 | <language lang="nl"> |
299 | |||
300 | <!-- Copyright of the data being routed, not of this file --> | ||
301 | <copyright> | ||
302 | <creator string="Creator" text="Routino - http://www.routino.org/" /> | ||
303 | amb | 1534 | <source string="Source" text="Gebouwd op OpenStreetMap data van http://www.openstreetmap.org/" /> |
304 | amb | 1070 | <license string="License" text="http://www.openstreetmap.org/copyright" /> |
305 | amb | 479 | </copyright> |
306 | |||
307 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> | ||
308 | <turn direction="-4" string="Haarspeld naar links" /> | ||
309 | <turn direction="-3" string="Scherp links" /> | ||
310 | <turn direction="-2" string="Links" /> | ||
311 | <turn direction="-1" string="Half links" /> | ||
312 | <turn direction="0" string="Rechtdoor" /> | ||
313 | <turn direction="1" string="Half rechts" /> | ||
314 | <turn direction="2" string="Rechts" /> | ||
315 | <turn direction="3" string="Scherp rechts" /> | ||
316 | <turn direction="4" string="Haarspeld naar rechts" /> | ||
317 | |||
318 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> | ||
319 | <heading direction="-4" string="Zuid" /> | ||
320 | <heading direction="-3" string="Zuid-West" /> | ||
321 | <heading direction="-2" string="West" /> | ||
322 | <heading direction="-1" string="Noord-West" /> | ||
323 | <heading direction="0" string="Noord" /> | ||
324 | <heading direction="1" string="Noord-Oost" /> | ||
325 | <heading direction="2" string="Oost" /> | ||
326 | <heading direction="3" string="Zuid-Oost" /> | ||
327 | <heading direction="4" string="Zuid" /> | ||
328 | |||
329 | amb | 925 | <!-- Ordinals, 1 = first, 2 = second ... --> |
330 | amb | 1464 | <ordinal number="1" string="Eerste" /> |
331 | <ordinal number="2" string="Tweede" /> | ||
332 | <ordinal number="3" string="Derde" /> | ||
333 | <ordinal number="4" string="Vierde" /> | ||
334 | <ordinal number="5" string="Vijfde" /> | ||
335 | <ordinal number="6" string="Zesde" /> | ||
336 | <ordinal number="7" string="Zevende" /> | ||
337 | <ordinal number="8" string="Achtste" /> | ||
338 | <ordinal number="9" string="Negende" /> | ||
339 | <ordinal number="10" string="Tiende" /> | ||
340 | amb | 925 | |
341 | amb | 479 | <!-- Highway names --> |
342 | <highway type="motorway" string="Autostrade" /> | ||
343 | <highway type="trunk" string="Autoweg" /> | ||
344 | <highway type="primary" string="Provinciale weg" /> | ||
345 | <highway type="secondary" string="Nationale weg" /> | ||
346 | <highway type="tertiary" string="Doorgangsweg" /> | ||
347 | <highway type="unclassified" string="Niet geclassificeerd" /> | ||
348 | amb | 1464 | <highway type="residential" string="Woongebied" /> |
349 | amb | 479 | <highway type="service" string="Toegangsweg" /> |
350 | <highway type="track" string="Veldweg" /> | ||
351 | <highway type="cycleway" string="Fietspad" /> | ||
352 | <highway type="path" string="Pad" /> | ||
353 | <highway type="steps" string="Trap" /> | ||
354 | amb | 1464 | <highway type="ferry" string="Veerboot" /> |
355 | amb | 479 | |
356 | <!-- The type of route --> | ||
357 | <route type="shortest" string="Kortste" /> <!-- For the description and route name --> | ||
358 | <route type="quickest" string="Snelste" /> <!-- For the description and route name --> | ||
359 | |||
360 | <!-- HTML output --> | ||
361 | <output-html> | ||
362 | amb | 1534 | <waypoint type="waypoint" string="Punt" /> <!-- For the chosen waypoints --> |
363 | <waypoint type="junction" string="de splitsing" /> <!-- For the interesting junctions --> | ||
364 | amb | 1464 | <waypoint type="roundabout" string="rotonde" /> <!-- For roundabouts --> |
365 | amb | 479 | |
366 | <title text="%s Route" /> <!-- %s = [shortest|quickest] --> | ||
367 | |||
368 | amb | 1534 | <start string="Start" text="Bij %s neemt u de richting %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
369 | <node string="Bij" text="Bij %s gaat u %s richting %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> | ||
370 | <rbnode string="Leave" text="Aan de %s, neem de %s afslag richting %s" /> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> | ||
371 | <segment string="Volg" text="Volgt u de %s voor %.3f km %.1f min" /> <!-- 1st %s = street name --> | ||
372 | <stop string="Stop" text="U bent bij %s aangekomen" /> <!-- 1st %s = [waypoint|junction] --> | ||
373 | amb | 479 | <total string="Totaal" text="%.1f km, %.0f minuten" /> |
374 | </output-html> | ||
375 | |||
376 | <!-- GPX output --> | ||
377 | <output-gpx> | ||
378 | amb | 1534 | <waypoint type="start" string="START" /> <!-- For the first route waypoint --> |
379 | <waypoint type="inter" string="INTER" /> <!-- For the intermediate route waypoints --> | ||
380 | <waypoint type="trip" string="TRIP" /> <!-- For the other route points --> | ||
381 | amb | 479 | <waypoint type="finish" string="FINISH"/> <!-- For the last route waypoint --> |
382 | |||
383 | amb | 484 | <desc text="%s Route tussen 'Start' und 'Finish'" /> <!-- %s = [shortest|quickest] --> |
384 | amb | 1534 | <name text="%s Route " /> <!-- %s = [shortest|quickest] --> |
385 | <step text="%s op '%s' voor %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name --> | ||
386 | amb | 479 | <final text="Totaal trip %.1f km, %.0f minuten" /> |
387 | </output-gpx> | ||
388 | |||
389 | </language> | ||
390 | |||
391 | amb | 902 | <language lang="ru"> |
392 | |||
393 | <!-- Copyright of the data being routed, not of this file --> | ||
394 | <copyright> | ||
395 | <creator string="Автор" text="Routino - http://www.routino.org/" /> | ||
396 | amb | 1534 | <source string="Источник" text="Использованы данные OpenStreetMap http://www.openstreetmap.org/" /> |
397 | amb | 1070 | <license string="Лицензия" text="http://www.openstreetmap.org/copyright" /> |
398 | amb | 902 | </copyright> |
399 | |||
400 | <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right --> | ||
401 | <turn direction="-4" string="очень крутой поворот налево" /> | ||
402 | <turn direction="-3" string="крутой поворот налево" /> | ||
403 | <turn direction="-2" string="налево" /> | ||
404 | <turn direction="-1" string="плавно налево" /> | ||
405 | <turn direction="0" string="прямо" /> | ||
406 | <turn direction="1" string="плавно направо" /> | ||
407 | <turn direction="2" string="направо" /> | ||
408 | <turn direction="3" string="крутой поворот направо" /> | ||
409 | <turn direction="4" string="очень крутой поворот направо" /> | ||
410 | |||
411 | <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East --> | ||
412 | <heading direction="-4" string="юг" /> | ||
413 | <heading direction="-3" string="юго-запад" /> | ||
414 | <heading direction="-2" string="запад" /> | ||
415 | <heading direction="-1" string="северо-запад" /> | ||
416 | <heading direction="0" string="север" /> | ||
417 | <heading direction="1" string="северо-восток" /> | ||
418 | <heading direction="2" string="восток" /> | ||
419 | <heading direction="3" string="юго-восток" /> | ||
420 | <heading direction="4" string="юг" /> | ||
421 | |||
422 | amb | 925 | <!-- Ordinals, 1 = first, 2 = second ... --> |
423 | amb | 1534 | <ordinal number="1" string="Первый" /> |
424 | <ordinal number="2" string="Второй" /> | ||
425 | <ordinal number="3" string="Третий" /> | ||
426 | <ordinal number="4" string="Четвертый" /> | ||
427 | <ordinal number="5" string="Пятый" /> | ||
428 | <ordinal number="6" string="Шестой" /> | ||
429 | <ordinal number="7" string="Седьмой" /> | ||
430 | <ordinal number="8" string="Восьмой" /> | ||
431 | <ordinal number="9" string="Девятый" /> | ||
432 | <ordinal number="10" string="Десятый" /> | ||
433 | amb | 925 | |
434 | amb | 902 | <!-- Highway names --> |
435 | <highway type="motorway" string="автомагистраль" /> | ||
436 | <highway type="trunk" string="международная трасса" /> | ||
437 | <highway type="primary" string="дорога регионального значения" /> | ||
438 | <highway type="secondary" string="дорога областного значения" /> | ||
439 | <highway type="tertiary" string="дорога районного значения" /> | ||
440 | <highway type="unclassified" string="дорога местного значения" /> | ||
441 | <highway type="residential" string="улица" /> | ||
442 | <highway type="service" string="проезд" /> | ||
443 | <highway type="track" string="дорога с/х назначения" /> | ||
444 | <highway type="cycleway" string="велодорожка" /> | ||
445 | <highway type="path" string="тропинка" /> | ||
446 | <highway type="steps" string="лестница" /> | ||
447 | amb | 925 | <highway type="ferry" string="паром" /> |
448 | amb | 902 | |
449 | <!-- The type of route --> | ||
450 | <route type="shortest" string="Короткий" /> <!-- For the description and route name --> | ||
451 | <route type="quickest" string="Быстрый" /> <!-- For the description and route name --> | ||
452 | |||
453 | <!-- HTML output --> | ||
454 | <output-html> | ||
455 | amb | 1534 | <waypoint type="waypoint" string="путевая точка" /> <!-- For the chosen waypoints --> |
456 | <waypoint type="junction" string="перекрестке" /> <!-- For the interesting junctions --> | ||
457 | amb | 925 | <!-- TRANSLATION REQUIRED: waypoint type="roundabout" string="Roundabout" / --> <!-- For roundabouts --> |
458 | amb | 902 | |
459 | <title text="%s маршрут" /> <!-- %s = [shortest|quickest] --> | ||
460 | |||
461 | amb | 1534 | <start string="Старт" text=" %s, на %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] --> |
462 | <node string="на" text="%s, %s, на %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] --> | ||
463 | <!-- TRANSLATION REQUIRED: rbnode string="Покинуть" text="%s, take the %s exit heading %s" / --> <!-- 1st %s = [roundabout], 2nd %s = [first|second|...], 3rd %s = [heading] --> | ||
464 | amb | 902 | <segment string="Следуйте" text="по %s %.3f км, %.1f мин" /> <!-- 1st %s = street name --> |
465 | amb | 1534 | <stop string="Стоп" text=" %s" /> <!-- 1st %s = [waypoint|junction] --> |
466 | <total string="Всего" text="%.1f км, %.0f минут" /> | ||
467 | amb | 902 | </output-html> |
468 | |||
469 | <!-- GPX output --> | ||
470 | <output-gpx> | ||
471 | amb | 1534 | <waypoint type="start" string="Старт" /> <!-- For the first route waypoint --> |
472 | <waypoint type="inter" string="INTER" /> <!-- For the intermediate route waypoints --> | ||
473 | <waypoint type="trip" string="TRIP" /> <!-- For the other route points --> | ||
474 | amb | 902 | <waypoint type="finish" string="Финиш"/> <!-- For the last route waypoint --> |
475 | |||
476 | <desc text="%s маршрут от 'Старта' до 'Финиша' " /> <!-- %s = [shortest|quickest] --> | ||
477 | amb | 1534 | <name text="%s маршрут" /> <!-- %s = [shortest|quickest] --> |
478 | <step text="на %s по '%s' %.3f км, %.1f мин" /> <!-- 1st %s = [turn], 2nd %s = street name --> | ||
479 | amb | 902 | <final text="Всего - %.1f км, продолжительность - %.0f минут" /> |
480 | </output-gpx> | ||
481 | |||
482 | </language> | ||
483 | |||
484 | amb | 370 | </routino-translations> |
Properties
Name | Value |
---|---|
cvs:description | Routino translations. |