summaryrefslogtreecommitdiff
path: root/template/French-incomplete/i18n.pl
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2005-03-23 11:33:16 +0100
committerAndreas Mair <amair.sob@googlemail.com>2005-03-23 11:33:16 +0100
commitd652334559b84dded4e4d5c5c9c014232ff10616 (patch)
treeb2d7bca66a9a1a51b7042b75971a7b78b7a72fb1 /template/French-incomplete/i18n.pl
parent46de243c304867eff807fef1e2fc31c9ad8f2f66 (diff)
downloadvdradmin-am-0.97-am2b.tar.gz
vdradmin-am-0.97-am2b.tar.bz2
2005-03-23: 0.97-am2bv0.97-am2b
- added French template (Submitted by Trois Six) - fixed English/i18n.pl - removed all "bilder" and "copper" folders in all templates except "Deutsch" and replaced them by links to the folders in "Deutsch".
Diffstat (limited to 'template/French-incomplete/i18n.pl')
-rw-r--r--template/French-incomplete/i18n.pl43
1 files changed, 0 insertions, 43 deletions
diff --git a/template/French-incomplete/i18n.pl b/template/French-incomplete/i18n.pl
deleted file mode 100644
index b329d80..0000000
--- a/template/French-incomplete/i18n.pl
+++ /dev/null
@@ -1,43 +0,0 @@
-##
-# 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",
-);