OSDN Git Service

Google Code に入れていた最新 r54 (2011/12/17) を反映 | https://code.google.com/p/xoops-core...
[xoops-japanese/XOOPS-Core.git] / XOOPS2.3 / euc / language / japanese / captcha.php
1 <?php\r
2 // $Id: captcha.php 1525 2008-04-30 13:11:48Z phppp $\r
3 define("_CAPTCHA_CAPTION", "Confirmation Code");\r
4 define("_CAPTCHA_INVALID_CODE", "Invalid confirmation code!");\r
5 define("_CAPTCHA_TOOMANYATTEMPTS", "Too many attempts!");\r
6 define("_CAPTCHA_MAXATTEMPTS", "Maximum attempts you can try: %d");\r
7 \r
8 // For image mode\r
9 define("_CAPTCHA_RULE_IMAGE", "Input letters in the image");\r
10 define("_CAPTCHA_RULE_CASESENSITIVE", "The code is case-sensitive");\r
11 define("_CAPTCHA_RULE_CASEINSENSITIVE", "The code is case-insensitive");\r
12 define("_CAPTCHA_REFRESH", "Click to refresh the image if it is not clear enough.");\r
13 \r
14 // For text mode\r
15 define("_CAPTCHA_RULE_TEXT", "Input the result from the expression");\r
16 ?>