nextcloud/apps/files_sharing/l10n/pl.php

12 lines
429 B
PHP
Raw Normal View History

2012-08-14 01:19:31 +04:00
<?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"
);