diff options
Diffstat (limited to 'settings/l10n/pl.php')
-rw-r--r-- | settings/l10n/pl.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings/l10n/pl.php b/settings/l10n/pl.php index df53eed2a95..0291d7aa1e9 100644 --- a/settings/l10n/pl.php +++ b/settings/l10n/pl.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Email sent" => "E-mail wysłany", "Encryption" => "Szyfrowanie", "Unable to load list from App Store" => "Nie można wczytać listy aplikacji", "Authentication error" => "Błąd uwierzytelniania", @@ -54,6 +55,8 @@ $TRANSLATIONS = array( "Warnings, errors and fatal issues" => "Ostrzeżenia, błędy i poważne problemy", "Errors and fatal issues" => "Błędy i poważne problemy", "Fatal issues only" => "Tylko poważne problemy", +"None" => "Nic", +"Login" => "Login", "Security Warning" => "Ostrzeżenie o zabezpieczeniach", "You are accessing %s via HTTP. We strongly suggest you configure your server to require using HTTPS instead." => "Uzyskujesz dostęp do %s za pomocą protokołu HTTP. Zalecamy skonfigurować swój serwer z użyciem protokołu HTTPS.", "Your data directory and your files are probably accessible from the internet. The .htaccess file 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." => "Twój katalog danych i pliki są prawdopodobnie dostępne z Internetu. Plik .htaccess, który dostarcza ownCloud nie działa. Sugerujemy, aby skonfigurować serwer WWW w taki sposób, aby katalog danych nie był dostępny lub przenieść katalog danych poza główny katalog serwera WWW.", @@ -91,6 +94,9 @@ $TRANSLATIONS = array( "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.", "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." => "Proszę połącz się do twojego %s za pośrednictwem protokołu HTTPS, aby włączyć lub wyłączyć stosowanie protokołu SSL.", +"Server address" => "Adres Serwera", +"Port" => "Port", +"Credentials" => "Poświadczenia", "Log" => "Logi", "Log level" => "Poziom logów", "More" => "Więcej", @@ -125,6 +131,7 @@ $TRANSLATIONS = array( "Remove image" => "Usuń zdjęcie", "Either png or jpg. Ideally square but you will be able to crop it." => "Png lub jpg. Idealnie kwadratowy, ale będzie można je przyciąć.", "Your avatar is provided by your original account." => "Twój awatar jest ustawiony jako domyślny.", +"Cancel" => "Anuluj", "Choose as profile image" => "Wybierz zdjęcie profilu", "Language" => "Język", "Help translate" => "Pomóż w tłumaczeniu", |