mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
28 lines
800 B
PHP
28 lines
800 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_userclass.php,v $
|
|
| $Revision$
|
|
| $Date$
|
|
| $Author$
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
return [
|
|
'UC_LAN_0' => "Everyone (public)",
|
|
'UC_LAN_1' => "Guests",
|
|
'UC_LAN_2' => "No One (inactive)",
|
|
'UC_LAN_3' => "Members",
|
|
'UC_LAN_4' => "Read Only",
|
|
'UC_LAN_5' => "Admin",
|
|
'UC_LAN_6' => "Main Admin",
|
|
'UC_LAN_7' => "Forum Moderators",
|
|
'UC_LAN_8' => "Admins and Mods",
|
|
'UC_LAN_9' => "New Users",
|
|
'UC_LAN_10' => "Search Bots",
|
|
'UC_LAN_INVERT' => "Not [x]",
|
|
'UC_LAN_INVERTLABEL' => "Everyone but..",
|
|
];
|