mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Merge pull request #2188 from yesszus/patch-24
Update English_admin.php
This commit is contained in:
@@ -490,3 +490,6 @@ define("LAN_GO_TO_LIST", "go to list");
|
|||||||
define("LAN_CREATE_ANOTHER", "create another");
|
define("LAN_CREATE_ANOTHER", "create another");
|
||||||
define("LAN_EDIT_CURRENT", "edit current");
|
define("LAN_EDIT_CURRENT", "edit current");
|
||||||
define("LAN_MAINTENANCE", "Maintenance");
|
define("LAN_MAINTENANCE", "Maintenance");
|
||||||
|
define("LAN_RETURN_TO_FRONT_PANEL", "Return to Front Panel");
|
||||||
|
define("LAN_CHANGE_LANGUAGE", "Change Language");
|
||||||
|
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
/*
|
/*
|
||||||
* e107 website system
|
* e107 website system
|
||||||
*
|
*
|
||||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
* Copyright (C) 2008-2016 e107 Inc (e107.org)
|
||||||
* Released under the terms and conditions of the
|
* Released under the terms and conditions of the
|
||||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||||
*
|
*
|
||||||
@@ -17,11 +17,7 @@
|
|||||||
|
|
||||||
if (!defined('e107_INIT')) { exit(); }
|
if (!defined('e107_INIT')) { exit(); }
|
||||||
|
|
||||||
|
//e107::lan('theme', 'admin',true);
|
||||||
|
|
||||||
|
|
||||||
// include_lan(e_THEME."_blank/languages/".e_LANGUAGE.".php");
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$E_ADMIN_NAVIGATION['start'] = '<ul class="nav navbar-nav navbar-left">';
|
$E_ADMIN_NAVIGATION['start'] = '<ul class="nav navbar-nav navbar-left">';
|
||||||
@@ -66,7 +62,7 @@ $E_ADMIN_NAVIGATION['button_home'] = '
|
|||||||
// Change Language
|
// Change Language
|
||||||
$E_ADMIN_NAVIGATION['button_language'] = '
|
$E_ADMIN_NAVIGATION['button_language'] = '
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<a class="dropdown-toggle" title="Change Language" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" >
|
<a class="dropdown-toggle" title="'.LAN_CHANGE_LANGUAGE.'" role="button" data-toggle="dropdown" data-target="#" href="{LINK_URL}" >
|
||||||
{LINK_IMAGE} {LINK_TEXT}
|
{LINK_IMAGE} {LINK_TEXT}
|
||||||
<b class="caret"></b>
|
<b class="caret"></b>
|
||||||
</a>
|
</a>
|
||||||
@@ -220,10 +216,10 @@ $ADMIN_MODAL = '
|
|||||||
<h4 class="modal-title modal-caption"> </h4>
|
<h4 class="modal-title modal-caption"> </h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p>Loading...</p>
|
<p>'.LAN_LOADING.'</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-footer">
|
<div class="modal-footer">
|
||||||
<button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
|
<button type="button" class="btn btn-primary" data-dismiss="modal">'.LAN_CLOSE.'</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -241,7 +237,7 @@ $ADMIN_HEADER = $ADMIN_MODAL . '
|
|||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
<span class="icon-bar"></span>
|
<span class="icon-bar"></span>
|
||||||
</button>
|
</button>
|
||||||
<a class="brand navbar-brand" href="'.e_ADMIN_ABS.'admin.php" title="Return to Front Panel">
|
<a class="brand navbar-brand" href="'.e_ADMIN_ABS.'admin.php" title="'.LAN_RETURN_TO_FRONT_PANEL.'">
|
||||||
<img class="admin-logo" src="'.e_THEME_ABS.'bootstrap3/images/e107_adminlogo.png" alt="e107"/>
|
<img class="admin-logo" src="'.e_THEME_ABS.'bootstrap3/images/e107_adminlogo.png" alt="e107"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -18,6 +18,5 @@ define("LAN_THEMEPREF_07", "left");
|
|||||||
define("LAN_THEMEPREF_08", "right");
|
define("LAN_THEMEPREF_08", "right");
|
||||||
define("LAN_THEMEPREF_09", "top");
|
define("LAN_THEMEPREF_09", "top");
|
||||||
define("LAN_THEMEPREF_10", "bottom");
|
define("LAN_THEMEPREF_10", "bottom");
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user