ConfigServices.jsp fix, update the POs
This commit is contained in:
@ -23,16 +23,19 @@
|
|||||||
System.setProperty("net.i2p.router.web.ConfigServiceHandler.nonce", new java.util.Random().nextLong()+""); %>
|
System.setProperty("net.i2p.router.web.ConfigServiceHandler.nonce", new java.util.Random().nextLong()+""); %>
|
||||||
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigServiceHandler.nonce")%>" />
|
<input type="hidden" name="nonce" value="<%=System.getProperty("net.i2p.router.web.ConfigServiceHandler.nonce")%>" />
|
||||||
<h3><%=intl._("Shutdown the router")%></h3>
|
<h3><%=intl._("Shutdown the router")%></h3>
|
||||||
<p><%=intl._("Graceful shutdown lets the router satisfy the agreements it has already made before shutting down, but may take a few minutes. If you need to kill the router immediately, that option is available as well.")%>
|
<p><%=intl._("Graceful shutdown lets the router satisfy the agreements it has already made before shutting down, but may take a few minutes.")%>
|
||||||
</p>
|
<%=intl._("If you need to kill the router immediately, that option is available as well.")%></p>
|
||||||
<hr><div class="formaction">
|
<hr><div class="formaction">
|
||||||
<input type="submit" name="action" value="Shutdown gracefully" />
|
<input type="submit" name="action" value="Shutdown gracefully" />
|
||||||
<input type="submit" name="action" value="Shutdown immediately" />
|
<input type="submit" name="action" value="Shutdown immediately" />
|
||||||
<input type="submit" name="action" value="Cancel graceful shutdown" />
|
<input type="submit" name="action" value="Cancel graceful shutdown" />
|
||||||
</div>
|
</div>
|
||||||
<% if (System.getProperty("wrapper.version") != null) { %>
|
<% if (System.getProperty("wrapper.version") != null) { %>
|
||||||
<p><%=intl._("If you want the router to restart itself after shutting down, you can choose one of the following. 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. A graceful restart will take a few minutes (but your peers will appreciate your patience), while a hard restart does so immediately. After tearing down the router, it will wait 1 minute before starting back up again.")%>
|
<p><%=intl._("If you want the router to restart itself after shutting down, you can choose one of the following.")%>
|
||||||
</p>
|
<%=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._("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.")%></p>
|
||||||
<hr><div class="formaction">
|
<hr><div class="formaction">
|
||||||
<input type="submit" name="action" value="Graceful restart" />
|
<input type="submit" name="action" value="Graceful restart" />
|
||||||
<input type="submit" name="action" value="Hard restart" />
|
<input type="submit" name="action" value="Hard restart" />
|
||||||
@ -40,25 +43,28 @@
|
|||||||
|
|
||||||
<% if ( (System.getProperty("os.name") != null) && (System.getProperty("os.name").startsWith("Win")) ) { %>
|
<% if ( (System.getProperty("os.name") != null) && (System.getProperty("os.name").startsWith("Win")) ) { %>
|
||||||
<h3><%=intl._("Systray integration")%></h3>
|
<h3><%=intl._("Systray integration")%></h3>
|
||||||
<p><%=intl._("On the windows platform, there is a small application to sit in the system tray, allowing you to view the router's status (later on, I2P client applications will be able to integrate their own functionality into the system tray as well). If you are on windows, you can either enable or disable that icon here.")%>
|
<p><%=intl._("On the windows platform, there is a small application to sit in the system tray, allowing you to view the router's status")%>
|
||||||
</p>
|
<%=intl._("(later on, I2P client applications will be able to integrate their own functionality into the system tray as well).")%>
|
||||||
|
<%=intl._("If you are on windows, you can either enable or disable that icon here.")%></p>
|
||||||
<hr><div class="formaction">
|
<hr><div class="formaction">
|
||||||
<input type="submit" name="action" value="Show systray icon" />
|
<input type="submit" name="action" value="Show systray icon" />
|
||||||
<input type="submit" name="action" value="Hide systray icon" />
|
<input type="submit" name="action" value="Hide systray icon" />
|
||||||
</div><h3><%=intl._("Run on startup")%></h3>
|
</div><h3><%=intl._("Run on startup")%></h3>
|
||||||
<p><%=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.")%>
|
<p><%=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._("If you prefer the command line, you can also run the ")%> <code>install_i2p_service_winnt.bat</code> (<%=intl._("or")%>
|
<%=intl._("If you prefer the command line, you can also run the ")%> <code>install_i2p_service_winnt.bat</code> (<%=intl._("or")%>
|
||||||
<code>uninstall_i2p_service_winnt.bat</code>).</p>
|
<code>uninstall_i2p_service_winnt.bat</code>).</p>
|
||||||
<hr><div class="formaction">
|
<hr><div class="formaction">
|
||||||
<input type="submit" name="action" value="Run I2P on startup" />
|
<input type="submit" name="action" value="Run I2P on startup" />
|
||||||
<input type="submit" name="action" value="Don't run I2P on startup" /></div>
|
<input type="submit" name="action" value="Don't run I2P on startup" /></div>
|
||||||
<p><b><%=intl._("Note")%>:</b> <%=intl._("If you are running I2P as service right now, removing it will shut down your router immediately. You may want to consider shutting down gracefully, as above, then running uninstall_i2p_service_winnt.bat.")%>
|
<p><b><%=intl._("Note")%>:</b> <%=intl._("If you are running I2P as service right now, removing it will shut down your router immediately.")%>
|
||||||
</p>
|
<%=intl._("You may want to consider shutting down gracefully, as above, then running uninstall_i2p_service_winnt.bat.")%></p>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<% if (System.getProperty("wrapper.version") != null) { %>
|
<% if (System.getProperty("wrapper.version") != null) { %>
|
||||||
<h3><%=intl._("Debugging")%></h3>
|
<h3><%=intl._("Debugging")%></h3>
|
||||||
<p><%=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")%>
|
<p> 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
|
||||||
<a href="logs.jsp#servicelogs">wrapper.log</a>.</p>
|
<a href="logs.jsp#servicelogs">wrapper.log</a>.</p>
|
||||||
<hr><div class="formaction">
|
<hr><div class="formaction">
|
||||||
<input type="submit" name="action" value="Dump threads" />
|
<input type="submit" name="action" value="Dump threads" />
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: I2P routerconsole\n"
|
"Project-Id-Version: I2P routerconsole\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2009-10-24 05:55+0000\n"
|
"POT-Creation-Date: 2009-10-24 08:33+0000\n"
|
||||||
"PO-Revision-Date: 2009-10-19 12:50+0000\n"
|
"PO-Revision-Date: 2009-10-19 12:50+0000\n"
|
||||||
"Last-Translator: foo <foo@bar>\n"
|
"Last-Translator: foo <foo@bar>\n"
|
||||||
"Language-Team: foo <foo@bar>\n"
|
"Language-Team: foo <foo@bar>\n"
|
||||||
@ -121,7 +121,7 @@ msgid "Specify hostname or IP"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/config_jsp.java:413
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/config_jsp.java:413
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:340
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:356
|
||||||
msgid "or"
|
msgid "or"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
@ -180,7 +180,7 @@ msgid "Specify Port"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/config_jsp.java:487
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/config_jsp.java:487
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:342
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:358
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configtunnels_jsp.java:363
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configtunnels_jsp.java:363
|
||||||
msgid "Note"
|
msgid "Note"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
@ -754,71 +754,103 @@ msgstr ""
|
|||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:320
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:320
|
||||||
msgid ""
|
msgid ""
|
||||||
"Graceful shutdown lets the router satisfy the agreements it has already made "
|
"Graceful shutdown lets the router satisfy the agreements it has already made "
|
||||||
"before shutting down, but may take a few minutes. If you need to kill the "
|
"before shutting down, but may take a few minutes."
|
||||||
"router immediately, that option is available as well."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:324
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:322
|
||||||
|
msgid ""
|
||||||
|
"If you need to kill the router immediately, that option is available as well."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:326
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you want the router to restart itself after shutting down, you can choose "
|
"If you want the router to restart itself after shutting down, you can choose "
|
||||||
"one of the following. This is useful in some situations - for example, if "
|
"one of the following."
|
||||||
"you changed some settings that client applications only read at startup, "
|
msgstr ""
|
||||||
"such as the routerconsole password or the interface it listens on. A "
|
|
||||||
"graceful restart will take a few minutes (but your peers will appreciate "
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:328
|
||||||
"your patience), while a hard restart does so immediately. After tearing "
|
msgid "This is useful in some situations"
|
||||||
"down the router, it will wait 1 minute before starting back up again."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:330
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:330
|
||||||
msgid "Systray integration"
|
msgid ""
|
||||||
|
"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."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:332
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:332
|
||||||
msgid ""
|
msgid ""
|
||||||
"On the windows platform, there is a small application to sit in the system "
|
"A graceful restart will take a few minutes (but your peers will appreciate "
|
||||||
"tray, allowing you to view the router's status (later on, I2P client "
|
"your patience), while a hard restart does so immediately."
|
||||||
"applications will be able to integrate their own functionality into the "
|
|
||||||
"system tray as well). If you are on windows, you can either enable or "
|
|
||||||
"disable that icon here."
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:334
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:334
|
||||||
msgid "Run on startup"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:336
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"You can control whether I2P is run on startup or not by selecting one of the "
|
"After tearing down the router, it will wait 1 minute before starting back up "
|
||||||
"following options - I2P will install (or remove) a service accordingly."
|
"again."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:338
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:340
|
||||||
msgid "If you prefer the command line, you can also run the "
|
msgid "Systray integration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:342
|
||||||
|
msgid ""
|
||||||
|
"On the windows platform, there is a small application to sit in the system "
|
||||||
|
"tray, allowing you to view the router's status"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:344
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:344
|
||||||
msgid ""
|
msgid ""
|
||||||
"If you are running I2P as service right now, removing it will shut down your "
|
"(later on, I2P client applications will be able to integrate their own "
|
||||||
"router immediately. You may want to consider shutting down gracefully, as "
|
"functionality into the system tray as well)."
|
||||||
"above, then running uninstall_i2p_service_winnt.bat."
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:346
|
||||||
|
msgid "If you are on windows, you can either enable or disable that icon here."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:348
|
||||||
|
msgid "Run on startup"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:350
|
||||||
|
msgid ""
|
||||||
|
"You can control whether I2P is run on startup or not by selecting one of the "
|
||||||
|
"following options"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:352
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:352
|
||||||
msgid "Debugging"
|
msgid "I2P will install (or remove) a service accordingly."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:354
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:354
|
||||||
msgid ""
|
msgid "If you prefer the command line, you can also run the "
|
||||||
"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"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:358
|
|
||||||
msgid "Launch browser on router startup?"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:360
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:360
|
||||||
msgid ""
|
msgid ""
|
||||||
|
"If you are running I2P as service right now, removing it will shut down your "
|
||||||
|
"router immediately."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:362
|
||||||
|
msgid ""
|
||||||
|
"You may want to consider shutting down gracefully, as above, then running "
|
||||||
|
"uninstall_i2p_service_winnt.bat."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:370
|
||||||
|
msgid "Debugging"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:374
|
||||||
|
msgid "Launch browser on router startup?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: ../jsp/WEB-INF/classes/net/i2p/router/web/jsp/configservice_jsp.java:376
|
||||||
|
msgid ""
|
||||||
"I2P's main configuration interface is this web console, so for your "
|
"I2P's main configuration interface is this web console, so for your "
|
||||||
"convenience I2P can launch a web browser on startup pointing at"
|
"convenience I2P can launch a web browser on startup pointing at"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user