Check out the latest version of Routino: svn co http://routino.org/svn/trunk routino
Log of /trunk/src/translations.c
Parent Directory
|
Revision Log
Links to HEAD: | (view) (download) (as text) (annotate) |
Sticky Revision: |
Revision 1410 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 21 15:48:19 2013 UTC (11 years, 8 months ago) by amb
File length: 41958 byte(s)
Diff to previous 1384
Rename the functions for unbuffered file access to make this clear.
Revision 1384 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 6 17:27:03 2013 UTC (11 years, 9 months ago) by amb
File length: 41938 byte(s)
Diff to previous 1205
Fix bug if using the built-in translations for GPX route files (present since v2.0). Make a few other translations match the ones in the XML file.
Revision 1205 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 15 15:57:46 2012 UTC (12 years, 3 months ago) by amb
File length: 41865 byte(s)
Diff to previous 1204
Change one entry in the translations XSD file that used a different case from the other defined types (not consistent with other XSD files but self-consistent).
Revision 1204 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Dec 15 15:15:22 2012 UTC (12 years, 3 months ago) by amb
File length: 41865 byte(s)
Diff to previous 1186
Change the xsd-to-xmlparser functions to output the source code in the same order as the XSD file and do not attempt to sort them into reverse order of reference.
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.