mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -05:00
(#293) Fix item bulk update (all items are updated now) (#507) Stop click event propagation when opening modal dialog on a table row (caused row to be selected/deselected)
11 lines
395 B
PHP
11 lines
395 B
PHP
<?php
|
|
|
|
$lang["tables_loading"] = "Laden, even geduld...";
|
|
$lang["tables_rows_per_page"] = "{0} records per pagina";
|
|
$lang["tables_page_from_to"] = "Toon {0} tot {1} van {2} record(s)";
|
|
$lang["tables_hide_show_pagination"] = "Toon %s record(s)";
|
|
$lang["tables_refresh"] = "Vernieuwen";
|
|
$lang["tables_toggle"] = "Omschakelen";
|
|
$lang["tables_columns"] = "Kolommen";
|
|
$lang["tables_all"] = "Alle";
|