summaryrefslogtreecommitdiffstats
path: root/web/lang/pl/aur_po.inc
blob: 2d24cd91975d6fde85395afc1fdc1f894479d4db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?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.";

?>