snipe-it/resources/lang/ar/admin/licenses/form.php
2017-01-10 17:53:06 -08:00

23 lines
1 KiB
PHP

<?php
return array(
'asset' => 'أصل',
'checkin' => 'Checkin',
'create' => 'إنشاء رخصة',
'expiration' => 'تاريخ الانتهاء',
'license_key' => 'مفتاح المنتج',
'maintained' => 'Maintained',
'name' => 'إسم البرنامج',
'no_depreciation' => 'Do Not Depreciate',
'purchase_order' => 'رقم طلب الشراء',
'reassignable' => 'قابل لإعادة التعيين',
'remaining_seats' => 'المقاعد المتبقية',
'seats' => 'مقاعد',
'termination_date' => 'تاريخ الإلغاء',
'to_email' => 'Licensed to Email',
'to_name' => 'Licensed to Name',
'update' => 'تحديث الرخصة',
'checkout_help' => 'You must check a license out to a hardware asset or a person. You can select both, but the owner of the asset must match the person you\'re checking the asset out to.'
);