Author: toad Date: 2008-03-06 14:31:34 +0000 (Thu, 06 Mar 2008) New Revision: 18387
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties Log: Document config option enableInlinePrefetch Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties =================================================================== --- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-03-06 14:30:27 UTC (rev 18386) +++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2008-03-06 14:31:34 UTC (rev 18387) @@ -942,6 +942,8 @@ SimpleToadletServer.enableJSLong=Whether or not FProxy should use Javascript "helpers". This setting should be turned to false in most cases. Note that freesites may not use javascript even if this is enabled. SimpleToadletServer.enabled=Enable FProxy? SimpleToadletServer.enabledLong=Whether to enable FProxy and related HTTP services +SimpleToadletServer.enableInlinePrefetch=Enable prefetching of inline images? +SimpleToadletServer.enableInlinePrefetch=This may help if your browser only uses a small number of connections to talk to the node. On the other hand it may not. SimpleToadletServer.enablePersistentConnections=Enable persistent HTTP connections? (Read detailed description) SimpleToadletServer.enablePersistentConnections=Don't enable this unless your browser is configured to use lots of connections even if they are persistent. SimpleToadletServer.illegalCSSName=CSS name must not contain slashes or colons!
