19 lines
704 B
PHP
19 lines
704 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Couldn't delete %s permanently" => "Nepavyko negrįžtamai ištrinti %s",
|
|
"Couldn't restore %s" => "Nepavyko atkurti %s",
|
|
"perform restore operation" => "atkurti",
|
|
"Error" => "Klaida",
|
|
"delete file permanently" => "failą ištrinti negrįžtamai",
|
|
"Delete permanently" => "Ištrinti negrįžtamai",
|
|
"Name" => "Pavadinimas",
|
|
"Deleted" => "Ištrinti",
|
|
"1 folder" => "1 aplankalas",
|
|
"{count} folders" => "{count} aplankalai",
|
|
"1 file" => "1 failas",
|
|
"{count} files" => "{count} failai",
|
|
"Nothing in here. Your trash bin is empty!" => "Nieko nėra. Jūsų šiukšliadėžė tuščia!",
|
|
"Restore" => "Atstatyti",
|
|
"Delete" => "Ištrinti",
|
|
"Deleted Files" => "Ištrinti failai"
|
|
);
|