Routino SVN Repository Browser

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

/[routino]/trunk/src/translations.c
ViewVC logotype

Log of /trunk/src/translations.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 1186 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 10 18:36:08 2012 UTC (12 years, 3 months ago) by amb
File length: 40910 byte(s)
Diff to previous 1174
New XML parser doesn't use stdio buffered file access but lower level read
functions.


Revision 1174 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 1 16:17:34 2012 UTC (12 years, 3 months ago) by amb
File length: 41042 byte(s)
Diff to previous 925
Rename the Way_* enumerated values to Highway_*, add a new Highway_None type,
change the HighwayType() function to return Highway_None instead of
Highway_Count if no match found - all changes for consistency with similar types
and functions.


Revision 925 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 6 17:18:22 2011 UTC (13 years, 3 months ago) by amb
File length: 41035 byte(s)
Diff to previous 893
Add new translate-able strings for roundabouts.


Revision 893 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 10 19:12:40 2011 UTC (13 years, 4 months ago) by amb
File length: 37632 byte(s)
Diff to previous 892
Change the names of the variables for the XML and raw versions of the
translations.  Output the text files with the raw versions and not the XML
versions of the copyright information.  Update the documentation to say that
only the copyright information is translated in the text files.


Revision 892 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 10 17:43:43 2011 UTC (13 years, 4 months ago) by amb
File length: 36882 byte(s)
Diff to previous 774
Don't convert the highway types to XML numeric entities here (it is already done
in the output functions).


Revision 774 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 4 18:48:33 2011 UTC (13 years, 9 months ago) by amb
File length: 36958 byte(s)
Diff to previous 754
Convert integer and floating point values inline.


Revision 754 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 31 18:45:51 2011 UTC (13 years, 9 months ago) by amb
File length: 36925 byte(s)
Diff to previous 492
Fix inconsistent C language version usage.


Revision 492 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 18:30:37 2010 UTC (14 years, 6 months ago) by amb
File length: 37002 byte(s)
Diff to previous 486
Add routing on ferries.


Revision 486 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 15 10:11:58 2010 UTC (14 years, 6 months ago) by amb
File length: 36994 byte(s)
Diff to previous 449
Convert translations read from file into XML-safe encodings before using them.


Revision 449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 12 17:59:42 2010 UTC (14 years, 8 months ago) by amb
File length: 34998 byte(s)
Diff to previous 432
Create a files.h header and put some of the most heavily used files.c functions
into it and make them inline.


Revision 432 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 3 10:58:37 2010 UTC (14 years, 8 months ago) by amb
File length: 35002 byte(s)
Diff to previous 426
Don't crash if more than one language is in translations.xml but --language
option is not used.


Revision 426 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 26 19:26:47 2010 UTC (14 years, 8 months ago) by amb
File length: 34987 byte(s)
Diff to previous 411
Changed URLs to http://www.routino.org/


Revision 411 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 29 13:54:43 2010 UTC (14 years, 9 months ago) by amb
File length: 35007 byte(s)
Diff to previous 378
Translate the names given to unnamed roads (the highway type).


Revision 378 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 24 15:49:37 2010 UTC (14 years, 10 months ago) by amb
File length: 33450 byte(s)
Diff to previous 375
Added translations for the HTML output.


Revision 375 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Apr 24 12:42:57 2010 UTC (14 years, 10 months ago) by amb
File length: 23145 byte(s)
Diff to previous 373
Add the copyright information into the translations.xml file instead of the
separate copyright.txt file.


Revision 373 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 23 18:41:20 2010 UTC (14 years, 10 months ago) by amb
File length: 17927 byte(s)
Diff to previous 367
Pass the tag name to the tag function.


Revision 367 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 13 17:20:09 2010 UTC (14 years, 11 months ago) by amb
File length: 16378 byte(s)
Diff to previous 366
Name the tag variables and functions after the XSD data type and not the tag
name that uses it.


Revision 366 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 12 17:33:52 2010 UTC (14 years, 11 months ago) by amb
File length: 16152 byte(s)
Diff to previous 363
Change the last parameter to the ParseXML function to be general options.


Revision 363 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 11 13:01:38 2010 UTC (14 years, 11 months ago) by amb
File length: 16122 byte(s)
Diff to previous 361
Added helper functions for parsing strings into numbers.
Added macros to perform common error checking.
Change XML parser callback functions to return an error status.


Revision 361 - (view) (download) (as text) (annotate) - [select for diffs]
Added Sat Apr 10 18:34:17 2010 UTC (14 years, 11 months ago) by amb
File length: 16485 byte(s)
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a