Author: toad
Date: 2007-12-13 22:33:48 +0000 (Thu, 13 Dec 2007)
New Revision: 16511

Modified:
   trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
   trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
Log:
More updates to first time wizard opennet choice.

Modified: trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java  
2007-12-13 13:12:52 UTC (rev 16510)
+++ trunk/freenet/src/freenet/clients/http/FirstTimeWizardToadlet.java  
2007-12-13 22:33:48 UTC (rev 16511)
@@ -61,6 +61,9 @@
                        opennetDiv.addChild("input", new String[] { "type", 
"name", "value" }, new String[] { "radio", "enableOpennet", "true" }, 
l10n("opennetYes"));
                        opennetDiv.addChild("br");
                        opennetDiv.addChild("input", new String[] { "type", 
"name", "value" }, new String[] { "radio", "enableOpennet", "false" }, 
l10n("opennetNo"));
+                       HTMLNode para = opennetForm.addChild("p");
+                       para.addChild("b", l10n("warningTitle")+' ');
+                       L10n.addL10nSubstitution(para, 
"FirstTimeWizardToadlet.opennetWarning", new String[] { "bold", "/bold" }, new 
String[] { "<b>", "</b>" });
                        opennetForm.addChild("input", new String[] { "type", 
"name", "value" }, new String[] { "submit", "opennetF", 
L10n.getString("FirstTimeWizardToadlet.continue")});
                        opennetForm.addChild("input", new String[] { "type", 
"name", "value" }, new String[] { "submit", "cancel", 
L10n.getString("Toadlet.cancel")});
                        this.writeHTMLReply(ctx, 200, "OK", 
pageNode.generate());

Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties
===================================================================
--- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties   2007-12-13 
13:12:52 UTC (rev 16510)
+++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties   2007-12-13 
22:33:48 UTC (rev 16511)
@@ -233,10 +233,12 @@
 FirstTimeWizardToadlet.chooseNodeName=Node name required!
 FirstTimeWizardToadlet.chooseNodeNameLong=Please enter a node name in the 
field below (we recommend a nickname possibly with an email address). This is 
so that your friends (trusted peers, which you have manually added) can easily 
tell your node from their other nodes. This is not visible to strangers 
(untrusted automatically added peers). Note that any friend or stranger may 
trivially identify you from your IP address, since you are connected to them, 
but they cannot easily tell what you are requesting.
 FirstTimeWizardToadlet.connectToStrangers=Connect to strangers?
-FirstTimeWizardToadlet.connectToStrangersLong=Ideally, all Freenet users would 
connect only to people they know. This is far more secure, making it very 
difficult for others to tell that you are using Freenet. However, if you don't 
know at least 5 people already running Freenet nodes, you can choose to connect 
to strangers (opennet aka Promiscuous Mode). Note that you can always turn this 
off later.
+FirstTimeWizardToadlet.connectToStrangersLong=Ideally, all Freenet users would 
connect only to people they know. This is far more secure, making it very 
difficult for others to tell that you are using Freenet. However, if you don't 
know at least 5 people already running Freenet, you can choose to connect to 
strangers. Note that you can always turn this off later.
 FirstTimeWizardToadlet.enableOpennet=Do you know anyone already using Freenet?
 FirstTimeWizardToadlet.opennetYes=No, I want the node to automatically find 
strangers to connect to. 
 FirstTimeWizardToadlet.opennetNo=Yes, I have at least 5 friends already using 
Freenet and I will add their details on the Friends page.
+FirstTimeWizardToadlet.warningTitle=Warning!
+FirstTimeWizardToadlet.opennetWarning=Running Freenet may be illegal where you 
live, as it enables unrestricted, anonymous free speech. If so, telling the 
node to automatically connect to strangers may make it easy for your government 
to discover that you are running Freenet, so you should only connect to people 
you know (and ideally trust). Freenet is still beta software, we make no 
guarantees about security! In particular, those you connect to 
${bold}may${/bold} be able to spy on your requests.
 FirstTimeWizardToadlet.welcomeInfoboxTitle=Welcome to Freenet first time 
wizard!
 FirstTimeWizardToadlet.welcomeInfoboxContent1=Welcome to Freenet first time 
wizard. This tool will enable you to configure your node quickly and easily to 
get you started.
 FirstTimeWizardToadlet.bandwidthLimit=Bandwidth limits


Reply via email to