Files
opensourcepos/app/Language/tl-PH/Bootstrap_tables.php
2023-04-27 21:53:31 -04:00

12 lines
361 B
PHP

<?php
return [
'tables_all' => 'All',
'tables_columns' => 'Columns',
'tables_hide_show_pagination' => 'Hide/Show pagination',
'tables_loading' => 'Loading, please wait...',
'tables_page_from_to' => 'Showing {0} to {1} of {2} rows',
'tables_refresh' => 'Refresh',
'tables_rows_per_page' => '{0} rows per page',
'tables_toggle' => 'Toggle',
];