mirror of
https://github.com/e107inc/e107.git
synced 2025-02-24 00:34:13 +01:00
24 lines
833 B
PHP
24 lines
833 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system - Language File.
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_userclass.php,v $
|
|
| $Revision: 1.1.1.1 $
|
|
| $Date: 2006-12-02 04:34:42 $
|
|
| $Author: mcfly_e107 $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
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,");
|
|
|
|
?>
|