mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
- add missing files - overwrite changed files - merge code changes - Matched .htaccess file in /public/ to CI4 - Corrected naming of Error language file to Errors - Refactored references to Error language file
10 lines
358 B
PHP
10 lines
358 B
PHP
<?php
|
|
return [
|
|
"no_permission_module" => "You do not have permission to access the module named",
|
|
"pageNotFound" => "404 Page Not Found",
|
|
"sorryCannotFind" => "Sorry! Cannot seem to find the page you were looking for.",
|
|
"unknown" => "Unexpected error",
|
|
"weHitASnag" => "We seem to have hit a snag. Please try again later...",
|
|
"whoops" => "Whoops!",
|
|
];
|