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

21 lines
944 B
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(
'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' => 'Показать лицензию',
);