summaryrefslogtreecommitdiff
path: root/template/French/i18n.pl
diff options
context:
space:
mode:
Diffstat (limited to 'template/French/i18n.pl')
-rw-r--r--template/French/i18n.pl43
1 files changed, 43 insertions, 0 deletions
diff --git a/template/French/i18n.pl b/template/French/i18n.pl
new file mode 100644
index 0000000..b329d80
--- /dev/null
+++ b/template/French/i18n.pl
@@ -0,0 +1,43 @@
+##
+# French
+##
+@I18N_Days = (
+ "Dimanche",
+ "Lundi",
+ "Mardi",
+ "Mercredi",
+ "Jeudi",
+ "Vendredi",
+ "Samedi"
+);
+
+@I18N_Month = (
+ "Janvier",
+ "Février",
+ "Mars",
+ "Avril",
+ "Mai",
+ "Juin",
+ "Juillet",
+ "Août",
+ "Septembre",
+ "Octobre",
+ "Novembre",
+ "Décembre"
+);
+
+@LOGINPAGES_DESCRIPTION = (
+ "En ce moment",
+ "Chaînes",
+ "Programmes",
+ "Enregistrements"
+);
+
+%ERRORMESSAGE = (
+ CONNECT_FAILED => "Impossible de se connecter à %s!",
+ SEND_COMMAND => "Erreur lors de l'envoi de la commande à %s",
+);
+
+%COMMONMESSAGE = (
+ OVERVIEW => "Vue d'ensemble",
+);