summaryrefslogtreecommitdiffstats
path: root/apps/theming/l10n/pl.js
blob: 2da821c3a4ffc98653722bd741a802396fcf8c08 (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
OC.L10N.register(
    "theming",
    {
    "Loading preview…" : "Ładowanie podglądu...",
    "Saved" : "Zapisano",
    "Admin" : "Admin",
    "a safe home for all your data" : "bezpieczna schowek dla wszystkich twoich danych",
    "The given name is too long" : "Wpisana nazwa jest zbyt długi",
    "The given web address is too long" : "Wpisany adres internetowy jest zbyt długi",
    "The given slogan is too long" : "Wpisany slogan jest zbyt długi",
    "The given color is invalid" : "Podany kolor jest nieprawidłowy",
    "No file uploaded" : "Nie wysłano pliku",
    "Unsupported image type" : "Nieobsługiwany typ zdjęcia",
    "You are already using a custom theme" : "Używasz już motywu niestandarowego",
    "Theming" : "Motyw",
    "Name" : "Nazwa",
    "reset to default" : "przywróć domyślne",
    "Web address" : "adres internetowy",
    "Web address https://…" : "adres internetowy https://...",
    "Slogan" : "Slogan",
    "Color" : "Kolor",
    "Logo" : "Logo",
    "Upload new logo" : "Wyślij nowe logo",
    "Login image" : "Obraz logowania",
    "Upload new login background" : "Wyślij nowe tło ekranu logowania",
    "Log in image" : "Zdjęcie logowania"
},
"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");