mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-04 07:12:48 -04:00
12 lines
386 B
PHP
12 lines
386 B
PHP
<?php
|
|
return [
|
|
"tables_all" => "Vše",
|
|
"tables_columns" => "Sloupce",
|
|
"tables_hide_show_pagination" => "Zobrazit/skrýt stránkování",
|
|
"tables_loading" => "Nahrávám, prosím počkejte...",
|
|
"tables_page_from_to" => "Zobrazeno {0} až {1} z {2} řádků",
|
|
"tables_refresh" => "Obnovit",
|
|
"tables_rows_per_page" => "{0} řádků na stránku",
|
|
"tables_toggle" => "Přepnout",
|
|
];
|