mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 15:13:40 -04:00
12 lines
360 B
PHP
12 lines
360 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",
|
|
];
|