2016-03-25 01:18:05 -07:00
< ? php
return array (
2017-01-10 17:53:06 -08:00
'does_not_exist' => 'المورد غير مجود.' ,
2016-03-25 01:18:05 -07:00
'assoc_users' => 'This supplier is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this supplier and try again. ' ,
'create' => array (
2017-01-10 17:53:06 -08:00
'error' => 'لم يتم إنشاء المورد، الرجاء المحاولة مرة أخرى.' ,
'success' => 'تم إنشاء المورد بنجاح.'
2016-03-25 01:18:05 -07:00
),
'update' => array (
'error' => 'Supplier was not updated, please try again' ,
'success' => 'Supplier updated successfully.'
),
'delete' => array (
2017-01-10 17:53:06 -08:00
'confirm' => 'هل أنت متأكد من رغبتك في حذف هذا المورد؟' ,
2016-03-25 01:18:05 -07:00
'error' => 'There was an issue deleting the supplier. Please try again.' ,
2017-01-10 17:53:06 -08:00
'success' => 'تم حذف المورد بنجاح.'
2016-03-25 01:18:05 -07:00
)
);