diff options
author | pjmattal <pjmattal> | 2005-05-18 00:18:46 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-05-18 00:18:46 +0000 |
commit | 726a3a3b93b585dc27d7caee90445b1af792970a (patch) | |
tree | 71015118bbeeff678f35c0729543e4ff50aaddbb | |
parent | 302db2ff21c914f405fdfd199060a698db2ccdc3 (diff) | |
download | aurweb-726a3a3b93b585dc27d7caee90445b1af792970a.tar.xz |
added patch for minor fix to polish translation
-rw-r--r-- | web/lang/acctfuncs_po.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/lang/acctfuncs_po.inc b/web/lang/acctfuncs_po.inc index 83b1129..2c070aa 100644 --- a/web/lang/acctfuncs_po.inc +++ b/web/lang/acctfuncs_po.inc @@ -57,7 +57,7 @@ $_t["en"]["The account, %h%s%h, has been successfully modified."] = "The account # $_t["es"]["The account, %h%s%h, has been successfully modified."] = "--> Traducción espańola aquí. <--"; # $_t["fr"]["The account, %h%s%h, has been successfully modified."] = "--> Traduction française ici. <--"; # $_t["de"]["The account, %h%s%h, has been successfully modified."] = "--> Deutsche Übersetzung hier. <--"; -$_t["pl"]["The account, %h%s%h, has been successfully modified."] = "Konto %h%s%h zostało pomyślnie utworzone."; +$_t["pl"]["The account, %h%s%h, has been successfully modified."] = "Konto %h%s%h zostało pomyślnie zaktualizowane."; $_t["en"]["Account Suspended"] = "Account Suspended"; # $_t["es"]["Account Suspended"] = "--> Traducción espańola aquí. <--"; |