[xoops-cvslog 1434] CVS update: xoops2jp/html/modules/base/language/english

Back to archive index

Minahito minah****@users*****
2005年 12月 27日 (火) 19:28:36 JST


Index: xoops2jp/html/modules/base/language/english/global.php
diff -u xoops2jp/html/modules/base/language/english/global.php:1.1.2.1 xoops2jp/html/modules/base/language/english/global.php:1.1.2.2
--- xoops2jp/html/modules/base/language/english/global.php:1.1.2.1	Mon Dec 26 18:03:11 2005
+++ xoops2jp/html/modules/base/language/english/global.php	Tue Dec 27 19:28:36 2005
@@ -1,5 +1,5 @@
 <?php
-// $Id: global.php,v 1.1.2.1 2005/12/26 09:03:11 minahito Exp $
+// $Id: global.php,v 1.1.2.2 2005/12/27 10:28:36 minahito Exp $
 //%%%%%%	File Name mainfile.php 	%%%%%
 define("_PLEASEWAIT","Please Wait");
 define("_FETCHING","Loading...");
@@ -157,6 +157,8 @@
 define('_WEEK', '1 week');
 define('_MONTH', '1 month');
 
+define('_HELP', "Help");
+
 define("_DATESTRING","Y/n/j G:i:s");
 define("_MEDIUMDATESTRING","Y/n/j G:i");
 define("_SHORTDATESTRING","Y/n/j");
@@ -192,8 +194,13 @@
 
 
 //%%%%%		LANGUAGE SPECIFIC SETTINGS   %%%%%
-define('_CHARSET', 'ISO-8859-1');
-define('_LANGCODE', 'en');
+if (!defined('_CHARSET')) {
+	define('_CHARSET', 'ISO-8859-1');
+}
+
+if (!defined('_LANGCODE')) {
+	define('_LANGCODE', 'en');
+}
 
 // change 0 to 1 if this language is a multi-bytes language
 define("XOOPS_USE_MULTIBYTES", "0");


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