Files
opensourcepos/app/Language/en/Bootstrap_tables.php
BudsieBuds c39b733c90 Language fallback improvement
- Changes for following best practice for CI4 localization
- Norwegian and Urdu languages now working again
- Sort languages by alphabet in config
2024-06-15 17:19:15 +02:00

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",
];