mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
19 lines
1,017 B
PHP
19 lines
1,017 B
PHP
|
<?php
|
|||
|
|
|||
|
|
|||
|
return array(
|
|||
|
|
|||
|
'assets_user' => 'Актив привязан к :name',
|
|||
|
'current_assets' => 'Assets currently checked out to this user',
|
|||
|
'clone' => 'Клонировать пользователя',
|
|||
|
'contact_user' => 'Связаться с :name',
|
|||
|
'edit' => 'Редактировать пользователя',
|
|||
|
'filetype_info' => 'Разрешенные типы файлов: png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, и rar.',
|
|||
|
'history_user' => 'История для :name',
|
|||
|
'last_login' => 'Последний вход',
|
|||
|
'ldap_config_text' => 'LDAP configuration settings can be found Admin > Settings. The (optional) selected location will be set for all imported users.',
|
|||
|
'software_user' => 'Программное обеспечение привязано к :name',
|
|||
|
'view_user' => 'Показать пользователя :name',
|
|||
|
'usercsv' => 'CSV файл',
|
|||
|
);
|