Files
opensourcepos/application/language/zh/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
435 B
PHP

<?php
$lang["tables_loading"] = "正在努力地加载数据中,请稍候……";
$lang["tables_rows_per_page"] = "每页显示 {0} 条记录";
$lang["tables_page_from_to"] = "显示第 {0} 到第 {1} 条记录,总共 {2} 条记录";
$lang["tables_hide_show_pagination"] = "隐藏/显示分页";
$lang["tables_refresh"] = "刷新";
$lang["tables_toggle"] = "切换";
$lang["tables_columns"] = "";
$lang["tables_all"] = "All";