<%=intl._t("I2P is a communication tool for people who value privacy and wish to remain anonymous online.")%>
<%=intl._t("I2P is a peer to peer network where you can browse and create hidden services.")%>
<%
} else if (ipg == 3) {
// Overview of bandwidth test
%>
<%=intl._t("I2P will now test your internet connection to identify the optimal speed settings.")%>
<%=intl._t("Bandwidth participation improves the anonymity level of all users on the network and maximizes your download speed.")%>
<%=intl._t("This is done using the third-party M-Lab service.")%>
<%=intl._t("Please review the M-Lab privacy policies linked below.")%>
<%=intl._t("If you do not wish to run the M-Lab bandwidth test, you may skip it by clicking the button below.")%>
<%=intl._t("M-Lab Privacy Policy")%>
<%=intl._t("M-Lab Name Server Privacy Policy")%>
<%
} else if (ipg == 4) {
// Bandwidth test in progress (w/ AJAX)
%>
<%=intl._t("Javascript is disabled - wait 60 seconds for the bandwidth test to complete and then click Next")%>
<%=intl._t("Test running?")%> | <%=wizhelper.isNDTRunning()%> |
<%=intl._t("Test complete?")%> | <%=wizhelper.isNDTComplete()%> |
<%=intl._t("Test server location")%> | <%=wizhelper.getServerLocation()%> |
<%=intl._t("Completion status")%> | <%=wizhelper.getCompletionStatus()%> |
<%=intl._t("Details")%> | <%=wizhelper.getDetailStatus()%> |
<%
if (wizhelper.isNDTSuccessful()) {
// don't display this if test failed
%>
<%=intl._t("Downstream Bandwidth")%> | <%=net.i2p.data.DataHelper.formatSize2Decimal(wizhelper.getDownBandwidth())%>Bps |
<%=intl._t("Upstream Bandwidth")%> | <%=net.i2p.data.DataHelper.formatSize2Decimal(wizhelper.getUpBandwidth())%>Bps |
<%=intl._t("Share of Bandwidth for I2P")%> | <%=Math.round(net.i2p.router.web.helpers.WizardHelper.BW_SCALE * 100)%>% |
<%
} // sucessful
%>
<%
} // skipbw
%>
<% int share = Math.round(wizhelper.getShareBandwidth() * 1.024f);
if (share < 12) {
out.print("");
out.print(intl._t("NOTE"));
out.print(": ");
out.print(intl._t("You have configured I2P to share only {0} KBps.", share));
out.print("\n");
out.print(intl._t("I2P requires at least 12KBps to enable sharing. "));
out.print(intl._t("Please enable sharing (participating in tunnels) by configuring more bandwidth. "));
out.print(intl._t("It improves your anonymity by creating cover traffic, and helps the network."));
} else {
out.print(intl._t("You have configured I2P to share {0} KBps.", share));
out.print("\n");
out.print(intl._t("The higher the share bandwidth the more you improve your anonymity and help the network."));
}
%>
<%
} else if (ipg == 6) {
// Browser setup
%>
<%=intl._t("Your browser needs to be configured to work with I2P.")%>
<%=intl._t("We currently provide an I2P Browser which configures itself automatically")%>
<%=intl._t("that you may retrieve from here.")%>
<%=intl._t("Be aware that this product is currently in beta-testing.")%>
<%=intl._t("Alternatively, you can configure your browser of choice to use I2P.")%>
<%=intl._t("If you want to do this yourself, here are instructions.")%>
<%
if (net.i2p.util.SystemVersion.isWindows()) {
%>
<%=intl._t("Otherwise, the recommended way to browse I2P websites is with a separate profile in the Firefox browser.")%>
- <%=intl._t("Install Firefox")%>
- <%=intl._t("Install the I2P Firefox profile")%>
<%
} //isWindows()
%>
<%
} else if (ipg == LAST_PAGE) {
// Done
%>
<%=intl._t("When you start I2P, it may take a few minutes to bootstrap (integrate) your router into the network and find additional peers, so please be patient.")%>
<%=intl._t("When I2P starts up, and during normal operation, I2P's tunnel build readiness indicator in the side panel may indicate that I2P is \"Rejecting Tunnels\"; this is normal behavior.")%>
<%=intl._t("Once green stars are indicated next to your Local Tunnels, there is a wide variety of things you can do with I2P.")%>
<%
} else {
%>