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 e379b239fa125c9fb8c22c6f016ed91a910c2a47..7acd361e54e9dd7f8a6242c654631c51d408b333 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(" <span id=\"nameRequired\">"); buf.append(_t("Author name required to rate or comment")); - buf.append(" <a href=\"").append(_contextPath).append("/configure#configureAuthor\">"); - buf.append(_t("[Configure]")); - buf.append("</a></span>"); + buf.append(" <a href=\"").append(_contextPath).append("/configure#configureAuthor\">["); + buf.append(_t("Configure")); + buf.append("]</a></span>"); } else { buf.append(" <span id=\"nameRequired\"><span class=\"commentAuthorName\" title=\"") .append(_t("Your author name for published comments and ratings")) diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java index f3378be5023ed42135d71263367e3059b9292ccd..f4f74cf040cb28753545d48f6ea58998857a34ab 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClient.java @@ -1370,7 +1370,7 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn "<input type=\"hidden\" name=\"dest\" value=\"" + ahelperKey + "\">\n" + "<input type=\"hidden\" name=\"nonce\" value=\"" + _proxyNonce + "\">\n" + - "<h4>" + _t("Save {0} to Router address book and continue to website", destination) + "</h4>\n<p>" + + "<h4>" + _t("Save {0} to router address book and continue to website", destination) + "</h4>\n<p>" + _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("<h4>" + _t("Save {0} to Master address book and continue to website", destination) + "</h4>\n<p>" + + out.write("<h4>" + _t("Save {0} to master address book and continue to website", destination) + "</h4>\n<p>" + _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.") + "</p>\n<div class=\"formaction\"><button type=\"submit\" class=\"accept\" name=\"master\" value=\"master\">" + _t("Save & continue") + "</button></div>\n"); - out.write("<h4>" + _t("Save {0} to Private address book and continue to website", destination) + "</h4>\n<p>" + + out.write("<h4>" + _t("Save {0} to private address book and continue to website", destination) + "</h4>\n<p>" + _t("This address will be saved to your Private address book, ensuring it is never published.") + "</p>\n<div class=\"formaction\"><button type=\"submit\" class=\"accept\" name=\"private\" value=\"private\">" + _t("Save & continue") + "</button></div>\n"); diff --git a/apps/i2ptunnel/jsp/editClient.jsp b/apps/i2ptunnel/jsp/editClient.jsp index 2425b2a05b729545a2aa986a0885b3459f55b988..2c10bb4a3c0e54a07f39091b9f92498672e80599 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 %> </table> - <h3><%=intl._t("Advanced Networking Options")%></h3> + <h3><%=intl._t("Advanced networking options")%></h3> <table class="tunnelConfig"> @@ -462,7 +462,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <tr> <td> <b><%=intl._t("Reduced tunnel count")%>:</b> - <input type="text" id="reducedTunnelCount" name="reduceCount" size="1" maxlength="1" title="<%=intl._t("Reduced Tunnel Count")%>" value="<%=editBean.getReduceCount(curTunnel)%>" class="freetext quantity" /> + <input type="text" id="reducedTunnelCount" name="reduceCount" size="1" maxlength="1" title="<%=intl._t("Reduced tunnel count")%>" value="<%=editBean.getReduceCount(curTunnel)%>" class="freetext quantity" /> </td> <td> diff --git a/apps/i2ptunnel/jsp/editServer.jsp b/apps/i2ptunnel/jsp/editServer.jsp index cfc2f08ab70511a946f04da0d67f1620513946d4..0185e9c77f5d0e44e8268d86299f5e9b3c506aa2 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; } %> </table> - <h3><%=intl._t("Advanced Networking Options")%></h3> + <h3><%=intl._t("Advanced networking options")%></h3> <table id="#advancedServerTunnelOptions" class="tunnelConfig"> <tr> diff --git a/apps/i2ptunnel/jsp/register.jsp b/apps/i2ptunnel/jsp/register.jsp index b4fcdc4352f62f8ed3d486babbe39022cbc6a86b..7f0e3a1a208e63f87fe9737adeb3e2a57e2ddbce 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; } </tr> <tr> <td> - <b><%=intl._t("Tunnel Name")%>:</b> <%=editBean.getTunnelName(curTunnel)%> + <b><%=intl._t("Tunnel name")%>:</b> <%=editBean.getTunnelName(curTunnel)%> </td> </tr> <% if (("httpserver".equals(tunnelType)) || ("httpbidirserver".equals(tunnelType))) { %> - <tr><td><b><%=intl._t("Website Name")%>:</b> <%=editBean.getSpoofedHost(curTunnel)%></td></tr> + <tr><td><b><%=intl._t("Website name")%>:</b> <%=editBean.getSpoofedHost(curTunnel)%></td></tr> <% } %> @@ -425,7 +425,7 @@ input.default { width: 1px; height: 1px; visibility: hidden; } %> <tr> <td> - <b><%=intl._t("Old Hostname")%>:</b> + <b><%=intl._t("Old hostname")%>:</b> <input type="text" size="30" maxlength="50" name="oldname" id="oldName" value="<%=oldname%>" class="freetext" /> </td> </tr> 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 1eddd32591d6342bfd29947a0e4a0cd80df1078a..69d44fd3712c68fc632622612a08094412658a8c 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("<a title=\"") .append(_t("View active leasesets (debug mode)")) .append("\" href=\"/netdb?l=2\">") - .append(nbsp(_t("Leasesets"))) + .append(nbsp(_t("LeaseSets"))) .append("</a>\n") .append("<a title=\"")