diff options
author | pjmattal <pjmattal> | 2005-05-13 16:38:04 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-05-13 16:38:04 +0200 |
commit | cac788476a1a62f16d80e7242e88b25665a1e993 (patch) | |
tree | fe4b3407b989694b11f0393b38d77e9a457031a3 /web/lang/common_po.inc | |
parent | 4bb6cab85ec6fa09bef16404ff074b9189ccd7ca (diff) | |
download | aur-cac788476a1a62f16d80e7242e88b25665a1e993.tar.gz aur-cac788476a1a62f16d80e7242e88b25665a1e993.tar.xz |
added polish translation
this still needs some more debugging before it goes live
but it's turned on in this version
Diffstat (limited to 'web/lang/common_po.inc')
-rw-r--r-- | web/lang/common_po.inc | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/web/lang/common_po.inc b/web/lang/common_po.inc index ca4c3006..88c909d2 100644 --- a/web/lang/common_po.inc +++ b/web/lang/common_po.inc @@ -15,55 +15,66 @@ $_t["en"]["Password"] = "Password"; # $_t["es"]["Password"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Password"] = "--> Traduction française ici. <--"; $_t["de"]["Password"] = "Passwort"; +$_t["pl"]["Password"] = "Has³o"; $_t["en"]["Clear"] = "Clear"; # $_t["es"]["Clear"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Clear"] = "--> Traduction française ici. <--"; $_t["de"]["Clear"] = "Löschen"; +$_t["pl"]["Clear"] = "Wyczy¶æ"; $_t["en"]["required"] = "required"; # $_t["es"]["required"] = "--> Traducción española aquí. <--"; # $_t["fr"]["required"] = "--> Traduction française ici. <--"; $_t["de"]["required"] = "erforderlich"; +$_t["pl"]["required"] = "wymagane"; $_t["en"]["Email Address"] = "Email Address"; # $_t["es"]["Email Address"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Email Address"] = "--> Traduction française ici. <--"; $_t["de"]["Email Address"] = "Email-Addresse"; +$_t["pl"]["Email Address"] = "Adres e-mail"; $_t["en"]["Submit"] = "Submit"; # $_t["es"]["Submit"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Submit"] = "--> Traduction française ici. <--"; $_t["de"]["Submit"] = "Senden"; +$_t["pl"]["Submit"] = "Wy¶lij"; $_t["en"]["Reset"] = "Reset"; # $_t["es"]["Reset"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Reset"] = "--> Traduction française ici. <--"; $_t["de"]["Reset"] = "Zurücksetzen"; +$_t["pl"]["Reset"] = "Resetuj"; $_t["en"]["Create"] = "Create"; # $_t["es"]["Create"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Create"] = "--> Traduction française ici. <--"; $_t["de"]["Create"] = "Erstellen"; +$_t["pl"]["Create"] = "Utwórz"; $_t["en"]["Update"] = "Update"; # $_t["es"]["Update"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Update"] = "--> Traduction française ici. <--"; $_t["de"]["Update"] = "Aktualisiseren"; +$_t["pl"]["Update"] = "Aktualizuj"; $_t["en"]["Less"] = "Less"; # $_t["es"]["Less"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Less"] = "--> Traduction française ici. <--"; $_t["de"]["Less"] = "Weniger"; +$_t["pl"]["Less"] = "Poprzednie"; $_t["en"]["More"] = "More"; # $_t["es"]["More"] = "--> Traducción española aquí. <--"; # $_t["fr"]["More"] = "--> Traduction française ici. <--"; $_t["de"]["More"] = "Mehr"; +$_t["pl"]["More"] = "Nastêpne"; $_t["en"]["Username"] = "Username"; # $_t["es"]["Username"] = "--> Traducción española aquí. <--"; # $_t["fr"]["Username"] = "--> Traduction française ici. <--"; $_t["de"]["Username"] = "Benutzername"; +$_t["pl"]["Username"] = "Nazwa u¿ytkownika"; -?>
\ No newline at end of file +?> |