1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-28 16:50:07 +02:00

work on sitedown

This commit is contained in:
marj
2009-10-28 16:57:51 +00:00
parent 785018a6db
commit 4ccabca5a9
4 changed files with 691 additions and 628 deletions

View File

@@ -1,22 +1,28 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system - Language File.
| e107 website system
|
| Copyright (C) 2001-2009 e107 Inc
| http://e107.org
|
|
| Released under the terms and conditions of the
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_ugflag.php,v $
| $Revision: 1.3 $
| $Date: 2009-09-27 21:18:42 $
| $Author: e107coders $
| $Revision: 1.4 $
| $Date: 2009-10-28 16:57:51 $
| $Author: marj_nl_fr $
+----------------------------------------------------------------------------+
*/
define("UGFLAN_1", "Maintenance settings updated");
define("UGFLAN_2", "Activate maintenance flag");
define("UGFLAN_3", "Update Maintenance Setting");
define("UGFLAN_4", "Maintenance Setting");
define('UGFLAN_1', 'Maintenance settings updated');
define('UGFLAN_2', 'Activate maintenance flag');
define('UGFLAN_3', 'Update Maintenance Setting');
define('UGFLAN_4', 'Maintenance Setting');
define("UGFLAN_5", "Text to display when site down");
define("UGFLAN_6", "Leave blank to display default message");
define("UGFLAN_7","Update unsuccessful as no changes were made.");
define("UGFLAN_8","Limit access to Main-Admins only");
define("UGFLAN_9","Only Main-Admins will be able to login while the maintenance mode is active.");
?>
define('UGFLAN_5', 'Text to display when site down');
define('UGFLAN_6', 'Leave blank to display default message');
define('UGFLAN_7', 'Update unsuccessful as no changes were made.');
define('UGFLAN_8', 'Limit access to Admins only');
define('UGFLAN_9', 'Limit access to Main-Admins only');