english update for info.xml and lang files from xelang_revised_2011_0408 package

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8292 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mosmartin 2011-04-11 17:43:36 +00:00
parent 1735425525
commit 51579ba2c4
105 changed files with 798 additions and 1272 deletions

View file

@ -11,7 +11,7 @@
<title xml:lang="zh-TW">垃圾過濾</title>
<description xml:lang="ko">XE의 기본 스팸필터입니다.</description>
<description xml:lang="zh-CN">XE的基本垃圾过滤模块。</description>
<description xml:lang="en">A default spam filter of XE.</description>
<description xml:lang="en">The default spam filter of XE.</description>
<description xml:lang="vi">Bộ lọc Spam mặc định của XE.</description>
<description xml:lang="es">Filtro de Span predefinido de XE.</description>
<description xml:lang="jp">XEのスパムフィルターです。</description>

View file

@ -24,11 +24,11 @@
$lang->about_limit_count = "If exceeded the posting limitation,\n that IP will be regarded as a spam, thus will have limitations on posting articles, comments, and trackbacks.";
$lang->about_denied_ip = "You can add IP address range like 127.0.0.* by using *.";
$lang->about_denied_word = "When you add a word to Word Blacklist,\n articles including it will be blocked.";
$lang->about_check_trackback = "A single IP per an article is allowed for trackbacks.";
$lang->about_check_trackback = "A single IP per article is allowed for trackbacks.";
// to post a message
$lang->msg_alert_limited_by_config = 'Posting an article within %s second is not allowed.\n If you keep trying, your IP address will be blacklisted.';
$lang->msg_alert_limited_by_config = 'Posting an article within %s seconda is not allowed.\n If you keep trying, your IP address will be blacklisted.';
$lang->msg_alert_denied_word = 'The word "%s" is not allowed.';
$lang->msg_alert_registered_denied_ip = 'Your IP address is blacklisted,\n so you may have limitations on normal using of this site.\n If you have any questions on that matter, please contact to the site administrator.';
$lang->msg_alert_registered_denied_ip = 'Your IP address is blacklisted,\n so you may have limitations on normal using of this site.\n If you have any questions on that matter, please contact the site administrator.';
$lang->msg_alert_trackback_denied = 'Only one trackback per an article is allowed.';
?>
?>

View file

@ -2,14 +2,12 @@
/**
* @file modules/spamfilter/lang/ko.lang.php
* @author NHN (developers@xpressengine.com)
* @brief 한국어 언어팩 (기본적인 내용만 수록)
* @brief Korean language pack (only the more basic)
**/
// action 관련
// action related to
$lang->cmd_denied_ip = '금지IP 목록';
$lang->cmd_denied_word = '금지 단어 목록';
// 일반 단어
// Common words
$lang->spamfilter = '스팸필터';
$lang->denied_ip = '금지 IP';
$lang->interval = '스팸 처리 간격';
@ -18,17 +16,15 @@
$lang->word = '단어';
$lang->hit = '히트';
$lang->latest_hit = '최근 히트';
// 설명문
// Disclaimer
$lang->about_interval = '지정된 시간 내에 글을 등록하지 못하게 합니다.';
$lang->about_limit_count = '지정된 시간 내에 제한수를 넘겨서 글 작성을 시도하면 스팸으로 인식, 해당 IP의 글 작성, 댓글 작성, 트랙백 발송 등을 금지합니다.';
$lang->about_denied_ip = '127.0.0.* 와 같이 * 로 정해진 패턴의 IP 대역을 모두 금지 시킬 수 있습니다.';
$lang->about_denied_word = '금지 단어로 등록되면 해당 단어가 있는 글은 등록을 금지 시킬 수 있습니다.';
$lang->about_check_trackback = '한 글에 한 IP에만 트랙백을 허용할 수 있습니다.';
// 메세지 출력용
// Message output
$lang->msg_alert_limited_by_config = '%s 초 이내에 글 작성은 금지 됩니다. 계속 시도하시면 금지 IP에 등록되실 수 있습니다.';
$lang->msg_alert_denied_word = '"%s"는 사용 금지된 단어입니다.';
$lang->msg_alert_registered_denied_ip = '금지 IP에 등록되셔서 정상적인 활동에 제한을 받게 되셨습니다. 문의는 사이트 관리자에게 해주시기 바랍니다.';
$lang->msg_alert_trackback_denied = '한 글에는 하나의 트랙백만 허용 됩니다.';
?>
?>