nextcloud/apps/files_trashbin/l10n/lt_LT.php

8 lines
190 B
PHP

<?php $TRANSLATIONS = array(
"Name" => "Pavadinimas",
"1 folder" => "1 aplankalas",
"{count} folders" => "{count} aplankalai",
"1 file" => "1 failas",
"{count} files" => "{count} failai"
);