영어 - 추가 번역

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4171 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
supershop 2008-05-03 15:52:59 +00:00
parent eafaaadcfa
commit c7d699efcc
3 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@
// blah blah..
$lang->about_category_title = 'Please input category name';
$lang->about_expand = 'By selecting this option, it will be always expanded';
$lang->about_category_group_srls = '선택하신 그룹만 현재 카테고리를 지정할 수 있도록 합니다';
$lang->about_category_group_srls = 'Only selected group will be able to use current category';
$lang->about_layout_setup = 'You can manually modify board layout code. Insert or manage the widget code anywhere you want';
$lang->about_board_category = 'You can make board categories.<br />When board category is broken, try rebuilding the cache file manually.';
$lang->about_except_notice = "Notice articles will not be displayed on normal list.";

View file

@ -169,8 +169,8 @@ EndOfLicense;
$lang->about_rewrite = "If web server provides rewrite mod, long URL such as http://blah/?document_srl=123 can be shortened like http://blah/123";
$lang->time_zone = 'Time zone';
$lang->about_time_zone = "If the server time and the time on your location don't accord each other, you can set the time as same as your location by using time zone ";
$lang->qmail_compatibility = 'Qmail 호환';
$lang->about_qmail_compatibility = 'Qmail등 CRLF를 줄 구분자로 인식하지 못하는 MTA에서 메일이 발송되도록 합니다.';
$lang->qmail_compatibility = 'Enable Qmail';
$lang->about_qmail_compatibility = 'It will enable sending mails from MTA which cannot distinguish CRLF like Qmail.';
$lang->about_database_file = 'Sqlite saves data in the file. Location of the database file should be unreachable by web<br/><span style="color:red">Data file should be inside the permission of 707.</span>';

View file

@ -31,8 +31,8 @@
$lang->cmd_exp_calc = 'Calculate';
$lang->cmd_exp_reset = 'Reset';
$lang->cmd_point_recal = '포인트 초기화';
$lang->about_cmd_point_recal = '게시글/댓글/첨부파일/회원가입 점수만 이용하여 모든 포인트 점수를 초기화 합니다.<br />회원 가입 점수는 초기화 후 해당 회원이 활동을 하면 부여되고 그 전에는 부여되지 않습니다.<br />데이터 이전등을 하여 포인트를 완전히 초기화 해야 할 경우에만 사용하세요.';
$lang->cmd_point_recal = 'Reset Point';
$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->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. When new group is assigned, the user is removed from the former assigned group.';