" + + "
" + _t("This address will be saved to your Router address book where your subscription-based addresses are stored.")); if(_context.namingService().getName().equals("BlockfileNamingService")) { out.write(" " + _t("If you want to keep track of sites you have added manually, add to your Master or Private address book instead.")); @@ -1381,12 +1381,12 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn if(_context.namingService().getName().equals("BlockfileNamingService")) { // only blockfile supports multiple books - out.write("
" + + out.write("
" + _t("This address will be saved to your Master address book. Select this option for addresses you wish to keep separate from the main router address book, but don't mind publishing.") + "
\n\n"); - out.write("" + + out.write("
" + _t("This address will be saved to your Private address book, ensuring it is never published.") + "
\n\n"); diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp index 2425b2a05..2c10bb4a3 100644 --- a/apps/i2ptunnel/jsp/editClient.jsp +++ b/apps/i2ptunnel/jsp/editClient.jsp @@ -290,7 +290,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <% } // ircclient %> -| <%=intl._t("Reduced tunnel count")%>: - " value="<%=editBean.getReduceCount(curTunnel)%>" class="freetext quantity" /> + " value="<%=editBean.getReduceCount(curTunnel)%>" class="freetext quantity" /> | diff --git a/apps/i2ptunnel/jsp/editServer.jsp b/apps/i2ptunnel/jsp/editServer.jsp index cfc2f08ab..0185e9c77 100644 --- a/apps/i2ptunnel/jsp/editServer.jsp +++ b/apps/i2ptunnel/jsp/editServer.jsp @@ -295,7 +295,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } %> |
| - <%=intl._t("Tunnel Name")%>: <%=editBean.getTunnelName(curTunnel)%> + <%=intl._t("Tunnel name")%>: <%=editBean.getTunnelName(curTunnel)%> |
| <%=intl._t("Website Name")%>: <%=editBean.getSpoofedHost(curTunnel)%> |
| <%=intl._t("Website name")%>: <%=editBean.getSpoofedHost(curTunnel)%> |
| - <%=intl._t("Old Hostname")%>: + <%=intl._t("Old hostname")%>: |