12 lines
429 B
PHP
12 lines
429 B
PHP
<?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"
|
|
);
|