snipe-it/resources/lang/ru/admin/licenses/general.php
2016-12-03 17:10:05 -08:00

22 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return array(
'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',
'checkin' => 'Отвязать лицензию',
'checkout_history' => 'История привязок',
'checkout' => 'Привязать лицензию',
'edit' => 'Редактировать лицензию',
'filetype_info' => 'Разрешенные типы файлов: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, и rar.',
'clone' => 'Клонировать лицензию',
'history_for' => 'История для ',
'in_out' => 'Отвязано / Привязано',
'info' => 'Информация о лицензии',
'license_seats' => 'Лицензируемых мест',
'seat' => 'Место',
'seats' => 'Мест',
'software_licenses' => 'Лицензии ПО',
'user' => 'Пользователь',
'view' => 'Показать лицензию',
);