Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pl.js « l10n « workflowengine « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d8cc354c39c36f547a8d11c635d12b3c42a468c2 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
OC.L10N.register(
    "workflowengine",
    {
    "Short rule description" : "Krótki opis reguły",
    "Add rule" : "Dodaj regułę",
    "Reset" : "Zresetuj",
    "Save" : "Zapisz",
    "Saving…" : "Zapisywanie…",
    "Group list is empty" : "Lista grup jest pusta",
    "Unable to retrieve the group list" : "Nie można pobrać listy grup",
    "Saved" : "Zapisano",
    "Saving failed:" : "Zapis się nie udał:",
    "Add rule group" : "Dodaj grupę reguł",
    "File MIME type" : "Typy plików MIME",
    "is" : "jest",
    "is not" : "nie jest",
    "matches" : "pasuje",
    "does not match" : "nie pasuje",
    "Example: {placeholder}" : "Przykład: {placeholder}",
    "File name" : "Nazwa pliku",
    "File size (upload)" : "Rozmiar pliku (wczytywanego)",
    "less" : "mniejszy",
    "less or equals" : "mniejszy lub równy",
    "greater or equals" : "większy lub równy",
    "greater" : "większy",
    "File system tag" : "Etykieta systemu plików",
    "is tagged with" : "jest oznaczony",
    "is not tagged with" : "Nie jest oznaczony",
    "Select tag…" : "Wybierz etykietę…",
    "Request remote address" : "Uzyskaj zdalny adres",
    "matches IPv4" : "pasuje IPv4",
    "does not match IPv4" : "nie pasuje IPv4",
    "matches IPv6" : "pasuje IPv6",
    "does not match IPv6" : "nie pasuje IPv6",
    "Request time" : "Czas odpowiedzi",
    "between" : "pomiędzy",
    "not between" : "nie pomiędzy",
    "Start" : "Start",
    "End" : "Koniec",
    "Select timezone…" : "Wybierz strefę czasową…",
    "Request URL" : "Żądanie URL",
    "Predefined URLs" : "Przedefiniowanie URLs",
    "Files WebDAV" : "Pliki WebDAV",
    "Request user agent" : "Żądanie agenta użytkownika",
    "Sync clients" : "Klienci synchronizacji",
    "Android client" : "Klient Android",
    "iOS client" : "Klient iOS",
    "Desktop client" : "Klient na komputer",
    "Thunderbird & Outlook addons" : "Dodatki Thunderbird i Outlook",
    "User group membership" : "Członkostwo grupy użytkownika",
    "is member of" : "jest członkiem w",
    "is not member of" : "nie jest członkiem w",
    "The given operator is invalid" : "Dana operacja jest nieprawidłowa",
    "The given regular expression is invalid" : "Podane wyrażenie regularne jest błędne",
    "The given file size is invalid" : "Podany rozmiar pliku jest nieprawidłowy",
    "The given tag id is invalid" : "Podane id etykiety jest nieprawidłowe",
    "The given IP range is invalid" : "Podany zakres adresów IP jest nieprawidłowy",
    "The given IP range is not valid for IPv4" : "Podany zakres adresów IP jest nieprawidłowy dla IPv4",
    "The given IP range is not valid for IPv6" : "Podany zakres adresów IP jest nieprawidłowy dla IPv6",
    "The given time span is invalid" : "Podany przedział czasowy jest nieprawidłowy",
    "The given start time is invalid" : "Podany czas rozpoczęcia jest nieprawidłowy",
    "The given end time is invalid" : "Podany czas zakończenia jest nieprawidłowy",
    "The given group does not exist" : "Podana grupa nie istnieje",
    "Check %s is invalid or does not exist" : "Sprawdź, czy %s jest nieprawidłowa lub nie istnieje",
    "Operation #%s does not exist" : "Operacja do wykonania #%s nie istnieje",
    "Operation %s does not exist" : "Operacja do wykonania %s nie istnieje",
    "Operation %s is invalid" : "Operacja %s jest nieprawidłowa",
    "Check %s does not exist" : "Sprawdź, czy %s nie istnieje",
    "Check %s is invalid" : "Sprawdź, czy %s jest nieprawidłowy",
    "Check #%s does not exist" : "Sprawdź, czy #%s nie istnieje",
    "Workflow" : "Workflow",
    "Files workflow engine" : "Pliki silnika workflow",
    "Open documentation" : "Otwórz dokumentację",
    "Loading…" : "Wczytywanie…"
},
"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);");