You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.0 KiB
35 lines
1.0 KiB
<?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' => 'Primero',
|
|
'previous' => 'Anterior',
|
|
'next' => 'Siguiente',
|
|
'last' => 'Último',
|
|
),
|
|
'aria' => array(
|
|
'sortAscending' => ': Activar para ordenar la columna de manera ascendente',
|
|
'sortDescending' => ': Activar para ordenar la columna de manera descendente',
|
|
),
|
|
'decimal' => ',',
|
|
'thousands' => '.',
|
|
);
|