mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-17 21:41:43 -04:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/da/
13 lines
326 B
PHP
13 lines
326 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "Alle",
|
|
'columns' => "Kolonner",
|
|
'hide_show_pagination' => "Gem/Vis sideinddeling",
|
|
'loading' => "Indlæser, vent venligst",
|
|
'page_from_to' => "Viser {0} to {1} af {2} rækker",
|
|
'refresh' => "Opdater",
|
|
'rows_per_page' => "{0} rækker per side",
|
|
'toggle' => "Skift",
|
|
];
|