mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-03 23:01:50 -04:00
12 lines
361 B
PHP
12 lines
361 B
PHP
<?php
|
|
return [
|
|
"tables_all" => "all",
|
|
"tables_columns" => "Columns",
|
|
"tables_hide_show_pagination" => "Hide/Show pagination",
|
|
"tables_loading" => "Loading, please wait...",
|
|
"tables_page_from_to" => "Showing {0} to {1} of {2} rows",
|
|
"tables_refresh" => "Refresh",
|
|
"tables_rows_per_page" => "{0} rows per page",
|
|
"tables_toggle" => "Toggle",
|
|
];
|