mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-10 01:51:02 -04:00
6 lines
133 B
PHP
6 lines
133 B
PHP
<?php
|
|
return [
|
|
'error_no_permission_module' => 'Du har inte rättigheter till modulen',
|
|
'error_unknown' => 'Oväntat fel',
|
|
];
|