nextcloud/apps/files_trashbin/l10n/eu.php

9 lines
215 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
"Name" => "Izena",
"1 folder" => "karpeta bat",
"{count} folders" => "{count} karpeta",
"1 file" => "fitxategi bat",
"{count} files" => "{count} fitxategi",
"Restore" => "Berrezarri"
);