NobuNobu
nobun****@users*****
2005年 5月 31日 (火) 12:48:19 JST
Index: xoops2jp/html/modules/newbb/language/english/admin.php diff -u xoops2jp/html/modules/newbb/language/english/admin.php:1.2 xoops2jp/html/modules/newbb/language/english/admin.php:1.2.6.1 --- xoops2jp/html/modules/newbb/language/english/admin.php:1.2 Fri Mar 18 21:52:25 2005 +++ xoops2jp/html/modules/newbb/language/english/admin.php Tue May 31 12:48:18 2005 @@ -1,5 +1,5 @@ <?php -// $Id: admin.php,v 1.2 2005/03/18 12:52:25 onokazu Exp $ +// $Id: admin.php,v 1.2.6.1 2005/05/31 03:48:18 nobunobu Exp $ //%%%%%% File Name index.php %%%%% define("_MD_A_FORUMCONF","Forum Configuration"); define("_MD_A_ADDAFORUM","Add a Forum"); @@ -52,7 +52,7 @@ define("_MD_A_NTWNRTFUTCYMDTVTEFS","Note: This will NOT remove the forums under the category, you must do that via the Edit Forum section."); define("_MD_A_REMOVECATEGORY","Remove Category"); define("_MD_A_CREATENEWCATEGORY","Create a New Category"); -define("_MD_A_YDNFOATPOTFDYAA","You did not fill out all the parts of the form.<br>Did you assign at least one moderator? Please go back and correct the form."); +define("_MD_A_YDNFOATPOTFDYAA","You did not fill out all the parts of the form.<br />Did you assign at least one moderator? Please go back and correct the form."); define("_MD_A_FORUMCREATED","Forum Created."); define("_MD_A_VTFYJC","View the forum you just created."); define("_MD_A_EYMAACBYAF","Error, you must add a category before you add forums"); Index: xoops2jp/html/modules/newbb/language/english/main.php diff -u xoops2jp/html/modules/newbb/language/english/main.php:1.2 xoops2jp/html/modules/newbb/language/english/main.php:1.2.6.1 --- xoops2jp/html/modules/newbb/language/english/main.php:1.2 Fri Mar 18 21:52:25 2005 +++ xoops2jp/html/modules/newbb/language/english/main.php Tue May 31 12:48:18 2005 @@ -1,5 +1,5 @@ <?php -// $Id: main.php,v 1.2 2005/03/18 12:52:25 onokazu Exp $ +// $Id: main.php,v 1.2.6.1 2005/05/31 03:48:18 nobunobu Exp $ //%%%%%% Module Name phpBB %%%%% //functions.php define("_MD_ERROR","Error"); @@ -113,7 +113,7 @@ //post.php define("_MD_EDITNOTALLOWED","You're not allowed to edit this post!"); define("_MD_EDITEDBY","Edited by"); -define("_MD_ANONNOTALLOWED","Anonymous user not allowed to post.<br>Please register."); +define("_MD_ANONNOTALLOWED","Anonymous user not allowed to post.<br />Please register."); define("_MD_THANKSSUBMIT","Thanks for your submission!"); define("_MD_REPLYPOSTED","A reply to your topic has been posted."); define("_MD_HELLO","Hello %s,");