mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -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/
10 lines
377 B
PHP
10 lines
377 B
PHP
<?php
|
|
$lang["tables_all"] = "alla";
|
|
$lang["tables_columns"] = "Kolumner";
|
|
$lang["tables_hide_show_pagination"] = "Dölj/visa sida";
|
|
$lang["tables_loading"] = "Laddar, ha tålamod...";
|
|
$lang["tables_page_from_to"] = "Visar {0} till {1} av {2} rader";
|
|
$lang["tables_refresh"] = "Ladda om";
|
|
$lang["tables_rows_per_page"] = "{0} rader per sida";
|
|
$lang["tables_toggle"] = "Växla";
|