diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-26 21:49:43 (GMT) |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-26 21:49:43 (GMT) |
commit | 4a51c1bf105d0fae14d91ac2a239b2968496d349 (patch) | |
tree | 4efc6d584ba49b49a7bc902223031f292c2149cb /.tx/config | |
parent | f4ad8ff62d26405bb0b0af2813e54a2b81216500 (diff) | |
download | roundcubemail-plugins-kolab-4a51c1bf105d0fae14d91ac2a239b2968496d349.tar.gz |
Add locale files for helpdocs translation with Transifex
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 66 |
1 files changed, 66 insertions, 0 deletions
@@ -8,6 +8,48 @@ file_filter = plugins/calendar/localization/<lang>.inc source_file = plugins/calendar/localization/en_US.inc source_lang = en_US +[kolab.calendar-helpdocs--index] +file_filter = plugins/calendar/helpdocs/locale/<lang>/LC_MESSAGES/index.po +source_file = plugins/calendar/helpdocs/po/index.pot +source_lang = en_US +type = PO + +[kolab.calendar-helpdocs--importexport] +file_filter = plugins/calendar/helpdocs/locale/<lang>/LC_MESSAGES/importexport.po +source_file = plugins/calendar/helpdocs/po/importexport.pot +source_lang = en_US +type = PO + +[kolab.calendar-helpdocs--invitations] +file_filter = plugins/calendar/helpdocs/locale/<lang>/LC_MESSAGES/invitations.po +source_file = plugins/calendar/helpdocs/po/invitations.pot +source_lang = en_US +type = PO + +[kolab.calendar-helpdocs--manage] +file_filter = plugins/calendar/helpdocs/locale/<lang>/LC_MESSAGES/manage.po +source_file = plugins/calendar/helpdocs/po/manage.pot +source_lang = en_US +type = PO + +[kolab.calendar-helpdocs--overview] +file_filter = plugins/calendar/helpdocs/locale/<lang>/LC_MESSAGES/overview.po +source_file = plugins/calendar/helpdocs/po/overview.pot +source_lang = en_US +type = PO + +[kolab.calendar-helpdocs--settings] +file_filter = plugins/calendar/helpdocs/locale/<lang>/LC_MESSAGES/settings.po +source_file = plugins/calendar/helpdocs/po/settings.pot +source_lang = en_US +type = PO + +[kolab.calendar-helpdocs--sharing] +file_filter = plugins/calendar/helpdocs/locale/<lang>/LC_MESSAGES/sharing.po +source_file = plugins/calendar/helpdocs/po/sharing.pot +source_lang = en_US +type = PO + [kolab.kolab_activesync] file_filter = plugins/kolab_activesync/localization/<lang>.inc source_file = plugins/kolab_activesync/localization/en_US.inc @@ -18,6 +60,12 @@ file_filter = plugins/kolab_addressbook/localization/<lang>.inc source_file = plugins/kolab_addressbook/localization/en_US.inc source_lang = en_US +[kolab.kolab_addressbook-helpdocs--addressbook] +file_filter = plugins/kolab_addressbook/helpdocs/locale/<lang>/LC_MESSAGES/addressbook.po +source_file = plugins/kolab_addressbook/helpdocs/po/addressbook.pot +source_lang = en_US +type = PO + [kolab.kolab_auth] file_filter = plugins/kolab_auth/localization/<lang>.inc source_file = plugins/kolab_auth/localization/en_US.inc @@ -58,6 +106,24 @@ file_filter = plugins/tasklist/localization/<lang>.inc source_file = plugins/tasklist/localization/en_US.inc source_lang = en_US +[kolab.tasklist-helpdocs--index] +file_filter = plugins/tasklist/helpdocs/locale/<lang>/LC_MESSAGES/index.po +source_file = plugins/tasklist/helpdocs/po/index.pot +source_lang = en_US +type = PO + +[kolab.tasklist-helpdocs--manage] +file_filter = plugins/tasklist/helpdocs/locale/<lang>/LC_MESSAGES/manage.po +source_file = plugins/tasklist/helpdocs/po/manage.pot +source_lang = en_US +type = PO + +[kolab.tasklist-helpdocs--overview] +file_filter = plugins/tasklist/helpdocs/locale/<lang>/LC_MESSAGES/overview.po +source_file = plugins/tasklist/helpdocs/po/overview.pot +source_lang = en_US +type = PO + [kolab.libcalendaring] file_filter = plugins/libcalendaring/localization/<lang>.inc source_file = plugins/libcalendaring/localization/en_US.inc |