diff --git a/apps/routerconsole/jsp/configi2cp.jsp b/apps/routerconsole/jsp/configi2cp.jsp index e7a89a2458..d558225184 100644 --- a/apps/routerconsole/jsp/configi2cp.jsp +++ b/apps/routerconsole/jsp/configi2cp.jsp @@ -27,17 +27,26 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <%@include file="formhandler.jsi" %>
-

<%=intl._t("Advanced Client Interface Configuration")%>

+

<%=intl._t("Advanced Client Interface Configuration")%>

-

-<%=intl._t("External I2CP (I2P Client Protocol) Interface Configuration")%>
+ + + + + + + +
+<%=intl._t("The default settings will work for most people.")%> +<%=intl._t("Any changes made here must also be configured in the external client.")%> +<%=intl._t("Many clients do not support SSL or authorization.")%> +<%=intl._t("All changes require restart to take effect.")%> + +
<%=intl._t("External I2CP (I2P Client Protocol) Interface Configuration")%>
> <%=intl._t("Enabled without SSL")%>
> <%=intl._t("Enabled with SSL required")%>
> <%=intl._t("Disabled - Clients outside this Java process may not connect")%>
+ +
<%=intl._t("I2CP Interface")%>:
+  <%=intl._t("I2CP Port")%>: -" >
-<%=intl._t("Authorization")%>
+" > +
<%=intl._t("Authorization")%>
> <%=intl._t("Require username and password")%>
+
<%=intl._t("Username")%>: -
+  <%=intl._t("Password")%>: -
-

<%=intl._t("The default settings will work for most people.")%> -<%=intl._t("Any changes made here must also be configured in the external client.")%> -<%=intl._t("Many clients do not support SSL or authorization.")%> -<%=intl._t("All changes require restart to take effect.")%> -


+ +
" /> " /> " /> - +
+

diff --git a/apps/routerconsole/jsp/configplugins.jsp b/apps/routerconsole/jsp/configplugins.jsp index 9eb7ec3d2d..8000ca64ab 100644 --- a/apps/routerconsole/jsp/configplugins.jsp +++ b/apps/routerconsole/jsp/configplugins.jsp @@ -31,13 +31,13 @@ input.default { width: 1px; height: 1px; visibility: hidden; } if (clientshelper.showPlugins()) { if (clientshelper.isPluginUpdateEnabled()) { %> -

<%=intl._t("Plugin Configuration")%>

+

<%=intl._t("Plugin Configuration")%>

<%=intl._t("The plugins listed below are started by the webConsole client.")%>

-
+
" /> " />
@@ -45,38 +45,50 @@ input.default { width: 1px; height: 1px; visibility: hidden; } } // pluginUpdateEnabled if (clientshelper.isPluginInstallEnabled()) { %> -

<%=intl._t("Plugin Installation from URL")%>

+

<%=intl._t("Plugin Installation")%>

+ + + + - -

- -


- " /> +
+ + + + + + + + + +
<%=intl._t("Look for available plugins on {0}.", "i2pwiki.i2p")%> - <%=intl._t("To install a plugin, enter the download URL:")%> -

-
+
+ <%=intl._t("Installation from URL")%> +
+ + URL:  + " > + + " /> " /> " /> - - - -
-

<%=intl._t("Plugin Installation from File")%>

+
+<%=intl._t("Installation from File")%> +
-

<%=intl._t("Install plugin from file.")%> -
<%=intl._t("Select xpi2p or su3 file")%> : - -


+<%=intl._t("Select xpi2p or su3 file")%>:  + +
" /> - +
<% } // pluginInstallEnabled if (clientshelper.isPluginUpdateEnabled()) { %> -

<%=intl._t("Update All Plugins")%>

-
+

<%=intl._t("Update All Plugins")%>

+
" /> diff --git a/apps/routerconsole/jsp/configwebapps.jsp b/apps/routerconsole/jsp/configwebapps.jsp index 25f4734f28..add21d61df 100644 --- a/apps/routerconsole/jsp/configwebapps.jsp +++ b/apps/routerconsole/jsp/configwebapps.jsp @@ -27,16 +27,16 @@ input.default { width: 1px; height: 1px; visibility: hidden; } <%@include file="formhandler.jsi" %>
-

<%=intl._t("WebApp Configuration")%>

- <%=intl._t("The Java web applications listed below are started by the webConsole client and run in the same JVM as the router. They are usually web applications accessible through the router console. They may be complete applications (e.g. i2psnark),front-ends to another client or application which must be separately enabled (e.g. susidns, i2ptunnel), or have no web interface at all (e.g. addressbook).")%> -

+

<%=intl._t("WebApp Configuration")%>

+

+ <%=intl._t("The Java web applications listed below are started by the webConsole client and run in the same JVM as the router. They are usually web applications accessible through the router console. They may be complete applications (e.g. i2psnark),front-ends to another client or application which must be separately enabled (e.g. susidns, i2ptunnel), or have no web interface at all (e.g. addressbook).")%>  <%=intl._t("A web app may also be disabled by removing the .war file from the webapps directory; however the .war file and web app will reappear when you update your router to a newer version, so disabling the web app here is the preferred method.")%> + <%=intl._t("All changes require restart to take effect.")%>

-

<%=intl._t("All changes require restart to take effect.")%> -


+
" /> " />