summaryrefslogtreecommitdiffstats
path: root/web/lang/pl/pkgedit_po.inc
diff options
context:
space:
mode:
authorsimo <simo>2005-06-10 21:30:49 +0200
committersimo <simo>2005-06-10 21:30:49 +0200
commit7044610e32b37c079e03cab8bf9cfa8a8f381ec9 (patch)
tree666a7c8c77a274b0c9cb0ba6b7fd20a535d418cf /web/lang/pl/pkgedit_po.inc
parentf1889a9e3d968f194e4b6955915f0e0c3c43622c (diff)
downloadaur-7044610e32b37c079e03cab8bf9cfa8a8f381ec9.tar.gz
aur-7044610e32b37c079e03cab8bf9cfa8a8f381ec9.tar.xz
New Translation Structure
Diffstat (limited to 'web/lang/pl/pkgedit_po.inc')
-rw-r--r--web/lang/pl/pkgedit_po.inc22
1 files changed, 22 insertions, 0 deletions
diff --git a/web/lang/pl/pkgedit_po.inc b/web/lang/pl/pkgedit_po.inc
new file mode 100644
index 00000000..1d46b021
--- /dev/null
+++ b/web/lang/pl/pkgedit_po.inc
@@ -0,0 +1,22 @@
+<?
+# Polish (Polski) translation
+# Translator: Jaroslaw Swierczynski <swiergot@gmail.com>
+
+include_once("translator.inc");
+global $_t;
+
+$_t["pl"]["You must be logged in before you can edit package information."] = "Musisz być zalogowany aby móc edytować informacje o pakiecie.";
+$_t["pl"]["Missing package ID."] = "Brakuje identyfikatora pakietu.";
+$_t["pl"]["Comment has been deleted."] = "Komentarz został usunięty.";
+$_t["pl"]["You are not allowed to delete this comment."] = "Nie masz uprawnień do usunięcia tego komentarza.";
+$_t["pl"]["Missing comment ID."] = "Brakuje identyfikatora komentarza.";
+$_t["pl"]["Comment has been added."] = "Komentarz został dodany.";
+$_t["pl"]["Enter your comment below."] = "Napisz swój komentarz poniżej.";
+$_t["pl"]["Submit"] = "Wyślij";
+$_t["pl"]["Reset"] = "Wyczyść";
+$_t["pl"]["Package category updated."] = "Kategoria pakietu zmieniona.";
+$_t["pl"]["Invalid category ID."] = "Nieprawidłowy identyfikator kategorii.";
+$_t["pl"]["Select new category"] = "Wybierz nową kategorię";
+$_t["pl"]["You've found a bug if you see this...."] = "Jeżeli to widzisz, to znalazłeś błąd...";
+
+?>