diff options
author | pjmattal <pjmattal> | 2005-05-16 04:17:22 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-05-16 04:17:22 +0000 |
commit | 499d459bdfc2ffc42ade60eab0be48ca9b80d103 (patch) | |
tree | 2bc63122155c6a540d53e0b3cd7850d5a85588db /web/lang/mgmnt_po.inc | |
parent | cac788476a1a62f16d80e7242e88b25665a1e993 (diff) | |
download | aurweb-499d459bdfc2ffc42ade60eab0be48ca9b80d103.tar.xz |
updated with latest polish language patch
Diffstat (limited to 'web/lang/mgmnt_po.inc')
-rw-r--r-- | web/lang/mgmnt_po.inc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/web/lang/mgmnt_po.inc b/web/lang/mgmnt_po.inc index 51c0022..a118f3e 100644 --- a/web/lang/mgmnt_po.inc +++ b/web/lang/mgmnt_po.inc @@ -12,15 +12,15 @@ include_once("translator.inc"); global $_t; $_t["en"]["Under construction..."] = "Under construction..."; -# $_t["es"]["Under construction..."] = "--> Traducción española aquí. <--"; -# $_t["fr"]["Under construction..."] = "--> Traduction française ici. <--"; -# $_t["de"]["Under construction..."] = "--> Deutsche Übersetzung hier. <--"; -$_t["pl"]["Under construction..."] = "Prace trwaj±..."; +# $_t["es"]["Under construction..."] = "--> Traducción espaÅ„ola aquÃ. <--"; +# $_t["fr"]["Under construction..."] = "--> Traduction française ici. <--"; +# $_t["de"]["Under construction..."] = "--> Deutsche Ãœbersetzung hier. <--"; +$_t["pl"]["Under construction..."] = "Prace trwajÄ…..."; $_t["en"]["Manage package ID: %s"] = "Manage package ID: %s"; -# $_t["es"]["Manage package ID: %s"] = "--> Traducción española aquí. <--"; -# $_t["fr"]["Manage package ID: %s"] = "--> Traduction française ici. <--"; -# $_t["de"]["Manage package ID: %s"] = "--> Deutsche Übersetzung hier. <--"; -$_t["pl"]["Manage package ID: %s"] = "Zarz±dzaj pakietem: %s"; +# $_t["es"]["Manage package ID: %s"] = "--> Traducción espaÅ„ola aquÃ. <--"; +# $_t["fr"]["Manage package ID: %s"] = "--> Traduction française ici. <--"; +# $_t["de"]["Manage package ID: %s"] = "--> Deutsche Ãœbersetzung hier. <--"; +$_t["pl"]["Manage package ID: %s"] = "ZarzÄ…dzaj pakietem: %s"; ?> |