12 lines
379 B
PHP
12 lines
379 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Your Shared Files" => "Sinu jagatud failid",
|
||
|
"Item" => "Kirje",
|
||
|
"Shared With" => "Kellega jagatud",
|
||
|
"Permissions" => "Õigused",
|
||
|
"Read" => "Lugemine",
|
||
|
"Edit" => "Muutmine",
|
||
|
"Delete" => "Kustutamine",
|
||
|
"Enable Resharing" => "Luba edasijagamine",
|
||
|
"Allow users to reshare files they don't own" => "Luba kasutajatel jagada faile, mis pole nende omad"
|
||
|
);
|