19 lines
805 B
PHP
Executable File
19 lines
805 B
PHP
Executable File
<?php
|
|
|
|
|
|
return array(
|
|
|
|
'assets_user' => '자산 보유자 :name',
|
|
'clone' => '사용자 복제',
|
|
'contact_user' => '연락처 :name',
|
|
'edit' => '사용자 편집',
|
|
'filetype_info' => 'Allowed filetypes are png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, and 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',
|
|
'ldap_text' => 'Connect to LDAP and create users. Passwords will be auto-generated.',
|
|
'software_user' => '소프트웨어 반출 목록 :name',
|
|
'view_user' => '사용자 보기 :name',
|
|
'usercsv' => 'CSV 파일',
|
|
);
|