mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
new module creation
This commit is contained in:
19
e107_languages/English/lan_userclass.php
Normal file
19
e107_languages/English/lan_userclass.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/*
|
||||
+ ----------------------------------------------------------------------------+
|
||||
| e107 website system - Language File.
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_userclass.php,v $
|
||||
| $Revision: 1.1.1.1 $
|
||||
| $Date: 2006-12-02 04:34:40 $
|
||||
| $Author: mcfly_e107 $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define("UC_LAN_0", "Everyone (public)");
|
||||
define("UC_LAN_1", "Guests");
|
||||
define("UC_LAN_2", "No One (inactive)");
|
||||
define("UC_LAN_3", "Members");
|
||||
define("UC_LAN_4", "Read Only");
|
||||
define("UC_LAN_5", "Admin");
|
||||
define("UC_LAN_6", "Main Admin");
|
||||
?>
|
Reference in New Issue
Block a user