mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
21 lines
655 B
PHP
21 lines
655 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_membersonly.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
return [
|
|
'PAGE_NAME' => "Members Only",
|
|
'LAN_MEMBERS_0' => "restricted area",
|
|
'LAN_MEMBERS_1' => "This is a restricted area.",
|
|
'LAN_MEMBERS_2' => "For access please [log in]",
|
|
'LAN_MEMBERS_3' => "or [register] as a member.",
|
|
'LAN_MEMBERS_4' => "Click here to return to front page.",
|
|
];
|