1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +02:00

Plugin categories (upgrade routine included) + some theme-manager and plugin-manager fixes. Added a few styles to the blank theme.

This commit is contained in:
CaMer0n
2009-07-09 02:47:17 +00:00
parent 0a40da5242
commit 35aef983c4
26 changed files with 282 additions and 120 deletions

View File

@@ -1,7 +1,7 @@
<?php
/*
* Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
* $Id: lan_admin.php,v 1.17 2009-07-08 10:31:53 e107coders Exp $
* $Id: lan_admin.php,v 1.18 2009-07-09 02:47:12 e107coders Exp $
*
* Admin Language File
*/
@@ -188,7 +188,10 @@ define('ADLAN_CL_4', 'Coms');
define('ADLAN_CL_5', 'Files');
define('ADLAN_CL_6', 'Tools');
define('ADLAN_CL_7', 'Plugins');
define('ADLAN_CL_8', 'About');
define('ADLAN_CL_8', 'Misc');
define('ADLAN_CL_20', 'About');
define("ADLAN_LAT_1", "Latest");
@@ -287,5 +290,7 @@ define("LAN_UNCHECKALL", 'Uncheck All');
define("LAN_USERCLASS", "Userclass");
define("LAN_AUTHOR", "Author");
define("LAN_CATEGORY", "Category");
?>

View File

@@ -12,8 +12,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_prefs.php,v $
| $Revision: 1.19 $
| $Date: 2009-03-08 18:48:12 $
| $Revision: 1.20 $
| $Date: 2009-07-09 02:47:13 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -218,4 +218,7 @@ define("PRFLAN_200", "If enabled, Admin slide down navigation menu (if supported
define("PRFLAN_201", "Username and Password");
define("PRFLAN_202", "Email and Password");
define("PRFLAN_203", "Username/Email and Password");
define("PRFLAN_204", "Separate plugins into their own menu.");
define("PRFLAN_205", "If enabled, plugins will be displayed in their own navigation menu, similar to e107 v0.7 and before.");
?>