영어, 한국어 - 오타 수정(한국어, 영어) 및 기존 번역문 수정(영어)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3111 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2007-11-29 09:25:49 +00:00
parent a1f4b7a776
commit 0926e7efd5
5 changed files with 13 additions and 13 deletions

View file

@ -134,8 +134,8 @@
$lang->last_login = 'Last Login'; $lang->last_login = 'Last Login';
$lang->first_page = 'First Page'; $lang->first_page = 'First Page';
$lang->last_page = 'Last Page'; $lang->last_page = 'Last Page';
$lang->search_target = 'Searching Target'; $lang->search_target = 'Target for Search';
$lang->search_keyword = 'Searching Keyword'; $lang->search_keyword = 'Keyword';
$lang->is_default = 'Default'; $lang->is_default = 'Default';
$lang->no_documents = 'No Articles'; $lang->no_documents = 'No Articles';

View file

@ -12,6 +12,6 @@
<description xml:lang="ko">이모티콘을 에디터에 삽입할 수 있습니다.</description> <description xml:lang="ko">이모티콘을 에디터에 삽입할 수 있습니다.</description>
<description xml:lang="jp">顔文字(イモティコン)をエディターに追加することができます。</description> <description xml:lang="jp">顔文字(イモティコン)をエディターに追加することができます。</description>
<description xml:lang="zh-CN">可以插入表情图标到编辑器。</description> <description xml:lang="zh-CN">可以插入表情图标到编辑器。</description>
<description xml:lang="en">It can insert emoticons to editor.</description> <description xml:lang="en">You may insert emoticons to editor.</description>
</author> </author>
</component> </component>

View file

@ -13,12 +13,12 @@
$lang->admin_group = "Managing Group"; $lang->admin_group = "Managing Group";
$lang->remember_user_id = 'Save ID'; $lang->remember_user_id = 'Save ID';
$lang->already_logged = "You're already logged on"; $lang->already_logged = "You're already logged on";
$lang->denied_user_id = 'Sorry. This ID is prohibited.'; $lang->denied_user_id = 'Entered ID is prohibited.';
$lang->null_user_id = 'Please input user ID'; $lang->null_user_id = 'Please input user ID';
$lang->null_password = 'Please input password'; $lang->null_password = 'Please input password';
$lang->invalid_authorization = 'It is not certificated'; $lang->invalid_authorization = 'It is not certificated';
$lang->invalid_user_id= "This ID doesn't exist"; $lang->invalid_user_id= "You have entered an invalid ID";
$lang->invalid_password = 'This is wrong password'; $lang->invalid_password = 'You have entered an invalid password';
$lang->allow_mailing = 'Join Mailing'; $lang->allow_mailing = 'Join Mailing';
$lang->allow_message = 'Allow Message Reception'; $lang->allow_message = 'Allow Message Reception';
$lang->allow_message_type = array( $lang->allow_message_type = array(
@ -123,7 +123,7 @@
$lang->msg_success_authed = 'Your account has been successfully authenticated and logged on. Please modify the password to your own one using the password in the authentication mail.'; $lang->msg_success_authed = 'Your account has been successfully authenticated and logged on. Please modify the password to your own one using the password in the authentication mail.';
$lang->msg_no_message = 'There are no messages'; $lang->msg_no_message = 'There are no messages';
$lang->message_received = 'You got a new message'; $lang->message_received = 'You have a new message';
$lang->msg_new_member = 'Add Member'; $lang->msg_new_member = 'Add Member';
$lang->msg_update_member = 'Modify Member Info'; $lang->msg_update_member = 'Modify Member Info';
@ -147,16 +147,16 @@
$lang->msg_not_uploaded_image_name = 'Image name could not be registered'; $lang->msg_not_uploaded_image_name = 'Image name could not be registered';
$lang->msg_not_uploaded_image_mark = 'Image mark could not be registered'; $lang->msg_not_uploaded_image_mark = 'Image mark could not be registered';
$lang->msg_accept_agreement = 'You have to agree to agreement first'; $lang->msg_accept_agreement = 'You have to agree to the agreement';
$lang->msg_user_denied = 'Inputted ID is now prohibited'; $lang->msg_user_denied = 'This ID is prohibited';
$lang->msg_user_limited = 'Inputted ID can be used after %s'; $lang->msg_user_limited = 'This ID can be used after %s';
$lang->about_user_id = 'User ID should be 3~20 letters long and consist of alphabet+number with alphabet as first letter.'; $lang->about_user_id = 'User ID should be 3~20 letters long and consist of alphabet+number with alphabet as first letter.';
$lang->about_password = 'Password should be 6~20 letters long'; $lang->about_password = 'Password should be 6~20 letters long';
$lang->about_user_name = 'Name should be 2~20 letters long'; $lang->about_user_name = 'Name should be 2~20 letters long';
$lang->about_nick_name = 'Nickname should be 2~20 letters long'; $lang->about_nick_name = 'Nickname should be 2~20 letters long';
$lang->about_email_address = 'Email address is used to modify/find password after email certification'; $lang->about_email_address = 'Email address will be used to modify/find password after email certification';
$lang->about_homepage = 'Please input if you have your websites'; $lang->about_homepage = 'Please input if you have your websites';
$lang->about_blog_url = 'Please input if you have your blogs'; $lang->about_blog_url = 'Please input if you have your blogs';
$lang->about_birthday = 'Please input your birth date'; $lang->about_birthday = 'Please input your birth date';

View file

@ -5,6 +5,6 @@
* @brief Korean language pack * @brief Korean language pack
*/ */
$lang->referer = "퍼러"; $lang->referer = "퍼러";
$lang->ranking = "순위"; $lang->ranking = "순위";
?> ?>