Files
opensourcepos/application/language/hu-HU/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
412 B
PHP

<?php
$lang["tables_loading"] = "Betöltés, kérem várjon...";
$lang["tables_rows_per_page"] = "{0} rekord per oldal";
$lang["tables_page_from_to"] = "Megjelenítve {0} {1} / {2} összesen";
$lang["tables_hide_show_pagination"] = "Lapozó elrejtése/megjelenítése";
$lang["tables_refresh"] = "Refresh";
$lang["tables_toggle"] = "Toggle";
$lang["tables_columns"] = "Columns";
$lang["tables_all"] = "All";