Files
opensourcepos/application/language/bg/bootstrap_tables_lang.php
Jeroen Peelaerts e11eba978f Sync language files
2021-07-14 08:35:04 +02:00

11 lines
523 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"] = "Щифт";