mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 10:49:54 +09:00
영어 - 어색한 부분에 대한 보충
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2098 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
98e1b56395
commit
d2cfa715e4
2 changed files with 76 additions and 76 deletions
|
|
@ -13,9 +13,9 @@
|
|||
$lang->admin_group = "Managing Group";
|
||||
$lang->remember_user_id = 'Save ID';
|
||||
$lang->already_logged = "You're already logged on";
|
||||
$lang->denied_user_id = 'This is prohibited ID';
|
||||
$lang->null_user_id = 'Input user ID';
|
||||
$lang->null_password = 'Input password';
|
||||
$lang->denied_user_id = 'Sorry. This ID is prohibited.';
|
||||
$lang->null_user_id = 'Please input user ID';
|
||||
$lang->null_password = 'Please input password';
|
||||
$lang->invalid_authorization = 'It is not certificated';
|
||||
$lang->invalid_user_id= "This ID doesn't exist";
|
||||
$lang->invalid_password = 'This is wrong password';
|
||||
|
|
@ -23,12 +23,12 @@
|
|||
$lang->allow_message = 'Allow Message Reception';
|
||||
$lang->allow_message_type = array(
|
||||
'Y' => 'Receive All',
|
||||
'N' => 'Reject',
|
||||
'N' => 'Reject All',
|
||||
'F' => 'Only Friends',
|
||||
);
|
||||
$lang->denied = 'Prohibited';
|
||||
$lang->is_admin = 'Superadmin Authority';
|
||||
$lang->group = 'Attached Group';
|
||||
$lang->is_admin = 'Superadmin Permission';
|
||||
$lang->group = 'Assigned Group';
|
||||
$lang->group_title = 'Group Name';
|
||||
$lang->group_srl = 'Group Number';
|
||||
$lang->signature = 'Signature';
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
$lang->sender = 'Sender';
|
||||
$lang->receiver = 'Receiver';
|
||||
$lang->friend_group = 'Friend Group';
|
||||
$lang->default_friend_group = 'Group not appointed';
|
||||
$lang->default_friend_group = 'Unassigned Group';
|
||||
$lang->member_info = 'Member Info';
|
||||
$lang->current_password = 'Current Password';
|
||||
$lang->openid = 'OpenID';
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
'user_name' => 'Name',
|
||||
'nick_name' => 'Nickname',
|
||||
'email_address' => 'Email Address',
|
||||
'regdate' => 'Registered Date',
|
||||
'regdate' => 'Join Date',
|
||||
'last_login' => 'Latest Login Date',
|
||||
);
|
||||
|
||||
|
|
@ -72,9 +72,9 @@
|
|||
|
||||
$lang->cmd_login = 'Login';
|
||||
$lang->cmd_logout = 'Logout';
|
||||
$lang->cmd_signup = 'Join Member';
|
||||
$lang->cmd_signup = 'Join';
|
||||
$lang->cmd_modify_member_info = 'Modify Member Info';
|
||||
$lang->cmd_modify_member_password = 'Chagne Password';
|
||||
$lang->cmd_modify_member_password = 'Change Password';
|
||||
$lang->cmd_view_member_info = 'View Member Info';
|
||||
$lang->cmd_leave = 'Leave';
|
||||
|
||||
|
|
@ -85,89 +85,85 @@
|
|||
$lang->cmd_manage_id = 'Manage Prohibited ID';
|
||||
$lang->cmd_manage_form = 'Manage Join Form';
|
||||
$lang->cmd_view_own_document = 'View Written Articles';
|
||||
$lang->cmd_view_scrapped_document = 'View Scrap';
|
||||
$lang->cmd_send_email = 'Send Mail';
|
||||
$lang->cmd_send_message = 'Send Message';
|
||||
$lang->cmd_reply_message = 'Reply Message';
|
||||
$lang->cmd_view_friend = 'View Friends';
|
||||
$lang->cmd_add_friend = 'Register Friend';
|
||||
$lang->cmd_add_friend = 'Register as Friend';
|
||||
$lang->cmd_view_message_box = 'View Message Box';
|
||||
$lang->cmd_store = "Keep";
|
||||
$lang->cmd_store = "Save";
|
||||
$lang->cmd_add_friend_group = 'Add Friend Group';
|
||||
$lang->cmd_rename_friend_group = 'Modify Friend Group Name';
|
||||
|
||||
$lang->msg_alreay_scrapped = "It's already scrapped";
|
||||
|
||||
$lang->msg_cart_is_null = 'Select Target';
|
||||
$lang->msg_checked_file_is_deleted = '%d Attached files are deleted';
|
||||
$lang->msg_cart_is_null = 'Please select the target';
|
||||
$lang->msg_checked_file_is_deleted = '%d attached files are deleted';
|
||||
|
||||
$lang->msg_no_message = 'There are no messages';
|
||||
$lang->message_received = 'You got a new message';
|
||||
|
||||
$lang->msg_new_member = 'Add Member';
|
||||
$lang->msg_update_member = 'Modify Member Info';
|
||||
$lang->msg_leave_member = 'Leave Member';
|
||||
$lang->msg_leave_member = 'Leave';
|
||||
$lang->msg_group_is_null = 'There is no registered group';
|
||||
$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. Try again after remove from Admin';
|
||||
$lang->msg_exists_user_id = 'This ID already exists. Input other ID';
|
||||
$lang->msg_exists_email_address = 'This email address already exists. Input other email address';
|
||||
$lang->msg_exists_nick_name = 'This nickname already exists. Input other nickname';
|
||||
$lang->msg_signup_disabled = 'You cannot join';
|
||||
$lang->msg_already_logged = 'You are already joined';
|
||||
$lang->msg_not_logged = 'You are not logged on yet';
|
||||
$lang->msg_title_is_null = 'Input message title';
|
||||
$lang->msg_content_is_null = 'Input content';
|
||||
$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_not_logged = 'Please login first';
|
||||
$lang->msg_title_is_null = 'Please input title of message';
|
||||
$lang->msg_content_is_null = 'Please input content';
|
||||
$lang->msg_allow_message_to_friend = "Failed to send because receiver only allows friends' messages";
|
||||
$lang->msg_disallow_message = 'Failed to send because receiver rejects message reception';
|
||||
$lang->msg_insert_group_name = 'Input group name';
|
||||
$lang->msg_insert_group_name = 'Please input name of group';
|
||||
|
||||
$lang->msg_not_uploaded_image_name = 'Image name cannot be registered';
|
||||
$lang->msg_not_uploaded_image_mark = 'Image mark cannot 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 agreement';
|
||||
$lang->msg_accept_agreement = 'You have to agree to agreement first';
|
||||
|
||||
$lang->msg_user_denied = 'Input ID is now prohibited';
|
||||
$lang->msg_user_limited = 'Input ID can be used after %s';
|
||||
$lang->msg_user_denied = 'Inputted ID is now prohibited';
|
||||
$lang->msg_user_limited = 'Inputted ID can be used after %s';
|
||||
|
||||
$lang->about_user_id = 'User ID should be 3~20 long with english+number and it should be started in English';
|
||||
$lang->about_password = 'Password should be 6~20 long';
|
||||
$lang->about_user_name = 'Name should be 2~20 long';
|
||||
$lang->about_nick_name = 'Nickname should be 2~20 long';
|
||||
$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_user_name = 'Name 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_homepage = 'Input if you have any websites';
|
||||
$lang->about_blog_url = 'Input if you have any blogs';
|
||||
$lang->about_birthday = 'Input your birth date';
|
||||
$lang->about_allow_mailing = "If you don't check join mailing, you cannot receive group mail";
|
||||
$lang->about_homepage = 'Please input if you have your websites';
|
||||
$lang->about_blog_url = 'Please input if you have your blogs';
|
||||
$lang->about_birthday = 'Please input your birth date';
|
||||
$lang->about_allow_mailing = "If you don't join mailing, you will not able to receive group mail";
|
||||
$lang->about_allow_message = 'You can decide message reception';
|
||||
$lang->about_denied = 'Check to make ID prohibit';
|
||||
$lang->about_is_admin = 'Check to give SuperAdmin power';
|
||||
$lang->about_description = 'Admin memo about members';
|
||||
$lang->about_group = 'An ID can be belong to many groups';
|
||||
$lang->about_denied = 'Check to prohibit the ID';
|
||||
$lang->about_is_admin = 'Check to give Superadmin permission';
|
||||
$lang->about_description = "Administrator's memo about members";
|
||||
$lang->about_group = 'An ID can belong to many groups';
|
||||
|
||||
$lang->about_column_type = 'Appoint the format of additional join form';
|
||||
$lang->about_column_name = 'Input English name that can be used in template (variable name)';
|
||||
$lang->about_column_title = 'This will be displayed when joining or modifing info/view';
|
||||
$lang->about_default_value = 'You can decide default values';
|
||||
$lang->about_active = 'You have to check on active items to show on join';
|
||||
$lang->about_form_description = 'If you input in description, it will be displayed on join';
|
||||
$lang->about_required = 'If you check, it will be essential item on join';
|
||||
$lang->about_column_type = 'Please set the format of additional join 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_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_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_limit_date = 'User cannot login until assigned date';
|
||||
$lang->about_redirect_url = 'Input URL where users will go after join. When this is empty, users will go the previous page of join page.';
|
||||
$lang->about_agreement = "Join agreement will not displayed when there isn't";
|
||||
$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_image_name = "Allow users' name as image instead of text";
|
||||
$lang->about_image_mark = "Put mark in front of users' name";
|
||||
$lang->about_accept_agreement = "I've read the agreement all and I agree";
|
||||
$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_accept_agreement = "I've read the agreement all and agree";
|
||||
|
||||
$lang->about_member_default = 'It will be set as default group on join';
|
||||
|
||||
$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 managing will be done on current OpenID offering service';
|
||||
$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_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";
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue