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

Bugtracker #4938 - disable unused LAN

This commit is contained in:
e107steved
2010-05-01 20:59:05 +00:00
parent 511632748f
commit 9204a1b3f6

View File

@@ -1,16 +1,12 @@
<?php <?php
/* /*
+ ----------------------------------------------------------------------------+ * Copyright e107 Inc e107.org, Licensed under GNU GPL (http://www.gnu.org/licenses/gpl.txt)
| e107 website system - Language File. * $URL$
| * $Id$
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_theme.php,v $ *
| $Revision$ * Theme manager language file
| $Date$
| $Author$
+----------------------------------------------------------------------------+
*/ */
define("TPVLAN_1", "You are looking at a preview of the <b>'".PREVIEWTHEMENAME."'</b> theme. It has not been set as the main theme for your site, it has been activated to provide a preview of how the theme looks.<br />To set this theme as your site theme, <a href='".e_ADMIN."theme.php?choose'>return to your theme manager</a> and select 'Set As Site Theme'.<br />To preview more themes please <a href='".e_ADMIN."theme.php'>click here</a>"); define("TPVLAN_1", "You are looking at a preview of the <b>'".PREVIEWTHEMENAME."'</b> theme. It has not been set as the main theme for your site, it has been activated to provide a preview of how the theme looks.<br />To set this theme as your site theme, <a href='".e_ADMIN."theme.php?choose'>return to your theme manager</a> and select 'Set As Site Theme'.<br />To preview more themes please <a href='".e_ADMIN."theme.php'>click here</a>");
define("TPVLAN_2", "Theme Preview"); define("TPVLAN_2", "Theme Preview");
define("TPVLAN_3", "Main site theme set to"); define("TPVLAN_3", "Main site theme set to");
@@ -38,7 +34,7 @@ define("TPVLAN_21", "This is the currently selected site theme");
define("TPVLAN_22", "Stylesheets"); define("TPVLAN_22", "Stylesheets");
define("TPVLAN_23", "default stylesheet"); define("TPVLAN_23", "default stylesheet");
define("TPVLAN_24", "no information"); define("TPVLAN_24", "no information");
define("TPVLAN_25", "To choose which stylesheet to use, please go to <a href='".e_ADMIN."prefs.php'>preferences</a> and click on 'Theme'."); //define("TPVLAN_25", "To choose which stylesheet to use, please go to <a href='".e_ADMIN_ABS."theme.php'>Theme Manager</a> and click on 'Theme'.");
define("TPVLAN_26", "Theme Manager"); define("TPVLAN_26", "Theme Manager");
define("TPVLAN_27", "Please select stylesheet to use"); define("TPVLAN_27", "Please select stylesheet to use");