diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-13 23:19:31 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-13 23:19:31 +0200 |
commit | 19446fb22fed1b92a32b1713c6027ed38bd1178c (patch) | |
tree | 0ff4cb6cab1306248b635ef5b38aa11737146201 /apps/files_sharing/l10n/pl.php | |
parent | 830676b475ad072aa7d6e69a5facae319befa52c (diff) | |
download | nextcloud-server-19446fb22fed1b92a32b1713c6027ed38bd1178c.tar.gz nextcloud-server-19446fb22fed1b92a32b1713c6027ed38bd1178c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_sharing/l10n/pl.php')
-rw-r--r-- | apps/files_sharing/l10n/pl.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php new file mode 100644 index 00000000000..e087d4a293a --- /dev/null +++ b/apps/files_sharing/l10n/pl.php @@ -0,0 +1,11 @@ +<?php $TRANSLATIONS = array( +"Your Shared Files" => "Twoje udostępnione pliki", +"Item" => "Element", +"Shared With" => "Udostępnione dla", +"Permissions" => "Uprawnienia", +"Read" => "Odczyt", +"Edit" => "Edycja", +"Delete" => "Usuń", +"Enable Resharing" => "Włącz ponowne udostępnianie", +"Allow users to reshare files they don't own" => "Zezwalaj użytkownikom na ponowne udostępnienie plików, które są im udostępnione" +); |