akaunting/resources/lang/en-GB/messages.php

19 lines
560 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?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.',
2017-09-14 22:21:00 +03:00
],
];