mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
english translation
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7158 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
98545059f4
commit
f43649a439
1 changed files with 8 additions and 8 deletions
|
|
@ -11,24 +11,24 @@
|
|||
|
||||
// general word
|
||||
$lang->spamfilter = "Spam filter";
|
||||
$lang->denied_ip = "IP to blacklist";
|
||||
$lang->denied_ip = "IP Address";
|
||||
$lang->interval = "Interval for spam filtering";
|
||||
$lang->limit_count = "No. of posting limitation";
|
||||
$lang->check_trackback = "Check trackbacks";
|
||||
$lang->check_trackback = "Check Trackbacks";
|
||||
$lang->word = "Word";
|
||||
$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.";
|
||||
$lang->about_limit_count = "If you exceed the posting limitation,\n your article will be recognized as a spam, and your IP address will be blacklisted.";
|
||||
$lang->about_denied_ip = "You can blacklist IP address range like 127.0.0.* by using *.";
|
||||
$lang->about_denied_word = "When you add a word to Word Blacklist,\n articles including that word will not be posted.";
|
||||
$lang->about_check_trackback = "Only the trackback by one IP per an article could be allowed.";
|
||||
$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.";
|
||||
|
||||
// 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 may be blacklisted.';
|
||||
$lang->msg_alert_denied_word = 'The word "%s" is not allowed to be posted.';
|
||||
$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_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_trackback_denied = 'Only one trackback per an article is allowed.';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue