diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp index 40d1028b0..ce4cfacae 100644 --- a/apps/i2ptunnel/jsp/editClient.jsp +++ b/apps/i2ptunnel/jsp/editClient.jsp @@ -56,17 +56,17 @@
- + <%=tunnelTypeName%>
@@ -77,9 +77,9 @@
<% if ("streamrclient".equals(tunnelType)) { %> - + <% } else { %> - + <% } %>
@@ -87,7 +87,9 @@ Port: <% String value = editBean.getClientPort(curTunnel); if (value == null || "".equals(value.trim())) - out.write(" (required)"); + out.write(" ("); + out.write(intl._("required")); + out.write(")"); %> @@ -99,7 +101,7 @@ } else { %>
<% } // streamrclient %> @@ -120,10 +122,12 @@ Host: <% String vvv = otherInterface; if (vvv == null || "".equals(vvv.trim())) - out.write(" (required)"); + out.write(" ("); + out.write(intl._("required")); + out.write(")"); %> <% } else { %> - Other: + <%=intl._("Other")%>(O): <% } %> @@ -136,55 +140,57 @@ <% if ("httpclient".equals(tunnelType) || "connectclient".equals(tunnelType)) { %>
<% } else if ("client".equals(tunnelType) || "ircclient".equals(tunnelType) || "streamrclient".equals(tunnelType)) { %>
- (name or destination) + (<%=intl._("name or destination")%>)
<% } %> <% if (!"streamrclient".equals(tunnelType)) { %>
class="tickbox" /> - (for request/response connections) + (<%=intl._("for request/response connections")%>)
class="tickbox" /> - (Share tunnels with other clients and irc/httpclients? Change requires restart of client proxy) + <%=intl._("(Share tunnels with other clients and irc/httpclients? Change requires restart of client proxy)")%>
<% } // !streamrclient %>
class="tickbox" /> - (Check the Box for 'YES') + <%=intl._("(Check the Box for 'YES')")%>