Files
opensourcepos/app/Language/cs/Bootstrap_tables.php
2023-04-27 21:53:31 -04:00

12 lines
397 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',
];