From 0c7acb3dab5b3a23de6b5483be19042e63cfac17 Mon Sep 17 00:00:00 2001 From: supershop Date: Wed, 12 Nov 2008 13:21:49 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=96=B4=20-=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD=20=EB=B0=8F=20=EA=B8=B0=EC=A1=B4=20=EB=B2=88?= =?UTF-8?q?=EC=97=AD=EB=AC=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4849 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- addons/planet_todo/conf/info.xml | 4 ++++ modules/admin/lang/en.lang.php | 6 +++--- modules/editor/lang/en.lang.php | 2 +- modules/ldap/lang/en.lang.php | 31 +++++++++++++++++++++++++++++++ modules/member/lang/en.lang.php | 10 +++++----- 5 files changed, 44 insertions(+), 9 deletions(-) create mode 100644 modules/ldap/lang/en.lang.php diff --git a/addons/planet_todo/conf/info.xml b/addons/planet_todo/conf/info.xml index 35e39cd6b..708d3029c 100644 --- a/addons/planet_todo/conf/info.xml +++ b/addons/planet_todo/conf/info.xml @@ -1,9 +1,13 @@ 플래닛 TODO 애드온 + Planet TODO Planet TODO 插件 플래닛 TODO 애드온 + + + This is Planet TODO addon. Planet TODO 插件 diff --git a/modules/admin/lang/en.lang.php b/modules/admin/lang/en.lang.php index 746521eae..11fdb7793 100644 --- a/modules/admin/lang/en.lang.php +++ b/modules/admin/lang/en.lang.php @@ -54,7 +54,7 @@ $lang->yesterday = "Yesterday"; $lang->today = "Today"; - $lang->cmd_lang_select = "언어선택"; - $lang->about_cmd_lang_select = "선택된 언어들만 서비스 됩니다"; - $lang->about_recompile_cache = "쓸모없어졌거나 잘못된 캐시파일들을 정리할 수 있습니다"; + $lang->cmd_lang_select = "Language"; + $lang->about_cmd_lang_select = "Selected languages only will be serviced"; + $lang->about_recompile_cache = "You can arrange useless or invalid cache files"; ?> diff --git a/modules/editor/lang/en.lang.php b/modules/editor/lang/en.lang.php index dd60bb00a..883d074bf 100644 --- a/modules/editor/lang/en.lang.php +++ b/modules/editor/lang/en.lang.php @@ -113,5 +113,5 @@ $lang->edit->html_editor = 'HTML Editor'; $lang->edit->extension ='Extension Components'; $lang->edit->help = 'Help'; - $lang->edit->help_command = '단축키 안내'; + $lang->edit->help_command = 'Help Hotkeys'; ?> diff --git a/modules/ldap/lang/en.lang.php b/modules/ldap/lang/en.lang.php new file mode 100644 index 000000000..d3abf931d --- /dev/null +++ b/modules/ldap/lang/en.lang.php @@ -0,0 +1,31 @@ + + * @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.'; + +?> diff --git a/modules/member/lang/en.lang.php b/modules/member/lang/en.lang.php index ec66373c8..4877d4b5e 100644 --- a/modules/member/lang/en.lang.php +++ b/modules/member/lang/en.lang.php @@ -52,13 +52,13 @@ $lang->member_info = 'Member Info'; $lang->current_password = 'Current Password'; $lang->openid = 'OpenID'; - $lang->allow_message = '쪽지 허용'; + $lang->allow_message = 'Allow Messages'; $lang->allow_message_type = array( - 'Y' => '모두 허용', - 'F' => '등록된 친구들만 허용', - 'N' => '모두 금지', + 'Y' => 'Allow All', + 'F' => 'Allow for Friends', + 'N' => 'Reject All', ); - $lang->about_allow_message = '쪽지 허용 방법 및 대상을 지정할 수 있습니다'; + $lang->about_allow_message = 'You may allow or reject messages.'; $lang->webmaster_name = "Webmaster's Name"; $lang->webmaster_email = "Webmaster's Email";