diff options
Diffstat (limited to 'core/l10n/pl.js')
-rw-r--r-- | core/l10n/pl.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/pl.js b/core/l10n/pl.js index b8800267a77..6d56f2213a6 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -219,6 +219,8 @@ OC.L10N.register( "The specified document has not been found on the server." : "Wskazany dokument nie został znaleziony na serwerze.", "You can click here to return to %s." : "Możesz kliknąć tutaj aby powrócić do %s.", "Internal Server Error" : "Błąd wewnętrzny serwera", + "The server was unable to complete your request." : "Serwer nie był w stanie dokończyć Twojego żądania.", + "If this happens again, please send the technical details below to the server administrator." : "Jeśli to się powtórzy, wyślij proszę szczegóły techniczne administratorowi serwera.", "More details can be found in the server log." : "Więcej szczegółów można znaleźć w logu serwera.", "Technical details" : "Szczegóły techniczne", "Remote Address: %s" : "Adres zdalny: %s", @@ -282,6 +284,9 @@ OC.L10N.register( "Cancel log in" : "Anuluj logowanie", "Use backup code" : "Użyj kodu zapasowego", "Error while validating your second factor" : "Błąd podczas sprawdzania drugiego składnika", + "Access through untrusted domain" : "Dostęp przez niezaufaną domenę", + "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Proszę skontaktuj się z administratorem. Jeśli nim jesteś, to zmień ustawienie w zmiennej \"trusted_domains\" w pliku config/config.php tak jak w przykładzie config.sample.php.", + "Depending on your configuration, this button could also work to trust the domain:" : "W zależności od Twojej konfiguracji, ten przycisk aby zaufać domenie powinien również zadziałać: ", "Add \"%s\" as trusted domain" : "Dodaj \"%s\" jako domenę zaufaną", "App update required" : "Aktualizacja aplikacji wymagana", "%s will be updated to version %s" : "%s zostanie zaktualizowane do wersji %s", |