Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21127
Modified Files:
lang_ja.inc.php
Log Message:
o updated translation.
Index: lang_ja.inc.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock/lang_ja.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- lang_ja.inc.php 14 Feb 2005 00:41:15 -0000 1.3
+++ lang_ja.inc.php 14 Feb 2005 10:53:44 -0000 1.4
@@ -13,7 +13,7 @@
##########################################################################
@define('PLUGIN_EVENT_SPAMBLOCK_TITLE', 'ã¹ãã ãããã¯ã¿ã¼');
- @define('PLUGIN_EVENT_SPAMBLOCK_DESC', 'A varity of methods to prevent comment spam');
+ @define('PLUGIN_EVENT_SPAMBLOCK_DESC', 'ã³ã¡ã³ãã¹ãã ã鲿¢ãããã¾ãã¾ãªæ¹æ³ã§ãã');
@define('PLUGIN_EVENT_SPAMBLOCK_ERROR_BODY', 'ã¹ãã 鲿¢: ç¡å¹ãªã¡ãã»ã¼ã¸ã§ãã');
@define('PLUGIN_EVENT_SPAMBLOCK_ERROR_IP', 'ã¹ãã 鲿¢: ã³ã¡ã³ãããç´å¾ã«ã³ã¡ã³ããããã¨ã¯ã§ãã¾ããã');
@define('PLUGIN_EVENT_SPAMBLOCK_ERROR_RBL', 'ã¹ãã 鲿¢: ããªãã®æç¨¿ããã³ã³ãã¥ã¼ã¿ã¼ã® IP ã¢ãã¬ã¹ã¯ãªã¼ãã³ãªã¬ã¼ã¨ãã¦ä¸è¦§åããã¦ãã¾ãã');
@@ -21,7 +21,7 @@
@define('PLUGIN_EVENT_SPAMBLOCK_ERROR_KILLSWITCH', 'ãã®ããã°ã¯ãç·æ¥ã³ã¡ã³ã鮿ã¢ã¼ããã§ããå¥ã®æ©ä¼ã«æ¥ã¦ãã ããã');
@define('PLUGIN_EVENT_SPAMBLOCK_BODYCLONE', 'è¤è£½ã³ã¡ã³ãã許å¯ããªã');
- @define('PLUGIN_EVENT_SPAMBLOCK_BODYCLONE_DESC', 'Do not allow users to submit a comment which contains the same body as an already submitted comment');
+ @define('PLUGIN_EVENT_SPAMBLOCK_BODYCLONE_DESC', 'ã¦ã¼ã¶ã¼ãæ¢ã«éä¿¡ããã³ã¡ã³ãã¨åãå
容ã®ã³ã¡ã³ããéä¿¡ãããã¨ã許å¯ãã¾ããã');
@define('PLUGIN_EVENT_SPAMBLOCK_KILLSWITCH', 'ç·æ¥æã®ã³ã¡ã³ã鮿ãã');
@define('PLUGIN_EVENT_SPAMBLOCK_KILLSWITCH_DESC', 'Temporarily disable comments for all entries. Useful if your blog is under spam attack.');
@define('PLUGIN_EVENT_SPAMBLOCK_IPFLOOD', 'IP ãããã¯ã®éé');
@@ -38,7 +38,7 @@
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_USERDESC2', 'å
¥åããã¯ã¹ã«ããã«è¦ããæååãå
¥åãã¦ãã ãã!');
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_USERDESC3', 'ä¸ã®ã¹ãã äºé²ç»åããæååãå
¥åãã¦ãã ãã: ');
@define('PLUGIN_EVENT_SPAMBLOCK_ERROR_CAPTCHAS', 'You did not enter the correct string displayed in the spam-prevention image box. Please look at the image and enter the values displayed there.');
- @define('PLUGIN_EVENT_SPAMBLOCK_ERROR_NOTTF', 'Captchas disabled on your server. You need GDLib and freetype libraries compiled to PHP, and need the .TTF files residing in your directory.');
+ @define('PLUGIN_EVENT_SPAMBLOCK_ERROR_NOTTF', 'Captchas ã¯ãµã¼ãã¼ã§ç¡å¹åããã¦ãã¾ããPHP åãã« GD ã©ã¤ãã©ãªã¨ freetype ã©ã¤ãã©ãªãã³ã³ãã¤ã«ããã¦ãããã¨ã¨ãTTF ãã¡ã¤ã«ããã£ã¬ã¯ããªã«åå¨ãã¦ããå¿
è¦ãããã¾ãã');
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_TTL', '使¥çµéããã captcha ãå¼·å¶ãã¾ãã');
@define('PLUGIN_EVENT_SPAMBLOCK_CAPTCHAS_TTL_DESC', 'Captchas can be enforced depending on the age of your articles. Enter the amount of days after which entering a correct captcha is necessary. If set to 0, captchas will always be used.');
@@ -75,5 +75,19 @@
@define('PLUGIN_EVENT_SPAMBLOCK_LOGTYPE_DB', 'ãã¼ã¿ãã¼ã¹');
@define('PLUGIN_EVENT_SPAMBLOCK_LOGTYPE_NONE', 'ãã°è¨é²ããªã');
+ @define('PLUGIN_EVENT_SPAMBLOCK_API_COMMENTS', 'API ã«ãã£ã¦ã³ã¡ã³ãã使ããæ¹æ³');
+ @define('PLUGIN_EVENT_SPAMBLOCK_API_COMMENTS_DESC', 'This affects the moderation of comments made via API calls (Trackbacks, WFW:commentAPI comments). If set to "moderate", all those comments always need to be approved first. If set to "reject", the are completely disallowed. If set to "none", the comments will be treated as usual comments.');
+ @define('PLUGIN_EVENT_SPAMBLOCK_API_MODERATE', 'ã¢ãã¬ã¼ã');
+ @define('PLUGIN_EVENT_SPAMBLOCK_API_REJECT', 'æå¦');
+ @define('PLUGIN_EVENT_SPAMBLOCK_REASON_API', '(ãã©ãã¯ããã¯ã«ä¼¼ã)API ã§ã®ã³ã¡ã³ã使ã許å¯ãã¾ãã');
+
+ @define('PLUGIN_EVENT_SPAMBLOCK_FILTER_ACTIVATE', 'åèªãã£ã«ã¿ã¼ãæå¹ã«ãã');
+ @define('PLUGIN_EVENT_SPAMBLOCK_FILTER_ACTIVATE_DESC', 'Searches comments for certain strings and marks them as spam.');
+
+ @define('PLUGIN_EVENT_SPAMBLOCK_FILTER_URLS', 'URL ã®åèªãã£ã«ã¿ã¼');
+ @define('PLUGIN_EVENT_SPAMBLOCK_FILTER_URLS_DESC', 'æ£è¦è¡¨ç¾ã許å¯ããã¦ãããã»ãã³ãã³(;)ã§æååãåºåãã¾ãã');
+ @define('PLUGIN_EVENT_SPAMBLOCK_FILTER_AUTHORS', 'èè
åã®åèªãã£ã«ã¿ã¼');
+ @define('PLUGIN_EVENT_SPAMBLOCK_FILTER_AUTHORS_DESC', 'æ£è¦è¡¨ç¾ã許å¯ããã¦ãããã»ãã³ãã³(;)ã§æååãåºåãã¾ãã');
+
/* vim: set sts=4 ts=4 expandtab : */
?>
|