You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/files_trashbin/l10n/et_EE.php

14 lines
476 B

<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "%s jäädavalt kustutamine ebaõnnestus",
"Couldn't restore %s" => "%s ei saa taastada",
"Deleted files" => "Kustutatud failid",
"Restore" => "Taasta",
"Error" => "Viga",
"restored" => "taastatud",
"Nothing in here. Your trash bin is empty!" => "Siin pole midagi. Sinu prügikast on tühi!",
"Name" => "Nimi",
"Deleted" => "Kustutatud",
"Delete" => "Kustuta"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";