隧道菜单国际化
This commit is contained in:
@@ -75,6 +75,10 @@ tunnel_protocol_control=tunnel protocol control
|
|||||||
l2tp_ip_control=l2tp ip control
|
l2tp_ip_control=l2tp ip control
|
||||||
pptp_ip_control=pptp ip control
|
pptp_ip_control=pptp ip control
|
||||||
openvpn_control=openvpn control
|
openvpn_control=openvpn control
|
||||||
|
socks_control= socks control
|
||||||
|
gre_control=gre control
|
||||||
|
ike_control=ike control
|
||||||
|
ipsec_control=ipsec control
|
||||||
ssh_control=ssh control
|
ssh_control=ssh control
|
||||||
ssl_control=ssl control
|
ssl_control=ssl control
|
||||||
ssl_feature_control=ssl feature control
|
ssl_feature_control=ssl feature control
|
||||||
|
|||||||
@@ -77,6 +77,10 @@ tunnel_protocol_control=tunnel protocol control
|
|||||||
l2tp_ip_control=l2tp ip control
|
l2tp_ip_control=l2tp ip control
|
||||||
pptp_ip_control=pptp ip control
|
pptp_ip_control=pptp ip control
|
||||||
openvpn_control=openvpn control
|
openvpn_control=openvpn control
|
||||||
|
socks_control=socks control
|
||||||
|
gre_control=gre control
|
||||||
|
ike_control=ike control
|
||||||
|
ipsec_control=ipsec control
|
||||||
ssh_control=ssh control
|
ssh_control=ssh control
|
||||||
ssl_control=ssl control
|
ssl_control=ssl control
|
||||||
ssl_feature_control=ssl feature control
|
ssl_feature_control=ssl feature control
|
||||||
|
|||||||
@@ -78,6 +78,10 @@ tunnel_protocol_control=\u96A7\u9053\u534F\u8BAE\u7BA1\u63A7
|
|||||||
l2tp_ip_control=L2TP\u534F\u8BAEIP\u7BA1\u63A7
|
l2tp_ip_control=L2TP\u534F\u8BAEIP\u7BA1\u63A7
|
||||||
pptp_ip_control=pptp\u534F\u8BAEIP\u7BA1\u63A7
|
pptp_ip_control=pptp\u534F\u8BAEIP\u7BA1\u63A7
|
||||||
openvpn_control=OpenVPN\u7BA1\u63A7
|
openvpn_control=OpenVPN\u7BA1\u63A7
|
||||||
|
socks_control=socks\u7BA1\u63A7
|
||||||
|
gre_control=gre\u7BA1\u63A7
|
||||||
|
ike_control=ike\u7BA1\u63A7
|
||||||
|
ipsec_control=ipsec\u7BA1\u63A7
|
||||||
ssh_control=SSH\u7BA1\u63A7
|
ssh_control=SSH\u7BA1\u63A7
|
||||||
ssl_control=SSL\u7BA1\u63A7
|
ssl_control=SSL\u7BA1\u63A7
|
||||||
ssl_feature_control=SSL\u8BC1\u4E66\u7279\u5F81\u7BA1\u63A7
|
ssl_feature_control=SSL\u8BC1\u4E66\u7279\u5F81\u7BA1\u63A7
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<%@ include file="/WEB-INF/include/taglib.jsp"%>
|
<%@ include file="/WEB-INF/include/taglib.jsp"%>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title><spring:message code="${cfgName}"></spring:message></title>
|
<title><spring:message code="domain_control_white"></spring:message></title>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
//搜索框提示语初始化
|
//搜索框提示语初始化
|
||||||
@@ -62,7 +62,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
<spring:message code="${cfgName}"></spring:message>
|
<spring:message code="domain_control_white"></spring:message>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
<h5 class="page-header"></h5>
|
<h5 class="page-header"></h5>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<%@ include file="/WEB-INF/include/taglib.jsp"%>
|
<%@ include file="/WEB-INF/include/taglib.jsp"%>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title><spring:message code="${cfgName}"></spring:message></title>
|
<title><spring:message code="ip_control_white"></spring:message></title>
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
//搜索框提示语初始化
|
//搜索框提示语初始化
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
</shiro:hasPermission>
|
</shiro:hasPermission>
|
||||||
</div>
|
</div>
|
||||||
<h3 class="page-title">
|
<h3 class="page-title">
|
||||||
<spring:message code="${cfgName}"></spring:message>
|
<spring:message code="ip_control_white"></spring:message>
|
||||||
<small><spring:message code="date_list"/></small>
|
<small><spring:message code="date_list"/></small>
|
||||||
</h3>
|
</h3>
|
||||||
<h5 class="page-header"></h5>
|
<h5 class="page-header"></h5>
|
||||||
|
|||||||
Reference in New Issue
Block a user