diff options
Diffstat (limited to 'apps/files_sharing/l10n/pl.php')
-rw-r--r-- | apps/files_sharing/l10n/pl.php | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/apps/files_sharing/l10n/pl.php b/apps/files_sharing/l10n/pl.php index 508a58b3eec..7f612126b93 100644 --- a/apps/files_sharing/l10n/pl.php +++ b/apps/files_sharing/l10n/pl.php @@ -1,11 +1,6 @@ <?php $TRANSLATIONS = array( -"Delete" => "Usuń", -"Your Shared Files" => "Twoje udostępnione pliki", -"Item" => "Element", -"Shared With" => "Udostępnione dla", -"Permissions" => "Uprawnienia", -"Read" => "Odczyt", -"Edit" => "Edycja", -"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" +"Size" => "Rozmiar", +"Modified" => "Zmodyfikowane", +"Delete all" => "Usuń wszystko", +"Delete" => "Usuń" ); |