mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-10 16:57:34 -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/nl_BE/
13 lines
330 B
PHP
13 lines
330 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "alle",
|
|
'columns' => "Kolommen",
|
|
'hide_show_pagination' => "Toon %s record(s)",
|
|
'loading' => "Laden, even geduld",
|
|
'page_from_to' => "Toon {0} tot {1} van {2} record(s)",
|
|
'refresh' => "Vernieuwen",
|
|
'rows_per_page' => "{0} records per pagina",
|
|
'toggle' => "Omschakelen",
|
|
];
|