Files
opensourcepos/application/language/hr-HR/bootstrap_tables_lang.php
jekkos e7a22e4e41 Enable bootstrap tables localisation and integrate with ospos scripts
(#293)
Fix item bulk update (all items are updated now) (#507)
Stop click event propagation when opening modal dialog on a table row
(caused row to be selected/deselected)
2016-05-03 08:10:37 +02:00

11 lines
422 B
PHP

<?php
$lang["tables_loading"] = "Molimo pričekajte ...";
$lang["tables_rows_per_page"] = "{0} broj zapisa po stranici";
$lang["tables_page_from_to"] = "Prikazujem {0}. - {1} od ukupnog broja zapisa {2}";
$lang["tables_hide_show_pagination"] = "Prikaži/sakrij stranice";
$lang["tables_refresh"] = "Osvježi";
$lang["tables_toggle"] = "Promijeni prikaz";
$lang["tables_columns"] = "Kolone";
$lang["tables_all"] = "Sve";