diff options
author | pjmattal <pjmattal> | 2005-05-16 06:17:22 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-05-16 06:17:22 +0200 |
commit | 499d459bdfc2ffc42ade60eab0be48ca9b80d103 (patch) | |
tree | 2bc63122155c6a540d53e0b3cd7850d5a85588db /web/lang/template_po.inc | |
parent | cac788476a1a62f16d80e7242e88b25665a1e993 (diff) | |
download | aur-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.gz aur-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.xz |
updated with latest polish language patch
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 c2839eef..8cdc85fa 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ć!"; ?> |