mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 18:09:30 -04:00
12 lines
371 B
PHP
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',
|
|
];
|