mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
12 lines
504 B
PHP
12 lines
504 B
PHP
<?php
|
||
return [
|
||
"tables_all" => "Всичко/и",
|
||
"tables_columns" => "Колони",
|
||
"tables_hide_show_pagination" => "Скриване / Показване на страници",
|
||
"tables_loading" => "Зареждане, моля изчакайте...",
|
||
"tables_page_from_to" => "Показани са {0} до {1} от {2} реда",
|
||
"tables_refresh" => "Опресняване",
|
||
"tables_rows_per_page" => "{0} редове на страница",
|
||
"tables_toggle" => "Щифт",
|
||
];
|