mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 18:38:08 -04:00
12 lines
375 B
PHP
12 lines
375 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'alle',
|
|
'tables_columns' => 'Kolommen',
|
|
'tables_hide_show_pagination' => 'Toon %s record(s)',
|
|
'tables_loading' => 'Laden, even geduld...',
|
|
'tables_page_from_to' => 'Toon {0} tot {1} van {2} record(s)',
|
|
'tables_refresh' => 'Vernieuwen',
|
|
'tables_rows_per_page' => '{0} records per pagina',
|
|
'tables_toggle' => 'Omschakelen',
|
|
];
|