summaryrefslogtreecommitdiffstats
path: root/web/lang/index_po.inc
diff options
context:
space:
mode:
authoreric <eric>2004-06-18 22:42:07 +0000
committereric <eric>2004-06-18 22:42:07 +0000
commit74594e516d699a3a95a4e8112c914b9225853de7 (patch)
tree9e07a66a712c17a81873eefbf592b46ebb787cbc /web/lang/index_po.inc
parentd92682fbfdd9dec43939678b3c5b80c512f148d3 (diff)
downloadaurweb-74594e516d699a3a95a4e8112c914b9225853de7.tar.xz
renamed _() function to __() to avoid gettext conflict
Diffstat (limited to 'web/lang/index_po.inc')
-rw-r--r--web/lang/index_po.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/lang/index_po.inc b/web/lang/index_po.inc
index 6c04677..0b5d1bc 100644
--- a/web/lang/index_po.inc
+++ b/web/lang/index_po.inc
@@ -11,4 +11,9 @@
include_once("translator.inc");
global $_t;
+$_t["en"]["Hi, this is worth reading!"] = "Hi, this is worth reading!";
+# $_t["es"]["Hi, this is worth reading!"] = "--> Traducción española aquí. <--";
+# $_t["fr"]["Hi, this is worth reading!"] = "--> Traduction française ici. <--";
+# $_t["de"]["Hi, this is worth reading!"] = "--> Deutsche Übersetzung hier. <--";
+
?> \ No newline at end of file