mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-21 15:57:57 -05:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/ru/
10 lines
552 B
PHP
10 lines
552 B
PHP
<?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"] = "Переключить";
|