mirror of
https://github.com/e107inc/e107.git
synced 2025-10-11 13:04:28 +02:00
28 lines
803 B
PHP
28 lines
803 B
PHP
<?php
|
|
/*
|
|
+ ----------------------------------------------------------------------------+
|
|
| e107 website system
|
|
|
|
|
| ©Steve Dunstan 2001-2002
|
|
| http://e107.org
|
|
| jalist@e107.org
|
|
|
|
|
| Released under the terms and conditions of the
|
|
| GNU General Public License (http://gnu.org).
|
|
|
|
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/user_menu/languages/English.php,v $
|
|
| $Revision: 1.1 $
|
|
| $Date: 2007-03-23 22:42:40 $
|
|
| $Author: lisa_ $
|
|
+----------------------------------------------------------------------------+
|
|
*/
|
|
|
|
define("UTHEME_MENU_L1", "Set Language");
|
|
define("UTHEME_MENU_L2", "Select Language");
|
|
define("UTHEME_MENU_L3", "tables");
|
|
|
|
define("LAN_UMENU_THEME_1", "Set Theme");
|
|
define("LAN_UMENU_THEME_2", "Select Theme");
|
|
define("LAN_UMENU_THEME_3", "users:");
|
|
|
|
?>
|