nextcloud/apps/files_trashbin/l10n/lt_LT.php

9 lines
215 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
"Name" => "Pavadinimas",
"1 folder" => "1 aplankalas",
"{count} folders" => "{count} aplankalai",
"1 file" => "1 failas",
2013-02-22 03:08:47 +04:00
"{count} files" => "{count} failai",
"Delete" => "Ištrinti"
2013-02-01 03:19:28 +04:00
);