mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-20 23:37:58 -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
489 B
PHP
11 lines
489 B
PHP
<?php
|
||
|
||
$lang["tables_loading"] = "Пожалуйста, подождите, идёт загрузка...";
|
||
$lang["tables_rows_per_page"] = "{0} записей на страницу";
|
||
$lang["tables_page_from_to"] = "Записи с {0} по {1} из {2}";
|
||
$lang["tables_hide_show_pagination"] = "Hide/Show pagination";
|
||
$lang["tables_refresh"] = "Обновить";
|
||
$lang["tables_toggle"] = "Переключить";
|
||
$lang["tables_columns"] = "Колонки";
|
||
$lang["tables_all"] = "All";
|