diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-26 01:54:40 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-06-26 01:54:40 -0400 |
commit | a5154450cf81878498e65bdff0fefb144fc27cf4 (patch) | |
tree | a97c4f035c88fb446ab77727a9575bcaafd549f8 /apps/files_sharing/l10n/pl.php | |
parent | 63a50bb3f7c9781755195c1f03da42f7288ac75c (diff) | |
download | nextcloud-server-a5154450cf81878498e65bdff0fefb144fc27cf4.tar.gz nextcloud-server-a5154450cf81878498e65bdff0fefb144fc27cf4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/pl.php')
-rw-r--r-- | apps/files_sharing/l10n/pl.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index 8b1bcf70399..59c7615ab6b 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -1,11 +1,15 @@ <?php $TRANSLATIONS = array( +"Couldn't add remote share" => "Nie można dodać zdalnego folderu", "Shared with you" => "Współdzielony z Tobą", "Shared with others" => "Współdzielony z innymi", "Shared by link" => "Współdzielony linkiem", "No files have been shared with you yet." => "Nie ma jeszcze żadnych plików współdzielonych z Tobą", "You haven't shared any files yet." => "Nie współdzielisz jeszcze żadnych plików.", "You haven't shared any files by link yet." => "Nie współdzielisz jeszcze żadnych plików linkiem", +"Add {name} from {owner}@{remote}" => "Dodaj {name} z {owner}@{remote}", +"No ownCloud installation found at {remote}" => "Nie znaleziono instalacji ownCloud na {remote}", +"Invalid ownCloud url" => "Błędny adres URL", "Shared by {owner}" => "Udostępnione przez {owner}", "Shared by" => "Udostępniane przez", "This share is password-protected" => "Udział ten jest chroniony hasłem", @@ -19,9 +23,13 @@ $TRANSLATIONS = array( "the link expired" => "link wygasł", "sharing is disabled" => "Udostępnianie jest wyłączone", "For more info, please ask the person who sent this link." => "Aby uzyskać więcej informacji proszę poprosić osobę, która wysłał ten link.", +"Save to ownCloud" => "Zapis do ownCloud", +"example.com/owncloud" => "mojastrona.pl/owncloud", "Save" => "Zapisz", "Download" => "Pobierz", "Download %s" => "Pobierz %s", -"Direct link" => "Bezpośredni link" +"Direct link" => "Bezpośredni link", +"File Sharing" => "Udostępnione pliki", +"Allow users to mount public link shares" => "Zezwalaj użytkownikom na montowanie publicznych linków" ); $PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"; |