Merge remote-tracking branch 'origin/support/3.0' into develop

This commit is contained in:
Eric Espie
2022-08-09 17:11:34 +02:00
43 changed files with 623 additions and 485 deletions

View File

@@ -18,14 +18,14 @@
*/
// Display DataTable
Dict::Add('ES CR', 'Spanish', 'Español, Castellano', array(
'UI:Datatables:Language:Processing' => 'Please wait...~~',
'UI:Datatables:Language:LengthMenu' => '_MENU_ per page~~',
'UI:Datatables:Language:ZeroRecords' => 'No result~~',
'UI:Datatables:Language:Info' => '_TOTAL_ item(s)~~',
'UI:Datatables:Language:InfoEmpty' => 'No information~~',
'UI:Datatables:Language:EmptyTable' => 'No data available in this table~~',
'UI:Datatables:Language:Error' => 'An error occured while running the query~~',
'UI:Datatables:Language:DisplayLength:All' => 'All~~',
'UI:Datatables:Language:Sort:Ascending' => 'enable for an ascending sort~~',
'UI:Datatables:Language:Sort:Descending' => 'enable for a descending sort~~',
'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',
));