19 lines
960 B
PHP
Executable File
19 lines
960 B
PHP
Executable File
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => '자산 보유자 :name',
|
|
'clone' => '사용자 복제',
|
|
'contact_user' => '연락처 :name',
|
|
'edit' => '사용자 편집',
|
|
'filetype_info' => '허용되는 형식들은 png, gif, jpeg, doc, docx, pdf, txt, zip, rar 입니다.',
|
|
'history_user' => '이력 :name',
|
|
'last_login' => '마지막 로그인',
|
|
'ldap_config_text' => 'LDAP configuration settings can be found in the app/config folder in a file called ldap.php. The selected location will be set for all imported users. You will need to have at least one location set to use this feature.',
|
|
'ldap_text' => 'LDAP에 접속하고 사용자를 생성합니다. 비밀번호는 자동 생성됩니다.',
|
|
'software_user' => '소프트웨어 반출 목록 :name',
|
|
'view_user' => '사용자 보기 :name',
|
|
'usercsv' => 'CSV 파일',
|
|
);
|