mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
373 B
PHP
12 lines
373 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'All',
|
|
'tables_columns' => 'Spalten',
|
|
'tables_hide_show_pagination' => 'Hide/Show pagination',
|
|
'tables_loading' => 'Lade, bitte warten...',
|
|
'tables_page_from_to' => 'Zeige {0} bis {1} von {2} Zeile(n)',
|
|
'tables_refresh' => 'Refresh',
|
|
'tables_rows_per_page' => '{0} Einträge pro Seite',
|
|
'tables_toggle' => 'Umschalten',
|
|
];
|