snipe-it/resources/lang/ar/admin/models/message.php

32 lines
1.1 KiB
PHP
Raw Normal View History

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 model is currently associated with one or more assets and cannot be deleted. Please delete the assets, and then try deleting again. ',
'create' => array(
2017-01-10 17:53:06 -08:00
'error' => 'لم يتم إنشاء الموديل، حاول مجددا.',
'success' => 'تم إنشاء الموديل بنجاح.',
2016-03-25 01:18:05 -07:00
'duplicate_set' => 'An asset model with that name, manufacturer and model number already exists.',
),
'update' => array(
'error' => 'Model was not updated, please try again',
'success' => 'Model updated successfully.'
),
'delete' => array(
'confirm' => 'Are you sure you wish to delete this asset model?',
'error' => 'There was an issue deleting the model. Please try again.',
'success' => 'The model was deleted successfully.'
),
'restore' => array(
'error' => 'Model was not restored, please try again',
2017-01-10 17:53:06 -08:00
'success' => 'تم إستعادة المودير بنجاح.'
2016-03-25 01:18:05 -07:00
),
);