Files
opensourcepos/app/Language/en-US/Errors.php
objecttothis 8c7f5c15ca CI4 4.3.1 upgrade
- 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
2023-04-27 21:54:09 -04:00

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