nextcloud/apps/files_trashbin/l10n/ca.php

9 lines
203 B
PHP
Raw Normal View History

2013-02-01 03:19:28 +04:00
<?php $TRANSLATIONS = array(
"Name" => "Nom",
"1 folder" => "1 carpeta",
"{count} folders" => "{count} carpetes",
"1 file" => "1 fitxer",
"{count} files" => "{count} fitxers",
"Restore" => "Recupera"
);