diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-01 01:06:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-01 01:06:57 +0000 |
commit | 20f45e6fe4626e64df8383d8250acd59c3b290c5 (patch) | |
tree | 748520c090599131488692ea680ffe8e271d9762 /apps/workflowengine/l10n/pl.js | |
parent | 357a823457397d3e93ec8cd4dc01fb6859eb0049 (diff) | |
download | nextcloud-server-20f45e6fe4626e64df8383d8250acd59c3b290c5.tar.gz nextcloud-server-20f45e6fe4626e64df8383d8250acd59c3b290c5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/workflowengine/l10n/pl.js')
-rw-r--r-- | apps/workflowengine/l10n/pl.js | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/apps/workflowengine/l10n/pl.js b/apps/workflowengine/l10n/pl.js new file mode 100644 index 00000000000..12920d85206 --- /dev/null +++ b/apps/workflowengine/l10n/pl.js @@ -0,0 +1,67 @@ +OC.L10N.register( + "workflowengine", + { + "Successfully saved" : "Zapisywanie powiodło się", + "Saving failed:" : "Zapisywanie nie powiodło się:", + "is" : "jest", + "is not" : "nie jest", + "matches" : "pasuje", + "does not match" : "nie pasuje", + "Example: {placeholder}" : "Przykład: {placeholder}", + "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" : "Przekroczono 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", + "Sync clients" : "Klienci synchronizacji", + "Android client" : "Klient Android", + "iOS client" : "Klient iOS", + "Desktop client" : "Klient na komputer", + "is member of" : "Jest członkiem z", + "is not member of" : "Nie jest członkiem z", + "The given operator is invalid" : "Dana operacja jest nieprawidłowa", + "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" : "Wpływ na pracę", + "Open documentation" : "Otwórz dokumentację", + "Add rule group" : "Dodaj regułę grupy", + "Short rule description" : "Krótki opis reguły", + "Add rule" : "Dodaj regułę", + "Reset" : "Reset", + "Save" : "Zapisz", + "Saving…" : "Zapisywanie...", + "Loading…" : "Wczytywanie..." +}, +"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"); |