nextcloud/apps/files_sharing/l10n/et_EE.php

12 lines
379 B
PHP

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