2016-03-25 01:18:05 -07:00
< ? php
return array (
2016-06-02 19:01:09 -07:00
'does_not_exist' => 'Status Label does not exist.' ,
'assoc_assets' => 'This Status Label is currently associated with at least one Asset and cannot be deleted. Please update your assets to no longer reference this status and try again. ' ,
2016-03-25 01:18:05 -07:00
'create' => array (
2016-06-02 19:01:09 -07:00
'error' => 'Status Label was not created, please try again.' ,
2016-10-29 05:50:55 -07:00
'success' => 'La etichetta di stato è creato correttamente.'
2016-03-25 01:18:05 -07:00
),
'update' => array (
2016-06-02 19:01:09 -07:00
'error' => 'Status Label was not updated, please try again' ,
2016-10-29 05:50:55 -07:00
'success' => 'La etichetta di stato è stato aggiornato correttamente.'
2016-03-25 01:18:05 -07:00
),
'delete' => array (
2016-06-02 19:01:09 -07:00
'confirm' => 'Are you sure you wish to delete this Status Label?' ,
'error' => 'There was an issue deleting the Status Label. Please try again.' ,
2016-10-29 05:50:55 -07:00
'success' => 'L\'etichetta di stato è stata cancellata correttamente.'
2016-03-25 01:18:05 -07:00
)
);