Files
nexusphp/resources/lang/en/pagination.php

28 lines
900 B
PHP
Raw Normal View History

2021-04-02 19:48:41 +08:00
<?php
2025-04-19 02:06:51 +07:00
declare(strict_types=1);
2021-04-02 19:48:41 +08:00
return [
2025-04-19 02:06:51 +07:00
'aria' => [
'sortAscending' => ': activate to sort column ascending',
'sortDescending' => ': activate to sort column descending',
],
'emptyTable' => 'No data available in table',
'info' => 'Showing _START_ to _END_ of _TOTAL_ entries',
'infoEmpty' => 'Showing 0 to 0 of 0 entries',
'infoFiltered' => '(filtered from _MAX_ total entries)',
'lengthMenu' => 'Show _MENU_ entries',
'loadingRecords' => 'Loading...',
'next' => 'Next &raquo;',
'paginate' => [
'first' => 'First',
'last' => 'Last',
'next' => 'Next',
'previous' => 'Previous',
2022-09-08 19:14:01 +08:00
],
2025-04-19 02:06:51 +07:00
'previous' => '&laquo; Previous',
'search' => 'Search:',
'thousands' => ',',
'zeroRecords' => 'No matching records found',
2021-04-02 19:48:41 +08:00
];