diff --git a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java index e379b239f..7acd361e5 100644 --- a/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java +++ b/apps/i2psnark/java/src/org/klomp/snark/web/I2PSnarkServlet.java @@ -3458,9 +3458,9 @@ public class I2PSnarkServlet extends BasicServlet { if (esc && _manager.util().getCommentsName().length() == 0) { buf.append("   "); buf.append(_t("Author name required to rate or comment")); - buf.append("  "); - buf.append(_t("[Configure]")); - buf.append(""); + buf.append("  ["); + buf.append(_t("Configure")); + buf.append("]"); } else { buf.append("   \n" + "\n" + - "

" + _t("Save {0} to Router address book and continue to website", destination) + "

\n

" + + "

" + _t("Save {0} to router address book and continue to website", destination) + "

\n

" + _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("

" + _t("Save {0} to Master address book and continue to website", destination) + "

\n

" + + out.write("

" + _t("Save {0} to master address book and continue to website", destination) + "

\n

" + _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("

" + _t("Save {0} to Private address book and continue to website", destination) + "

\n

" + + out.write("

" + _t("Save {0} to private address book and continue to website", destination) + "

\n

" + _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("Advanced Networking Options")%>

+

<%=intl._t("Advanced networking options")%>

@@ -462,7 +462,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
<%=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("Advanced Networking Options")%>

+

<%=intl._t("Advanced networking options")%>

diff --git a/apps/i2ptunnel/jsp/register.jsp b/apps/i2ptunnel/jsp/register.jsp index b4fcdc435..7f0e3a1a2 100644 --- a/apps/i2ptunnel/jsp/register.jsp +++ b/apps/i2ptunnel/jsp/register.jsp @@ -79,14 +79,14 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <% if (("httpserver".equals(tunnelType)) || ("httpbidirserver".equals(tunnelType))) { %> - + <% } %> @@ -425,7 +425,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } %> diff --git a/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java b/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java index 1eddd3259..69d44fd37 100644 --- a/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java +++ b/apps/routerconsole/java/src/net/i2p/router/web/SummaryBarRenderer.java @@ -284,7 +284,7 @@ class SummaryBarRenderer { buf.append("") - .append(nbsp(_t("Leasesets"))) + .append(nbsp(_t("LeaseSets"))) .append("\n") .append("
- <%=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")%>: