po: added gettext support to each opensync plugin, with string changes
commit5dc5b2f9bb437e5192f73b21fd57110d4967ab97
authorChris Frey <cdfrey@foursquare.net>
Fri, 27 Jul 2012 03:39:17 +0000 (26 23:39 -0400)
committerChris Frey <cdfrey@foursquare.net>
Fri, 27 Jul 2012 04:00:00 +0000 (27 00:00 -0400)
tree32d7be0a56cceb4bcefbb33f0c6e2befcf4d8f77
parent10fdbc61a506cbb734709a79ceb8cdcdb3c3d6b3
po: added gettext support to each opensync plugin, with string changes
54 files changed:
buildgen.sh
opensync-plugin-0.4x/Makefile.am
opensync-plugin-0.4x/buildgen.sh
opensync-plugin-0.4x/configure.ac
opensync-plugin-0.4x/po/ChangeLog [new file with mode: 0644]
opensync-plugin-0.4x/po/LINGUAS [new file with mode: 0644]
opensync-plugin-0.4x/po/Makevars [new file with mode: 0644]
opensync-plugin-0.4x/po/POTFILES.in [new file with mode: 0644]
opensync-plugin-0.4x/po/README [new file with mode: 0644]
opensync-plugin-0.4x/po/Rules-quot [new file with mode: 0644]
opensync-plugin-0.4x/po/barry-opensync-plugin-0-4x.pot [new file with mode: 0644]
opensync-plugin-0.4x/po/boldquot.sed [new file with mode: 0644]
opensync-plugin-0.4x/po/en@boldquot.header [new file with mode: 0644]
opensync-plugin-0.4x/po/en@quot.header [new file with mode: 0644]
opensync-plugin-0.4x/po/es.po [new file with mode: 0644]
opensync-plugin-0.4x/po/fr.po [new file with mode: 0644]
opensync-plugin-0.4x/po/insert-header.sin [new file with mode: 0644]
opensync-plugin-0.4x/po/quot.sed [new file with mode: 0644]
opensync-plugin-0.4x/po/remove-potcdate.sin [new file with mode: 0644]
opensync-plugin-0.4x/src/Makefile.am
opensync-plugin-0.4x/src/barry_sync.cc
opensync-plugin-0.4x/src/environment.cc
opensync-plugin-0.4x/src/gettext.h [new file with mode: 0644]
opensync-plugin-0.4x/src/i18n.h [new file with mode: 0644]
opensync-plugin-0.4x/src/vcard.cc
opensync-plugin-0.4x/src/vevent.cc
opensync-plugin-0.4x/src/vjournal.cc
opensync-plugin-0.4x/src/vtodo.cc
opensync-plugin/Makefile.am
opensync-plugin/buildgen.sh
opensync-plugin/configure.ac
opensync-plugin/po/ChangeLog [new file with mode: 0644]
opensync-plugin/po/LINGUAS [new file with mode: 0644]
opensync-plugin/po/Makevars [new file with mode: 0644]
opensync-plugin/po/POTFILES.in [new file with mode: 0644]
opensync-plugin/po/README [new file with mode: 0644]
opensync-plugin/po/Rules-quot [new file with mode: 0644]
opensync-plugin/po/barry-opensync-plugin.pot [new file with mode: 0644]
opensync-plugin/po/boldquot.sed [new file with mode: 0644]
opensync-plugin/po/en@boldquot.header [new file with mode: 0644]
opensync-plugin/po/en@quot.header [new file with mode: 0644]
opensync-plugin/po/es.po [new file with mode: 0644]
opensync-plugin/po/fr.po [new file with mode: 0644]
opensync-plugin/po/insert-header.sin [new file with mode: 0644]
opensync-plugin/po/quot.sed [new file with mode: 0644]
opensync-plugin/po/remove-potcdate.sin [new file with mode: 0644]
opensync-plugin/src/Makefile.am
opensync-plugin/src/barry_sync.cc
opensync-plugin/src/environment.cc
opensync-plugin/src/gettext.h [new file with mode: 0644]
opensync-plugin/src/i18n.h [new file with mode: 0644]
opensync-plugin/src/vcard.cc
opensync-plugin/src/vevent.cc
po/POTFILES.in