2016-03-25 01:18:05 -07:00
< ? php
return array (
2017-01-10 17:53:06 -08:00
'undeployable' => ' < strong > تحذير : </ strong > هذا الأصل معلم كـ غير قابل للنشر .
إذا لم يتغير هذا الوضع، يرجى تحديث الحالة الأصول . ' ,
'does_not_exist' => 'الأصل غير موجود.' ,
2016-03-25 01:18:05 -07:00
'does_not_exist_or_not_requestable' => 'Nice try. That asset does not exist or is not requestable.' ,
'assoc_users' => 'This asset is currently checked out to a user and cannot be deleted. Please check the asset in first, and then try deleting again. ' ,
'create' => array (
'error' => 'Asset was not created, please try again. :(' ,
2017-01-10 17:53:06 -08:00
'success' => 'تم إنشاء الأصل بنجاح.'
2016-03-25 01:18:05 -07:00
),
'update' => array (
'error' => 'Asset was not updated, please try again' ,
2017-01-10 17:53:06 -08:00
'success' => 'تم تحديث الأصل بنجاح.' ,
2016-03-25 01:18:05 -07:00
'nothing_updated' => 'No fields were selected, so nothing was updated.' ,
),
'restore' => array (
'error' => 'Asset was not restored, please try again' ,
'success' => 'Asset restored successfully.'
),
2017-09-06 18:05:32 -07:00
'audit' => array (
'error' => 'Asset audit was unsuccessful. Please try again.' ,
'success' => 'Asset audit successfully logged.'
),
2016-03-25 01:18:05 -07:00
'deletefile' => array (
2017-01-10 17:53:06 -08:00
'error' => 'لم يتم حذف الملف. الرجاء المحاولة مرة اخرى.' ,
'success' => 'تم حذف الملف بنجاح.' ,
2016-03-25 01:18:05 -07:00
),
'upload' => array (
'error' => 'File(s) not uploaded. Please try again.' ,
'success' => 'File(s) successfully uploaded.' ,
'nofiles' => 'You did not select any files for upload, or the file you are trying to upload is too large' ,
'invalidfiles' => 'One or more of your files is too large or is a filetype that is not allowed. Allowed filetypes are png, gif, jpg, doc, docx, pdf, and txt.' ,
),
2016-06-02 19:01:09 -07:00
'import' => array (
2016-10-04 12:23:02 -07:00
'error' => 'Some items did not import correctly.' ,
'errorDetail' => 'The following Items were not imported because of errors.' ,
'success' => " Your file has been imported " ,
'file_delete_success' => " Your file has been been successfully deleted " ,
'file_delete_error' => " The file was unable to be deleted " ,
2016-06-02 19:01:09 -07:00
),
2016-03-25 01:18:05 -07:00
'delete' => array (
'confirm' => 'Are you sure you wish to delete this asset?' ,
'error' => 'There was an issue deleting the asset. Please try again.' ,
2017-07-07 13:14:51 -07:00
'nothing_updated' => 'No assets were selected, so nothing was deleted.' ,
2017-01-10 17:53:06 -08:00
'success' => 'تم حذف الأصل بنجاح.'
2016-03-25 01:18:05 -07:00
),
'checkout' => array (
'error' => 'Asset was not checked out, please try again' ,
'success' => 'Asset checked out successfully.' ,
2016-08-25 17:43:07 -07:00
'user_does_not_exist' => 'That user is invalid. Please try again.' ,
'not_available' => 'That asset is not available for checkout!'
2016-03-25 01:18:05 -07:00
),
'checkin' => array (
'error' => 'Asset was not checked in, please try again' ,
'success' => 'Asset checked in successfully.' ,
'user_does_not_exist' => 'That user is invalid. Please try again.' ,
'already_checked_in' => 'That asset is already checked in.' ,
),
'requests' => array (
'error' => 'Asset was not requested, please try again' ,
'success' => 'Asset requested successfully.' ,
2016-10-04 12:23:02 -07:00
'canceled' => 'Checkout request successfully canceled'
2016-03-25 01:18:05 -07:00
)
);