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

12 lines
371 B
PHP

<?php
return [
'tables_all' => 'Alle',
'tables_columns' => 'Kolonner',
'tables_hide_show_pagination' => 'Gem/Vis sideinddeling',
'tables_loading' => 'Indlæser, vent venligst...',
'tables_page_from_to' => 'Viser {0} to {1} af {2} rækker',
'tables_refresh' => 'Opdater',
'tables_rows_per_page' => '{0} rækker per side',
'tables_toggle' => 'Skift',
];