영어 - 추가 번역 및 기존 번역문 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3402 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2007-12-23 10:50:38 +00:00
parent 60388d4496
commit 0ab19ad142
3 changed files with 35 additions and 35 deletions

View file

@ -26,13 +26,13 @@
$lang->disable_download = 'Prohibit Downloads';
$lang->about_disable_download = "This will prohibit downloads when there are not enough points. (Exclude image files)";
$lang->level_point_calc = '레벨별 포인트 계산';
$lang->expression = '레벨 변수 <b>i</b>를 사용하여 자바스크립트 수식을 입력하세요. 예: Math.pow(i, 2) * 90';
$lang->cmd_exp_calc = '계산';
$lang->cmd_exp_reset = '초기화';
$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';
$lang->cmd_exp_calc = 'Calculate';
$lang->cmd_exp_reset = 'Reset';
$lang->cmd_point_recal = '포인트 재계산';
$lang->about_cmd_point_recal = '게시글/댓글/첨부파일등을 모두 검사하여 설정된 포인트 설정에 맞게 모든 회원들의 포인트를 재계산합니다';
$lang->cmd_point_recal = 'Recalculate Point';
$lang->about_cmd_point_recal = "This will check articles/comments/attached files and reset all members' point to preset point.";
$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,6 +53,6 @@
$lang->msg_cannot_download = "You don't have enough point to download";
$lang->point_recal_message = '포인트 적용중입니다. (%d / %d)';
$lang->point_recal_finished = '포인트 재계산이 모두 완료되었습니다';
$lang->point_recal_message = 'Adjusting Point. (%d / %d)';
$lang->point_recal_finished = 'Point recalculation is finished.';
?>