mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-11 02:21:10 -04:00
12 lines
360 B
PHP
12 lines
360 B
PHP
<?php
|
|
return [
|
|
'tables_all' => 'alla',
|
|
'tables_columns' => 'Kolumner',
|
|
'tables_hide_show_pagination' => 'Dölj/visa sida',
|
|
'tables_loading' => 'Laddar, ha tålamod...',
|
|
'tables_page_from_to' => 'Visar {0} till {1} av {2} rader',
|
|
'tables_refresh' => 'Ladda om',
|
|
'tables_rows_per_page' => '{0} rader per sida',
|
|
'tables_toggle' => 'Växla',
|
|
];
|