1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00
Files
php-e107/e107_languages/English/admin/lan_ugflag.php

19 lines
518 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");
return [
'UGFLAN_2' => "Activate maintenance flag",
'UGFLAN_4' => "Maintenance Setting",
'UGFLAN_5' => "Text to display when site down",
'UGFLAN_6' => "Leave blank to display default message",
'UGFLAN_8' => "Limit access to Admins only",
'UGFLAN_9' => "Limit access to Main-Admins only",
];