diff options
author | eric <eric> | 2004-06-19 00:42:07 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-19 00:42:07 +0200 |
commit | 74594e516d699a3a95a4e8112c914b9225853de7 (patch) | |
tree | 9e07a66a712c17a81873eefbf592b46ebb787cbc /web/lang/index_po.inc | |
parent | d92682fbfdd9dec43939678b3c5b80c512f148d3 (diff) | |
download | aur-74594e516d699a3a95a4e8112c914b9225853de7.tar.gz aur-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.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/lang/index_po.inc b/web/lang/index_po.inc index 6c04677c..0b5d1bc9 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 |