diff options
author | Torsten Grote <t@grobox.de> | 2012-12-06 15:08:15 (GMT) |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2012-12-06 15:08:15 (GMT) |
commit | b4fb06fb0374d65e8555b4c88d2dfe76501fb21b (patch) | |
tree | b3710b6b308c82ac16ec52efebbab746676888a0 /.tx | |
parent | 6f4f949f8f38df8ec8699da9cdb790aeb34d320b (diff) | |
download | roundcubemail-plugins-kolab-b4fb06fb0374d65e8555b4c88d2dfe76501fb21b.tar.gz |
added transifex translation information
Diffstat (limited to '.tx')
-rw-r--r-- | .tx/config | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 0000000..baacb88 --- /dev/null +++ b/.tx/config @@ -0,0 +1,51 @@ +[main] +host = https://www.transifex.com + +[kolab.calendar] +file_filter = plugins/calendar/localization/<lang>.inc +source_file = plugins/calendar/localization/en_US.inc +source_lang = en_US +type = PHP_ALT_ARRAY + +[kolab.kolab_activesync] +file_filter = plugins/kolab_activesync/localization/<lang>.inc +source_file = plugins/kolab_activesync/localization/en_US.inc +source_lang = en_US +type = PHP_ALT_ARRAY + +[kolab.kolab_addressbook] +file_filter = plugins/kolab_addressbook/localization/<lang>.inc +source_file = plugins/kolab_addressbook/localization/en_US.inc +source_lang = en_US +type = PHP_ALT_ARRAY + +[kolab.kolab_auth] +file_filter = plugins/kolab_auth/localization/<lang>.inc +source_file = plugins/kolab_auth/localization/en_US.inc +source_lang = en_US +type = PHP_ALT_ARRAY + +[kolab.kolab_delegation] +file_filter = plugins/kolab_delegation/localization/<lang>.inc +source_file = plugins/kolab_delegation/localization/en_US.inc +source_lang = en_US +type = PHP_ALT_ARRAY + +[kolab.kolab_folders] +file_filter = plugins/kolab_folders/localization/<lang>.inc +source_file = plugins/kolab_folders/localization/en_US.inc +source_lang = en_US +type = PHP_ALT_ARRAY + +[kolab.owncloud] +file_filter = plugins/owncloud/localization/<lang>.inc +source_file = plugins/owncloud/localization/en_US.inc +source_lang = en_US +type = PHP_ALT_ARRAY + +[kolab.tasklist] +file_filter = plugins/tasklist/localization/<lang>.inc +source_file = plugins/tasklist/localization/en_US.inc +source_lang = en_US +type = PHP_ALT_ARRAY + |