import
This commit is contained in:
9
resources/lang/en-GB/import.php
Normal file
9
resources/lang/en-GB/import.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'Import',
|
||||
'title' => 'Import :type',
|
||||
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
|
||||
];
|
@ -7,10 +7,12 @@ return [
|
||||
'updated' => ':type updated!',
|
||||
'deleted' => ':type deleted!',
|
||||
'duplicated' => ':type duplicated!',
|
||||
'imported' => ':type imported!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Error: You are not allowed to manage this company!',
|
||||
'customer' => 'Error: You can not created user! :name use this email address.',
|
||||
'no_file' => 'Error: No file selected!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Warning: You are not allowed to delete <b>:name</b> because it has :text related.',
|
||||
|
Reference in New Issue
Block a user