summaryrefslogtreecommitdiffstats
path: root/web/lang/es
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2008-08-19 18:08:12 -0400
committerLoui Chang <louipc.ist@gmail.com>2008-08-19 18:08:12 -0400
commitb69e2cce56bee61ea445417e29e55d27a15637d5 (patch)
tree588a9e47a4cdfef6815cec2c29d9d3a27d28adc2 /web/lang/es
parent361f08a740f403e7f66bd6da071358899cd3ef1f (diff)
downloadaurweb-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.inc10
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 21e45fc..0000000
--- 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