2017-09-14 22:21:00 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'success' => [
|
|
|
|
'added' => ':type added!',
|
|
|
|
'updated' => ':type updated!',
|
|
|
|
'deleted' => ':type deleted!',
|
2017-11-26 15:20:17 +03:00
|
|
|
'duplicated' => ':type duplicated!',
|
2017-11-30 11:47:56 +03:00
|
|
|
'imported' => ':type imported!',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
|
|
|
'error' => [
|
2017-12-07 00:13:15 +03:00
|
|
|
'payment_add' => 'Error: You can not add payment! You should check add amount.',
|
2017-09-14 22:21:00 +03:00
|
|
|
'not_user_company' => 'Error: You are not allowed to manage this company!',
|
2017-11-23 14:09:41 +03:00
|
|
|
'customer' => 'Error: You can not created user! :name use this email address.',
|
2017-11-30 11:47:56 +03:00
|
|
|
'no_file' => 'Error: No file selected!',
|
2017-09-14 22:21:00 +03:00
|
|
|
],
|
|
|
|
'warning' => [
|
2017-10-16 10:51:43 +03:00
|
|
|
'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
|
|
|
],
|
|
|
|
|
|
|
|
];
|