onokazu
onoka****@users*****
2005年 6月 29日 (水) 15:14:00 JST
Index: xoops2jp/html/modules/news/language/english/main.php diff -u xoops2jp/html/modules/news/language/english/main.php:1.2 xoops2jp/html/modules/news/language/english/main.php:1.2.10.1 --- xoops2jp/html/modules/news/language/english/main.php:1.2 Fri Mar 18 21:52:38 2005 +++ xoops2jp/html/modules/news/language/english/main.php Wed Jun 29 15:14:00 2005 @@ -1,6 +1,6 @@ <?php -// $Id: main.php,v 1.2 2005/03/18 12:52:38 onokazu Exp $ -//%%%%%% File Name index.php %%%%% +// $Id: main.php,v 1.2.10.1 2005/06/29 06:14:00 onokazu Exp $ +//%%%%%% File Name index.php %%%%% define("_NW_PRINTER","Printer Friendly Page"); define("_NW_SENDSTORY","Send this Story to a Friend"); define("_NW_READMORE","Read More..."); @@ -10,7 +10,7 @@ define("_NW_NUMCOMMENTS","%s comments"); -//%%%%%% File Name submit.php %%%%% +//%%%%%% File Name submit.php %%%%% define("_NW_SUBMITNEWS","Submit News"); define("_NW_TITLE","Title"); define("_NW_TOPIC","Topic"); @@ -19,11 +19,13 @@ define("_NW_POST","Post"); define("_NW_GO","Go!"); define("_NW_THANKS","Thanks for your submission."); //submission of news article +// Added 2.0.11jp +define("_NW_THANKS_AUTOAPPROVE", "Thanks for your submission."); define("_NW_NOTIFYSBJCT","NEWS for my site"); // Notification mail subject define("_NW_NOTIFYMSG","Hey! You got a new submission for your site."); // Notification mail message -//%%%%%% File Name archive.php %%%%% +//%%%%%% File Name archive.php %%%%% define("_NW_NEWSARCHIVES","News Archives"); define("_NW_ARTICLES","Articles"); define("_NW_VIEWS","Views"); @@ -41,7 +43,7 @@ define("_NW_URL","URL:"); define("_NW_NOSTORY","Sorry, the selected story does not exist."); -//%%%%%% File Name print.php %%%%% +//%%%%%% File Name print.php %%%%% define("_NW_URLFORSTORY","The URL for this story is:");