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

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',
];