mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
12 lines
397 B
PHP
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',
|
|
];
|