Files
opensourcepos/application/language/ru/bootstrap_tables_lang.php
jekkos e7a22e4e41 Enable bootstrap tables localisation and integrate with ospos scripts
(#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)
2016-05-03 08:10:37 +02:00

11 lines
489 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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";