summaryrefslogtreecommitdiffstats
path: root/web/lang/fr/template_po.inc
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2008-08-20 00:08:12 +0200
committerLoui Chang <louipc.ist@gmail.com>2008-08-20 00:08:12 +0200
commitb69e2cce56bee61ea445417e29e55d27a15637d5 (patch)
tree588a9e47a4cdfef6815cec2c29d9d3a27d28adc2 /web/lang/fr/template_po.inc
parent361f08a740f403e7f66bd6da071358899cd3ef1f (diff)
downloadaur-b69e2cce56bee61ea445417e29e55d27a15637d5.tar.gz
aur-b69e2cce56bee61ea445417e29e55d27a15637d5.tar.xz
Move top page template-example to web/template.
Make note in web/README.txt Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/fr/template_po.inc')
-rw-r--r--web/lang/fr/template_po.inc11
1 files changed, 0 insertions, 11 deletions
diff --git a/web/lang/fr/template_po.inc b/web/lang/fr/template_po.inc
deleted file mode 100644
index 2084c164..00000000
--- a/web/lang/fr/template_po.inc
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-# French (Français) translation
-# Translator: Morgan LEFIEUX <comete@archlinuxfr.org>
-# Translator: Cilyan Olowen <gaknar@gmail.com>
-
-include_once("translator.inc");
-global $_t;
-
-$_t["fr"]["Hi, this is worth reading!"] = "Salut, ceci vaut la peine d'ĂȘtre lu !";
-
-?>