nextcloud/apps/files_trashbin/l10n/hu_HU.php

9 lines
204 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
"Name" => "Név",
"1 folder" => "1 mappa",
"{count} folders" => "{count} mappa",
"1 file" => "1 fájl",
"{count} files" => "{count} fájl",
"Restore" => "Visszaállítás"
);