mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-18 22:38:00 -05:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/sv/
13 lines
323 B
PHP
13 lines
323 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "alla",
|
|
'columns' => "Kolumner",
|
|
'hide_show_pagination' => "Dölj/visa sida",
|
|
'loading' => "Laddar, vänligen vänta...",
|
|
'page_from_to' => "Visar {0} till {1} av {2} rader",
|
|
'refresh' => "Ladda om",
|
|
'rows_per_page' => "{0} rader per sida",
|
|
'toggle' => "Växla",
|
|
];
|