Routino SVN Repository Browser

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

ViewVC logotype

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 370 - (hide annotations) (download) (as text)
Thu Apr 22 17:56:15 2010 UTC (14 years, 11 months ago) by amb
File MIME type: application/xml
File size: 2684 byte(s)
Initial revision

1 amb 370 <?xml version="1.0" encoding="utf-8"?>
2    
3     <!-- ============================================================
4     $Header: /home/amb/CVS/routino/xml/routino-translations.xml,v 1.1 2010-04-22 17:56:15 amb Exp $
5    
6     An XML format file containing Routino output translations.
7    
8     Part of the Routino routing software.
9     ============================================================
10     This file Copyright 2010 Andrew M. Bishop
11    
12     This program is free software: you can redistribute it and/or modify
13     it under the terms of the GNU Affero General Public License as published by
14     the Free Software Foundation, either version 3 of the License, or
15     (at your option) any later version.
16     ============================================================ -->
17    
18     <routino-translations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="routino-translations.xsd">
19    
20     <language lang="en">
21    
22     <turn direction="-4" string="Very sharp left" />
23     <turn direction="-3" string="Sharp left" />
24     <turn direction="-2" string="Left" />
25     <turn direction="-1" string="Slight left" />
26     <turn direction="0" string="Straight on" />
27     <turn direction="1" string="Slight right" />
28     <turn direction="2" string="Right" />
29     <turn direction="3" string="Sharp right" />
30     <turn direction="4" string="Very sharp right" />
31    
32     <heading direction="-4" string="South" />
33     <heading direction="-3" string="South-West" />
34     <heading direction="-2" string="West" />
35     <heading direction="-1" string="North-West" />
36     <heading direction="0" string="North" />
37     <heading direction="1" string="North-East" />
38     <heading direction="2" string="East" />
39     <heading direction="3" string="South-East" />
40     <heading direction="4" string="South" />
41    
42     <output-gpx>
43     <route type="shortest" string="Shortest" /> <!-- For the description and route name -->
44     <route type="quickest" string="Quickest" /> <!-- For the description and route name -->
45    
46     <waypoint type="start" string="START" /> <!-- For the first route waypoint -->
47     <waypoint type="inter" string="INTER" /> <!-- For the intermediate route waypoints -->
48     <waypoint type="trip" string="TRIP" /> <!-- For the other route points -->
49     <waypoint type="finish" string="FINISH"/> <!-- For the last route waypoint -->
50    
51     <desc text="%s route between 'start' and 'finish' waypoints" />
52     <name text="%s route" />
53     <step text="%s on '%s' for %.3f km, %.1 min" /> <!-- 1st %s = [turn], 2nd %s = street name -->
54     <final text="Total Journey %.1f km, %d minutes" />
55     </output-gpx>
56    
57     </language>
58    
59     </routino-translations>

Properties

Name Value
cvs:description Routino translations.