Files
opensourcepos/application/language/ru/bootstrap_tables_lang.php
Oleg cf5e6dee39 Translated using Weblate (Russian)
Currently translated at 100.0% (8 of 8 strings)

Translation: opensourcepos/bootstrap_tables
Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/ru/
2023-05-22 19:01:10 +02:00

10 lines
552 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"] = "Переключить";