summaryrefslogtreecommitdiff
path: root/plugins/zipdownload/localization/fr_FR.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/zipdownload/localization/fr_FR.inc')
-rw-r--r--plugins/zipdownload/localization/fr_FR.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/plugins/zipdownload/localization/fr_FR.inc b/plugins/zipdownload/localization/fr_FR.inc
index 993e1421b..6dd839ae6 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)';