diff options
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 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 |