diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-21 10:05:34 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-11-21 10:05:34 -0500 |
commit | 5d9731cef28d9c93e81216d31299b2b68fbc8758 (patch) | |
tree | ef8a593b9524c6d98c5c31af888b6cad3137a94f /core/l10n/pl.php | |
parent | d0265f3388b43e05c40938142dd4b17abbf1dfc8 (diff) | |
download | nextcloud-server-5d9731cef28d9c93e81216d31299b2b68fbc8758.tar.gz nextcloud-server-5d9731cef28d9c93e81216d31299b2b68fbc8758.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/pl.php')
-rw-r--r-- | core/l10n/pl.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/core/l10n/pl.php b/core/l10n/pl.php index d9d1730cd4b..7cf5be575f4 100644 --- a/core/l10n/pl.php +++ b/core/l10n/pl.php @@ -61,6 +61,7 @@ $TRANSLATIONS = array( "Error while changing permissions" => "Błąd przy zmianie uprawnień", "Shared with you and the group {group} by {owner}" => "Udostępnione tobie i grupie {group} przez {owner}", "Shared with you by {owner}" => "Udostępnione tobie przez {owner}", +"Share link" => "Udostępnij link", "Password protect" => "Zabezpiecz hasłem", "Password" => "Hasło", "Allow Public Upload" => "Pozwól na publiczne wczytywanie", @@ -74,6 +75,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 by email" => "powiadom przez emaila", "can edit" => "może edytować", "access control" => "kontrola dostępu", "create" => "utwórz", @@ -119,7 +121,6 @@ $TRANSLATIONS = array( "Error untagging" => "Błąd odtagowania", "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!", "Security Warning" => "Ostrzeżenie o zabezpieczeniach", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Twója wersja PHP jest narażona na NULL Byte attack (CVE-2006-7243)", @@ -152,7 +153,7 @@ $TRANSLATIONS = array( "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ć." +"Updating ownCloud to version %s, this may take a while." => "Aktualizowanie ownCloud do wersji %s. Może to trochę potrwać.", +"Thank you for your patience." => "Dziękuję za cierpliwość." ); $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |