영어 - 추가 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6789 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2009-09-17 09:58:55 +00:00
parent 116268daa3
commit 83c5ca0f53
5 changed files with 12 additions and 12 deletions

View file

@ -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.';