akaunting/resources/lang/en-GB/messages.php
2017-10-16 10:51:43 +03:00

19 lines
560 B
PHP

<?php
return [
'success' => [
'added' => ':type added!',
'updated' => ':type updated!',
'deleted' => ':type deleted!',
],
'error' => [
'not_user_company' => 'Error: You are not allowed to manage this company!',
],
'warning' => [
'deleted' => 'Warning: You are not allowed to delete <b>:name</b> because it has :text related.',
'disabled' => 'Warning: You are not allowed to disable <b>:name</b> because it has :text related.',
],
];