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/
13 lines
350 B
PHP
13 lines
350 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "alles",
|
|
'columns' => "Kolommen",
|
|
'hide_show_pagination' => "Verbergen/weergeven paginering",
|
|
'loading' => "Laden, een ogenblik geduld",
|
|
'page_from_to' => "{0} tot {1} van {2} rijen weergegeven",
|
|
'refresh' => "Vernieuwen",
|
|
'rows_per_page' => "{0} rijen per pagina",
|
|
'toggle' => "Wisselen",
|
|
];
|