summaryrefslogtreecommitdiff
path: root/webmail/plugins/google_contacts/localization/fr_FR.inc
diff options
context:
space:
mode:
Diffstat (limited to 'webmail/plugins/google_contacts/localization/fr_FR.inc')
-rw-r--r--webmail/plugins/google_contacts/localization/fr_FR.inc25
1 files changed, 25 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/localization/fr_FR.inc b/webmail/plugins/google_contacts/localization/fr_FR.inc
new file mode 100644
index 0000000..4606261
--- /dev/null
+++ b/webmail/plugins/google_contacts/localization/fr_FR.inc
@@ -0,0 +1,25 @@
+<?php
+
+/*
++-----------------------------------------------------------------------+
+| language/fr_FR/labels.inc |
+| |
+| Language file of the RoundCube Webmail client |
+| Copyright (C) 2008-2010, RoundQube Dev. - Switzerland |
+| Licensed under the GNU GPL |
+| |
++-----------------------------------------------------------------------+
+| Author: |
++-----------------------------------------------------------------------+
+
+*/
+
+$labels = array();
+$labels['googlecontacts'] = 'Contacts Google';
+$labels['usegoogleabook'] = 'Utiliser le carnet d\'adresses Google';
+$labels['googleuser'] = 'Compte Google';
+$labels['googlepass'] = 'Mot de passe Google';
+$labels['googlepassisset'] = 'Le mot de passe Google est présent';
+$labels['googlepassisnotset'] = 'Le mot de passe Google est absent';
+
+?> \ No newline at end of file