From f652e36b2b2e958ceba3739041e257a4b39f19d0 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <bruederli@kolabsys.com> Date: Wed, 12 Nov 2014 03:18:58 -0500 Subject: [PATCH] Force-pull translations from Transifex --- plugins/zipdownload/localization/fr_FR.inc | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/plugins/zipdownload/localization/fr_FR.inc b/plugins/zipdownload/localization/fr_FR.inc index 993e142..6dd839a 100644 --- a/plugins/zipdownload/localization/fr_FR.inc +++ b/plugins/zipdownload/localization/fr_FR.inc @@ -5,7 +5,7 @@ | plugins/zipdownload/localization/<lang>.inc | | | | Localization file of the Roundcube Webmail Zipdownload plugin | - | Copyright (C) 2012-2013, The Roundcube Dev Team | + | 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. | @@ -15,6 +15,8 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-zipdownload/ */ -$labels['downloadall'] = 'Télécharger toutes les pièces jointes'; -$labels['downloadfolder'] = 'Télécharger le répertoire'; -?> \ No newline at end of file +$labels['downloadall'] = 'Télécharger tous les fichiers joints'; +$labels['download'] = 'Télécharger...'; +$labels['downloadmbox'] = 'Format mbox (.zip)'; +$labels['downloadmaildir'] = 'Format maildir (.zip)'; +$labels['downloademl'] = 'Source (.eml)'; -- Gitblit v1.9.1