diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 16:31:04 -0500 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 16:31:04 -0500 |
commit | 87828ae08b4e37189bd3e78a35df24975f00c633 (patch) | |
tree | daeced659d35f2f3dc970dbed2fb1e8b75aba17a /web/lang/pl/aur_po.inc | |
parent | 2ee327634831ec36df5fd74ccc35dfcedfdbe07b (diff) | |
download | aurweb-87828ae08b4e37189bd3e78a35df24975f00c633.tar.xz |
Remove obsolete translation files.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/pl/aur_po.inc')
-rw-r--r-- | web/lang/pl/aur_po.inc | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/web/lang/pl/aur_po.inc b/web/lang/pl/aur_po.inc deleted file mode 100644 index 2d24cd9..0000000 --- a/web/lang/pl/aur_po.inc +++ /dev/null @@ -1,40 +0,0 @@ -<?php -# Polish (Polski) translation -# Translator: Jaroslaw Swierczynski <swiergot@gmail.com> - -include_once("translator.inc"); -global $_t; - -$_t["pl"]["ArchLinux User-community Repository"] = "Repozytorium Społeczności Użytkowników ArchLinux"; -$_t["pl"]["AUR: An ArchLinux project"] = "AUR: Projekt ArchLinux"; -$_t["pl"]["Logout"] = "Wyloguj się"; -$_t["pl"]["Manage"] = "Zarządzaj"; -$_t["pl"]["Submit"] = "Wyślij"; -$_t["pl"]["%s: An ArchLinux project"] = "%s: Projekt ArchLinux"; -$_t["pl"]["Accounts"] = "Konta"; -$_t["pl"]["Vote"] = "Głosuj"; -$_t["pl"]["Home"] = "Start"; -$_t["pl"]["Packages"] = "Pakiety"; -$_t["pl"]["Trusted user"] = "Zaufany Użytkownik"; -$_t["pl"]["User"] = "Użytkownik"; -$_t["pl"]["Developer"] = "Developer"; - -$_t["pl"]["%s: %sAn ArchLinux project%s"] = "%s: %sProjekt ArchLinux%s"; - -$_t["pl"]["Discussion"] = "Dyskusja"; - -$_t["pl"]["Bugs"] = "Błędy"; - -$_t["pl"]["My Packages"] = "Moje pakiety"; - -$_t["pl"]["You must supply a password."] = "Musisz podać hasło."; - -$_t["pl"]["You must supply a username."] = "Musisz podać nazwę użytkownika."; - -$_t["pl"]["Your account has been suspended."] = "Twoje konto zostało zawieszone."; - -$_t["pl"]["Error trying to generate session id."] = "Wystąpił błąd przy próbie generowania identyfikatora sesji."; - -$_t["pl"]["Login failure: Bad user or pass."] = "Logowanie nieudane: Zła nazwa użytkownika bądź hasło."; - -?>
\ No newline at end of file |