From f39817c4cdec639fe22eec37ec94caaa711c6557 Mon Sep 17 00:00:00 2001 From: supershop Date: Wed, 26 Dec 2007 11:58:38 +0000 Subject: [PATCH] =?UTF-8?q?=EC=98=81=EC=96=B4=20-=20=EA=B8=B0=EC=A1=B4=20?= =?UTF-8?q?=EB=B2=88=EC=97=AD=EB=B3=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@3419 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../components/code_highlighter/info.xml | 2 +- modules/file/lang/en.lang.php | 16 +++---- modules/member/lang/en.lang.php | 45 ++++++++++--------- modules/springnote/lang/en.lang.php | 2 +- 4 files changed, 33 insertions(+), 32 deletions(-) diff --git a/modules/editor/components/code_highlighter/info.xml b/modules/editor/components/code_highlighter/info.xml index 53fc5a718..34f7cc478 100755 --- a/modules/editor/components/code_highlighter/info.xml +++ b/modules/editor/components/code_highlighter/info.xml @@ -14,7 +14,7 @@ 코드를 보기 좋게 출력합니다. ソースコードを見やすく表示します。 高亮显示所选代码。 - Component serving for code highlighting. + It displays code in good shape. Компонент служащий для подсветки кода \ No newline at end of file diff --git a/modules/file/lang/en.lang.php b/modules/file/lang/en.lang.php index 04f969d32..9a571770a 100644 --- a/modules/file/lang/en.lang.php +++ b/modules/file/lang/en.lang.php @@ -12,14 +12,14 @@ $lang->status = 'Status'; $lang->is_valid = 'Valid'; $lang->is_stand_by = 'Stand by'; - $lang->file_list = 'Attachments list'; - $lang->allowed_filesize = 'File size limit'; - $lang->allowed_attach_size = 'Total size limit'; - $lang->allowed_filetypes = 'Allowed extensions'; + $lang->file_list = 'Attachments List'; + $lang->allowed_filesize = 'Max Filesize'; + $lang->allowed_attach_size = 'Max Attachments'; + $lang->allowed_filetypes = 'Allowed Extensions'; $lang->enable_download_group = 'Download allowed groups'; - $lang->about_allowed_filesize = 'You can assign file size limit for each file. (Excluding administrators)'; - $lang->about_allowed_attach_size = 'You can assign file size limit for each document. (Excluding administrators)'; + $lang->about_allowed_filesize = 'You can assign file size limit for each file. (Exclude administrators)'; + $lang->about_allowed_attach_size = 'You can assign file size limit for each document. (Exclude administrators)'; $lang->about_allowed_filetypes = 'Only allowed extentsions can be attached. To allow an extension, use "*.extention". To allow multiple extensions, use ";" between each extension.
ex) *.* or *.jpg;*.gif;
(Exclude Administrators)'; $lang->cmd_delete_checked_file = 'Delete Selected'; @@ -29,13 +29,13 @@ $lang->msg_not_permitted_download = 'You do not have any permission to download'; $lang->msg_cart_is_null = 'Please select file(s) to delete'; $lang->msg_checked_file_is_deleted = 'Total of %d attachment(s) was(were) deleted'; - $lang->msg_exceeds_limit_size = 'Attachedment failed due to the excess of file size'; + $lang->msg_exceeds_limit_size = 'Attachment failed due to the excess of file size'; $lang->search_target_list = array( 'filename' => 'File name', 'filesize' => 'File size (byte, Over)', 'download_count' => 'Downloads (Over)', - 'regdate' => 'Date', + 'regdate' => 'Registered Date', 'ipaddress' => 'IP Address', ); ?> diff --git a/modules/member/lang/en.lang.php b/modules/member/lang/en.lang.php index 6ef99ff0a..ce2692649 100644 --- a/modules/member/lang/en.lang.php +++ b/modules/member/lang/en.lang.php @@ -120,7 +120,7 @@ $lang->msg_find_account_comment = 'The password will be modified to above one when you click below link.
Please modify the password after login.'; $lang->msg_auth_mail_sended = 'The authentication mail has been sent to %s. Please check your mail.'; $lang->msg_invalid_auth_key = 'This is an invalid request of authentication.
Please retry finding account info or contact to administrator.'; - $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 with the password in the mail.'; $lang->msg_no_message = 'There are no messages'; $lang->message_received = 'You have a new message'; @@ -132,11 +132,11 @@ $lang->msg_not_delete_default = 'Default items cannot be deleted'; $lang->msg_not_exists_member = "This member doesn't exist"; $lang->msg_cannot_delete_admin = 'Admin ID cannot be deleted. Please remove the ID from administration and try again.'; - $lang->msg_exists_user_id = 'This ID already exists. Please try with another ID'; - $lang->msg_exists_email_address = 'This email address already exists. Please try with another email address.'; - $lang->msg_exists_nick_name = 'This nickname already exists. Please try with another nickname.'; - $lang->msg_signup_disabled = 'You are not able to join'; - $lang->msg_already_logged = 'You have already joined'; + $lang->msg_exists_user_id = 'This ID already exists. Please try with another one.'; + $lang->msg_exists_email_address = 'This email address already exists. Please try with another one.'; + $lang->msg_exists_nick_name = 'This nickname already exists. Please try with another one.'; + $lang->msg_signup_disabled = 'You are not able to sign up'; + $lang->msg_already_logged = 'You have already signed up'; $lang->msg_not_logged = 'Please login first'; $lang->msg_title_is_null = 'Please input title of message'; $lang->msg_content_is_null = 'Please input content'; @@ -144,13 +144,14 @@ $lang->msg_disallow_message = 'Failed to send because receiver rejects message reception'; $lang->msg_insert_group_name = 'Please input name of group'; + $lang->msg_not_uploaded_profile_image = 'Profile image 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_accept_agreement = 'You have to agree to the agreement'; - $lang->msg_user_denied = 'This ID is prohibited'; - $lang->msg_user_limited = 'This ID can be used after %s'; + $lang->msg_user_denied = 'Entered ID is prohibited'; + $lang->msg_user_limited = 'Entered 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_password = 'Password should be 6~20 letters long'; @@ -167,30 +168,30 @@ $lang->about_description = "Administrator's memo about members"; $lang->about_group = 'An ID can belong to many groups'; - $lang->about_column_type = 'Please set the format of additional join form'; + $lang->about_column_type = 'Please set the format of additional sign up form'; $lang->about_column_name = 'Please input English name that can be used in template (name as variable)'; - $lang->about_column_title = 'This will be displayed when member joining or modifing/viewing member info'; + $lang->about_column_title = 'This will be displayed on sign up or modifing/viewing member info form'; $lang->about_default_value = 'You can set default values'; - $lang->about_active = 'You have to check on active items to show on join form'; - $lang->about_form_description = 'If you input in description form, it will be displayed on join form'; - $lang->about_required = 'If you check, it will be essential item for join'; + $lang->about_active = 'You have to check on active items to show on sign up form'; + $lang->about_form_description = 'If you input in description form, it will be displayed on sign up form'; + $lang->about_required = 'If you check, it will be essential item for sign up'; - $lang->about_enable_openid = 'Allow users to join as OpenID'; - $lang->about_enable_join = 'Allow users to join'; - $lang->about_limit_day = 'You can limit certification date after join'; + $lang->about_enable_openid = 'Allow users to sign up as OpenID'; + $lang->about_enable_join = 'Allow users to sign up'; + $lang->about_limit_day = 'You can limit certification date after sign up'; $lang->about_limit_date = 'User cannot login until assigned date'; - $lang->about_redirect_url = 'Please input URL where users will go after join. When this is empty, it will be set as the previous page of join page.'; - $lang->about_agreement = "Join agreement will only be displayed when it's not empty"; + $lang->about_redirect_url = 'Please input URL where users will go after sign up. When this is empty, it will be set as the previous page of sign up page.'; + $lang->about_agreement = "Sign up agreement will only be displayed when it's not empty"; $lang->about_image_name = "Allow users to use image name instead of text name"; $lang->about_image_mark = "Allow users to use mark in front of their names"; $lang->about_profile_image = 'Allow users to use profile images'; - $lang->about_accept_agreement = "I've read the agreement all and agree"; + $lang->about_accept_agreement = "I have read the agreement all and agree"; - $lang->about_member_default = 'It will be set as default group on join'; + $lang->about_member_default = 'It will be set as default group on sign up'; - $lang->about_openid = 'When you join as OpenID, basic info like ID or email address will be saved on this site, but password and certification management will be done on current OpenID offering service'; - $lang->about_openid_leave = 'The secession of OpenID means deleting your member info in this site.
If you login after secession, it will be recognized as a new member, so you will no longer have the permission for your ex-written articles.'; + $lang->about_openid = 'When you join as OpenID, basic info like ID or email address will be saved on this site, process for password and certification management will be done on current OpenID offering service'; + $lang->about_openid_leave = 'The secession of OpenID means deletion of your member info from this site.
If you login after secession, it will be recognized as a new member, so you will no longer have the permission for your ex-written articles.'; $lang->about_member = "This is a module for creating/modifing/deleting members and managing group or join form.\nYou can manage members by creating new groups, and get additional information by managing join form"; $lang->about_find_member_account = 'Your account info will be noticed by registered email address.
Please input email address which you have input on registration, and press "Find Account Info" button.
'; diff --git a/modules/springnote/lang/en.lang.php b/modules/springnote/lang/en.lang.php index 07321c7f2..0fc350c66 100644 --- a/modules/springnote/lang/en.lang.php +++ b/modules/springnote/lang/en.lang.php @@ -25,6 +25,6 @@ $lang->about_springnote_openid = "Please input your OpenID that created Springnote"; $lang->about_springnote_userkey = 'User Key is needed to enable Springnote module.
Please input generated User Key after entering your OpenID at [Get User Key] .'; $lang->about_springnote_pageid = 'Please input pageid if you want to display specific page first.'; - $lang->about_springnote_pageid_setup = '페이지 번호 지정시 해당 페이지만 보이기(목록 비포함), 해당 페이지부터 보이기(목록 포함)등을 지정할 수 있습니다'; + $lang->about_springnote_pageid_setup = "You can set 'Show only Selected Pages (hide list)', 'Show from Selected Pages (show list)' etc when you set page number."; $lang->about_springnote_domain = "You may set other domain's springnote. (Please input only domain from the form of 'http://domain.springnote.com' )"; ?>