mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -05:00
7 lines
156 B
PHP
7 lines
156 B
PHP
<?php
|
|
|
|
return [
|
|
'no_permission_module' => 'You do not have permission to access the module named',
|
|
'unknown' => 'Unexpected error',
|
|
];
|