2026-01-22 15:17:18 +00:00

35 lines
1.0 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* TablePress DataTables language file for "es_ES".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Ningún dato disponible en esta tabla',
'info' => 'Mostrando desde _START_ hasta _END_ de _TOTAL_ registros',
'infoEmpty' => 'Mostrando desde 0 hasta 0 de 0 registros',
'infoFiltered' => '(filtrado de _MAX_ registros en total)',
'infoPostFix' => '',
'lengthMenu' => 'Mostrar _MENU_ registros',
'loadingRecords' => 'Cargando...',
'processing' => 'Procesando...',
'search' => 'Buscar:',
'zeroRecords' => 'No se encontraron resultados',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': Activar para ordenar la columna de manera ascendente',
'sortDescending' => ': Activar para ordenar la columna de manera descendente',
),
'decimal' => ',',
'thousands' => '.',
);