2016-03-25 01:18:05 -07:00
< ? php
2022-01-13 21:27:29 -08:00
return array (
2016-03-25 01:18:05 -07:00
'does_not_exist' => 'Furnizorul nu exista.' ,
2017-11-04 00:45:50 -07:00
2022-01-13 21:27:29 -08:00
'create' => array (
2016-03-25 01:18:05 -07:00
'error' => 'Furnizorul nu a fost creat, va rugam incercati iar.' ,
2022-01-13 21:27:29 -08:00
'success' => 'Furnizorul a fost creat.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'update' => array (
2016-03-25 01:18:05 -07:00
'error' => 'Furnizorul nu a fost actualizat, va rugam incercati iar' ,
2022-01-13 21:27:29 -08:00
'success' => 'Furnizorul a fost actualizat.'
),
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
'delete' => array (
2016-03-25 01:18:05 -07:00
'confirm' => 'Sunteti sigur ca vreti sa stergeti acest furnizor?' ,
'error' => 'A aparut o problema la stergerea furnizorului. Va rugam incercati iar.' ,
2017-11-04 00:45:50 -07:00
'success' => 'Furnizorul a fost sters.' ,
'assoc_assets' => 'This supplier is currently associated with :asset_count asset(s) and cannot be deleted. Please update your assets to no longer reference this supplier and try again. ' ,
'assoc_licenses' => 'This supplier is currently associated with :licenses_count licences(s) and cannot be deleted. Please update your licenses to no longer reference this supplier and try again. ' ,
' assoc_maintenances ' => ' This supplier is currently associated with : asset_maintenances_count asset maintenances ( s ) and cannot be deleted . Please update your asset maintenances to no longer reference this supplier and try again . ' ,
2022-01-13 21:27:29 -08:00
)
2016-03-25 01:18:05 -07:00
2022-01-13 21:27:29 -08:00
);