[xoops-cvslog 6646] CVS update: xoops2jp/html/language/english

Back to archive index

NobuNobu nobun****@users*****
2007年 4月 30日 (月) 16:51:45 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.24.1
--- xoops2jp/html/language/english/comment.php:1.2	Fri Mar 18 21:52:14 2005
+++ xoops2jp/html/language/english/comment.php	Mon Apr 30 16:51:45 2007
@@ -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.24.1 2007/04/30 07:51:45 nobunobu 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
Index: xoops2jp/html/language/english/notification.php
diff -u xoops2jp/html/language/english/notification.php:1.3 xoops2jp/html/language/english/notification.php:1.3.12.1
--- xoops2jp/html/language/english/notification.php:1.3	Mon Sep  5 05:46:09 2005
+++ xoops2jp/html/language/english/notification.php	Mon Apr 30 16:51:45 2007
@@ -1,5 +1,5 @@
 <?php
-// $Id: notification.php,v 1.3 2005/09/04 20:46:09 onokazu Exp $
+// $Id: notification.php,v 1.3.12.1 2007/04/30 07:51:45 nobunobu Exp $
 
 // RMV-NOTIFY
 
@@ -9,7 +9,9 @@
 define ('_NOT_UPDATENOW', 'Update Now');
 define ('_NOT_UPDATEOPTIONS', 'Update Notification Options');
 
+define ('_NOT_CANCEL', 'Cancel');
 define ('_NOT_CLEAR', 'Clear');
+define ('_NOT_DELETE', 'Delete');
 define ('_NOT_CHECKALL', 'Check All');
 define ('_NOT_MODULE', 'Module');
 define ('_NOT_CATEGORY', 'Category');


xoops-cvslog メーリングリストの案内
Back to archive index