snipe-it/resources/lang/ar/admin/licenses/form.php

23 lines
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
'asset' => 'أصل',
2016-03-25 01:18:05 -07:00
'checkin' => 'Checkin',
2017-01-10 17:53:06 -08:00
'create' => 'إنشاء رخصة',
'expiration' => 'تاريخ الانتهاء',
'license_key' => 'مفتاح المنتج',
2016-03-25 01:18:05 -07:00
'maintained' => 'Maintained',
2017-01-10 17:53:06 -08:00
'name' => 'إسم البرنامج',
2016-03-25 01:18:05 -07:00
'no_depreciation' => 'Do Not Depreciate',
2017-01-10 17:53:06 -08:00
'purchase_order' => 'رقم طلب الشراء',
'reassignable' => 'قابل لإعادة التعيين',
'remaining_seats' => 'المقاعد المتبقية',
'seats' => 'مقاعد',
'termination_date' => 'تاريخ الإلغاء',
2016-03-25 01:18:05 -07:00
'to_email' => 'Licensed to Email',
'to_name' => 'Licensed to Name',
2017-01-10 17:53:06 -08:00
'update' => 'تحديث الرخصة',
2016-03-25 01:18:05 -07:00
'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.'
);