mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
29 lines
1.2 KiB
PHP
29 lines
1.2 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', [
|
|
'UI:Datatables:Language:Processing' => 'Por favor espere...',
|
|
'UI:Datatables:Language:LengthMenu' => '_MENU_ por página',
|
|
'UI:Datatables:Language:ZeroRecords' => 'Sin Resultados',
|
|
'UI:Datatables:Language:Info' => '_TOTAL_ elemento(s)',
|
|
'UI:Datatables:Language:InfoEmpty' => 'Sin información',
|
|
'UI:Datatables:Language:EmptyTable' => 'Sin datos disponibles en esta tabla',
|
|
'UI:Datatables:Language:Error' => 'Un error ocurrió mientras se ejecutaba la consulta',
|
|
'UI:Datatables:Language:DisplayLength:All' => 'Todos',
|
|
'UI:Datatables:Language:Sort:Ascending' => 'habilitar ordenamiento ascendente',
|
|
'UI:Datatables:Language:Sort:Descending' => 'habilitar ordenamiento descendente',
|
|
'UI:Datatables:Column:RowActions:Label' => 'Etiqueda',
|
|
'UI:Datatables:Column:RowActions:Description' => 'Descripción',
|
|
'UI:Datatables:RowActions:ConfirmationDialog' => 'Confirmación de acción',
|
|
'UI:Datatables:RowActions:ConfirmationMessage' => '¿Confirma la acción?',
|
|
]);
|