summaryrefslogtreecommitdiffstats
path: root/web/lang/pl/pkgedit_po.inc
blob: a506dc20f0a8516a1b7c58758e93797c1a22530d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
# 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...";

?>