Files
opensourcepos/application/language/ru/bootstrap_tables_lang.php
Travis Garrison 2254ce1fbb Translated using Weblate (Russian)
Currently translated at 100.0% (8 of 8 strings)
2017-08-21 21:51:53 +00:00

11 lines
538 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_all"] = "Все";
$lang["tables_columns"] = "Колонки";
$lang["tables_hide_show_pagination"] = "Скривай/Покажи разбивку на страницы";
$lang["tables_loading"] = "Пожалуйста, подождите, идёт загрузка...";
$lang["tables_page_from_to"] = "Записи с {0} по {1} из {2}";
$lang["tables_refresh"] = "Обновить";
$lang["tables_rows_per_page"] = "{0} записей на страницу";
$lang["tables_toggle"] = "Переключить";