diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-18 02:09:32 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-18 02:09:32 +0200 |
commit | 519a0ae4abad95ffbaa58847c2068c8f861ea416 (patch) | |
tree | 1a29f38581c0f9fa7e7b029025d0c7cf319b0559 /core/l10n/pl.php | |
parent | 9f01cd05fb152d6346ac2ba0d739cb77eea8aa8f (diff) | |
download | nextcloud-server-519a0ae4abad95ffbaa58847c2068c8f861ea416.tar.gz nextcloud-server-519a0ae4abad95ffbaa58847c2068c8f861ea416.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r-- | core/l10n/pl.php | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php index 44e8aa65457..a0fa51da76d 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -25,9 +25,6 @@ "Error while sharing" => "Błąd podczas współdzielenia", "Error while unsharing" => "Błąd podczas zatrzymywania współdzielenia", "Error while changing permissions" => "Błąd przy zmianie uprawnień", -"Shared with you and the group" => "Współdzielony z tobą i grupą", -"by" => "przez", -"Shared with you by" => "Współdzielone z taba przez", "Share with" => "Współdziel z", "Share with link" => "Współdziel z link", "Password protect" => "Zabezpieczone hasłem", @@ -37,8 +34,6 @@ "Share via email:" => "Współdziel poprzez maila", "No people found" => "Nie znaleziono ludzi", "Resharing is not allowed" => "Współdzielenie nie jest możliwe", -"Shared in" => "Współdziel w", -"with" => "z", "Unshare" => "Zatrzymaj współdzielenie", "can edit" => "można edytować", "access control" => "kontrola dostępu", @@ -69,6 +64,10 @@ "Cloud not found" => "Nie odnaleziono chmury", "Edit categories" => "Edytuj kategorię", "Add" => "Dodaj", +"Security Warning" => "Ostrzeżenie o zabezpieczeniach", +"No secure random number generator is available, please enable the PHP OpenSSL extension." => "Niedostępny bezpieczny generator liczb losowych, należy włączyć rozszerzenie OpenSSL w PHP.", +"Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Bez bezpiecznego generatora liczb losowych, osoba atakująca może być w stanie przewidzieć resetujące hasło tokena i przejąć kontrolę nad swoim kontem.", +"Your data directory and your files are probably accessible from the internet. The .htaccess file that ownCloud provides is not working. We strongly suggest that you configure your webserver in a way that the data directory is no longer accessible or you move the data directory outside the webserver document root." => "Katalog danych (data) i pliki są prawdopodobnie dostępnego z Internetu. Sprawdź plik .htaccess oraz konfigurację serwera (hosta). Sugerujemy, skonfiguruj swój serwer w taki sposób, żeby dane katalogu nie były dostępne lub przenieść katalog danych spoza głównego dokumentu webserwera.", "Create an <strong>admin account</strong>" => "Tworzenie <strong>konta administratora</strong>", "Advanced" => "Zaawansowane", "Data folder" => "Katalog danych", @@ -82,10 +81,16 @@ "Finish setup" => "Zakończ konfigurowanie", "web services under your control" => "usługi internetowe pod kontrolą", "Log out" => "Wylogowuje użytkownika", +"Automatic logon rejected!" => "Automatyczne logowanie odrzucone!", +"If you did not change your password recently, your account may be compromised!" => "Jeśli nie było zmianie niedawno hasło, Twoje konto może być zagrożone!", +"Please change your password to secure your account again." => "Proszę zmienić swoje hasło, aby zabezpieczyć swoje konto ponownie.", "Lost your password?" => "Nie pamiętasz hasła?", "remember" => "Zapamiętanie", "Log in" => "Zaloguj", "You are logged out." => "Wylogowano użytkownika.", "prev" => "wstecz", -"next" => "naprzód" +"next" => "naprzód", +"Security Warning!" => "Ostrzeżenie o zabezpieczeniach!", +"Please verify your password. <br/>For security reasons you may be occasionally asked to enter your password again." => "Sprawdź swoje hasło.<br/>Ze względów bezpieczeństwa możesz zostać czasami poproszony o wprowadzenie hasła ponownie.", +"Verify" => "Zweryfikowane" ); |