27 lines
723 B
PHP
27 lines
723 B
PHP
<?php
|
|
|
|
return array (
|
|
'processing' => 'Processing...',
|
|
'search' => 'Search:',
|
|
'lengthMenu' => 'Display _MENU_ items',
|
|
'info' => 'Showing _START_ to _END_ on _TOTAL_ items',
|
|
'infoEmpty' => 'Showing empty items',
|
|
'infoFiltered' => '(filter of _MAX_ total items)',
|
|
'infoPostFix' => '',
|
|
'loadingRecords' => 'Loading...',
|
|
'zeroRecords' => 'No item to display',
|
|
'emptyTable' => 'Table is empty',
|
|
'paginate' =>
|
|
array (
|
|
'first' => 'First',
|
|
'previous' => 'Previous',
|
|
'next' => 'Next',
|
|
'last' => 'Last',
|
|
),
|
|
'aria' =>
|
|
array (
|
|
'sortAscending' => ': activate to sort the column in ascending order',
|
|
'sortDescending' => ': activate to sort the column in descending order',
|
|
),
|
|
);
|