nextcloud/apps/files_sharing/l10n/et_EE.php

12 lines
379 B
PHP
Raw Normal View History

2012-08-19 04:05:44 +04:00
<?php $TRANSLATIONS = array(
2012-08-21 04:09:12 +04:00
"Delete" => "Kustutamine",
2012-08-19 04:05:44 +04:00
"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"
);