mirror of
https://github.com/e107inc/e107.git
synced 2025-01-18 21:18:04 +01:00
19 lines
640 B
PHP
19 lines
640 B
PHP
<?php
|
|
/*
|
|
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
|
|
*
|
|
* Maintenance flag - language file
|
|
*
|
|
*/
|
|
|
|
//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");
|