From f16ba8ee06e2b6aca3039dff72c40f1f88bc1472 Mon Sep 17 00:00:00 2001 From: forget Date: Fri, 8 Jan 2010 15:46:22 +0000 Subject: [PATCH] Tagged missing strings. Retagged (merged) couple strings to have 1 string per sentence instead of translating them chunk by chunk while their internal punctuation marks were outside of the translation scope. --- apps/routerconsole/jsp/configservice.jsp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/routerconsole/jsp/configservice.jsp b/apps/routerconsole/jsp/configservice.jsp index e76e03623..5b081b412 100644 --- a/apps/routerconsole/jsp/configservice.jsp +++ b/apps/routerconsole/jsp/configservice.jsp @@ -32,8 +32,7 @@ <% if (System.getProperty("wrapper.version") != null) { %>

<%=intl._("If you want the router to restart itself after shutting down, you can choose one of the following.")%> - <%=intl._("This is useful in some situations")%> - - <%=intl._("for example, if you changed some settings that client applications only read at startup, such as the routerconsole password or the interface it listens on.")%> + <%=intl._("This is useful in some situations - for example, if you changed some settings that client applications only read at startup, such as the routerconsole password or the interface it listens on.")%> <%=intl._("A graceful restart will take a few minutes (but your peers will appreciate your patience), while a hard restart does so immediately.")%> <%=intl._("After tearing down the router, it will wait 1 minute before starting back up again.")%>


@@ -50,8 +49,7 @@ " > " >

<%=intl._("Run on startup")%>

-

<%=intl._("You can control whether I2P is run on startup or not by selecting one of the following options")%> - - <%=intl._("I2P will install (or remove) a service accordingly.")%> +

<%=intl._("You can control whether I2P is run on startup or not by selecting one of the following options - I2P will install (or remove) a service accordingly.")%> <%=intl._("If you prefer the command line, you can also run the ")%> install_i2p_service_winnt.bat (<%=intl._("or")%> uninstall_i2p_service_winnt.bat).


@@ -63,9 +61,7 @@ <% if (System.getProperty("wrapper.version") != null) { %>

<%=intl._("Debugging")%>

-

At times, it may be helpful to debug I2P by getting a thread dump. - To do so, please select the following option and review the thread dumped to - wrapper.log.

+

<%=intl._("At times, it may be helpful to debug I2P by getting a thread dump. To do so, please select the following option and review the thread dumped to wrapper.log.")%>


" > <% } %>