Minahito
minah****@users*****
2005年 12月 26日 (月) 21:19:59 JST
Index: xoops2jp/html/language/english/comment.php diff -u xoops2jp/html/language/english/comment.php:1.2 xoops2jp/html/language/english/comment.php:1.2.8.1 --- xoops2jp/html/language/english/comment.php:1.2 Fri Mar 18 21:52:14 2005 +++ xoops2jp/html/language/english/comment.php Mon Dec 26 21:19:59 2005 @@ -1,5 +1,8 @@ <?php -// $Id: comment.php,v 1.2 2005/03/18 12:52:14 onokazu Exp $ +// $Id: comment.php,v 1.2.8.1 2005/12/26 12:19:59 minahito Exp $ + +if (!defined('_CM_TITLE')) { + define('_CM_TITLE','Title'); define('_CM_MESSAGE','Message'); define('_CM_DOSMILEY','Enable Smiley Icons'); @@ -37,4 +40,7 @@ define('_CM_COMAPPROVEADMIN','All comments need to be approved by administrator'); define('_CM_COMANONPOST','Allow anonymous post in comments?'); define('_CM_COMNOCOM','Disable comments'); + +} + ?> \ No newline at end of file