mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-06 00:17:54 -05:00
- Changes for following best practice for CI4 localization - Norwegian and Urdu languages now working again - Sort languages by alphabet in config
12 lines
294 B
PHP
12 lines
294 B
PHP
<?php
|
|
return [
|
|
"all" => "all",
|
|
"columns" => "Columns",
|
|
"hide_show_pagination" => "Hide/Show pagination",
|
|
"loading" => "Loading, please wait...",
|
|
"page_from_to" => "Showing {0} to {1} of {2} rows",
|
|
"refresh" => "Refresh",
|
|
"rows_per_page" => "{0} rows per page",
|
|
"toggle" => "Toggle",
|
|
];
|