[xoops-cvslog 6223] CVS update: xoops2jp/html/modules/legacy/language/english

Back to archive index

Minahito minah****@users*****
2007年 3月 5日 (月) 12:31:07 JST


Index: xoops2jp/html/modules/legacy/language/english/admin.php
diff -u xoops2jp/html/modules/legacy/language/english/admin.php:1.1.2.8 xoops2jp/html/modules/legacy/language/english/admin.php:1.1.2.8.2.1
--- xoops2jp/html/modules/legacy/language/english/admin.php:1.1.2.8	Sun Jan  7 00:30:44 2007
+++ xoops2jp/html/modules/legacy/language/english/admin.php	Mon Mar  5 12:31:07 2007
@@ -23,10 +23,10 @@
 define('_AD_LEGACY_ERROR_IMG_SIZE', "The maximum width and height of an image file is {0} x {1}.");
 define('_AD_LEGACY_ERROR_INSTALLATION_MODULE_FAILURE', "Installation of '{0}' module has failed.");
 define('_AD_LEGACY_ERROR_INTRANGE', "{0} is wrong.");
-define('_AD_LEGACY_ERROR_MIN', "Input {0} with {1} or more numeric value.");
+define('_AD_LEGACY_ERROR_MIN', "Input {0:toLower} with {1} or more numeric value.");
 define('_AD_LEGACY_ERROR_MODULE_NOT_FOUND', "The specified module cannot be found.");
 define('_AD_LEGACY_ERROR_NO_HELP_FILE', "The help file can not be found.");
-define('_AD_LEGACY_ERROR_OBJECTEXIST', "Incorrect input on {0}.");
+define('_AD_LEGACY_ERROR_OBJECTEXIST', "Incorrect input on {0:toLower}.");
 define('_AD_LEGACY_ERROR_PLEASE_AGREE', "Please agree to the following licence.");
 define('_AD_LEGACY_ERROR_READGROUPS', "You must grant read permission to one or more groups.");
 define('_AD_LEGACY_ERROR_SEARCH_REQUIRED', "Input keyword");
Index: xoops2jp/html/modules/legacy/language/english/main.php
diff -u xoops2jp/html/modules/legacy/language/english/main.php:1.1.2.4.2.2 xoops2jp/html/modules/legacy/language/english/main.php:1.1.2.4.2.3
--- xoops2jp/html/modules/legacy/language/english/main.php:1.1.2.4.2.2	Fri Feb 16 19:54:39 2007
+++ xoops2jp/html/modules/legacy/language/english/main.php	Mon Mar  5 12:31:07 2007
@@ -4,8 +4,8 @@
 define('_MD_LEGACY_ERROR_EMAIL', "{0} is an invalid email address");
 define('_MD_LEGACY_ERROR_INCORRECTLOGIN', "Invalid Login!");
 define('_MD_LEGACY_ERROR_MASK', "{0} format is invalid.");
-define('_MD_LEGACY_ERROR_MAXLENGTH', "Input {0} with {1} or less characters.");
-define('_MD_LEGACY_ERROR_OBJECTEXIST', "Incorrect input on {0}.");
+define('_MD_LEGACY_ERROR_MAXLENGTH', "Input {0:toLower} with {1} or less characters.");
+define('_MD_LEGACY_ERROR_OBJECTEXIST', "Incorrect input on {0:toLower}.");
 define('_MD_LEGACY_ERROR_PERMISSION', "Permission denied");
 define('_MD_LEGACY_ERROR_REQUIRED', "{0} is required.");
 define('_MD_LEGACY_ERROR_SEARCH_NOT_ENABLED', "The search isn't enabled.");


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