diff options
Diffstat (limited to 'apps/workflowengine/l10n/pl.js')
-rw-r--r-- | apps/workflowengine/l10n/pl.js | 30 |
1 files changed, 13 insertions, 17 deletions
diff --git a/apps/workflowengine/l10n/pl.js b/apps/workflowengine/l10n/pl.js index 28819230836..63f1f8d2382 100644 --- a/apps/workflowengine/l10n/pl.js +++ b/apps/workflowengine/l10n/pl.js @@ -48,42 +48,40 @@ OC.L10N.register( "Nextcloud workflow engine" : "Silnik przepływu pracy Nextcloud", "Select a filter" : "Wybierz filtr", "Select a comparator" : "Wybierz komparator", - "Select a file type" : "Wybierz typ pliku", - "e.g. httpd/unix-directory" : "np. httpd/unix-directory", + "Remove filter" : "Usuń filtr", "Folder" : "Katalog", "Images" : "Obrazy", "Office documents" : "Dokumenty biurowe", "PDF documents" : "Dokumenty PDF", + "Custom MIME type" : "Niestandardowy typ MIME", "Custom mimetype" : "Niestandardowy typ MIME", - "Select a tag" : "Wybierz etykietę", - "No results" : "Brak wyników", - "%s (invisible)" : "%s (niewidoczny)", - "%s (restricted)" : "%s (ograniczony)", + "Select a file type" : "Wybierz typ pliku", + "e.g. httpd/unix-directory" : "np. httpd/unix-directory", "Please enter a valid time span" : "Podaj prawidłowy przedział czasu", - "Select a request URL" : "Wybierz adres URL żądania", - "Predefined URLs" : "Przedefiniowanie URLs", "Files WebDAV" : "Pliki WebDAV", - "Others" : "Inne", "Custom URL" : "Niestandardowy adres URL", - "Select a user agent" : "Wybierz klienta użytkownika", + "Select a request URL" : "Wybierz adres URL żądania", "Android client" : "Klient Android", "iOS client" : "Klient iOS", "Desktop client" : "Klient na komputer", "Thunderbird & Outlook addons" : "Dodatki Thunderbird i Outlook", "Custom user agent" : "Niestandardowy klient użytkownika", + "Select a user agent" : "Wybierz klienta użytkownika", + "Select groups" : "Wybierz grupy", + "Groups" : "Grupy", "At least one event must be selected" : "Należy wybrać co najmniej jedno wydarzenie", "Add new flow" : "Dodaj nowy przepływ", + "The configuration is invalid" : "Konfiguracja jest nieprawidłowa", + "Active" : "Aktywne", + "Save" : "Zapisz", "When" : "Kiedy", "and" : "i", "Cancel" : "Anuluj", "Delete" : "Usuń", - "The configuration is invalid" : "Konfiguracja jest nieprawidłowa", - "Active" : "Aktywne", - "Save" : "Zapisz", "Available flows" : "Dostępne przepływy", "For details on how to write your own flow, check out the development documentation." : "Aby uzyskać szczegółowe informacje na temat pisania własnego przepływu, zapoznaj się z dokumentacją programistyczną.", "More flows" : "Więcej przepływów", - "Browse the App Store" : "Przeglądaj sklep z aplikacjami", + "Browse the App Store" : "Przeglądaj Nextcloud App Store", "Show less" : "Pokaż mniej", "Show more" : "Pokaż więcej", "Configured flows" : "Skonfigurowane przepływy", @@ -112,9 +110,7 @@ OC.L10N.register( "between" : "pomiędzy", "not between" : "nie pomiędzy", "Request user agent" : "Żądanie agenta użytkownika", - "User group membership" : "Członkostwo grupy użytkownika", "is member of" : "jest członkiem w", - "is not member of" : "nie jest członkiem w", - "Browse the app store" : "Przeglądaj sklep z aplikacjami" + "is not member of" : "nie jest członkiem w" }, "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);"); |