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 1980 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 7 15:55:17 2019 UTC (5 years, 11 months ago) by amb
File length: 57170 byte(s)
Diff to previous 1894
Free some memory to avoid leaks - found by running with gcc's runtime
sanitizer enabled (make SANITIZE=1 test).


Revision 1894 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 8 17:32:40 2016 UTC (8 years, 6 months ago) by amb
File length: 57120 byte(s)
Diff to previous 1815
Ensure that when a language doesn't have a full set of translations
the built-in ones generate valid HTML.


Revision 1815 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 26 14:40:18 2015 UTC (9 years, 5 months ago) by amb
File length: 57096 byte(s)
Diff to previous 1796
Change file output formats so that waypoint numbers are included.
Change the names of the GPX route waypoints in the XML file.


Revision 1796 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 7 17:50:20 2015 UTC (9 years, 6 months ago) by amb
File length: 57891 byte(s)
Diff to previous 1792
Merge some of the translation phrases together to simplify them.
Change the HTML output and web pages to work with this.


Revision 1792 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 17 17:44:01 2015 UTC (9 years, 7 months ago) by amb
File length: 63438 byte(s)
Diff to previous 1791
Add a new API function to return the full names of the languages
available in the translations XML file.  Increase API version to 6.


Revision 1791 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 17 17:29:24 2015 UTC (9 years, 7 months ago) by amb
File length: 62883 byte(s)
Diff to previous 1784
Add the long version of the language name to the XML translations file.


Revision 1784 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 15 13:08:37 2015 UTC (9 years, 7 months ago) by amb
File length: 62561 byte(s)
Diff to previous 1719
Merge libroutino branch back into the trunk.


Revision 1719 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 20 14:08:04 2015 UTC (9 years, 8 months ago) by amb
File length: 42659 byte(s)
Diff to previous 1641
Make the xmltags definitions of XML files be constants.


Revision 1641 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 10 18:31:15 2015 UTC (9 years, 11 months ago) by amb
File length: 42322 byte(s)
Diff to previous 1412
Change built-in default HTML translation strings so that they work
with the web page if they have to be used.


Revision 1412 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jun 22 18:43:50 2013 UTC (11 years, 8 months ago) by amb
File length: 41936 byte(s)
Diff to previous 1410
Create simple OpenFile() and CloseFile() functions for those files which are
used by the parsers (they just call open() and close() internally).


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]
Added 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.



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