diff options
author | pjmattal <pjmattal> | 2005-05-18 02:18:46 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-05-18 02:18:46 +0200 |
commit | 726a3a3b93b585dc27d7caee90445b1af792970a (patch) | |
tree | 71015118bbeeff678f35c0729543e4ff50aaddbb /web | |
parent | 302db2ff21c914f405fdfd199060a698db2ccdc3 (diff) | |
download | aur-726a3a3b93b585dc27d7caee90445b1af792970a.tar.gz aur-726a3a3b93b585dc27d7caee90445b1af792970a.tar.xz |
added patch for minor fix to polish translation
Diffstat (limited to 'web')
-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 83b1129f..2c070aa5 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í. <--"; |