mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-28 19:21:05 -05:00
(#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)
11 lines
416 B
PHP
11 lines
416 B
PHP
<?php
|
|
|
|
$lang["tables_loading"] = "Carregando, aguarde...";
|
|
$lang["tables_rows_per_page"] = "{0} registros por página";
|
|
$lang["tables_page_from_to"] = "Exibindo {0} até {1} de {2} linhas";
|
|
$lang["tables_hide_show_pagination"] = "Hide/Show pagination";
|
|
$lang["tables_refresh"] = "Recarregar";
|
|
$lang["tables_toggle"] = "Ocultar/Exibir paginação";
|
|
$lang["tables_columns"] = "Colunas";
|
|
$lang["tables_all"] = "All";
|