2018-09-28 11:54:52 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return [
2018-09-28 11:54:52 -07:00
'does_not_exist' => 'Company does not exist.' ,
'assoc_users' => 'This company is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this company and try again. ' ,
2022-01-13 21:27:29 -08:00
'create' => [
2018-09-28 11:54:52 -07:00
'error' => 'Company was not created, please try again.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Company created successfully.' ,
],
'update' => [
2018-09-28 11:54:52 -07:00
'error' => 'Company was not updated, please try again' ,
2022-01-13 21:27:29 -08:00
'success' => 'Company updated successfully.' ,
],
'delete' => [
2021-09-08 13:49:33 -07:00
'confirm' => 'Ertu viss um að þú viljir afskrá þetta fyrirtæki?' ,
2018-09-28 11:54:52 -07:00
'error' => 'There was an issue deleting the company. Please try again.' ,
2022-01-13 21:27:29 -08:00
'success' => 'The Company was deleted successfully.' ,
],
];