nextcloud/apps/files_sharing/l10n/pl.php

12 lines
429 B
PHP

<?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"
);