|
From: <txm...@us...> - 2014-11-27 22:11:22
|
Revision: 12879
http://sourceforge.net/p/xoops/svn/12879
Author: txmodxoops
Date: 2014-11-27 22:11:13 +0000 (Thu, 27 Nov 2014)
Log Message:
-----------
To Team Core
Pleace consider this addon in error.php language for features
Modified Paths:
--------------
XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/language/english/errors.php
Modified: XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/language/english/errors.php
===================================================================
--- XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/language/english/errors.php 2014-11-27 20:24:57 UTC (rev 12878)
+++ XoopsCore/branches/2.5.x/2.5.7_timgno/htdocs/language/english/errors.php 2014-11-27 22:11:13 UTC (rev 12879)
@@ -4,7 +4,7 @@
// Translator: XOOPS Translation Team
define('_XO_ER_FILENOTFOUND','Requested file: <b>%s</b> was not found ');
define('_XO_ER_CLASSNOTFOUND','Requested class %s was not found');
-// Error Pages by TXMod Xoops
+// Error Pages by Timgno
define ('_XO_ER_TITLE', 'Error not classified (Not Classified)');
define ('_XO_ER_DESC', 'Sorry, but this error has not been classified.');
define ('_XO_ER_TITLE400', 'Error 400 - Bad Request (Bad Request)');
|