diff options
author | Loui Chang <louipc.ist@gmail.com> | 2008-08-20 00:08:12 +0200 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2008-08-20 00:08:12 +0200 |
commit | b69e2cce56bee61ea445417e29e55d27a15637d5 (patch) | |
tree | 588a9e47a4cdfef6815cec2c29d9d3a27d28adc2 /web/lang/es | |
parent | 361f08a740f403e7f66bd6da071358899cd3ef1f (diff) | |
download | aur-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/es')
-rw-r--r-- | web/lang/es/template_po.inc | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/web/lang/es/template_po.inc b/web/lang/es/template_po.inc deleted file mode 100644 index 21e45fce..00000000 --- a/web/lang/es/template_po.inc +++ /dev/null @@ -1,10 +0,0 @@ -<?php -# Spanish (Español) translation -# Translator: Víctor Martínez Romanos <vmromanos@gmail.com> - -include_once("translator.inc"); -global $_t; - -$_t["es"]["Hi, this is worth reading!"] = "Hola, ¡vale la pena llegar hasta aquí!"; - -?>
\ No newline at end of file |