diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-10 17:12:45 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2014-11-10 17:12:45 +0100 |
commit | 01bc27536a7a78a74ce7b316fed102150b5dbcc3 (patch) | |
tree | 6939a1c76332da14be18f2d1a11259029961783e /plugins/zipdownload/localization | |
parent | 0b39f6de6a5df48e428f85ee2e02cb9fb61cd8f1 (diff) |
Updated localizations from Transifex1.1-beta
Diffstat (limited to 'plugins/zipdownload/localization')
-rw-r--r-- | plugins/zipdownload/localization/ku.inc | 22 | ||||
-rw-r--r-- | plugins/zipdownload/localization/ku_IQ.inc | 22 |
2 files changed, 44 insertions, 0 deletions
diff --git a/plugins/zipdownload/localization/ku.inc b/plugins/zipdownload/localization/ku.inc new file mode 100644 index 000000000..af8165da3 --- /dev/null +++ b/plugins/zipdownload/localization/ku.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/zipdownload/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Zipdownload plugin | + | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ +*/ +$labels['downloadall'] = 'Hemû pêvekan daxîne'; +$labels['download'] = 'Daxîne...'; +$labels['downloadmbox'] = 'Mbox format (.zip)'; +$labels['downloadmaildir'] = 'Maildir format (.zip)'; +$labels['downloademl'] = 'Çavkanî (.eml)'; diff --git a/plugins/zipdownload/localization/ku_IQ.inc b/plugins/zipdownload/localization/ku_IQ.inc new file mode 100644 index 000000000..0374e01a8 --- /dev/null +++ b/plugins/zipdownload/localization/ku_IQ.inc @@ -0,0 +1,22 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | plugins/zipdownload/localization/<lang>.inc | + | | + | Localization file of the Roundcube Webmail Zipdownload plugin | + | Copyright (C) 2012-2014, The Roundcube Dev Team | + | | + | Licensed under the GNU General Public License version 3 or | + | any later version with exceptions for skins & plugins. | + | See the README file for a full license statement. | + | | + +-----------------------------------------------------------------------+ + + For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ +*/ +$labels['downloadall'] = 'داگرتنی هەموو هاوپێچەکان'; +$labels['download'] = 'داگرتن...'; +$labels['downloadmbox'] = 'Mbox format (.zip)'; +$labels['downloadmaildir'] = 'Maildir format (.zip)'; +$labels['downloademl'] = 'Source (.eml)'; |