diff options
author | kondou <kondou@ts.unde.re> | 2013-08-18 12:15:22 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-08-18 12:15:22 +0200 |
commit | c741a25eaa64cbee65112ec83f0a4b196885daa3 (patch) | |
tree | 12d6b5ebe08d31a45157f21083b2de6367cc19f9 /settings/l10n/pl.php | |
parent | b24b208dce41d11ace0295a93d4303c75ffa38d4 (diff) | |
parent | c427e256e1509453503140c0adacd3abcb7ef368 (diff) | |
download | nextcloud-server-c741a25eaa64cbee65112ec83f0a4b196885daa3.tar.gz nextcloud-server-c741a25eaa64cbee65112ec83f0a4b196885daa3.zip |
Merge branch 'master' into improve_app-management
Diffstat (limited to 'settings/l10n/pl.php')
-rw-r--r-- | settings/l10n/pl.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index 21deabd5134..2c4990b285d 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -40,6 +40,7 @@ $TRANSLATIONS = array( "Security Warning" => "Ostrzeżenie o zabezpieczeniach", "Setup Warning" => "Ostrzeżenia konfiguracji", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Serwer internetowy nie jest jeszcze poprawnie skonfigurowany, aby umożliwić synchronizację plików, ponieważ interfejs WebDAV wydaje się być uszkodzony.", +"Please double check the <a href=\"%s\">installation guides</a>." => "Proszę sprawdź ponownie <a href=\"%s\">przewodnik instalacji</a>.", "Module 'fileinfo' missing" => "Brak modułu „fileinfo”", "The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." => "Brak modułu PHP „fileinfo”. Zalecamy włączenie tego modułu, aby uzyskać najlepsze wyniki podczas wykrywania typów MIME.", "Locale not working" => "Lokalizacja nie działa", @@ -58,6 +59,7 @@ $TRANSLATIONS = array( "Allow users to only share with users in their groups" => "Zezwalaj użytkownikom współdzielić z użytkownikami ze swoich grup", "Security" => "Bezpieczeństwo", "Enforce HTTPS" => "Wymuś HTTPS", +"Forces the clients to connect to %s via an encrypted connection." => "Wymusza na klientach na łączenie się %s za pośrednictwem połączenia szyfrowanego.", "Log" => "Logi", "Log level" => "Poziom logów", "More" => "Więcej", |