mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-18 05:52:23 -04:00
Currently translated at 100.0% (8 of 8 strings) Translation: opensourcepos/bootstrap_tables Translate-URL: https://translate.opensourcepos.org/projects/opensourcepos/bootstrap_tables/bg/
13 lines
459 B
PHP
13 lines
459 B
PHP
<?php
|
||
|
||
return [
|
||
'all' => "Всичко/и",
|
||
'columns' => "Колони",
|
||
'hide_show_pagination' => "Скриване / Показване на страници",
|
||
'loading' => "Зареждане, моля изчакайте",
|
||
'page_from_to' => "Показани са {0} до {1} от {2} реда",
|
||
'refresh' => "Опресняване",
|
||
'rows_per_page' => "{0} редове на страница",
|
||
'toggle' => "Щифт",
|
||
];
|