mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
18 lines
637 B
PHP
18 lines
637 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_sitedown.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
return [
|
|
'PAGE_NAME' => "Site temporarily closed",
|
|
'LAN_SITEDOWN_00' => "is temporarily closed",
|
|
'LAN_SITEDOWN_01' => "We have temporarily closed the site for some essential maintenance. This shouldn't take too long - please check back soon. We apologise for the inconvenience.",
|
|
];
|