diff options
author | Thomas Bruederli <bruederli@kolabsys.com> | 2015-02-07 18:32:19 +0100 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2015-02-07 18:32:19 +0100 |
commit | 36147bd6df93cfc379072b76a6c1c0e6e383cbbc (patch) | |
tree | 311ea497152d7bf46cbd965cdf7bb0d189c2ff6e /plugins/zipdownload | |
parent | 56040b941c20d1d2ed2abf3f1993ea550bc13086 (diff) |
Update localizations from Transifex
Diffstat (limited to 'plugins/zipdownload')
-rw-r--r-- | plugins/zipdownload/localization/fr_FR.inc | 2 | ||||
-rw-r--r-- | plugins/zipdownload/localization/fy_NL.inc | 18 | ||||
-rw-r--r-- | plugins/zipdownload/localization/ia.inc | 22 |
3 files changed, 41 insertions, 1 deletions
diff --git a/plugins/zipdownload/localization/fr_FR.inc b/plugins/zipdownload/localization/fr_FR.inc index 6dd839ae6..57c8bf6ee 100644 --- a/plugins/zipdownload/localization/fr_FR.inc +++ b/plugins/zipdownload/localization/fr_FR.inc @@ -15,7 +15,7 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ -$labels['downloadall'] = 'Télécharger tous les fichiers joints'; +$labels['downloadall'] = 'Télécharger toutes les pièces jointes'; $labels['download'] = 'Télécharger...'; $labels['downloadmbox'] = 'Format mbox (.zip)'; $labels['downloadmaildir'] = 'Format maildir (.zip)'; diff --git a/plugins/zipdownload/localization/fy_NL.inc b/plugins/zipdownload/localization/fy_NL.inc new file mode 100644 index 000000000..96d69d0a7 --- /dev/null +++ b/plugins/zipdownload/localization/fy_NL.inc @@ -0,0 +1,18 @@ +<?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['downloademl'] = 'Boarne (.eml)'; diff --git a/plugins/zipdownload/localization/ia.inc b/plugins/zipdownload/localization/ia.inc new file mode 100644 index 000000000..c35619a08 --- /dev/null +++ b/plugins/zipdownload/localization/ia.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'] = 'Discargar tote le attachamentos'; +$labels['download'] = 'Discargar...'; +$labels['downloadmbox'] = 'Formato Mbox (.zip)'; +$labels['downloadmaildir'] = 'Formato Maildir (.zip)'; +$labels['downloademl'] = 'Fonte (.eml)'; |