2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:30:35 -08:00
return array (
2016-03-25 01:18:05 -07:00
2023-04-26 15:12:36 -07:00
'support_url_help' => 'Use <code>{LOCALE}</code> and <code>{SERIAL}</code> in your URL as variables to have those values auto-populate when viewing assets.' ,
2016-03-25 01:18:05 -07:00
'does_not_exist' => 'Manufacturer does not exist.' ,
'assoc_users' => 'This manufacturer is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this manufacturer and try again. ' ,
2022-05-24 15:07:14 -07:00
'create' => array (
2016-03-25 01:18:05 -07:00
'error' => 'Manufacturer was not created, please try again.' ,
2022-05-24 15:07:14 -07:00
'success' => 'Manufacturer created successfully.'
),
2016-03-25 01:18:05 -07:00
2022-05-24 15:07:14 -07:00
'update' => array (
2016-03-25 01:18:05 -07:00
'error' => 'Manufacturer was not updated, please try again' ,
2022-05-24 15:07:14 -07:00
'success' => 'Manufacturer updated successfully.'
),
2016-03-25 01:18:05 -07:00
2022-05-24 15:07:14 -07:00
'restore' => array (
2018-03-03 18:46:19 -08:00
'error' => 'Manufacturer was not restored, please try again' ,
2022-05-24 15:07:14 -07:00
'success' => 'Manufacturer restored successfully.'
),
2018-03-03 18:46:19 -08:00
2022-05-24 15:07:14 -07:00
'delete' => array (
2016-03-25 01:18:05 -07:00
'confirm' => 'Are you sure you wish to delete this manufacturer?' ,
'error' => 'There was an issue deleting the manufacturer. Please try again.' ,
2022-05-24 15:07:14 -07:00
'success' => 'The Manufacturer was deleted successfully.'
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:30:35 -08:00
);