mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
영어 - 추가 번역 및 기존 번역문 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4849 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
81b067a863
commit
0c7acb3dab
5 changed files with 44 additions and 9 deletions
31
modules/ldap/lang/en.lang.php
Normal file
31
modules/ldap/lang/en.lang.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/ldap/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief English Language Pack (Basic)
|
||||
**/
|
||||
|
||||
$lang->ldap = 'LDAP';
|
||||
$lang->use_ldap = 'Use LDAP';
|
||||
$lang->ldap_server = 'LDAP Server Address';
|
||||
$lang->ldap_port = 'LDAP Server Port';
|
||||
$lang->ldap_userdn_suffix = 'UserDN Suffix';
|
||||
$lang->ldap_basedn = 'base DN';
|
||||
|
||||
$lang->ldap_email_entry = 'Email Entry';
|
||||
$lang->ldap_nickname_entry = 'Nickname Entry';
|
||||
$lang->ldap_username_entry = 'Username Entry';
|
||||
$lang->ldap_group_entry = 'Group Entry';
|
||||
|
||||
$lang->about_use_ldap = 'Please input all necessary information first and then check this';
|
||||
$lang->about_ldap_server = 'Please input LDAP server information for authirization and data request';
|
||||
$lang->about_ldap_port = 'Please input port of LDAP server';
|
||||
$lang->about_ldap_userdn_suffix = 'Please input userdn suffux for authorization. ex) @abc.com';
|
||||
$lang->about_ldap_basedn = 'Please input base DN of directory. ex) dc=abc,dc=com';
|
||||
|
||||
$lang->about_ldap_email_entry = 'Please input email entry for LDAP email information. (must not be overlapped)';
|
||||
$lang->about_ldap_username_entry = 'Please input username entry for LDAP username information. (can be overlapped)';
|
||||
$lang->about_ldap_nickname_entry = 'Please input nickname entry for LDAP nickname information. (must not be overlapped)';
|
||||
$lang->about_ldap_group_entry = 'Please input group entry for LDAP group information.';
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue