mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 09:59:08 -04:00
6 lines
157 B
PHP
6 lines
157 B
PHP
<?php
|
|
return [
|
|
'error_no_permission_module' => 'U bent niet gemachtigd voor toegang tot de module genaamd',
|
|
'error_unknown' => 'Onverwachte fout',
|
|
];
|