diff options
Diffstat (limited to 'web/lang/template_po.inc')
-rw-r--r-- | web/lang/template_po.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/lang/template_po.inc b/web/lang/template_po.inc index c2839ee..8cdc85f 100644 --- a/web/lang/template_po.inc +++ b/web/lang/template_po.inc @@ -12,9 +12,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. <--"; -$_t["pl"]["Hi, this is worth reading!"] = "Witaj, warto to przeczytaæ!"; +# $_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. <--"; +$_t["pl"]["Hi, this is worth reading!"] = "Witaj, warto to przeczytać!"; ?> |