mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-21 04:12:45 -04:00
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!",
|
|
];
|