<%=intl._t("Client Configuration")%>
<%=intl._t("The Java clients listed below are started by the router and run in the same JVM.")%> <% if (!clientshelper.isAdvanced()) { net.i2p.I2PAppContext ctx = net.i2p.I2PAppContext.getGlobalContext(); if (net.i2p.router.startup.ClientAppConfig.isSplitConfig(ctx)) { %> <%=intl._t("To change client options, edit the files in the directory {0}.", "" + net.i2p.router.startup.ClientAppConfig.configDir(ctx).getAbsolutePath() + "")%> <% } else { %> <%=intl._t("To change client options, edit the file {0}.", "" + net.i2p.router.startup.ClientAppConfig.configFile(ctx).getAbsolutePath() + "")%> <% } } // !isAdvanced() %> <%=intl._t("All changes require restart to take effect.")%>
<%=intl._t("Be careful changing any settings here. The 'router console' and 'application tunnels' are required for most uses of I2P. Only advanced users should change these.")%>