From: Dan F. <dfa...@us...> - 2009-11-06 06:58:26
|
Update of /cvsroot/libexif/libexif In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv14909 Modified Files: ChangeLog NEWS README configure.ac Log Message: Added a bunch of new translations from launchpad.net po/be.po: Added Belarusian translation by Iryna Nikanchuk po/en_GB.po: Added English (United Kingdom) translation by Bruce Cowan po/it.po: Added Italian translation by Sergio Zanchetta po/ja.po: Added Japanese translation by Shushi Kurose po/pt.po: Added Portuguese translation by nglnx po/sq.po: Added Albanian translation by Vilson Gjeci po/zh_CN.po: Added Chinese (simplified) translation by Tao Wei Index: README =================================================================== RCS file: /cvsroot/libexif/libexif/README,v retrieving revision 1.24 retrieving revision 1.25 diff -u -p -d -r1.24 -r1.25 --- README 15 Oct 2009 07:32:53 -0000 1.24 +++ README 6 Nov 2009 06:58:08 -0000 1.25 @@ -133,17 +133,24 @@ by eliminating them. INTERNATIONALIZATION -------------------- -All translations for libexif, except cr, cs, pt_BR, ru and en_CA, are -coordinated by the Translation Project at http://translationproject.org/. -This means that ALL changes to the .po files (except those few -exceptions) MUST be made through the TP web site, or they will be -eventually overwritten and lost. If you are interested in translating -libexif into a new language, simply join TP and start! A translation -disclaimer is NOT required for libexif; by making a translation, you -agree implicitly to provide it under the same license terms as the rest -of libexif (LGPL). When a new version of libexif is available for -translation, a libexif maintainer will contact the Translation Project -and all interested TP members will be automatically notified. +The libexif translations are made by volunteers working on their own, +either directly with the libexif project or through one of two translation +coordination sites, the Translation Project +<http://translationproject.org/domain/libexif.html> and Launchpad +<https://translations.edge.launchpad.net/ubuntu/karmic/+source/libexif>. +Any updates to language translations coordinated by the Translation Project +must be made through their web site, but all other languages can be +updated either through Launchpad (preferred) or by sending updates to +the libexif developers mailing list directly. As of this writing, the +following languages must be updated through the Translation Project: +da de es fr nl pl sk sv vi + +If you are interested in translating libexif into a new language, we +recommend that you join one of the above translation groups and take +advantage of the systems they have built to help you. A translation +disclaimer is NOT required for libexif at the Translation Project; by making +a translation, you agree implicitly to provide it under the same license +terms as the rest of libexif (LGPL). AUTHORS Index: NEWS =================================================================== RCS file: /cvsroot/libexif/libexif/NEWS,v retrieving revision 1.61 retrieving revision 1.62 diff -u -p -d -r1.61 -r1.62 --- NEWS 15 Oct 2009 06:15:15 -0000 1.61 +++ NEWS 6 Nov 2009 06:58:08 -0000 1.62 @@ -1,9 +1,11 @@ libexif-0.6.x: + * New translations: be, en_GB, it, ja, pt, sq, zh_CN + * Updated translations: da, sv, vi * Now using a binary search to make searching through the tag table faster libexif-0.6.18 (2009-10-09): - * New translations: da pt_BR sr + * New translations: da, pt_BR, sr * Updated translations: cs, de, en_CA, nl, pl, sk, sv, vi * Added some example programs * libexif is now thread safe when the underlying C library is thread safe Index: configure.ac =================================================================== RCS file: /cvsroot/libexif/libexif/configure.ac,v retrieving revision 1.58 retrieving revision 1.59 diff -u -p -d -r1.58 -r1.59 --- configure.ac 9 Oct 2009 19:59:47 -0000 1.58 +++ configure.ac 6 Nov 2009 06:58:08 -0000 1.59 @@ -170,7 +170,7 @@ AM_CONDITIONAL([ENABLE_INTERNAL_DOCS], [ # --------------------------------------------------------------------------- # i18n support # --------------------------------------------------------------------------- -ALL_LINGUAS="cs da de en_CA es fr nl pl pt_BR ru sk sr sv vi" +ALL_LINGUAS="be cs da de en_CA en_GB es fr it ja nl pl pt pt_BR ru sk sq sr sv vi zh_CN" AM_PO_SUBDIRS GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}], [Lutz Mueller and others]) Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.334 retrieving revision 1.335 diff -u -p -d -r1.334 -r1.335 --- ChangeLog 27 Oct 2009 00:41:41 -0000 1.334 +++ ChangeLog 6 Nov 2009 06:58:08 -0000 1.335 @@ -1,3 +1,19 @@ +2009-11-05 Dan Fandrich <da...@co...> + + * Added a bunch of new translations from launchpad.net + * po/be.po: Added Belarusian translation by Iryna Nikanchuk + * po/en_GB.po: Added English (United Kingdom) translation by Bruce + Cowan + * po/it.po: Added Italian translation by Sergio Zanchetta + * po/ja.po: Added Japanese translation by Shushi Kurose + * po/pt.po: Added Portuguese translation by nglnx + * po/sq.po: Added Albanian translation by Vilson Gjeci + * po/zh_CN.po: Added Chinese (simplified) translation by Tao Wei + +2009-11-03 Dan Fandrich <da...@co...> + + * po/da.po: Updated Danish translation by Joe Hansen + 2009-10-27 Dan Fandrich <da...@co...> * Improved tag table lookup performance by optimally ordering IFD |