mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
영어 - 추가 번역
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6789 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
116268daa3
commit
83c5ca0f53
5 changed files with 12 additions and 12 deletions
|
|
@ -225,9 +225,9 @@
|
|||
$lang->msg_invalid_format = 'Invalid Format';
|
||||
|
||||
$lang->msg_not_permitted_act = 'You do not have permission to execute requested action';
|
||||
$lang->msg_module_is_not_exists = "요청하신 모듈을 찾을 수 없습니다.\n사이트 관리자에게 모듈 점검 요청 바랍니다";
|
||||
$lang->msg_module_is_not_exists = "Couldn't find requested module.\nPlease contact the administrator";
|
||||
$lang->msg_module_is_not_standalone = 'Requested module cannot be executed independently';
|
||||
$lang->msg_default_url_is_not_defined = '기본 URL이 정해지지 않아서 동작을 중지합니다';
|
||||
$lang->msg_default_url_is_not_defined = 'Default URL is not define';
|
||||
|
||||
$lang->success_registed = 'Registered successfully';
|
||||
$lang->success_declared = 'Accused successfully';
|
||||
|
|
|
|||
|
|
@ -77,5 +77,5 @@
|
|||
$lang->server_ports = "Server port";
|
||||
$lang->about_server_ports = "If your web-server uses other than 80 for HTTP, 443 for HTTPS, you should specify server ports";
|
||||
$lang->use_db_session = 'Use Session DB';
|
||||
$lang->about_db_session = '인증시 사용되는 PHP 세션을 DB로 사용하는 기능입니다.<br/>웹서버의 사용율이 낮은 사이트에서는 비활성화시 사이트 응답 속도가 향상될 수 있습니다<br/>단 현재 접속자를 구할 수 없어 관련된 기능을 사용할 수 없게 됩니다.';
|
||||
$lang->about_db_session = 'It will use php session with DB when authenticating.<br/>Websites with infrequent usage of web server may expect faster response when this function is disabled.<br/>However session DB will make it unable to get current users, so you cannot use related functions.';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -222,5 +222,5 @@
|
|||
|
||||
$lang->edit->toc = 'Table of Contents';
|
||||
|
||||
$lang->edit->confirm_submit_without_saving = '저장하지 않은 단락이 있습니다.\\n그냥 전송하시겠습니까?';
|
||||
$lang->edit->confirm_submit_without_saving = 'There is paragraphs that were not saved.\\nProceed anyway?';
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@
|
|||
|
||||
$lang->disable_download = 'Prohibit Downloads';
|
||||
$lang->about_disable_download = "This will prohibit downloads when there are not enough points. (Exclude image files)";
|
||||
$lang->disable_read_document = '글 열람 금지';
|
||||
$lang->about_disable_read_document = '포인트가 없을 경우 글 열람을 금지하게 됩니다';
|
||||
$lang->disable_read_document = 'Prohibit Readings';
|
||||
$lang->about_disable_read_document = 'Users will be unable to read articles when they do not have enough points';
|
||||
|
||||
$lang->level_point_calc = 'Point Calculation per Point';
|
||||
$lang->expression = 'Please input Javascript formula by using level variable <b>i</b>. ex) Math.pow(i, 2) * 90';
|
||||
|
|
@ -37,8 +37,8 @@
|
|||
$lang->about_cmd_point_recal = 'All point will be initialized only with articles/comments/attachments/join points.<br />Only members who do website activities will get signup points after reset.<br />Please use this function when complete initialization is required in case of data transferring or other situations.';
|
||||
|
||||
$lang->point_link_group = 'Group Change by Level';
|
||||
$lang->point_group_reset_and_add = '설정된 그룹 초기화 후 새 그룹 부여';
|
||||
$lang->point_group_add_only = '새 그룹만 부여';
|
||||
$lang->point_group_reset_and_add = 'Reset adjusted groups and add new groups';
|
||||
$lang->point_group_add_only = 'Only to new groups';
|
||||
$lang->about_point_link_group = 'If you specify level for a specific group, users are assigned into the group when they adavnce to the level by getting points.';
|
||||
|
||||
$lang->about_module_point = "You can set point for each module and modules which don't have any value will use default point.<br />All point will be restored on acting reverse.";
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
$lang->point_download_file = 'On Downloading Files (Exclude images)';
|
||||
$lang->point_read_document = 'On Reading';
|
||||
$lang->point_voted = 'On Recommended';
|
||||
$lang->point_blamed = 'On Blamed';
|
||||
$lang->point_blamed = 'On Accused';
|
||||
|
||||
|
||||
$lang->cmd_point_config = 'Default Setting';
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
$lang->cmd_point_member_list = 'Member Point List';
|
||||
|
||||
$lang->msg_cannot_download = "You don't have enough point to download";
|
||||
$lang->msg_disallow_by_point = "포인트가 부족하여 글을 읽을 수 없습니다 (필요포인트 : %d, 현재포인트 : %d)";
|
||||
$lang->msg_disallow_by_point = "You need more points to read the article (You need %d, but you have %d)";
|
||||
|
||||
$lang->point_recal_message = 'Adjusting Point. (%d / %d)';
|
||||
$lang->point_recal_finished = 'Point recalculation is finished.';
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@
|
|||
$lang->limit_count = "No. of posting limitation";
|
||||
$lang->check_trackback = "Check trackbacks";
|
||||
$lang->word = "Word";
|
||||
$lang->hit = '히트';
|
||||
$lang->latest_hit = '최근 히트';
|
||||
$lang->hit = 'Hit';
|
||||
$lang->latest_hit = 'Latest Hits';
|
||||
|
||||
// for description word
|
||||
$lang->about_interval = "All articles attempted for posting within the assigned time will be blocked.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue