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

22 lines
1,007 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2017-01-10 17:53:06 -08:00
'about_licenses_title' => 'حول الرخص',
2016-12-03 17:10:05 -08:00
'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals',
2016-03-25 01:18:05 -07:00
'checkin' => 'Checkin License Seat',
'checkout_history' => 'Checkout History',
'checkout' => 'Checkout License Seat',
2017-01-10 17:53:06 -08:00
'edit' => 'تعديل الرخصة',
'filetype_info' => 'انواع صيغ الملفات المسوح بها هي png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'clone' => 'استنساخ الرخصة',
2016-03-25 01:18:05 -07:00
'history_for' => 'History for ',
2017-01-10 17:53:06 -08:00
'in_out' => 'داخل\\خارج',
'info' => 'معلومات الرخصة',
'license_seats' => 'مقاعد الرخصة',
'seat' => 'مقعد',
2016-03-25 01:18:05 -07:00
'seats' => 'Seats',
'software_licenses' => 'Software Licenses',
2017-01-10 17:53:06 -08:00
'user' => 'مستخدم',
2016-03-25 01:18:05 -07:00
'view' => 'View License',
);