mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
12 lines
404 B
PHP
12 lines
404 B
PHP
<?php
|
|
return [
|
|
"tables_all" => "Tudo",
|
|
"tables_columns" => "Colunas",
|
|
"tables_hide_show_pagination" => "Ocultar/Exibir paginação",
|
|
"tables_loading" => "Carregando, aguarde...",
|
|
"tables_page_from_to" => "Exibindo {0} até {1} de {2} linhas",
|
|
"tables_refresh" => "Recarregar",
|
|
"tables_rows_per_page" => "{0} registros por página",
|
|
"tables_toggle" => "Ocultar/Exibir paginação",
|
|
];
|