summaryrefslogtreecommitdiff
path: root/settings/localization/fr_FR.inc
diff options
context:
space:
mode:
Diffstat (limited to 'settings/localization/fr_FR.inc')
-rw-r--r--settings/localization/fr_FR.inc27
1 files changed, 27 insertions, 0 deletions
diff --git a/settings/localization/fr_FR.inc b/settings/localization/fr_FR.inc
new file mode 100644
index 0000000..ec96973
--- /dev/null
+++ b/settings/localization/fr_FR.inc
@@ -0,0 +1,27 @@
+<?php
+/*
+ +-----------------------------------------------------------------------+
+ | ./plugins/settings/localization/fr_FR.inc
+ |
+ | Language file of MyRoundcube Plugins Bundle
+ | Copyright (C) 2010-2015, Roland 'rosali' Liebl
+ |
+ +-----------------------------------------------------------------------+
+ | Author: Olivier Zolli - 01/20/2015 17:59:37
+ +-----------------------------------------------------------------------+
+*/
+
+$labels = array();
+$labels['pluginname'] = 'Paramètres';
+$labels['plugindescription'] = 'Ce plugin est nécessaire pour le bon fonctionnement d\'autres plugins (par exemple tous les hmail* plugins)';
+$labels['menu'] = 'Menu';
+$labels['managefolders'] = 'Gestion des dossiers';
+$labels['account'] = 'Administration du compte';
+$labels['classic'] = 'Classic';
+$labels['larry'] = 'Larry';
+$labels['remotefolders'] = 'Dossiers spéciaux';
+$labels['myroundcube'] = 'MyRoundCube';
+$labels['serversettings.serversettings'] = 'Autres paramètres de compte';
+$labels['serversettings.description'] = 'Autres paramètres de compte';
+
+?> \ No newline at end of file