mirror of
https://github.com/e107inc/e107.git
synced 2025-02-24 00:34:13 +01:00
29 lines
985 B
PHP
29 lines
985 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system
|
|
|
|
|
| Copyright (C) 2008-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$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
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 Admins only');
|
|
define('UGFLAN_9', 'Limit access to Main-Admins only');
|