Routino SVN Repository Browser

Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino

ViewVC logotype

Contents of /trunk/xml/routino-translations.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 902 - (show annotations) (download) (as text)
Sat Nov 12 18:38:05 2011 UTC (13 years, 4 months ago) by amb
File MIME type: application/xml
File size: 18189 byte(s)
Added Russian language translations.

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-2011 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 <!-- Original English language version by Andrew M. Bishop -->
20
21 <language lang="en">
22
23 <!-- Copyright of the data being routed, not of this file -->
24 <copyright>
25 <creator string="Creator" text="Routino - http://www.routino.org/" />
26 <source string="Source" text="Based on OpenStreetMap data from http://www.openstreetmap.org/" />
27 <license string="License" text="http://creativecommons.org/licenses/by-sa/2.0/" />
28 </copyright>
29
30 <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right -->
31 <turn direction="-4" string="Very sharp left" />
32 <turn direction="-3" string="Sharp left" />
33 <turn direction="-2" string="Left" />
34 <turn direction="-1" string="Slight left" />
35 <turn direction="0" string="Straight on" />
36 <turn direction="1" string="Slight right" />
37 <turn direction="2" string="Right" />
38 <turn direction="3" string="Sharp right" />
39 <turn direction="4" string="Very sharp right" />
40
41 <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East -->
42 <heading direction="-4" string="South" />
43 <heading direction="-3" string="South-West" />
44 <heading direction="-2" string="West" />
45 <heading direction="-1" string="North-West" />
46 <heading direction="0" string="North" />
47 <heading direction="1" string="North-East" />
48 <heading direction="2" string="East" />
49 <heading direction="3" string="South-East" />
50 <heading direction="4" string="South" />
51
52 <!-- Highway names -->
53 <highway type="motorway" string="motorway" />
54 <highway type="trunk" string="trunk road" />
55 <highway type="primary" string="primary road" />
56 <highway type="secondary" string="secondary road" />
57 <highway type="tertiary" string="tertiary road" />
58 <highway type="unclassified" string="unclassified road" />
59 <highway type="residential" string="residential road" />
60 <highway type="service" string="service road" />
61 <highway type="track" string="track" />
62 <highway type="cycleway" string="cycleway" />
63 <highway type="path" string="path" />
64 <highway type="steps" string="steps" />
65 <highway type="ferry" string="ferry" />
66
67 <!-- The type of route -->
68 <route type="shortest" string="Shortest" /> <!-- For the description and route name -->
69 <route type="quickest" string="Quickest" /> <!-- For the description and route name -->
70
71 <!-- HTML output -->
72 <output-html>
73 <waypoint type="waypoint" string="Waypoint" /> <!-- For the chosen waypoints -->
74 <waypoint type="junction" string="Junction" /> <!-- For the interesting junctions -->
75
76 <title text="%s Route" /> <!-- %s = [shortest|quickest] -->
77
78 <start string="Start" text="At %s, head %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] -->
79 <node string="At" text="%s, go %s heading %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] -->
80 <segment string="Follow" text="%s for %.3f km, %.1f min" /> <!-- 1st %s = street name -->
81 <stop string="Stop" text="At %s" /> <!-- 1st %s = [waypoint|junction] -->
82 <total string="Total" text="%.1f km, %.0f minutes" />
83 </output-html>
84
85 <!-- GPX output -->
86 <output-gpx>
87 <waypoint type="start" string="START" /> <!-- For the first route waypoint -->
88 <waypoint type="inter" string="INTER" /> <!-- For the intermediate route waypoints -->
89 <waypoint type="trip" string="TRIP" /> <!-- For the other route points -->
90 <waypoint type="finish" string="FINISH"/> <!-- For the last route waypoint -->
91
92 <desc text="%s route between 'start' and 'finish' waypoints" /> <!-- %s = [shortest|quickest] -->
93 <name text="%s route" /> <!-- %s = [shortest|quickest] -->
94 <step text="%s on '%s' for %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name -->
95 <final text="Total Journey %.1f km, %.0f minutes" />
96 </output-gpx>
97
98 </language>
99
100 <!-- German translation by Christoph Eckert (July 2010) -->
101
102 <language lang="de">
103
104 <!-- Copyright of the data being routed, not of this file -->
105 <copyright>
106 <creator string="Creator" text="Routino - http://www.routino.org/" />
107 <source string="Source" text="Basierend auf OpenStreetMap-Daten, erhältlich via http://www.openstreetmap.org/" />
108 <license string="License" text="http://creativecommons.org/licenses/by-sa/2.0/" />
109 </copyright>
110
111 <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right -->
112 <turn direction="-4" string="Spitzkehre nach links" />
113 <turn direction="-3" string="Scharf links" />
114 <turn direction="-2" string="Links" />
115 <turn direction="-1" string="Halb links" />
116 <turn direction="0" string="Geradeaus" />
117 <turn direction="1" string="Halb rechts" />
118 <turn direction="2" string="Rechts" />
119 <turn direction="3" string="Scharf rechts" />
120 <turn direction="4" string="Spitzkehre nach rechts" />
121
122 <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East -->
123 <heading direction="-4" string="Süd" />
124 <heading direction="-3" string="Süd-West" />
125 <heading direction="-2" string="West" />
126 <heading direction="-1" string="Nord-West" />
127 <heading direction="0" string="Nord" />
128 <heading direction="1" string="Nord-Ost" />
129 <heading direction="2" string="Ost" />
130 <heading direction="3" string="Süd-Ost" />
131 <heading direction="4" string="Süd" />
132
133 <!-- Highway names -->
134 <highway type="motorway" string="Autobahn" />
135 <highway type="trunk" string="Schnellstraße" />
136 <highway type="primary" string="Bundesstraße" />
137 <highway type="secondary" string="Landstraße" />
138 <highway type="tertiary" string="Kreisstraße" />
139 <highway type="unclassified" string="Nebenstraße" />
140 <highway type="residential" string="Wohngebietsstraße" />
141 <highway type="service" string="Erschließungsweg" />
142 <highway type="track" string="Wirtschaftsweg" />
143 <highway type="cycleway" string="Radweg" />
144 <highway type="path" string="Weg" />
145 <highway type="steps" string="Treppe" />
146 <highway type="ferry" string="ferry" /> <!-- FIXME - needs translation -->
147
148 <!-- The type of route -->
149 <route type="shortest" string="Kürzeste" /> <!-- For the description and route name -->
150 <route type="quickest" string="Schnellste" /> <!-- For the description and route name -->
151
152 <!-- HTML output -->
153 <output-html>
154 <waypoint type="waypoint" string="Wegpunkt" /> <!-- For the chosen waypoints -->
155 <waypoint type="junction" string="Anschlussstelle" /> <!-- For the interesting junctions -->
156
157 <title text="%s Route" /> <!-- %s = [shortest|quickest] -->
158
159 <start string="Start" text="Bei %s halten Sie sich Richtung %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] -->
160 <node string="Bei" text="Bei %s wenden Sie sich nach %s Richtung %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] -->
161 <segment string="Folgen" text="Folgen Sie der %s für %.3f km bzw. %.1f min" /> <!-- 1st %s = street name -->
162 <stop string="Stop" text="Sie sind bei %s angekommen" /> <!-- 1st %s = [waypoint|junction] -->
163 <total string="Gesamt" text="%.1f km, %.0f minuten" />
164 </output-html>
165
166 <!-- GPX output -->
167 <output-gpx>
168 <waypoint type="start" string="START" /> <!-- For the first route waypoint -->
169 <waypoint type="inter" string="INTER" /> <!-- For the intermediate route waypoints -->
170 <waypoint type="trip" string="TRIP" /> <!-- For the other route points -->
171 <waypoint type="finish" string="FINISH"/> <!-- For the last route waypoint -->
172
173 <desc text="%s Strecke zwischen 'Start' und 'Ziel'" /> <!-- %s = [shortest|quickest] -->
174 <name text="%s Strecke" /> <!-- %s = [shortest|quickest] -->
175 <step text="%s auf '%s' für %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name -->
176 <final text="Gesamtstrecke %.1f km, %.0f minuten" />
177 </output-gpx>
178
179 </language>
180
181 <!-- Dutch translation by Jan Jansen (August 2010) -->
182
183 <language lang="nl">
184
185 <!-- Copyright of the data being routed, not of this file -->
186 <copyright>
187 <creator string="Creator" text="Routino - http://www.routino.org/" />
188 <source string="Source" text="Basierend auf OpenStreetMap-Daten, erhältlich via http://www.openstreetmap.org/" />
189 <license string="License" text="http://creativecommons.org/licenses/by-sa/2.0/" />
190 </copyright>
191
192 <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right -->
193 <turn direction="-4" string="Haarspeld naar links" />
194 <turn direction="-3" string="Scherp links" />
195 <turn direction="-2" string="Links" />
196 <turn direction="-1" string="Half links" />
197 <turn direction="0" string="Rechtdoor" />
198 <turn direction="1" string="Half rechts" />
199 <turn direction="2" string="Rechts" />
200 <turn direction="3" string="Scherp rechts" />
201 <turn direction="4" string="Haarspeld naar rechts" />
202
203 <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East -->
204 <heading direction="-4" string="Zuid" />
205 <heading direction="-3" string="Zuid-West" />
206 <heading direction="-2" string="West" />
207 <heading direction="-1" string="Noord-West" />
208 <heading direction="0" string="Noord" />
209 <heading direction="1" string="Noord-Oost" />
210 <heading direction="2" string="Oost" />
211 <heading direction="3" string="Zuid-Oost" />
212 <heading direction="4" string="Zuid" />
213
214 <!-- Highway names -->
215 <highway type="motorway" string="Autostrade" />
216 <highway type="trunk" string="Autoweg" />
217 <highway type="primary" string="Provinciale weg" />
218 <highway type="secondary" string="Nationale weg" />
219 <highway type="tertiary" string="Doorgangsweg" />
220 <highway type="unclassified" string="Niet geclassificeerd" />
221 <highway type="residential" string="Woongebiet" />
222 <highway type="service" string="Toegangsweg" />
223 <highway type="track" string="Veldweg" />
224 <highway type="cycleway" string="Fietspad" />
225 <highway type="path" string="Pad" />
226 <highway type="steps" string="Trap" />
227 <highway type="ferry" string="Fähre" />
228
229 <!-- The type of route -->
230 <route type="shortest" string="Kortste" /> <!-- For the description and route name -->
231 <route type="quickest" string="Snelste" /> <!-- For the description and route name -->
232
233 <!-- HTML output -->
234 <output-html>
235 <waypoint type="waypoint" string="Punt" /> <!-- For the chosen waypoints -->
236 <waypoint type="junction" string="de splitsing" /> <!-- For the interesting junctions -->
237
238 <title text="%s Route" /> <!-- %s = [shortest|quickest] -->
239
240 <start string="Start" text="Bij %s neemt u de richting %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] -->
241 <node string="Bij" text="Bij %s gaat u %s richting %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] -->
242 <segment string="Volg" text="Volgt u de %s voor %.3f km %.1f min" /> <!-- 1st %s = street name -->
243 <stop string="Stop" text="U bent bij %s aangekomen" /> <!-- 1st %s = [waypoint|junction] -->
244 <total string="Totaal" text="%.1f km, %.0f minuten" />
245 </output-html>
246
247 <!-- GPX output -->
248 <output-gpx>
249 <waypoint type="start" string="START" /> <!-- For the first route waypoint -->
250 <waypoint type="inter" string="INTER" /> <!-- For the intermediate route waypoints -->
251 <waypoint type="trip" string="TRIP" /> <!-- For the other route points -->
252 <waypoint type="finish" string="FINISH"/> <!-- For the last route waypoint -->
253
254 <desc text="%s Route tussen 'Start' und 'Finish'" /> <!-- %s = [shortest|quickest] -->
255 <name text="%s Route " /> <!-- %s = [shortest|quickest] -->
256 <step text="%s op '%s' voor %.3f km, %.1f min" /> <!-- 1st %s = [turn], 2nd %s = street name -->
257 <final text="Totaal trip %.1f km, %.0f minuten" />
258 </output-gpx>
259
260 </language>
261
262 <!-- Russian language by dimmer (November 2011) -->
263
264 <language lang="ru">
265
266 <!-- Copyright of the data being routed, not of this file -->
267 <copyright>
268 <creator string="Автор" text="Routino - http://www.routino.org/" />
269 <source string="Источник" text="Использованы данные OpenStreetMap http://www.openstreetmap.org/" />
270 <license string="Лицензия" text="http://creativecommons.org/licenses/by-sa/2.0/" />
271 </copyright>
272
273 <!-- Turn directions, 0 = ahead, -2 = left, +/-4 = behind, +2 = right -->
274 <turn direction="-4" string="очень крутой поворот налево" />
275 <turn direction="-3" string="крутой поворот налево" />
276 <turn direction="-2" string="налево" />
277 <turn direction="-1" string="плавно налево" />
278 <turn direction="0" string="прямо" />
279 <turn direction="1" string="плавно направо" />
280 <turn direction="2" string="направо" />
281 <turn direction="3" string="крутой поворот направо" />
282 <turn direction="4" string="очень крутой поворот направо" />
283
284 <!-- Heading directions, 0 = North, -2 = West, +/-4 = South, +2 = East -->
285 <heading direction="-4" string="юг" />
286 <heading direction="-3" string="юго-запад" />
287 <heading direction="-2" string="запад" />
288 <heading direction="-1" string="северо-запад" />
289 <heading direction="0" string="север" />
290 <heading direction="1" string="северо-восток" />
291 <heading direction="2" string="восток" />
292 <heading direction="3" string="юго-восток" />
293 <heading direction="4" string="юг" />
294
295 <!-- Highway names -->
296 <highway type="motorway" string="автомагистраль" />
297 <highway type="trunk" string="международная трасса" />
298 <highway type="primary" string="дорога регионального значения" />
299 <highway type="secondary" string="дорога областного значения" />
300 <highway type="tertiary" string="дорога районного значения" />
301 <highway type="unclassified" string="дорога местного значения" />
302 <highway type="residential" string="улица" />
303 <highway type="service" string="проезд" />
304 <highway type="track" string="дорога с/х назначения" />
305 <highway type="cycleway" string="велодорожка" />
306 <highway type="path" string="тропинка" />
307 <highway type="steps" string="лестница" />
308 <highway type="ferry" string="паром" />
309
310
311 <!-- The type of route -->
312 <route type="shortest" string="Короткий" /> <!-- For the description and route name -->
313 <route type="quickest" string="Быстрый" /> <!-- For the description and route name -->
314
315 <!-- HTML output -->
316 <output-html>
317 <waypoint type="waypoint" string="путевая точка" /> <!-- For the chosen waypoints -->
318 <waypoint type="junction" string="перекрестке" /> <!-- For the interesting junctions -->
319
320 <title text="%s маршрут" /> <!-- %s = [shortest|quickest] -->
321
322 <start string="Старт" text=" %s, на %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [heading] -->
323 <node string="на" text="%s, %s, на %s" /> <!-- 1st %s = [waypoint|junction], 2nd %s = [turn], 3rd %s = [heading] -->
324 <segment string="Следуйте" text="по %s %.3f км, %.1f мин" /> <!-- 1st %s = street name -->
325 <stop string="Стоп" text=" %s" /> <!-- 1st %s = [waypoint|junction] -->
326 <total string="Всего" text="%.1f км, %.0f минут" />
327 </output-html>
328
329 <!-- GPX output -->
330 <output-gpx>
331 <waypoint type="start" string="Старт" /> <!-- For the first route waypoint -->
332 <waypoint type="inter" string="INTER" /> <!-- For the intermediate route waypoints -->
333 <waypoint type="trip" string="TRIP" /> <!-- For the other route points -->
334 <waypoint type="finish" string="Финиш"/> <!-- For the last route waypoint -->
335
336 <desc text="%s маршрут от 'Старта' до 'Финиша' " /> <!-- %s = [shortest|quickest] -->
337 <name text="%s маршрут" /> <!-- %s = [shortest|quickest] -->
338 <step text="на %s по '%s' %.3f км, %.1f мин" /> <!-- 1st %s = [turn], 2nd %s = street name -->
339 <final text="Всего - %.1f км, продолжительность - %.0f минут" />
340 </output-gpx>
341
342 </language>
343
344 </routino-translations>

Properties

Name Value
cvs:description Routino translations.