mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-28 11:11:14 -05:00
13 lines
291 B
PHP
13 lines
291 B
PHP
<?php
|
|
|
|
return [
|
|
'all' => '',
|
|
'columns' => '',
|
|
'hide_show_pagination' => '',
|
|
'loading' => '',
|
|
'page_from_to' => '',
|
|
'refresh' => '',
|
|
'rows_per_page' => '',
|
|
'toggle' => '',
|
|
];
|