nextcloud/apps/files_trashbin/l10n/es.php

9 lines
209 B
PHP

<?php $TRANSLATIONS = array(
"Name" => "Nombre",
"1 folder" => "1 carpeta",
"{count} folders" => "{count} carpetas",
"1 file" => "1 archivo",
"{count} files" => "{count} archivos",
"Restore" => "Recuperar"
);