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

22 lines
973 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-12-03 17:10:05 -08:00
'about_licenses_title' => 'About Licenses',
'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' => 'Lisans Kullanıcısı Girişi',
'checkout_history' => ıkış Geçmişi',
'checkout' => 'Lisans Kullanıcı Çıkışı',
'edit' => 'Lisansı Düzenle',
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and rar.',
'clone' => 'Lisansı Kopyala',
'history_for' => 'Geçmiş ',
'in_out' => 'Giriş/Çıkış',
'info' => 'Lisans Bilgisi',
'license_seats' => 'Lisans Kullanıcıları',
'seat' => 'Kullanıcı',
'seats' => 'Kullanıcılar',
'software_licenses' => 'Yazılım Lisansları',
'user' => 'Kullanıcı',
'view' => 'Lisansı Göster',
);