1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00

combined several small menus : siteinfo_menu (compliance, sitebutton, poweredby) and user_menu (userlanguage, usertheme)

This commit is contained in:
lia
2007-03-23 22:42:41 +00:00
parent 9c61b1988a
commit ecf971a32a
13 changed files with 114 additions and 75 deletions

View File

@@ -0,0 +1,28 @@
<?php
/*
+ ----------------------------------------------------------------------------+
| e107 website system
|
| <20>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:");
?>