Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r--core/l10n/pl.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php
index 5d60f5d3aa7..516d42f520e 100644
--- a/core/l10n/pl.php
+++ b/core/l10n/pl.php
@@ -16,6 +16,7 @@ $TRANSLATIONS = array(
"Error adding %s to favorites." => "Błąd podczas dodawania %s do ulubionych.",
"No categories selected for deletion." => "Nie zaznaczono kategorii do usunięcia.",
"Error removing %s from favorites." => "Błąd podczas usuwania %s z ulubionych.",
+"No image or file provided" => "Brak obrazu lub pliku dostarczonego",
"Unknown filetype" => "Nieznany typ pliku",
"Invalid image" => "Nieprawidłowe zdjęcie",
"Sunday" => "Niedziela",
@@ -84,6 +85,7 @@ $TRANSLATIONS = array(
"Resharing is not allowed" => "Współdzielenie nie jest możliwe",
"Shared in {item} with {user}" => "Współdzielone w {item} z {user}",
"Unshare" => "Zatrzymaj współdzielenie",
+"notify user by email" => "powiadom użytkownika przez email",
"can edit" => "może edytować",
"access control" => "kontrola dostępu",
"create" => "utwórz",
@@ -118,6 +120,8 @@ $TRANSLATIONS = array(
"Help" => "Pomoc",
"Access forbidden" => "Dostęp zabroniony",
"Cloud not found" => "Nie odnaleziono chmury",
+"The share will expire on %s.\n\n" => "Udostępnienie wygaśnie w dniu %s.\n\n",
+"Cheers!" => "Pozdrawiam!",
"Edit categories" => "Edytuj kategorie",
"Add" => "Dodaj",
"Security Warning" => "Ostrzeżenie o zabezpieczeniach",
@@ -138,15 +142,20 @@ $TRANSLATIONS = array(
"Database tablespace" => "Obszar tabel bazy danych",
"Database host" => "Komputer bazy danych",
"Finish setup" => "Zakończ konfigurowanie",
+"Finishing …" => "Kończę ...",
"%s is available. Get more information on how to update." => "%s jest dostępna. Dowiedz się więcej na temat aktualizacji.",
"Log out" => "Wyloguj",
"Automatic logon rejected!" => "Automatyczne logowanie odrzucone!",
"If you did not change your password recently, your account may be compromised!" => "Jeśli hasło było dawno niezmieniane, twoje konto może być zagrożone!",
"Please change your password to secure your account again." => "Zmień swoje hasło, aby ponownie zabezpieczyć swoje konto.",
+"Server side authentication failed!" => "Uwierzytelnianie po stronie serwera nie powiodło się!",
+"Please contact your administrator." => "Skontaktuj się z administratorem",
"Lost your password?" => "Nie pamiętasz hasła?",
"remember" => "pamiętaj",
"Log in" => "Zaloguj",
"Alternative Logins" => "Alternatywne loginy",
+"Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Cześć,<br><br>Informuję cię że %s udostępnia ci »%s«.\n<br><a href=\"%s\">Zobacz!</a><br><br>",
+"The share will expire on %s.<br><br>" => "Udostępnienie wygaśnie w dniu %s.<br><br>",
"Updating ownCloud to version %s, this may take a while." => "Aktualizowanie ownCloud do wersji %s. Może to trochę potrwać."
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";