1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 00:05:46 +02:00

Bugtracker #3912 - missing error message

This commit is contained in:
e107steved
2007-04-17 19:29:56 +00:00
parent 0ffa8ea9e0
commit 9b5cbebbda

View File

@@ -4,9 +4,9 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_user_extended.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:40 $
| $Author: mcfly_e107 $
| $Revision: 1.2 $
| $Date: 2007-04-17 19:29:56 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
define("UE_LAN_1", "Text Box");
@@ -43,4 +43,6 @@ define("UE_LAN_LANGUAGE_DESC", "User Language");
define("UE_LAN_COUNTRY", "Country");
define("UE_LAN_COUNTRY_DESC", "User Country (includes db table)");
define("LAN_UE_FAIL_HOMEPAGE", "Invalid entry for home page setting");
?>