diff options
Diffstat (limited to 'core/l10n/pl.js')
-rw-r--r-- | core/l10n/pl.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/l10n/pl.js b/core/l10n/pl.js index c269b0eb961..879df40c60e 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -39,10 +39,11 @@ OC.L10N.register( "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Kliknij w przycisk, aby zresetować hasło. Jeśli nie zażądałeś zresetowania hasła, zignoruj tego e-maila.", "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Kliknij poniższy link, aby zresetować hasło. Jeśli nie zażądałeś zresetowania hasła, zignoruj tego e-maila.", "Reset your password" : "Zresetuj hasło", - "Requested task type does not exist" : "Żądany typ zadania nie istnieje", - "Necessary language model provider is not available" : "Niezbędny dostawca modelu językowego nie jest dostępny", "Task not found" : "Nie znaleziono zadania", "Internal error" : "Błąd wewnętrzny", + "Not found" : "Nie znaleziono", + "Requested task type does not exist" : "Żądany typ zadania nie istnieje", + "Necessary language model provider is not available" : "Niezbędny dostawca modelu językowego nie jest dostępny", "No text to image provider is available" : "Brak dostępnego dostawcy tekstu na obraz", "Image not found" : "Nie znaleziono obrazu", "No translation provider available" : "Brak dostępnego dostawcy tłumaczenia", @@ -117,8 +118,7 @@ OC.L10N.register( "Wrong login or password." : "Błędny login lub hasło.", "This account is disabled" : "To konto jest wyłączone", "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Wykryliśmy wiele nieudanych prób logowania z Twojego adresu IP. Dlatego następne logowanie będzie możliwe dopiero za 30 sekund.", - "Login with username or email" : "Zaloguj się za pomocą nazwy lub e-mail", - "Login with username" : "Zaloguj się za pomocą nazwy użytkownika", + "Account name or email" : "Nazwa konta lub e-mail", "Log in with a device" : "Zaloguj się za pomocą urządzenia", "Login or email" : "Nazwa logowania lub e-mail", "Your account is not setup for passwordless login." : "Twoje konto nie jest skonfigurowane do logowania bez hasła.", @@ -190,7 +190,6 @@ OC.L10N.register( "This year" : "W tym roku", "Last year" : "W zeszłym roku", "Search people" : "Szukaj ludzi", - "Not found" : "Nie znaleziono", "People" : "Osoby", "Filter in current view" : "Filtruj w bieżącym widoku", "Search in" : "Szukaj w", @@ -425,7 +424,6 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "Nagłówek HTTP \"{header}\" nie jest ustawiony na \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" lub \"{val5}\". Może to spowodować wyciek informacji o stronie odsyłającej. Zobacz {linkstart}rekomendację W3C ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "Nagłówek HTTP \"Strict-Transport-Security\" nie jest ustawiony na co najmniej \"{seconds}\" sekund. W celu zwiększenia bezpieczeństwa zaleca się włączenie HSTS w sposób opisany w {linkstart}poradach bezpieczeństwa ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Niebezpieczny dostęp do witryny przez HTTP. Zdecydowanie zalecamy skonfigurowanie serwera tak, aby wymagał protokołu HTTPS, zgodnie z opisem w {linkstart}wskazówkach dotyczących bezpieczeństwa ↗{linkend}. Bez tego niektóre ważne funkcje internetowe, takie jak \"kopiuj do schowka\" lub \"pracownicy usług\" nie będą działać!", - "Account name or email" : "Nazwa konta lub e-mail", "Wrong username or password." : "Zła nazwa użytkownika lub hasło.", "User disabled" : "Użytkownik zablokowany", "Username or email" : "Nazwa lub adres e-mail", @@ -465,6 +463,8 @@ OC.L10N.register( "App token" : "Token aplikacji", "Alternative log in using app token" : "Alternatywne logowanie przy użyciu tokena aplikacji", "Please use the command line updater because you have a big instance with more than 50 users." : "Użyj wiersza poleceń do aktualizacji, ponieważ masz dużą instancję, która posiada ponad 50 użytkowników.", + "Login with username or email" : "Zaloguj się za pomocą nazwy lub e-mail", + "Login with username" : "Zaloguj się za pomocą nazwy użytkownika", "Apps and Settings" : "Aplikacje i ustawienia" }, "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);"); |