mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-17 05:19:43 -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/cs/
13 lines
352 B
PHP
13 lines
352 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => "Vše",
|
|
'columns' => "Sloupce",
|
|
'hide_show_pagination' => "Zobrazit/skrýt stránkování",
|
|
'loading' => "Nahrávám, prosím počkejte",
|
|
'page_from_to' => "Zobrazeno {0} až {1} z {2} řádků",
|
|
'refresh' => "Obnovit",
|
|
'rows_per_page' => "{0} řádků na stránku",
|
|
'toggle' => "Přepnout",
|
|
];
|