mirror of
https://github.com/e107inc/e107.git
synced 2025-02-24 16:52:43 +01:00
26 lines
960 B
PHP
26 lines
960 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_userclass.php,v $
|
|
| $Revision: 1.3 $
|
|
| $Date: 2008-04-04 21:03:37 $
|
|
| $Author: e107steved $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
define("UCSLAN_1", "Sending notification email to");
|
|
define("UCSLAN_2", "Updated Privileges");
|
|
define("UCSLAN_3", "Dear");
|
|
define("UCSLAN_4", "Your privileges have been updated at");
|
|
define("UCSLAN_5", "You now have access to the following area(s)");
|
|
define("UCSLAN_6", "Set class for user");
|
|
define("UCSLAN_7", "Set Classes");
|
|
define("UCSLAN_8", "Notify User");
|
|
define("UCSLAN_9", "Classes Updated.");
|
|
define("UCSLAN_10", "Regards,");
|
|
define('UCSLAN_11', 'Class membership for user ID --UID-- changed to --CLASSES--');
|
|
define('UCSLAN_12', 'Member privileges only');
|
|
|
|
?>
|