Author: nextgens Date: 2007-04-20 22:58:43 +0000 (Fri, 20 Apr 2007) New Revision: 12832
Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties Log: L10n: fix typos (unecessary escaping) Modified: trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties =================================================================== --- trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-04-20 21:33:20 UTC (rev 12831) +++ trunk/freenet/src/freenet/l10n/freenet.l10n.en.properties 2007-04-20 22:58:43 UTC (rev 12832) @@ -177,7 +177,7 @@ SimpleToadletServer.advancedMode=Enable Advanced Mode? SimpleToadletServer.advancedModeLong=Whether to show or not informations meant for advanced users/devs. This setting should be turned to false in most cases. SimpleToadletServer.enableJS=Enable FProxy use of Javascript? -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.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.panicButton=Show the panic button? SimpleToadletServer.panicButtonLong=Whether to show or not the panic button on the /queue/ page. SimpleToadletServer.allowedHosts=Hostnames or IP addresses that are allowed to connect to FProxy. @@ -203,7 +203,7 @@ LogConfigHandler.maxCachedLines=Max cached log lines in RAM LogConfigHandler.maxCachedLinesLong=Maximum number of lines of logging cached in RAM SymlinkerToadlet.symlinks=Symlinks in ToadletServer -SymlinkerToadlet.symlinksLong=A list of \"alias#target\"'s that forms a bunch of symlinks +SymlinkerToadlet.symlinksLong=A list of "alias#target"'s that forms a bunch of symlinks BookmarkManager.list=List of bookmarks BookmarkManager.listLong=A list of bookmarked freesites NodeIPDectector.ipOverride=IP address override @@ -229,9 +229,9 @@ NodeClientCore.downloadDir=Default download directory NodeClientCore.downloadDirLong=The directory to save downloaded files into by default NodeClientCore.downloadAllowedDirs=Directories downloading is allowed to -NodeClientCore.downloadAllowedDirsLong=Semicolon separated list of directories to which downloads are allowed. \"downloads\" means downloadsDir, empty means no downloads to disk allowed, \"all\" means downloads allowed from anywhere. WARNING! If this is set to "all" any user can download any file to anywhere on your computer! +NodeClientCore.downloadAllowedDirsLong=Semicolon separated list of directories to which downloads are allowed. "downloads" means downloadsDir, empty means no downloads to disk allowed, "all" means downloads allowed from anywhere. WARNING! If this is set to "all" any user can download any file to anywhere on your computer! NodeClientCore.uploadAllowedDirs=Directories uploading is allowed from -NodeClientCore.uploadAllowedDirsLong=Semicolon separated list of directories from which uploads are allowed. Empty means no uploads from disk allowed, "all" means uploads allowed from anywhere (including system files etc!). WARNING! If this is set to \"all\" any file on your computer can be uploaded by any user. +NodeClientCore.uploadAllowedDirsLong=Semicolon separated list of directories from which uploads are allowed. Empty means no uploads from disk allowed, "all" means uploads allowed from anywhere (including system files etc!). WARNING! If this is set to "all" any file on your computer can be uploaded by any user. NodeStat.threadLimit=Thread limit NodeStat.threadLimitLong=The node will try to limit its thread usage to the specified value, refusing new requests NodeStat.aggressiveGC=AggressiveGC modificator
