diff options
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/et_EE.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/et_EE.php b/apps/files_sharing/l10n/et_EE.php new file mode 100644 index 00000000000..bdfa215e1db --- /dev/null +++ b/apps/files_sharing/l10n/et_EE.php @@ -0,0 +1,11 @@ +<?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" +); |