diff -pruN 2.7.5~dfsg.1-1/build.xml 2.8.9-0ubuntu1/build.xml
--- 2.7.5~dfsg.1-1/build.xml	2008-06-14 23:51:10.000000000 +0100
+++ 2.8.9-0ubuntu1/build.xml	1970-01-01 01:00:00.000000000 +0100
@@ -1,54 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project name="foxyproxy" default="build-xpi">
-
-  <!-- version property is appended to XPI filename; e.g., foxyproxy-1.0.xpi -->
-  <property name="version" value="2.7.5" />
-  <property name="temp-path" value="../temp" />
-  <property name="src-base" value="."/>
-  <property name="target-path" value="../targets"/>
-
-
-  <!-- guid of your extension -->
-  <property name="guid" value="{foxyproxy@eric.h.jung}" />
-
-  <target name="copy">
-    <copy todir="${temp-path}" overwrite="true">
-      <!-- ignore timestamps -->
-      <fileset dir="${src-base}" excludes="**/amo.properties,**/*.xpi/**,**/*.jar/**,**/build.xml/**,**/chrome.manifest/**,**/*.project/**,**/tbird*.*/**" />
-    </copy>
-  </target>
-
-  <!-- create the jar -->
-  <target name="jar">
-    <zip destfile="${temp-path}/chrome/foxyproxy.jar">
-      <zipfileset dir="${temp-path}/content" prefix="content" includes="**/**" />
-      <zipfileset dir="${temp-path}/skin" prefix="skin" includes="**/**" />
-      <zipfileset dir="${temp-path}/locale" prefix="locale" includes="**/**" />
-    </zip>
-  </target>
-
-  <!-- create foxyproxy-x.y.z.xpi in the current dir using install.rdf in the current dir -->
-  <target name="build">
-    <copy file="chrome.manifest.packaging" tofile="${temp-path}/chrome.manifest" />
-    <zip destfile="${target-path}/foxyproxy-${version}.xpi">
-      <fileset dir="${temp-path}" includes="chrome.manifest install.rdf install.js LICENSE chrome/" />
-      <zipfileset dir="${temp-path}/components" prefix="components" includes="**/**" />
-      <zipfileset dir="${temp-path}/defaults" prefix="defaults" includes="**/**" />
-    </zip>
-  </target>
-
-
-  <target name="clean">
-    <delete dir="${temp-path}" failonerror="false" />
-  </target>
-
-  <target name="init">
-    <mkdir dir="${temp-path}" />
-    <mkdir dir="${target-path}" />  	
-    <delete>
-      <fileset dir="${target-path}" includes="**/*.*/**"/>
-    </delete>
-  </target>
-
-  <target name="build-xpi" depends="init,copy,jar,build,clean" />
-</project>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/about.js 2.8.9-0ubuntu1/chrome/content/about.js
--- 2.7.5~dfsg.1-1/chrome/content/about.js	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/about.js	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,8 @@
+var fpc;
+
+function onLoad() {
+  document.documentElement.getButton("accept").focus()
+  fpc = Components.classes["@leahscape.org/foxyproxy/common;1"].getService().wrappedJSObject;
+  document.getElementById("ver").value += " " + fpc.getVersion();
+	sizeToContent();      
+}
diff -pruN 2.7.5~dfsg.1-1/chrome/content/about.xul 2.8.9-0ubuntu1/chrome/content/about.xul
--- 2.7.5~dfsg.1-1/chrome/content/about.xul	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/about.xul	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,87 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+  
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+-->
+
+<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
+<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
+
+<dialog id="foxyproxyaboutdlg2"
+  title="&foxyproxy.about.label; &foxyproxy.label;" orient="vertical"
+  autostretch="always" onload="onLoad();" buttons="accept"
+  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+  xmlns:svg="http://www.w3.org/2000/svg" windowtype="foxyproxy"
+  persist="screenX screenY">
+
+  <script src="about.js" />
+
+  <groupbox align="center" orient="horizontal">
+    <vbox align="center">
+      <hbox align="center">
+        <image id="foxyproxy-image"
+          onclick="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/');"
+          tooltiptext="http://foxyproxy.mozdev.org" />
+
+        <grid style="margin-left: 1em;">
+          <columns>
+            <column />
+            <column />
+            <column/>
+          </columns>
+          <groupbox style="margin-left: 1em;">
+
+            <rows>
+              <row align="center">
+                <label id="ver" value="&foxyproxy.version;"
+                  style="font-weight: bold; font-size: large;" />
+                <spacer />
+                <spacer />
+              </row>
+              <row align="center">
+                <label value="&foxyproxy.createdBy;" />
+                <label value="Eric H. Jung" class="text-link"
+                  onclick="fpc.openAndReuseOneTabPerURL('mailto:eric.jung@yahoo.com');"
+                  tooltiptext="mailto:eric.jung@yahoo.com" />
+                  <spacer />
+              </row>
+              <row align="center">
+                <label
+                  value="&foxyproxy.copyright; 2006-2008 LeahScape, Inc." />
+                  <spacer /><spacer />
+              </row>
+              <row align="center">
+                <label value="&foxyproxy.rights;" /><spacer /><spacer />
+              </row>
+              <row align="center">
+                <label value="&foxyproxy.released;" /><spacer /><spacer />
+              </row>
+              <row align="center"><separator/><spacer/><spacer /></row>
+              <row align="center">
+                <label value="&foxyproxy.home;" class="text-link"
+                  onclick="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/');"
+                  tooltiptext="http://foxyproxy.mozdev.org" />
+                <label value="&foxyproxy.support;" class="text-link"
+                  onclick="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/drupal');"
+                  tooltiptext="http://foxyproxy.mozdev.org/drupal" />
+                <label value="&foxyproxy.credits;" class="text-link"
+                  onclick="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/credits.html');"
+                  tooltiptext="http://foxyproxy.mozdev.org/credits.html" />
+                <label value="&foxyproxy.donation.list.label;" class="text-link"
+                  onclick="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/donations.html');"
+                  tooltiptext="&foxyproxy.donation.list.label;"/>    
+              </row>
+            </rows>
+          </groupbox>
+
+        </grid>
+      </hbox>
+    </vbox>
+  </groupbox>
+</dialog>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/addeditproxy.js 2.8.9-0ubuntu1/chrome/content/addeditproxy.js
--- 2.7.5~dfsg.1-1/chrome/content/addeditproxy.js	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/addeditproxy.js	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,306 @@
+/**
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+**/
+const CI = Components.interfaces, CC = Components.classes;
+var urlsTree, proxy, foxyproxy, autoconfurl, overlay, isWindows, fpc;
+
+function onLoad() {
+  isWindows = CC["@mozilla.org/xre/app-info;1"].getService(CI.nsIXULRuntime).OS == "WINNT";
+  fpc = CC["@leahscape.org/foxyproxy/common;1"].getService().wrappedJSObject;
+  overlay = fpc.getMostRecentWindow().foxyproxy;
+  autoconfurl = document.getElementById("autoconfurl");
+  foxyproxy = CC["@leahscape.org/foxyproxy/service;1"].getService().wrappedJSObject;
+  if (window.arguments[0].inn.torwiz) {
+    document.getElementById("torwiz-broadcaster").hidden = true;
+    document.getElementById("not-torwiz-broadcaster").hidden = false;
+    urlsTree = document.getElementById("torWizUrlsTree");
+  }
+  else
+    urlsTree = document.getElementById("urlsTree");
+
+  proxy = window.arguments[0].inn.proxy;
+  document.getElementById("proxyname").value = proxy.name;
+  document.getElementById("proxynotes").value = proxy.notes;
+  document.getElementById("animatedIcons").checked = proxy.animatedIcons;
+  document.getElementById("cycleEnabled").checked = proxy.includeInCycle;
+  document.getElementById("tabs").selectedIndex = proxy.selectedTabIndex;
+  document.getElementById("proxyenabled").checked = proxy.enabled;
+  document.getElementById("mode").value = proxy.mode;
+  toggleMode(proxy.mode);
+  document.getElementById("host").value = proxy.manualconf.host;
+  document.getElementById("port").value = proxy.manualconf.port;
+  document.getElementById("isSocks").checked = proxy.manualconf.isSocks;
+	onIsSocks(proxy.mode == "manual" && proxy.manualconf.isSocks);
+  document.getElementById("socksversion").value = proxy.manualconf.socksversion;
+  autoconfurl.value = proxy.autoconf.url;
+
+  if (proxy.lastresort) {
+    document.getElementById("default-proxy-broadcaster").setAttribute("disabled", "true");
+	  document.getElementById("proxyname").disabled =
+	  	document.getElementById("proxynotes").disabled = true;
+    document.getElementById("urlpatternstab").hidden = true;
+  }
+  document.getElementById("pacLoadNotificationEnabled").checked = proxy.autoconf.loadNotification;
+  document.getElementById("pacErrorNotificationEnabled").checked = proxy.autoconf.errorNotification;
+  document.getElementById("autoConfURLReloadEnabled").checked = proxy.autoconf.autoReload;
+  document.getElementById("autoConfReloadFreq").value = proxy.autoconf.reloadFreqMins;
+
+  _updateView();
+  sizeToContent();
+}
+
+function trim(s) {
+	return s.replace(/^\s*|\s*$/g, "");
+}
+
+function onOK() {
+  var name = trim(document.getElementById("proxyname").value);
+  if (!name) {
+    foxyproxy.alert(this, foxyproxy.getMessage("proxy.name.required"));
+    return false;
+  }
+  var enabled = document.getElementById("proxyenabled").checked,
+    host = trim(document.getElementById("host").value),
+    port = document.getElementById("port").value,
+    url = trim(autoconfurl.value),
+    reloadfreq = document.getElementById("autoConfReloadFreq").value;
+  var mode = document.getElementById("mode").value;
+  if (enabled) {
+    if (mode == "auto") {
+	    if (!_checkUri())
+	    	return false;
+    }
+    else if (mode == "manual") {
+    	if (!host) {
+    		if (!port) {
+			    foxyproxy.alert(this, foxyproxy.getMessage("nohostport"));
+			    return false;
+    		}
+		    foxyproxy.alert(this, foxyproxy.getMessage("nohost2"));
+		    return false;
+    	}
+    	else if (!port) {
+		    foxyproxy.alert(this, foxyproxy.getMessage("noport2"));
+		    return false;
+		  }
+		}
+  }
+
+	if (!hasWhite() &&
+		!overlay.ask(this, foxyproxy.getMessage((window.arguments[0].inn.torwiz ?
+		    "torwiz.nopatterns.3" : "no.white.patterns.3"), [name]))) return false;
+
+  proxy.name = name;
+  proxy.notes = document.getElementById("proxynotes").value;
+  proxy.selectedTabIndex = document.getElementById("tabs").selectedIndex;
+  proxy.autoconf.url = url;
+  proxy.autoconf.loadNotification = document.getElementById("pacLoadNotificationEnabled").checked;
+  proxy.autoconf.errorNotification = document.getElementById("pacErrorNotificationEnabled").checked;
+	proxy.autoconf.autoReload = document.getElementById("autoConfURLReloadEnabled").checked;
+	proxy.autoconf.reloadFreqMins = reloadfreq;
+
+  proxy.mode = mode; // set this first to control PAC loading
+  proxy.enabled = enabled;
+  proxy.manualconf.host = host;
+  proxy.manualconf.port = port;
+  proxy.manualconf.isSocks = document.getElementById("isSocks").checked;
+  proxy.manualconf.socksversion = document.getElementById("socksversion").value;
+  proxy.animatedIcons = document.getElementById("animatedIcons").checked;
+  proxy.includeInCycle = document.getElementById("cycleEnabled").checked;
+  proxy.afterPropertiesSet();
+
+  window.arguments[0].out = {proxy:proxy};
+  return true;
+}
+
+function hasWhite() {
+  return proxy.matches.some(function(m){return m.enabled && !m.isBlackList;});
+}
+
+function _checkUri() {
+	var url = trim(autoconfurl.value);
+	if (url.indexOf("://") == -1) {
+		// User didn't specify a scheme, so assume he means file:///
+		url = url.replace(/\\/g,"/"); // replaces backslashes with forward slashes; probably not strictly necessary
+		if (url[0] != "\\" && url[0] != "/") url="/"+url; // prepend a leading slash if necessary
+		url="file:///" + (isWindows?"C:":"") + url;
+		autoconfurl.value = url; // copy back to the UI
+	}
+	try {
+    //return foxyproxy.newURI(url);
+    return CC["@mozilla.org/network/io-service;1"]
+      .getService(CI.nsIIOService).newURI(url, "UTF-8", null);
+  }
+  catch(e) {
+    foxyproxy.alert(this, foxyproxy.getMessage("invalid.url"));
+    return false;
+  }
+}
+
+function onAddEditURLPattern(isNew) {
+  var idx = urlsTree.currentIndex, m;
+  if (isNew) {
+    m = CC["@leahscape.org/foxyproxy/match;1"].createInstance().wrappedJSObject;
+    idx = proxy.matches.length;
+  }
+  else if (idx == -1) return; // safety; may not be necessary anymore
+
+  var params = {inn:{pattern: (isNew ? m : proxy.matches[idx]), superadd:false}, out:null};
+
+  window.openDialog("chrome://foxyproxy/content/pattern.xul", "",
+    "chrome, dialog, modal, resizable=yes", params).focus();
+
+  if (params.out) {
+    proxy.matches[idx] = params.out.pattern;
+    _updateView();
+    // Select item
+	  urlsTree.view.selection.select(isNew?urlsTree.view.rowCount-1 : urlsTree.currentIndex);
+  }
+}
+
+function setButtons(observerId, tree) {
+  document.getElementById(observerId).setAttribute("disabled", tree.currentIndex == -1);
+  onAutoConfUrlInput();
+}
+
+function _updateView() {
+  // Redraw the trees
+  urlsTree.view = makeView(proxy.matches);
+
+  function makeView(pats) {
+    return {
+      rowCount : pats.length,
+      getCellText : function(row, column) {
+        var s = column.id ? column.id : column;
+        switch(s) {
+          case "nameCol":return pats[row].name;
+          case "patternCol":return pats[row].pattern;
+          case "patternTypeCol":return foxyproxy.getMessage(pats[row].isRegEx ? "foxyproxy.regex.label" : "foxyproxy.wildcard.label");
+          case "blackCol":return foxyproxy.getMessage(pats[row].isBlackList ? "foxyproxy.blacklist.label" : "foxyproxy.whitelist.label");
+          case "caseSensitiveCol":return foxyproxy.getMessage(pats[row].caseSensitive ? "yes" : "no");
+          case "tempCol":return foxyproxy.getMessage(pats[row].temp ? "yes" : "no");
+        }
+      },
+      setCellValue: function(row, col, val) {pats[row].enabled = val;},
+      getCellValue: function(row, col) {return pats[row].enabled;},
+      isSeparator: function(aIndex) { return false; },
+      isSorted: function() { return false; },
+      isEditable: function(row, col) { return false; },
+      isContainer: function(aIndex) { return false; },
+      setTree: function(aTree){},
+      getImageSrc: function(aRow, aColumn) {return null;},
+      getProgressMode: function(aRow, aColumn) {},
+      cycleHeader: function(aColId, aElt) {},
+      getRowProperties: function(aRow, aColumn, aProperty) {},
+      getColumnProperties: function(aColumn, aColumnElement, aProperty) {},
+      getCellProperties: function(aRow, aProperty) {},
+      getLevel: function(row){ return 0; }
+
+    };
+  }
+  setButtons("urls-tree-row-selected", urlsTree);
+}
+
+function onRemoveURLPattern() {
+  // Store cur selection
+  var sel = urlsTree.currentIndex;
+  proxy.removeURLPattern(proxy.matches[sel]);
+  _updateView();
+  // Reselect the next appropriate item
+	urlsTree.view.selection.select(sel+1>urlsTree.view.rowCount ? urlsTree.view.rowCount-1:sel);
+}
+
+function toggleMode(mode) {
+  // Next line--buggy in FF 1.5.0.1--makes fields enabled but readonly
+  // document.getElementById("disabled-broadcaster").setAttribute("disabled", mode == "auto" ? "true" : "false");
+  // Call removeAttribute() instead of setAttribute("disabled", "false") or setAttribute("disabled", false);
+  // Thanks, Andy McDonald.
+  if (mode == "auto") {
+    document.getElementById("autoconf-broadcaster1").removeAttribute("disabled");
+		document.getElementById("disabled-broadcaster").setAttribute("disabled", "true");
+		onAutoConfUrlInput();
+  }
+  else if (mode == "direct") {
+    document.getElementById("disabled-broadcaster").setAttribute("disabled", "true");
+		document.getElementById("autoconf-broadcaster1").setAttribute("disabled", "true");
+  }
+  else {
+    document.getElementById("disabled-broadcaster").removeAttribute("disabled");
+    document.getElementById("autoconf-broadcaster1").setAttribute("disabled", "true");
+  }
+}
+
+function onHelp() {
+  fpc.openAndReuseOneTabPerURL("http://foxyproxy.mozdev.org/patterns.html");
+}
+
+function onViewAutoConf() {
+  var w, p = _checkUri();
+  if (p) {
+    // This goes through currently configured proxies, unlike actually loading the PAC.
+    // In that case, DIRECT (no proxy) is used.
+    var url = p.spec + (p.spec.match(/\?/) == null ? "?" : "&") + (new Date()).getTime(); // bypass cache
+		w = open("view-source:" + url, "", "scrollbars,resizable,modal,chrome,dialog=no,width=450,height=425").focus();
+    if (w) w.windowtype="foxyproxy-options"; // set windowtype so it's forced to close when last browser closes
+  }
+}
+
+function onTestAutoConf() {
+	if (_checkUri()) {
+	  try {
+		  CC["@leahscape.org/foxyproxy/autoconf;1"].createInstance().wrappedJSObject.testPAC(autoconfurl.value);
+      foxyproxy.alert(this, foxyproxy.getMessage("autoconfurl.test.success"));
+	  }
+	  catch (e) {
+	    foxyproxy.alert(this, foxyproxy.getMessage("autoconfurl.test.fail2", [e.message]));
+	  }
+	}
+}
+
+function onAutoConfUrlInput() {
+  // setAttribute("disabled", true) buggy in FF 1.5.0.4 for the way i've setup the cmd
+  // so must use removeAttribute()
+	var b = document.getElementById("autoconf-broadcaster2");
+  if (autoconfurl.value.length > 0)
+    b.removeAttribute("disabled");
+  else
+    b.setAttribute("disabled", "true");
+}
+
+function onSelectAutoConf() {
+  const nsIFilePicker = CI.nsIFilePicker;
+  var p = CC["@mozilla.org/filepicker;1"].createInstance(nsIFilePicker);
+  p.init(window, foxyproxy.getMessage("pac.select"), nsIFilePicker.modeOpen);
+  p.appendFilters(nsIFilePicker.filterAll);
+  p.appendFilter(foxyproxy.getMessage("pac.files"), "*.pac");
+  p.defaultExtension = "pac";
+  if (p.show() != nsIFilePicker.returnCancel) {
+  	autoconfurl.value = foxyproxy.transformer(p.file, "uri-string");
+  	onAutoConfUrlInput();
+  }
+}
+
+function onTreeMenuPopupShowing(enabledMenuItem, pats, tree) {
+  if (tree.currentIndex == -1) return;
+	enabledMenuItem.setAttribute("checked", pats[tree.currentIndex].enabled);
+}
+
+function toggleEnabled(pats, tree) {
+	pats[tree.currentIndex].enabled = !pats[tree.currentIndex].enabled;
+  _updateView();
+}
+
+function onWildcardReference(popupId, btnId) {
+	document.getElementById(popupId).showPopup(document.getElementById(btnId), -1, -1, 'popup', 'bottomleft', 'topleft');
+}
+
+function onIsSocks(checked) {
+	document.getElementById("socks5").disabled = document.getElementById("socks4").disabled = !checked;
+}
\ No newline at end of file
diff -pruN 2.7.5~dfsg.1-1/chrome/content/addeditproxy.xul 2.8.9-0ubuntu1/chrome/content/addeditproxy.xul
--- 2.7.5~dfsg.1-1/chrome/content/addeditproxy.xul	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/addeditproxy.xul	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,368 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+-->
+
+<!-- use https://addons.mozilla.org/en-US/firefox/addon/1693 for a better colorpicker -->
+<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
+<?xul-overlay href="includes.xul"?>
+<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
+
+<dialog buttons="accept"
+  id="foxyproxyaddproxydlg2"
+  ondialogaccept="return onOK();"
+  onload="onLoad();"
+  title="&foxyproxy.label; - &foxyproxy.add.title;"
+  windowtype="foxyproxy"
+ 	xmlns:html="http://www.w3.org/1999/xhtml"
+  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+  persist="screenX screenY">
+
+<script src="addeditproxy.js"/>
+<script src="../modules/nsProxyAutoConfig.js"/>
+
+<vbox observes="torwiz-broadcaster" flex="1">
+  <tabbox flex="1">
+  	<tabs id="tabs" style="-moz-appearance: none;">
+  		<tab label="&foxyproxy.tab.general.label;" accesskey="&foxyproxy.tab.general.accesskey;"
+  		  tooltiptext="&foxyproxy.tab.general.tooltip;" selected="true"/>
+  		<tab label="&foxyproxy.tab.proxy.label;" accesskey="&foxyproxy.tab.proxy.accesskey;"
+  		  tooltiptext="&foxyproxy.tab.proxy.tooltip;"/>
+  		<tab id="urlpatternstab" label="&foxyproxy.urlpatterns.label;" accesskey="&foxyproxy.urlpatterns.accesskey;"
+  		  tooltiptext="&foxyproxy.urlpatterns.tooltip;"/>
+   	</tabs>
+
+	<tabpanels style="-moz-appearance: none;" flex="1">
+	  <tabpanel flex="1" orient="vertical">
+			<separator class="thin" />
+      <hbox>
+        <checkbox id="proxyenabled" flex="1" observes="default-proxy-broadcaster" checked="true" label="&foxyproxy.enabled.label;" accesskey="&foxyproxy.enabled.accesskey;"/>
+      </hbox>
+			<!--  thanks Teo! -->
+	    <grid class="indent">
+	      <columns>
+	        <column/>
+	        <column flex="1"/>
+	      </columns>
+	    <rows>
+	      <row align="center">
+	        <label value="&foxyproxy.proxy.name.label;" observes="default-proxy-broadcaster" control="proxyname" accesskey="&foxyproxy.proxy.name.accesskey;"
+	        	tooltiptext="&foxyproxy.proxy.name.tooltip;"/>
+	        <textbox id="proxyname" flex="1"/>
+	      </row>
+	      <row align="center">
+	        <label value="&foxyproxy.proxy.notes.label;" control="proxynotes" accesskey="&foxyproxy.proxy.notes.accesskey;"
+	        	tooltiptext="&foxyproxy.proxy.notes.tooltip;" observes="default-proxy-broadcaster"/>
+	        <textbox id="proxynotes" flex="1" multiline="true"/>
+	      </row>
+	    </rows>
+	    </grid>
+      <checkbox id="animatedIcons"
+	      class="indent"
+        label="&foxyproxy.animatedicons.label;"
+        accesskey="&foxyproxy.animatedicons.accesskey;"
+        tooltiptext="&foxyproxy.animatedicons.tooltip;"/>
+      <checkbox id="cycleEnabled"
+	      class="indent"
+        label="&foxyproxy.includeincycle.label;"
+        accesskey="&foxyproxy.includeincycle.accesskey;"
+        tooltiptext="&foxyproxy.includeincycle.tooltip;"/>
+	  </tabpanel>
+		<tabpanel flex="1" orient="vertical">
+				<separator class="thin" />
+        <radiogroup id="mode">
+					<groupbox>
+          <radio id="direct" value="direct" label="&foxyproxy.add.option.direct.label;"
+            oncommand="toggleMode('direct');"
+            accesskey="&foxyproxy.add.option.direct.accesskey;"
+            tooltiptext="&foxyproxy.add.option.direct.tooltip;"/>
+        	</groupbox>
+        	<separator class="thin"/>
+        	<groupbox>
+          <radio id="manual" value="manual" label="&foxyproxy.add.option.manual.label;"
+            oncommand="toggleMode('manual');"
+            accesskey="&foxyproxy.add.option.manual.accesskey;"
+            tooltiptext="&foxyproxy.add.option.manual.tooltip;"/>
+              <hbox align="center" class="indent">
+				        <label value="&foxyproxy.changes.msg1;" class="text-link" popup="newGUIPopup" tooltiptext="&foxyproxy.changes.msg1;"/>
+				      </hbox>
+							<separator class="thin"/>
+              <hbox align="center" class="indent">
+	              <label value="&foxyproxy.host.label;" accesskey="&foxyproxy.host.accesskey;"
+	              	tooltiptext="&foxyproxy.host.tooltip;"
+	              	control="host"/>
+	              <textbox id="host" flex="1" observes="disabled-broadcaster" tooltiptext="&foxyproxy.host.tooltip;"/>
+	              <label value="&foxyproxy.port.label;" control="port" accesskey="&foxyproxy.port.accesskey;" tooltiptext="&foxyproxy.port.tooltip;"/>
+	              <textbox id="port" size="5" oninput="if (/\D/.test(this.value)) this.value='';" observes="disabled-broadcaster" tooltiptext="&foxyproxy.port.tooltip;"/>
+              </hbox>
+              <hbox class="indent">
+                <checkbox id="isSocks"
+									label="&foxyproxy.issocks.label;"
+	               	accesskey="&foxyproxy.issocks.accesskey;"
+	               	tooltiptext="&foxyproxy.issocks.tooltip;"
+	               	observes="disabled-broadcaster"
+	               	oncommand="onIsSocks(this.checked)"/>
+                <radiogroup id="socksversion" orient="horizontal">
+                  <radio id="socks4" value="4" label="&foxyproxy.socks.v4;" accesskey="4" observes="disabled-broadcaster"/>
+                  <radio id="socks5" value="5" label="&foxyproxy.socks.v5;" accesskey="5" observes="disabled-broadcaster"/>
+                </radiogroup>
+              </hbox>
+            </groupbox>
+          <separator class="thin"/>
+          <groupbox>
+            <hbox align="center">
+            <radio id="auto"
+              value="auto"
+              label="&foxyproxy.auto.url.label;"
+              oncommand="toggleMode('auto');"
+              accesskey="&foxyproxy.auto.url.accesskey;"
+              tooltiptext="&foxyproxy.auto.url.tooltip;"
+              control="autoconfurl"/>
+            <label value="&foxyproxy.auto.url.note.label;" tooltiptext="&foxyproxy.auto.url.note.tooltip;" style="font-size: x-small;"/>
+            </hbox>
+          <grid class="indent" flex="1">
+            <columns>
+              <column flex="1"/>
+              <column/>
+            </columns>
+             <rows>
+               <row align="center">
+	          	  <textbox id="autoconfurl" size="50" observes="autoconf-broadcaster1"
+	          		  tooltiptext="&foxyproxy.auto.url.tooltip;"
+	          		  oninput="onAutoConfUrlInput();"/>
+								<button style="min-width: 0.5em;" oncommand="onSelectAutoConf();"
+									label="..." tooltiptext="&foxyproxy.auto.url.tooltip;" observes="autoconf-broadcaster1"/>
+         			  <button command="viewAutoConfCmd"/>
+         			  <button command="testAutoConfCmd"/>
+								<toolbarbutton class="foxyproxy-ref"
+									popup="pacTipsPopup"
+									tooltiptext="&foxyproxy.tip.label;"
+									observes="autoconf-broadcaster2"/>
+         	    </row>
+              <row align="center">
+              	<hbox align="center">
+	                <checkbox id="autoConfURLReloadEnabled"
+	                	label="&foxyproxy.autoconfurl.reload.label;"
+	               	  accesskey="&foxyproxy.autoconfurl.reload.accesskey;"
+	               	  tooltiptext="&foxyproxy.autoconfurl.reload.tooltip;"
+                	  observes="autoconf-broadcaster1"/>
+		          	  <textbox id="autoConfReloadFreq" size="3" observes="autoconf-broadcaster1"
+		          		  tooltiptext="&foxyproxy.autoconfurl.reload.tooltip;"
+		          		  oninput="if (/\D/.test(this.value)) this.value='';"/>
+		          		<label value="&foxyproxy.minutes.label;" tooltiptext="&foxyproxy.minutes.tooltip;"/>
+		          	</hbox>
+         	    </row>
+         	    <separator class="thin"/>
+							<groupbox>
+								<caption
+									label="&foxyproxy.notifications.label;"
+									tooltiptext="&foxyproxy.notifications.tooltip;"/>
+								<row align="center">
+									<checkbox
+										id="pacLoadNotificationEnabled"
+										label="&foxyproxy.pacloadnotification.label;"
+										accesskey="&foxyproxy.pacloadnotification.accesskey;"
+										tooltiptext="&foxyproxy.pacloadnotification.tooltip;"
+										observes="autoconf-broadcaster1"/>
+								</row>
+								<row align="center">
+									<checkbox
+										id="pacErrorNotificationEnabled"
+										label="&foxyproxy.pacerrornotification.label;"
+										accesskey="&foxyproxy.pacerrornotification.accesskey;"
+										tooltiptext="&foxyproxy.pacerrornotification.tooltip;"
+										observes="autoconf-broadcaster1"/>
+								</row>
+							</groupbox>
+             </rows>
+           </grid>
+					</groupbox>
+        </radiogroup>
+    </tabpanel>
+
+ 		<tabpanel flex="1" orient="vertical">
+ 			<separator class="thin" />
+      <description>&foxyproxy.pattern.description;</description>
+      <separator class="thin"/>
+      <hbox>
+        <button command="addURLPatternCmd" flex="1"/>
+        <button command="editURLPatternSelectionCmd" flex="1"/>
+        <button command="deleteURLPatternSelectionCmd" flex="1"/>
+        <button command="helpURLPatternCmd" flex="1"/>
+				<button id="wildcardURLPatternRefBtn" command="wildcardURLPatternReferenceCmd" flex="1"/>
+      </hbox>
+      <separator class="thin"/>
+      <hbox flex="1">
+        <tree id="urlsTree" flex="1" align="stretch" enableColumnDrag="true" seltype="single" onselect="setButtons('urls-tree-row-selected', urlsTree);"
+       	onclick="overlay.onTreeClick(event, this);">
+        <treecols id="treeCols" pickertooltiptext="&foxyproxy.tree.pickertooltiptext.label;">
+          <treecol id="enabledCol" label="&foxyproxy.enabled.label;" type="checkbox" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>
+          <treecol id="nameCol" label="&foxyproxy.pattern.name.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>
+          <treecol id="patternCol" label="&foxyproxy.url.pattern.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>
+          <treecol id="patternTypeCol" label="&foxyproxy.pattern.type.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>
+          <treecol id="blackCol" label="&foxyproxy.whitelist.blacklist.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>
+          <treecol id="caseSensitiveCol" label="&foxyproxy.casesensitive.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>            
+          <treecol id="tempCol" label="&foxyproxy.temp.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>            
+        </treecols>
+          <treechildren context="urlsTreeContext" ondblclick="onAddEditURLPattern(false);"/>
+    </tree>
+    </hbox>
+
+    </tabpanel>    
+  </tabpanels>
+  </tabbox>
+</vbox>
+
+<vbox width="&foxyproxy.torwiz.width;" height="&foxyproxy.torwiz.height;" observes="not-torwiz-broadcaster" flex="1">
+  <iframe class="foxyproxy-border" src="chrome://foxyproxy/content/torwizhelp.xhtml" flex="1"/>
+  <separator/>
+  <description>&foxyproxy.pattern.description;</description>
+  <separator class="thin"/>
+  <hbox>
+    <button command="addURLPatternCmd" flex="1"/>
+    <button command="editURLPatternSelectionCmd" flex="1"/>
+    <button command="deleteURLPatternSelectionCmd" flex="1"/>
+    <button command="helpURLPatternCmd" flex="1"/>
+		<button id="wildcardURLPatternRefBtn" command="wildcardURLPatternReferenceCmd" flex="1"/>
+  </hbox>
+  <separator/>
+  <hbox flex="1">
+    <tree id="torWizUrlsTree" flex="1" align="stretch" enableColumnDrag="true" seltype="single" onselect="setButtons('urls-tree-row-selected', urlsTree);">
+      <treecols id="treeCols" pickertooltiptext="&foxyproxy.tree.pickertooltiptext.label;">
+        <treecol id="enabledCol" label="&foxyproxy.enabled.label;" type="checkbox" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>
+        <treecol id="nameCol" label="&foxyproxy.pattern.name.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>
+        <treecol id="patternCol" label="&foxyproxy.url.pattern.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>
+        <treecol id="patternTypeCol" label="&foxyproxy.pattern.type.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>
+        <treecol id="blackCol" label="&foxyproxy.whitelist.blacklist.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>
+        <treecol id="caseSensitiveCol" label="&foxyproxy.casesensitive.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>            
+        <treecol id="tempCol" label="&foxyproxy.temp.label;" flex="1" persist="width ordinal hidden"/><splitter class="tree-splitter"/>        
+      </treecols>
+      <treechildren context="urlsTreeContext" ondblclick="onAddEditURLPattern(false);"/>
+     </tree>
+  </hbox>
+</vbox>
+
+<popupset>
+  <popup id="wildcardURLPatternReferencePopup"/>
+	<popup id="newGUIPopup">
+		<vbox class="foxyproxy-border" style="height: &foxyproxy.newGUI.popup.height;; width: &foxyproxy.newGUI.popup.width;; padding: .5em;">
+			<description class="foxyproxy-tooltip">
+				&foxyproxy.newGUI1.label;</description>        
+      <separator class="thin"/>
+			<description class="foxyproxy-tooltip">&foxyproxy.newGUI2.label;</description>
+      <separator class="thin"/>      
+			<description class="text-link" onclick="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/settings-gui.html');">
+				&foxyproxy.newGUI4.label;</description>
+		</vbox>
+	</popup>
+	<popup id="pacTipsPopup">
+		<vbox class="foxyproxy-border foxyproxy-tooltip" height="175">
+			<label value="&foxyproxy.pactip1.label;"/>
+      <separator class="thin"/>
+      <label value="&foxyproxy.pactip2.label;"/>
+      <separator class="thin"/>
+      <label value="&foxyproxy.pactip3.label;"/>
+      <separator class="thin"/>
+			<description width="1"><!-- weirdness on ff3 if no width specified -->&foxyproxy.pactip4.label;
+      <html:a class="link"        
+        onclick="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/relativescheme.html');">&foxyproxy.pactip5.label;</html:a>
+      &foxyproxy.pactip6.label;
+      <html:a class="link"
+        onclick="fpc.openAndReuseOneTabPerURL('http://www.mozilla.org/support/firefox/profile#locate');">&foxyproxy.pactip7.label;</html:a>
+      &foxyproxy.pactip8.label;</description>
+		</vbox>
+	</popup>
+  <popup id="urlsTreeContext" onpopupshowing="onTreeMenuPopupShowing(this.firstChild, proxy.matches, urlsTree);">
+		<menuitem id="enabledPopUpMenuItem" command="toggleURLPatternEnabledCmd" type="checkbox"/>
+    <menuseparator/>
+    <menuitem class="menuitem-non-iconic" command="addURLPatternCmd"/>
+    <menuitem class="menuitem-non-iconic" command="editURLPatternSelectionCmd"/>
+    <menuitem class="menuitem-non-iconic" command="deleteURLPatternSelectionCmd"/>
+    <menuseparator/>
+    <menuitem class="menuitem-non-iconic" command="helpURLPatternCmd"/>
+    <menuitem class="menuitem-non-iconic" command="closeCmd"/>
+  </popup>
+
+</popupset>
+
+<command id="toggleURLPatternEnabledCmd"
+  label="&foxyproxy.enabled.label;"
+  tooltiptext="&foxyproxy.enabled.tooltip;"
+  accesskey="&foxyproxy.enabled.accesskey;"
+  observes="urls-tree-row-selected"
+  oncommand="toggleEnabled(proxy.matches, urlsTree);"/>
+
+<command id="addURLPatternCmd"
+  label="&foxyproxy.add.new.pattern.label;"
+  oncommand="onAddEditURLPattern(true);"
+  accesskey="&foxyproxy.add.new.pattern.accesskey;"
+  tooltiptext="&foxyproxy.add.new.pattern.tooltip;"/>
+
+<command id="deleteURLPatternSelectionCmd"
+  label="&foxyproxy.delete.selection.label;"
+  accesskey="&foxyproxy.delete.selection.accesskey;"
+  tooltiptext="&foxyproxy.delete.selection.tooltip;"
+  observes="urls-tree-row-selected"
+  oncommand="onRemoveURLPattern();"/>
+
+<command id="editURLPatternSelectionCmd"
+  label="&foxyproxy.edit.selection.label;"
+  accesskey="&foxyproxy.edit.selection.accesskey;"
+  tooltiptext="&foxyproxy.edit.selection.tooltip;"
+  observes="urls-tree-row-selected"
+  oncommand="onAddEditURLPattern(false);"/>
+
+<command id="helpURLPatternCmd"
+  label="&foxyproxy.help.label;"
+  accesskey="&foxyproxy.help.accesskey;"
+  tooltiptext="&foxyproxy.help.tooltip;"
+  oncommand="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/patterns.html');"/>
+
+<command id="wildcardURLPatternReferenceCmd"
+  label="&foxyproxy.wildcard.reference.label;"
+  accesskey="&foxyproxy.wildcard.reference.accesskey;"
+  tooltiptext="&foxyproxy.wildcard.reference.tooltip;"
+  oncommand="onWildcardReference('wildcardURLPatternReferencePopup', 'wildcardURLPatternRefBtn');"/>
+
+
+<command id="closeCmd"
+  label="&foxyproxy.close.label;"
+  accesskey="&foxyproxy.close.accesskey;"
+  tooltiptext="&foxyproxy.close.tooltip;"
+  oncommand="window.close();"/>
+
+<command id="viewAutoConfCmd"
+	disabled="true"
+	label="&foxyproxy.autoconfurl.view.label;"
+  accesskey="&foxyproxy.autoconfurl.view.accesskey;"
+  tooltiptext="&foxyproxy.autoconfurl.view.tooltip;"
+  oncommand="onViewAutoConf();"
+  observes="autoconf-broadcaster2"/>
+
+<command id="testAutoConfCmd"
+	disabled="true"
+	label="&foxyproxy.autoconfurl.test.label;"
+  accesskey="&foxyproxy.autoconfurl.test.accesskey;"
+  tooltiptext="&foxyproxy.autoconfurl.test.tooltip;"
+  oncommand="onTestAutoConf();"
+  observes="autoconf-broadcaster2"/>
+
+<broadcasterset>
+  <broadcaster id="autoconf-broadcaster1" disabled="true"/>
+  <broadcaster id="autoconf-broadcaster2" disabled="true"/>
+  <broadcaster id="urls-tree-row-selected" disabled="true"/>
+  <broadcaster id="torwiz-broadcaster" hidden="false"/>
+  <broadcaster id="not-torwiz-broadcaster" hidden="true"/>
+  <broadcaster id="disabled-broadcaster" disabled="false"/>
+  <broadcaster id="default-proxy-broadcaster" disabled="false"/>
+  <broadcaster id="issocks-broadcaster" disabled="false"/>
+</broadcasterset>
+
+</dialog>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/alertOverlay.xul 2.8.9-0ubuntu1/chrome/content/alertOverlay.xul
--- 2.7.5~dfsg.1-1/chrome/content/alertOverlay.xul	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/alertOverlay.xul	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+  
+http://lxr.mozilla.org/mozilla1.8.0/source/toolkit/components/alerts/resources/content/alert.xul?raw=1
+http://lxr.mozilla.org/mozilla1.8.0/source/themes/modern/communicator/alerts/alert.css?raw=1
+-->
+<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
+<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
+
+<overlay id="foxyproxy-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> 
+<window id="alertNotification"
+        windowtype="alert:alert"
+        xmlns:xhtml2="http://www.w3.org/TR/xhtml2"
+        xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#"
+        xhtml2:role="wairole:alert"
+        align="start"
+        onload="onAlertLoad()"
+        onclick="window.close();"/>            
+</overlay>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/blockedpagepattern.js 2.8.9-0ubuntu1/chrome/content/blockedpagepattern.js
--- 2.7.5~dfsg.1-1/chrome/content/blockedpagepattern.js	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/blockedpagepattern.js	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,35 @@
+/**
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+**/
+
+/* very similar to pattern.js */
+function onLoad() {
+  var inn = window.arguments[0].inn;
+  document.getElementById("pattern").value = inn.pattern;
+  document.getElementById("matchtype").selectedIndex = inn.regex ? 1 : 0;
+  document.getElementById("caseSensitive").checked = inn.caseSensitive;
+  var foxyproxy = Components.classes["@leahscape.org/foxyproxy/service;1"].getService().wrappedJSObject; 
+  document.getElementById("wildcardExample").value = foxyproxy.getMessage("foxyproxy.autoadd.wildcard.example.label");
+  document.getElementById("regexExample").value = foxyproxy.getMessage("foxyproxy.autoadd.regex.example.label");
+  sizeToContent();
+}
+
+function onOK() {
+  var r = document.getElementById("matchtype").value == "r";
+  var pattern = document.getElementById("pattern").value;
+  var p = Components.classes["@leahscape.org/foxyproxy/common;1"].getService()
+      .wrappedJSObject.validatePattern(window, r, pattern);
+  if (p) {
+    window.arguments[0].out = {pattern:pattern, isRegEx:r,
+      caseSensitive:document.getElementById("caseSensitive").checked};
+    return true;
+  }
+  return false;
+}
diff -pruN 2.7.5~dfsg.1-1/chrome/content/blockedpagepattern.xul 2.8.9-0ubuntu1/chrome/content/blockedpagepattern.xul
--- 2.7.5~dfsg.1-1/chrome/content/blockedpagepattern.xul	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/blockedpagepattern.xul	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+  
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+-->
+<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
+<?xul-overlay href="includes.xul"?>
+<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
+<dialog
+  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+  id="foxyproxyblockedpagesdlg"
+  title="&foxyproxy.label; - &foxyproxy.addeditpattern.title;"
+  ondialogaccept="return onOK();" onload="onLoad();"
+  persist="screenX screenY" windowtype="foxyproxy">
+
+  <script src="blockedpagepattern.js" />
+  <hbox align="center">
+    <label value="&foxyproxy.autoadd.pattern.label;"
+      control="pattern"
+      tooltiptext="&foxyproxy.autoadd.pattern.tooltip;"
+      accesskey="&foxyproxy.autoadd.pattern.accesskey;" />
+    <textbox id="pattern" flex="1"
+      tooltiptext="&foxyproxy.autoadd.pattern.tooltip;"
+      accesskey="&foxyproxy.autoadd.pattern.accesskey;"/>
+    <checkbox id="caseSensitive"
+      label="&foxyproxy.casesensitive.label;"
+      accesskey="&foxyproxy.casesensitive.accesskey;"
+      tooltiptext="&foxyproxy.casesensitive.tooltip;"/>
+  </hbox>
+  <radiogroup id="matchtype" />
+
+  <popupset>
+    <popup id="wildcardURLPatternReferencePopup" />
+  </popupset>
+
+</dialog>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/firefoxOptionsOverlay.xul 2.8.9-0ubuntu1/chrome/content/firefoxOptionsOverlay.xul
--- 2.7.5~dfsg.1-1/chrome/content/firefoxOptionsOverlay.xul	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/firefoxOptionsOverlay.xul	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+-->
+<overlay id="foxyproxy-overlay2" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+    <script src="optionsOverlay.js"/>
+</overlay>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/firefoxOverlay.xul 2.8.9-0ubuntu1/chrome/content/firefoxOverlay.xul
--- 2.7.5~dfsg.1-1/chrome/content/firefoxOverlay.xul	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/firefoxOverlay.xul	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,76 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+-->
+<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
+<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
+
+<overlay id="foxyproxy-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
+
+  <script src="overlay.js"/>
+
+  <!-- menu -->
+  <menupopup id="menu_ToolsPopup">
+   	<menu id="foxyproxy-tools-menu-1" label="&foxyproxy.label;" insertbefore="devToolsSeparator" position="9"
+      accesskey="&foxyproxy.accesskey;" class="menu-iconic foxyproxybutton-small"
+      mode="patterns" persist="mode">
+      <menupopup id="foxyproxy-toolsmenu-popup"
+          onpopupshowing="foxyproxy.onPopupShowing(this, event);"
+          onpopuphiding="foxyproxy.onPopupHiding();"/>
+    </menu>
+  </menupopup>
+
+  <keyset id="mainKeyset">
+		<!-- accel is ctrl on windows, cmd on mac -->  
+    <key id="key_foxyproxyfocus" keycode="VK_F2" modifiers="accel" oncommand="foxyproxy.onOptionsDialog();"/>
+		<key id="key_foxyproxyquickadd" keycode="VK_F2" modifiers="alt" oncommand="foxyproxy.onQuickAddDialog(event);"/>
+  </keyset>
+  
+  <popup id="contentAreaContextMenu">
+  	<menu id="foxyproxy-context-menu-1" label="&foxyproxy.label;" 
+      accesskey="&foxyproxy.accesskey;" class="menu-iconic foxyproxybutton-small"
+      mode="patterns" persist="mode hidden" hidden="false"> 
+      <menupopup id="foxyproxy-contextmenu-popup"
+          onpopupshowing="foxyproxy.onPopupShowing(this, event);"
+          onpopuphiding="foxyproxy.onPopupHiding();"/>
+    </menu>
+  </popup>
+  
+  <statusbar id="status-bar">
+    <hbox>
+      <popupset style="overflow: auto;">
+        <tooltip id="foxyproxy-popup" style="max-height: none; max-width: none;" onclick="this.hidePopup();"/>
+      </popupset>
+    </hbox>
+    <menupopup id="foxyproxy-statusbar-popup"
+      onpopupshowing="foxyproxy.onPopupShowing(this, event);"
+      onpopuphiding="foxyproxy.onPopupHiding();"/>
+    <statusbarpanel 
+      id="foxyproxy-status-text"
+      onclick="foxyproxy.onSBTBClick(event, foxyproxy.fp.statusbar);"
+      mode="patterns" persist="mode hidden" hidden="true" mousethrough="never"/> <!--  mousethrough is for SB. See http://www.songbirdnest.com/node/2547 -->
+    <statusbarpanel 
+      id="foxyproxy-status-icon"
+      onclick="foxyproxy.onSBTBClick(event, foxyproxy.fp.statusbar);"
+      class="statusbarpanel-menu-iconic foxyproxybutton-small"
+      mode="patterns" persist="mode hidden" hidden="true" mousethrough="never"/>  <!--  mousethrough is for SB. See http://www.songbirdnest.com/node/2547 -->      
+  </statusbar>
+
+  <toolbarpalette id="BrowserToolbarPalette">
+	  <toolbarbutton id="foxyproxy-button-1" type="menu" orient="horizontal" mode="patterns" persist="mode" label="&foxyproxy.label;"
+	    class="foxyproxybutton"
+	    onclick="foxyproxy.onSBTBClick(event, foxyproxy.fp.toolbar);event.stopPropagation();event.preventDefault();return false;">
+	      <menupopup id="foxyproxy-toolbarbutton-popup"
+	      onpopuphiding="foxyproxy.onPopupHiding();"
+	      onpopupshowing="event.stopPropagation();event.preventDefault();return false;"/>  <!--  todo: do i really need all 3 of these? -->
+	  </toolbarbutton>    
+  </toolbarpalette>
+  
+</overlay>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/foxyproxy.css 2.8.9-0ubuntu1/chrome/content/foxyproxy.css
--- 2.7.5~dfsg.1-1/chrome/content/foxyproxy.css	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/foxyproxy.css	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,132 @@
+@import url(chrome://global/skin/);
+
+tree {min-height: 50px;}
+/*treechildren::-moz-tree-row(grey) {
+  background-color: rgb(80%, 80%, 80%);
+}*/
+
+#foxyproxy-button-1[mode="patterns"],
+#foxyproxy-context-menu-1[mode="patterns"],
+#foxyproxy-tools-menu-1[mode="patterns"],
+#foxyproxy-status-icon[mode="patterns"]
+  {list-style-image: url("chrome://foxyproxy/content/images/patterns.gif");}
+
+#foxyproxy-button-1[mode="static"],
+#foxyproxy-context-menu-1[mode="static"],
+#foxyproxy-tools-menu-1[mode="static"],
+#foxyproxy-status-icon[mode="static"]
+	{list-style-image: url("chrome://foxyproxy/content/images/static.gif");}
+
+#foxyproxy-button-1[mode="disabled"],
+#foxyproxy-context-menu-1[mode="disabled"],
+#foxyproxy-tools-menu-1[mode="disabled"],
+#foxyproxy-status-icon[mode="disabled"]
+  {list-style-image: url("chrome://foxyproxy/content/images/disabled.gif");}
+
+#foxyproxy-button-1[mode="random"],
+#foxyproxy-context-menu-1[mode="random"],
+#foxyproxy-tools-menu-1[mode="random"],
+#foxyproxy-status-icon[mode="random"]
+  {list-style-image: url("chrome://foxyproxy/content/images/random.gif");}
+
+#foxyproxy-button-1[mode="patterns"][animated="true"],
+#foxyproxy-context-menu-1[mode="patterns"][animated="true"],
+#foxyproxy-tools-menu-1[mode="patterns"][animated="true"],
+#foxyproxy-status-icon[mode="patterns"][animated="true"]
+  {list-style-image: url("chrome://foxyproxy/content/images/patterns-ani.gif");}
+
+#foxyproxy-button-1[mode="static"][animated="true"],
+#foxyproxy-context-menu-1[mode="static"][animated="true"],
+#foxyproxy-tools-menu-1[mode="static"][animated="true"],
+#foxyproxy-status-icon[mode="static"][animated="true"]
+  {list-style-image: url("chrome://foxyproxy/content/images/static-ani.gif");}
+
+#foxyproxy-button-1[mode="random"][animated="true"],
+#foxyproxy-context-menu-1[mode="random"][animated="true"],
+#foxyproxy-tools-menu-1[mode="random"][animated="true"],
+#foxyproxy-status-icon[mode="random"][animated="true"]
+  {list-style-image: url("chrome://foxyproxy/content/images/random-ani.gif");}
+
+.foxyproxybutton
+  {-moz-image-region: rect(0px 24px 24px 0px);}
+
+.foxyproxybutton:hover
+  {-moz-image-region: rect(24px 24px 48px 0px);}
+
+[iconsize="small"] .foxyproxybutton
+  {-moz-image-region: rect(0px 40px 16px 24px);}
+
+[iconsize="small"] .foxyproxybutton:hover
+  {-moz-image-region: rect(16px 40px 32px 24px);}
+
+.foxyproxybutton-small
+  {-moz-image-region: rect(0px 40px 16px 24px);}
+
+.foxyproxybutton-small:hover
+  {-moz-image-region: rect(16px 40px 32px 24px);}
+
+treechildren::-moz-tree-checkbox(checked) {
+  /* css for checked cells */
+  list-style-image: url("chrome://global/skin/checkbox/cbox-check.gif");
+}
+
+#up-button {
+  list-style-image: url("chrome://foxyproxy/content/images/up.gif");
+}
+#down-button {
+  list-style-image: url("chrome://foxyproxy/content/images/down.gif");
+}
+
+#foxyproxy-image {
+  cursor: pointer;
+  list-style-image: url("chrome://foxyproxy/content/images/foxyproxy-with-copy.gif");
+}
+
+.heading {text-decoration: underline; font-weight:bold;}
+
+.foxyproxy-ref {
+	list-style-image: url("chrome://foxyproxy/content/images/info.png");
+	max-width: 32px;
+	padding-left: 6px;
+}
+.foxyproxy-ref-border {
+  border: thin black solid;
+  margin: .1em;
+}
+.red { color: red; }
+.purple { color: purple; }
+.blue { color: blue; }
+.orange { color: #E78500; }
+
+.foxyproxy-tooltip {
+	text-align: justify;
+	padding: .4em;
+}
+.foxyproxy-border {
+	border: thin black solid;
+}
+
+.popcolumn {
+  width: 10em;
+  margin-right: 1em;
+}
+.link {
+  color: blue;
+  text-decoration: underline;
+  cursor: pointer;
+}
+
+/* This style MUST come before treechildren::-moz-tree-checkbox(checked)
+   otherwise it won't take effect (last tested FF 3.0 on XP). Must specify
+   this style in order for checks to disappear when specifying
+   treechildren::-moz-tree-checkbox(checked) */
+treechildren::-moz-tree-checkbox {
+  list-style-image: none;
+}
+
+/* Must specify because cbox-check.gif not on OS/X */
+treechildren::-moz-tree-checkbox(checked) {
+  list-style-image: url("chrome://foxyproxy/content/images/cbox-check.gif");
+}
+
+
diff -pruN 2.7.5~dfsg.1-1/chrome/content/foxyproxySongbird.css 2.8.9-0ubuntu1/chrome/content/foxyproxySongbird.css
--- 2.7.5~dfsg.1-1/chrome/content/foxyproxySongbird.css	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/foxyproxySongbird.css	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,16 @@
+/* CSS rules needed to style FoxoyProxy appropriately for Songbird */
+treechildren::-moz-tree-checkbox(checked) {
+	list-style-image: url("chrome://songbird/skin/checkbox/checkbox-checkmark.png");
+}
+
+#foxyproxy-toolsmenu-popup menuitem[checked="true"], #foxyproxy-contextmenu-popup menuitem[checked="true"] {
+	list-style-image: url("chrome://songbird/skin/checkbox/menu-checkmark.png");
+}
+#foxyproxy-toolsmenu-popup menuitem:not([checked="true"]), #foxyproxy-contextmenu-popup menuitem:not([checked="true"]) {
+	list-style-image: none;
+}
+
+#foxyproxy-status-text {
+  min-height: 1.5em;
+  vertical-align: top;
+}
Binary files 2.7.5~dfsg.1-1/chrome/content/images/cbox-check.gif and 2.8.9-0ubuntu1/chrome/content/images/cbox-check.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/disabled.gif and 2.8.9-0ubuntu1/chrome/content/images/disabled.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/down.gif and 2.8.9-0ubuntu1/chrome/content/images/down.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/foxyproxy-nocopy.gif and 2.8.9-0ubuntu1/chrome/content/images/foxyproxy-nocopy.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/foxyproxy-with-copy.gif and 2.8.9-0ubuntu1/chrome/content/images/foxyproxy-with-copy.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/info.png and 2.8.9-0ubuntu1/chrome/content/images/info.png differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/patterns-ani.gif and 2.8.9-0ubuntu1/chrome/content/images/patterns-ani.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/patterns.gif and 2.8.9-0ubuntu1/chrome/content/images/patterns.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/random-ani.gif and 2.8.9-0ubuntu1/chrome/content/images/random-ani.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/random.gif and 2.8.9-0ubuntu1/chrome/content/images/random.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/static-ani.gif and 2.8.9-0ubuntu1/chrome/content/images/static-ani.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/static.gif and 2.8.9-0ubuntu1/chrome/content/images/static.gif differ
Binary files 2.7.5~dfsg.1-1/chrome/content/images/up.gif and 2.8.9-0ubuntu1/chrome/content/images/up.gif differ
diff -pruN 2.7.5~dfsg.1-1/chrome/content/includes.xul 2.8.9-0ubuntu1/chrome/content/includes.xul
--- 2.7.5~dfsg.1-1/chrome/content/includes.xul	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/includes.xul	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,354 @@
+<?xml version="1.0"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+-->
+<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
+<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
+<overlay id="includesOverlay"
+  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+  xmlns:html="http://www.w3.org/1999/xhtml">
+
+<script>
+  // ensure fpc is defined for use within this file
+  var fpclocal = Components.classes["@leahscape.org/foxyproxy/common;1"].getService().wrappedJSObject;
+</script>
+
+<!-- begin: thanks to DownThemAll -->
+<popup id="wildcardURLPatternReferencePopup" position="before_end">
+  <label id="wildcardref" value="&foxyproxy.wildcard.reference.label;" style="font-weight: bold; text-align: center; margin: 1em 0 0 0;" />
+  <label id="wildcardrefSub" value="&foxyproxy.wildcard.reference.subtitle.label;" style="text-align: center; margin: 0 0 1.5em 0;" />
+    <grid class="foxyproxy-border" style="margin: 0 .5em 0 .5em;">
+      <columns><column class="popcolumn"/><column class="popcolumn"/><column class="popcolumn"/><column style="width: 10em;"/></columns>
+      <rows>
+        <row>
+          <description class="heading">
+           &foxyproxy.wildcard.reference.goal.label;</description>
+          <description class="heading">
+          &foxyproxy.wildcard.reference.correct.label;</description>
+          <description class="heading red">
+          &foxyproxy.wildcard.reference.incorrect.label;</description>
+          <description class="heading">
+          &foxyproxy.wildcard.reference.incorrect.reason.label;</description>
+        </row>
+        <row style="margin-bottom: 1em;">
+          <description>&foxyproxy.wildcard.reference.goal1.label;</description>
+          <description>http://www.myspace.com/*</description>
+          <description class="red">http://www.myspace.com</description>
+          <description>&foxyproxy.wildcard.reference.incorrect.reason1.label;</description>
+        </row>
+        <row style="margin-bottom: 1em;">
+          <description>&foxyproxy.wildcard.reference.goal2.label;</description>
+          <vbox>
+            <description>&foxyproxy.wildcard.reference.correct2.label;:</description>
+            <description>*://localhost/*</description>
+            <description>*://127.0.0.1/*</description>
+          </vbox>
+          <description class="red">localhost, 127.0.0.1</description>
+          <description>&foxyproxy.wildcard.reference.incorrect.reason2.label;</description>
+        </row>
+        <row style="margin-bottom: 1em;">
+          <description>&foxyproxy.wildcard.reference.goal3.label;</description>
+          <description>*.abc.com/*</description>
+          <description class="red">.abc.com</description>
+          <description>&foxyproxy.wildcard.reference.incorrect.reason3.label;</description>
+        </row>
+        <row>
+          <description>&foxyproxy.wildcard.reference.goal4.label;</description>
+          <description>*.a.foo.com/*</description>
+          <description class="red">a.foo.com</description>
+          <description>&foxyproxy.wildcard.reference.incorrect.reason4.label;</description>
+        </row>
+      </rows>
+    </grid>
+</popup>  
+<!-- end: thanks to DownThemAll -->
+<popup id="patternTemplatePopup" position="before_end">
+  <description
+    style="font-weight: bold; text-align: center; margin: 1em 0 0 0;">
+    &foxyproxy.pattern.template.reference.label;
+  </description>
+  <grid class="foxyproxy-border"
+    style="margin: 0 .5em 0 .5em;">
+    <columns>
+      <column class="popcolumn"/>
+      <column class="popcolumn" />
+    </columns>
+    <rows>
+      <row>
+        <description class="heading">
+          &foxyproxy.pattern.template.reference.specialstring.label;
+        </description>
+        <description class="heading">
+          &foxyproxy.pattern.template.reference.subststring.label;
+        </description>
+        <description class="heading">
+          &foxyproxy.pattern.template.reference.example.label;
+        </description>
+      </row>
+      <row>
+        <description>${0}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.scheme.label;
+        </description>
+        <description>
+          <html:span class="red">http</html:span>
+          ://user:pass@foo.com:8080/news/bar.htm#anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${1}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.username.label;
+        </description>
+        <description>
+          http://
+          <html:span class="red">user</html:span>
+          :pass@foo.com:8080/news/bar.htm#anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${2}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.password.label;
+        </description>
+        <description>
+          http://user:
+          <html:span class="red">pass</html:span>
+          @foo.com:8080/news/bar.htm#anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${3}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.userpass.label;
+        </description>
+        <description>
+          http://
+          <html:span class="red">user:pass</html:span>
+          @foo.com:8080/news/bar.htm#anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${4}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.host.label;
+        </description>
+        <description>
+          http://user:pass@
+          <html:span class="red">foo.com</html:span>
+          :8080/news/bar.htm#anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${5}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.port.label;
+        </description>
+        <description>
+          http://user:pass@foo.com:
+          <html:span class="red">8080</html:span>
+          /news/bar.htm#anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${6}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.hostport.label;
+        </description>
+        <description>
+          http://user:pass@
+          <html:span class="red">
+            foo.com:8080
+          </html:span>
+          /news/bar.htm#anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${7}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.prepath.label;
+        </description>
+        <description>
+          <html:span class="red">
+            http://user:pass@foo.com:8080
+          </html:span>
+          /news/bar.htm#anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${8}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.directory.label;
+        </description>
+        <description>
+          http://user:pass@foo.com:8080
+          <html:span class="red">/news/</html:span>
+          bar.htm#anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${9}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.filebasename.label;
+        </description>
+        <description>
+          http://user:pass@foo.com:8080/news/
+          <html:span class="red">bar</html:span>
+          .htm#anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${10}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.fileextension.label;
+        </description>
+        <description>
+          http://user:pass@foo.com:8080/news/bar.
+          <html:span class="red">htm</html:span>
+          #anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${11}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.filename.label;
+        </description>
+        <description>
+          http://user:pass@foo.com:8080/news/
+          <html:span class="red">bar.htm</html:span>
+          #anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${12}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.path.label;
+        </description>
+        <description>
+          http://user:pass@foo.com:8080
+          <html:span class="red">
+            /news/bar.htm
+          </html:span>
+          #anchor?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${13}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.ref.label;
+        </description>
+        <description>
+          http://user:pass@foo.com:8080/news/bar.htm#
+          <html:span class="red">anchor</html:span>
+          ?query=abc
+        </description>
+      </row>
+      <row>
+        <description>${14}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.query.label;
+        </description>
+        <description>
+          http://user:pass@foo.com:8080/news/bar.htm#anchor?
+          <html:span class="red">query=abc</html:span>
+        </description>
+      </row>
+      <row>
+        <description>${15}</description>
+        <description>
+          &foxyproxy.pattern.template.reference.spec.label;
+        </description>
+        <description>
+          <html:span class="red">
+            http://user:pass@foo.com:8080/news/bar.htm#anchor?query=abc
+          </html:span>
+        </description>
+      </row>
+    </rows>
+  </grid>
+</popup>
+
+<radiogroup id="whiteblacktype" orient="vertical">
+  <groupbox>
+  <caption label="&foxyproxy.pattern.whiteblack.label;"/>     
+    <grid><columns><column/><column/><column/><column/></columns>
+    <rows>
+      <row align="center">
+        <radio selected="true" value="w"
+          accesskey="&foxyproxy.whitelist.accesskey;"
+          tooltiptext="&foxyproxy.whitelist.tooltip;"/>
+        <label value="&foxyproxy.whitelist.label;"
+          style="color: blue; cursor: pointer; margin-left: -0.5em;"
+          tooltiptext="&foxyproxy.whitelist.tooltip;"
+          class="text-link"
+          onclick="fpclocal.openAndReuseOneTabPerURL('http://en.wikipedia.org/wiki/Whitelist');"/>
+        <label value="&foxyproxy.whitelist.description.label;"/>
+        <toolbarbutton class="foxyproxy-ref" popup="wbdesc" tooltiptext="&foxyproxy.wildcard.reference.tooltip;"/>       
+      </row>
+    <row align="center">
+      <radio value="b"
+        accesskey="&foxyproxy.blacklist.accesskey;"
+        tooltiptext="&foxyproxy.blacklist.tooltip;"/>
+      <label value="&foxyproxy.blacklist.label;"
+        style="margin-left: -0.5em;"
+        tooltiptext="&foxyproxy.blacklist.tooltip;"
+        class="text-link"
+        onclick="fpclocal.openAndReuseOneTabPerURL('http://en.wikipedia.org/wiki/Blacklist');"/>
+      <label value="&foxyproxy.blacklist.description.label;"/>        
+      <spacer/>
+    </row>
+  </rows>
+  </grid>
+  </groupbox>
+</radiogroup>    
+<radiogroup id="matchtype" orient="horizontal">
+<groupbox flex="1">
+    <caption label="&foxyproxy.pattern.matchtype.label;"/>
+    <grid><columns><column/><column/><column/><column/></columns>
+    <rows>
+      <row align="center">
+        <radio selected="true" value="w"
+          accesskey="&foxyproxy.wildcard.accesskey;"
+          tooltiptext="&foxyproxy.wildcard.tooltip;"/>
+        <label value="&foxyproxy.wildcard.label;"
+          style="margin-left: -0.5em;"
+          class="text-link"
+          onclick="fpclocal.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/patterns.html#wildcards');"
+          tooltiptext="&foxyproxy.wildcard.tooltip;"/>
+        <label id="wildcardExample" value="&foxyproxy.wildcard.example.label;"/>                                            
+      </row>
+      <row align="center">
+        <radio value="r"
+          accesskey="&foxyproxy.regex.accesskey;"
+          tooltiptext="&foxyproxy.regex.tooltip;"/>
+        <label value="&foxyproxy.regex.label;"
+          style="margin-left: -0.5em;"
+          class="text-link"
+          onclick="fpclocal.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/patterns.html#regex');"
+          tooltiptext="&foxyproxy.regex.tooltip;"/> 
+        <label id="regexExample" value="&foxyproxy.regex.example.label;"/>       
+        <spacer/>      
+      </row>
+    </rows>
+    </grid>
+ </groupbox>
+ <popup id="wbdesc">
+   <description class="foxyproxy-tooltip foxyproxy-border" width="400" height="80">&foxyproxy.whiteblack.description.label;</description>
+ </popup>      
+</radiogroup>
+<popup id="notifyWhenCanceledPopup">
+  <description class="foxyproxy-tooltip foxyproxy-border" width="400" height="80">
+    &foxyproxy.quickadd.notify.whencanceled.label2;</description>
+</popup>  
+<popup id="tempPopup">
+  <description class="foxyproxy-tooltip foxyproxy-border" width="400" height="80">
+    &foxyproxy.temp.popup.label;</description>
+</popup>
+</overlay>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/options.js 2.8.9-0ubuntu1/chrome/content/options.js
--- 2.7.5~dfsg.1-1/chrome/content/options.js	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/options.js	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,515 @@
+/**
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+**/
+
+var foxyproxy, proxyTree, logTree, monthslong, dayslong, overlay, timeformat, saveLogCmd, clearLogCmd, noURLsCmd, fpc;
+const CI = Components.interfaces, CC = Components.classes;
+
+function onLoad() {
+  foxyproxy = CC["@leahscape.org/foxyproxy/service;1"].getService().wrappedJSObject;
+  fpc = CC["@leahscape.org/foxyproxy/common;1"].getService().wrappedJSObject;
+  document.getElementById("maxSize").value = foxyproxy.logg.maxSize;
+  overlay = fpc.getMostRecentWindow().foxyproxy;
+  monthslong = [foxyproxy.getMessage("months.long.1"), foxyproxy.getMessage("months.long.2"),
+    foxyproxy.getMessage("months.long.3"), foxyproxy.getMessage("months.long.4"), foxyproxy.getMessage("months.long.5"),
+    foxyproxy.getMessage("months.long.6"), foxyproxy.getMessage("months.long.7"), foxyproxy.getMessage("months.long.8"),
+    foxyproxy.getMessage("months.long.9"), foxyproxy.getMessage("months.long.10"), foxyproxy.getMessage("months.long.11"),
+    foxyproxy.getMessage("months.long.12")];
+
+  dayslong = [foxyproxy.getMessage("days.long.1"), foxyproxy.getMessage("days.long.2"),
+    foxyproxy.getMessage("days.long.3"), foxyproxy.getMessage("days.long.4"), foxyproxy.getMessage("days.long.5"),
+    foxyproxy.getMessage("days.long.6"), foxyproxy.getMessage("days.long.7")];
+  proxyTree = document.getElementById("proxyTree");
+  logTree = document.getElementById("logTree");
+  saveLogCmd = document.getElementById("saveLogCmd");
+  clearLogCmd = document.getElementById("clearLogCmd");
+  noURLsCmd = document.getElementById("noURLsCmd");
+  timeformat = foxyproxy.getMessage("timeformat");
+  _initSettings();
+  //setTimeout(function(){sizeToContent()}, 0);
+  CC["@mozilla.org/observer-service;1"].getService(CI.nsIObserverService).addObserver(observer,"foxyproxy-mode-change", false);
+}
+
+function onOK() {
+  CC["@mozilla.org/observer-service;1"].getService(CI.nsIObserverService).removeObserver(observer, "foxyproxy-mode-change");
+}
+
+var observer = {
+  observe : function(subj, topic, str) {
+    var e;
+    try {
+      e = subj.QueryInterface(CI.nsISupportsPRBool).data;
+    }
+    catch(e) {}
+    switch (topic) {
+      case "foxyproxy-mode-change":
+        _updateView();
+        break;
+     }
+   }
+}
+
+function _initSettings() {
+  _updateView(false, true);
+  document.getElementById("settingsURL").value = foxyproxy.getSettingsURI("uri-string");
+  document.getElementById("tabs").selectedIndex = foxyproxy.selectedTabIndex;
+  document.getElementById("statusbarWidth").value = foxyproxy.statusbar.width;
+  toggleStatusBarText(foxyproxy.statusbar.textEnabled);
+}
+
+function onUsingPFF(usingPFF) {
+  document.getElementById("settingsURLBtn").disabled = usingPFF;
+	foxyproxy.setSettingsURI(usingPFF?foxyproxy.PFF:foxyproxy.getDefaultPath());
+  _initSettings();
+}
+
+function _updateLogView() {
+	saveLogCmd.setAttribute("disabled", foxyproxy.logg.length == 0);
+	clearLogCmd.setAttribute("disabled", foxyproxy.logg.length == 0);
+  noURLsCmd.setAttribute("checked", foxyproxy.logg.noURLs);
+  logTree.view = {
+    rowCount : foxyproxy.logg.length,
+    getCellText : function(row, column) {
+      var mp = foxyproxy.logg.item(row);
+      if (!mp) return;
+      switch(column.id) {
+        case "timeCol":return format(mp.timestamp);
+        case "urlCol":return mp.uri;
+        case "nameCol":return mp.proxyName;
+        case "notesCol":return mp.proxyNotes;
+        case "mpNameCol":return mp.matchName;
+        case "mpCol":return mp.matchPattern;
+        case "mpCaseCol":return mp.caseSensitive;
+        case "mpTypeCol":return mp.matchType;
+        case "mpBlackCol":return mp.whiteBlack;
+        case "pacResult":return mp.pacResult;
+        case "errCol":return mp.errMsg;
+      }
+    },
+    isSeparator: function(aIndex) { return false; },
+    isSorted: function() { return false; },
+    isEditable: function(row, col) { return false; },
+    isContainer: function(aIndex) { return false; },
+    setTree: function(aTree){},
+    getImageSrc: function(aRow, aColumn) {return null;},
+    getProgressMode: function(aRow, aColumn) {},
+    getCellValue: function(row, col) {},
+    cycleHeader: function(aColId, aElt) {},
+    getRowProperties: function(row, col, props) {
+      /*if (foxyproxy.logg.item(row) && foxyproxy.logg.item(row).matchPattern == NA) {
+	  	  var a = Components.classes["@mozilla.org/atom-service;1"].
+		      getService(Components.interfaces.nsIAtomService);
+		    col.AppendElement(a.getAtom("grey"));
+	    }*/
+    },
+    getColumnProperties: function(aColumn, aColumnElement, props) {},
+    getCellProperties: function(aRow, props) {},
+    getLevel: function(row){ return 0; }
+  };
+}
+
+  // Thanks for the inspiration, Tor2k (http://www.codeproject.com/jscript/dateformat.asp)
+  function format(d) {
+    d = new Date(d);
+    if (!d.valueOf())
+      return '&nbsp;';
+
+    return timeformat.replace(/(yyyy|mmmm|mmm|mm|dddd|ddd|dd|hh|HH|nn|ss|zzz|a\/p)/gi,
+      function($1) {
+        switch ($1) {
+          case 'yyyy': return d.getFullYear();
+          case 'mmmm': return monthslong[d.getMonth()];
+          case 'mmm':  return monthslong[d.getMonth()].substr(0, 3);
+          case 'mm':   return zf((d.getMonth() + 1), 2);
+          case 'dddd': return dayslong[d.getDay()];
+          case 'ddd':  return dayslong[d.getDay()].substr(0, 3);
+          case 'dd':   return zf(d.getDate(), 2);
+          case 'hh':   return zf(((h = d.getHours() % 12) ? h : 12), 2);
+          case 'HH':   return zf(d.getHours(), 2);
+          case 'nn':   return zf(d.getMinutes(), 2);
+          case 'ss':   return zf(d.getSeconds(), 2);
+          case 'zzz':  return zf(d.getSeconds(), 3);
+          case 'a/p':  return d.getHours() < 12 ? 'AM' : 'PM';
+        }
+      }
+    );
+  }
+
+// My own zero-fill fcn, not Tor 2k's. Assumes (n==2 || n == 3) && c<=n.
+function zf(c, n) { c=""+c; return c.length == 1 ? (n==2?'0'+c:'00'+c) : (c.length == 2 ? (n==2?c:'0'+c) : c); }
+
+function _updateModeMenu() {
+	var menu = document.getElementById("modeMenu");
+	var popup=menu.firstChild;
+	fpc.removeChildren(popup);
+
+  popup.appendChild(fpc.createMenuItem({idVal:"patterns", labelId:"mode.patterns.label", document:document}));
+  for (var i=0,p; i<foxyproxy.proxies.length && ((p=foxyproxy.proxies.item(i)) || 1); i++)
+    popup.appendChild(fpc.createMenuItem({idVal:p.id, labelId:"mode.custom.label", labelArgs:[p.name], type:"radio", name:"foxyproxy-enabled-type", document:document}));
+    //popup.appendChild(fpc.createMenuItem({idVal["random", labelId:"mode.random.label", document:document}));
+  popup.appendChild(fpc.createMenuItem({idVal:"disabled", labelId:"mode.disabled.label", document:document}));
+  menu.value = foxyproxy.mode;
+  if (foxyproxy.mode != "patterns" && foxyproxy.mode != "disabled" &&
+  	foxyproxy.mode != "random") {
+	  if (!foxyproxy.proxies.item(menu.selectedIndex-1).enabled) { // subtract 1 because first element, patterns, is not in the proxies array
+  	  // User disabled or deleted the proxy; select default setting.
+    	foxyproxy.setMode("disabled", true);
+	    menu.value = "disabled";
+  	}
+  }
+}
+
+function onSettingsURLBtn() {
+  const nsIFilePicker = CI.nsIFilePicker;
+  var fp = CC["@mozilla.org/filepicker;1"].createInstance(nsIFilePicker);
+  fp.init(window, foxyproxy.getMessage("file.select"), nsIFilePicker.modeSave);
+  fp.defaultString = "foxyproxy.xml";
+  fp.appendFilters(nsIFilePicker.filterAll|nsIFilePicker.filterXML);
+  if (fp.show() != nsIFilePicker.returnCancel) {
+  	foxyproxy.setSettingsURI(fp.file);
+    _initSettings();
+  }
+}
+
+function isUsingPortableFirefox() {
+  try {
+    return foxyproxy.getPrefsService("extensions.foxyproxy.").getCharPref("settings") == foxyproxy.PFF;
+  }
+  catch(e) {
+    overlay.alert(this, foxyproxy.getMessage("preferences.read.error.warning", ["extensions.foxyproxy.settings", "isUsingPortableFirefox()"]) + " " +
+      foxyproxy.getMessage("preferences.read.error.fatal"));
+  }
+}
+
+/* Contains items which can be updated via toolbar/statusbar/menubar/context-menu as well as the options dialog,
+	 so we don't include these in onLoad() or init() */
+function _updateView(writeSettings, updateLogView) {
+  document.getElementById("dnsEnabled").checked = foxyproxy.proxyDNS;
+  document.getElementById("enableLogging").checked = foxyproxy.logging;
+  //document.getElementById("randomIncludeDirect").checked = foxyproxy.random.includeDirect;
+  //document.getElementById("randomIncludeDisabled").checked = foxyproxy.random.includeDisabled;
+  document.getElementById("usingPFF").checked =
+    document.getElementById("settingsURLBtn").disabled = isUsingPortableFirefox();
+
+  _updateSuperAdd(foxyproxy.autoadd, "autoAdd");
+  _updateSuperAdd(foxyproxy.quickadd, "quickAdd");
+  document.getElementById("quickAddNotifyWhenCanceled").checked = foxyproxy.quickadd.notifyWhenCanceled; // only exists for QuickAdd
+
+  function _updateSuperAdd(saObj, str) {
+    var temp = saObj.enabled;
+    document.getElementById(str + "Enabled").checked = temp;
+    document.getElementById(str + "Broadcaster").hidden = !temp;
+    document.getElementById(str + "Reload").checked = saObj.reload;
+    document.getElementById(str + "Notify").checked = saObj.notify;
+    document.getElementById(str + "Prompt").checked = saObj.prompt;
+  }
+
+  document.getElementById("toolsMenuEnabled").checked = foxyproxy.toolsMenu;
+  document.getElementById("contextMenuEnabled").checked = foxyproxy.contextMenu;
+  document.getElementById("statusbarIconEnabled").checked = foxyproxy.statusbar.iconEnabled;
+  document.getElementById("statusbarTextEnabled").checked = foxyproxy.statusbar.textEnabled;
+  document.getElementById("advancedMenusEnabled").checked = foxyproxy.advancedMenus;
+
+  document.getElementById("sbLeftClickMenu").value = foxyproxy.statusbar.leftClick;
+  document.getElementById("sbMiddleClickMenu").value = foxyproxy.statusbar.middleClick;
+  document.getElementById("sbRightClickMenu").value = foxyproxy.statusbar.rightClick;
+
+  document.getElementById("tbLeftClickMenu").value = foxyproxy.toolbar.leftClick;
+  document.getElementById("tbMiddleClickMenu").value = foxyproxy.toolbar.middleClick;
+  document.getElementById("tbRightClickMenu").value = foxyproxy.toolbar.rightClick;
+
+	_updateModeMenu();
+
+  var menu = document.getElementById("autoAddProxyMenu");
+  foxyproxy.autoadd.updateProxyMenu(menu, document);
+  if (!menu.firstChild.firstChild) {
+    document.getElementById("autoAddEnabled").checked = false;
+    onAutoAddEnabled(false);
+  }
+
+  menu = document.getElementById("quickAddProxyMenu");
+  foxyproxy.quickadd.updateProxyMenu(menu, document);
+  if (!menu.firstChild.firstChild) {
+    document.getElementById("quickAddEnabled").checked = false;
+    onQuickAddEnabled(false);
+  }
+
+  proxyTree.view  = {
+    rowCount : foxyproxy.proxies.length,
+    getCellText : function(row, column) {
+      var i = foxyproxy.proxies.item(row);
+      switch(column.id) {
+        case "nameCol":return i.name;
+        case "descriptionCol":return i.notes;
+        case "modeCol":return foxyproxy.getMessage(i.mode);
+        case "hostCol":return i.manualconf.host;
+        case "isSocksCol":return i.manualconf.isSocks?foxyproxy.getMessage("yes"):foxyproxy.getMessage("no");
+        case "portCol":return i.manualconf.port;
+        case "socksverCol":return i.manualconf.socksversion == "5" ? "5" : "4/4a";
+        case "autopacCol":return i.autoconf.url;
+        case "animatedIconsCol":return i.animatedIcons?foxyproxy.getMessage("yes"):foxyproxy.getMessage("no");
+        case "cycleCol":return i.includeInCycle?foxyproxy.getMessage("yes"):foxyproxy.getMessage("no");
+      }
+    },
+    setCellValue: function(row, col, val) {foxyproxy.proxies.item(row).enabled = val;},
+    getCellValue: function(row, col) {return foxyproxy.proxies.item(row).enabled;},
+    isSeparator: function(aIndex) { return false; },
+    isSorted: function() { return false; },
+    isEditable: function(row, col) { return false; },
+    isContainer: function(aIndex) { return false; },
+    setTree: function(aTree){},
+    getImageSrc: function(aRow, aColumn) {return null;},
+    getProgressMode: function(aRow, aColumn) {},
+    cycleHeader: function(aColId, aElt) {},
+    getRowProperties: function(aRow, aColumn, aProperty) {},
+    getColumnProperties: function(aColumn, aColumnElement, aProperty) {},
+    getCellProperties: function(aRow, aProperty) {},
+    getLevel: function(row){ return 0; }
+  };
+  writeSettings && foxyproxy.writeSettings();
+  setButtons();
+  updateLogView && _updateLogView();
+}
+
+function onEnableTypeChanged(menu) {
+  foxyproxy.setMode(menu.selectedItem.id, true);
+  _updateView();
+}
+
+function onDeleteSelection() {
+  if (_isDefaultProxySelected())
+    overlay.alert(this, foxyproxy.getMessage("delete.proxy.default"));
+  else if (overlay.ask(this, foxyproxy.getMessage("delete.proxy.confirm"))) {
+	  // Store cur selection
+	  var sel = proxyTree.currentIndex;
+    foxyproxy.proxies.remove(proxyTree.currentIndex);
+    _updateView(true);
+	  // Reselect what was previously selected
+		proxyTree.view.selection.select(sel+1>proxyTree.view.rowCount ? 0:sel);
+  }
+}
+
+function onCopySelection() {
+  if (_isDefaultProxySelected())
+    overlay.alert(this, foxyproxy.getMessage("copy.proxy.default"));
+  else {
+	  // Store cur selection
+	  var sel = proxyTree.currentIndex;
+	  var dom = foxyproxy.proxies.item(proxyTree.currentIndex).toDOM(document);
+	  var p = CC["@leahscape.org/foxyproxy/proxy;1"].createInstance().wrappedJSObject;
+	  p.fromDOM(dom);
+	  p.id = foxyproxy.proxies.uniqueRandom(); // give it its own id
+	  foxyproxy.proxies.push(p);
+	  _updateView(true);
+	  // Reselect what was previously selected
+		proxyTree.view.selection.select(sel);
+	}
+}
+
+function move(direction) {
+  // Store cur selection
+  var sel = proxyTree.currentIndex;
+  foxyproxy.proxies.move(proxyTree.currentIndex, direction) && _updateView(true);
+  // Reselect what was previously selected
+	proxyTree.view.selection.select(sel + (direction=="up"?-1:1));
+}
+
+function onSettings(isNew) {
+  var sel = proxyTree.currentIndex,
+    params = {inn:{proxy:isNew ?
+      CC["@leahscape.org/foxyproxy/proxy;1"].createInstance().wrappedJSObject :
+      foxyproxy.proxies.item(proxyTree.currentIndex)}, out:null};
+
+  window.openDialog("chrome://foxyproxy/content/addeditproxy.xul", "",
+    "chrome, dialog, modal, resizable=yes", params).focus();
+  if (params.out) {
+    isNew && foxyproxy.proxies.push(params.out.proxy);
+    _updateView(true);
+    foxyproxy.writeSettings();
+	  // Reselect what was previously selected or the new item
+		proxyTree.view.selection.select(isNew?proxyTree.view.rowCount-2:sel);
+  }
+}
+
+function setButtons() {
+  document.getElementById("tree-row-selected").setAttribute("disabled", proxyTree.currentIndex == -1);
+  document.getElementById("moveUpCmd").setAttribute("disabled",
+  	proxyTree.currentIndex == -1 || proxyTree.currentIndex == 0 || _isDefaultProxySelected());
+  document.getElementById("moveDownCmd").setAttribute("disabled",
+  	proxyTree.currentIndex == -1 || proxyTree.currentIndex == foxyproxy.proxies.length-1 ||
+  	(proxyTree.currentIndex+1 < foxyproxy.proxies.length && foxyproxy.proxies.item(proxyTree.currentIndex+1).lastresort));
+}
+
+function onMaxSize() {
+	var v = document.getElementById("maxSize").value;
+	var passed = true;
+	if (/\D/.test(v)) {
+		foxyproxy.alert(this, foxyproxy.getMessage("torwiz.nan"));
+		passed = false;
+	}
+	v > 9999 &&
+		!overlay.ask(this, foxyproxy.getMessage("logg.maxsize.maximum")) &&
+		(passed = false);
+	if (!passed) {
+		document.getElementById("maxSize").value = foxyproxy.logg.maxSize;
+		return;
+	}
+	if (overlay.ask(this, foxyproxy.getMessage("logg.maxsize.change"))) {
+		foxyproxy.logg.maxSize = v;
+		_updateView(false, true);
+	}
+	else
+		document.getElementById("maxSize").value = foxyproxy.logg.maxSize;
+}
+/*
+function onIncludeDirectInRandom() {
+  // TODO: ERROR CHECKING
+	overlay.alert(this, foxyproxy.getMessage('random.applicable'));
+	foxyproxy.random.includeDirect = this.checked;
+}
+
+function onIncludeDisabledInRandom() {
+  // TODO: ERROR CHECKING
+	overlay.alert(this, foxyproxy.getMessage('random.applicable'));
+	foxyproxy.random.includeDisabled = this.checked;
+}*/
+
+function saveLog() {
+	const nsIFilePicker = CI.nsIFilePicker;
+	var fp = CC["@mozilla.org/filepicker;1"].createInstance(nsIFilePicker);
+	fp.init(this, foxyproxy.getMessage("log.save"), nsIFilePicker.modeSave);
+	fp.defaultExtension = "html";
+	fp.appendFilters(nsIFilePicker.filterHTML | nsIFilePicker.filterAll);
+	if (fp.show() == nsIFilePicker.returnCancel)
+ 		return;
+
+	var os = CC["@mozilla.org/intl/converter-output-stream;1"].createInstance(CI.nsIConverterOutputStream);
+	var fos = CC["@mozilla.org/network/file-output-stream;1"].createInstance(CI.nsIFileOutputStream); // create the output stream
+	fos.init(fp.file, 0x02 | 0x08 | 0x20 /*write | create | truncate*/, 0664, 0);
+	os.init(fos, "UTF-8", 0, 0x0000);
+	os.writeString(foxyproxy.logg.toHTML());
+	os.close();
+	if (overlay.ask(this, foxyproxy.getMessage("log.saved2", [fp.file.path]))) {
+		var win = fpc.getMostRecentWindow();
+		win.gBrowser.selectedTab = win.gBrowser.addTab(fp.file.path);
+  }
+}
+
+function importSettings() {
+}
+
+function exportSettings() {
+}
+
+function importProxyList() {
+}
+
+function onProxyTreeSelected() {
+	setButtons();
+}
+
+function onProxyTreeMenuPopupShowing() {
+	var e = document.getElementById("enabledPopUpMenuItem"), f = document.getElementById("menuSeperator");
+  e.hidden = f.hidden = _isDefaultProxySelected();
+	e.setAttribute("checked", foxyproxy.proxies.item(proxyTree.currentIndex).enabled);
+}
+
+function toggleEnabled() {
+	var p = foxyproxy.proxies.item(proxyTree.currentIndex);
+	p.enabled = !p.enabled;
+	_updateView(true, false);
+}
+
+function _isDefaultProxySelected() {
+	return foxyproxy.proxies.item(proxyTree.currentIndex).lastresort;
+}
+
+function onToggleStatusBarText(checked) {
+  foxyproxy.statusbar.textEnabled = checked;
+  toggleStatusBarText(checked);
+}
+
+function toggleStatusBarText(checked) {
+  // Next line--buggy in FF 1.5.x, 2.0.x--makes fields enabled but readonly
+  // document.getElementById("statusBarWidthBroadcaster").setAttribute("disabled", true);
+  // Call removeAttribute() instead of setAttribute("disabled", "false") or setAttribute("disabled", false);
+  if (checked)
+    document.getElementById("statusBarWidthBroadcaster").removeAttribute("disabled"); // enables!
+  else
+    document.getElementById("statusBarWidthBroadcaster").setAttribute("disabled", "true");
+}
+
+function onQuickAddEnabled(cb) {
+  if (cb.checked) {
+    if (foxyproxy.quickadd.allowed()) {
+        foxyproxy.quickadd.enabled = true;
+        foxyproxy.quickadd.updateProxyMenu(document.getElementById("quickAddProxyMenu"), document);
+        document.getElementById("quickAddBroadcaster").hidden = false;
+    }
+    else {
+      overlay.alert(this, foxyproxy.getMessage("superadd.verboten2", [foxyproxy.getMessage("foxyproxy.quickadd.label")]));
+      cb.checked = false;
+    }
+  }
+  else {
+    document.getElementById("quickAddBroadcaster").hidden = true;
+    foxyproxy.quickadd.enabled = false;
+  }
+  sizeToContent();
+}
+
+function onAutoAddEnabled(cb) {
+  if (cb.checked) {
+    if (foxyproxy.autoadd.allowed()) {
+      foxyproxy.autoadd.enabled = true;
+      document.getElementById("autoAddBroadcaster").hidden = false;
+      foxyproxy.autoadd.updateProxyMenu(document.getElementById("autoAddProxyMenu"), document);
+      sizeToContent(); // call this before the alert() otherwise user can see unsized dialog in background
+      overlay.alert(this, foxyproxy.getMessage("autoadd.notice"));
+    }
+    else {
+      overlay.alert(this, foxyproxy.getMessage("superadd.verboten2", [foxyproxy.getMessage("foxyproxy.tab.autoadd.label")]));
+      cb.checked = false;
+    }
+  }
+  else {
+    document.getElementById("autoAddBroadcaster").hidden = true;
+    foxyproxy.autoadd.enabled = false;
+    sizeToContent();
+  }
+}
+
+function onDefinePattern(superadd) {
+  var p = superadd.match.clone();
+  p.temp = superadd.temp; // see notes in the .match setter in superadd.js as to why we do this
+  var params = {inn:{pattern:p, superadd:true}, out:null};
+
+  window.openDialog("chrome://foxyproxy/content/pattern.xul", "",
+    "chrome, dialog, modal, resizable=yes", params).focus();
+
+  if (params.out)
+    superadd.match = params.out.pattern;
+}
+
+function onBlockedPagePattern() {
+  var m = foxyproxy.autoadd.blockedPageMatch;
+  var params = {inn:{pattern:m.pattern, regex:m.isRegEx, caseSensitive:m.caseSensitive}, out:null};
+
+  window.openDialog("chrome://foxyproxy/content/blockedpagepattern.xul", "",
+    "chrome, dialog, modal, resizable=yes", params).focus();
+
+  if (params.out) {
+    params = params.out;
+    m.pattern = params.pattern;
+    m.isRegEx = params.isRegEx;
+    m.caseSensitive = params.caseSensitive;
+    foxyproxy.writeSettings();
+  }
+}
diff -pruN 2.7.5~dfsg.1-1/chrome/content/optionsOverlay.js 2.8.9-0ubuntu1/chrome/content/optionsOverlay.js
--- 2.7.5~dfsg.1-1/chrome/content/optionsOverlay.js	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/optionsOverlay.js	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,38 @@
+/**
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+**/
+window.onload=function(){
+  // works with ff 1.5, 2.x, and 3.x
+  var e = document.getElementById("catProxiesButton") || document.getElementById("connectionSettings");
+  if (e) e.setAttribute("oncommand", "onConnectionSettings();");
+  else {
+	  try {
+	    gAdvancedPane && (gAdvancedPane.showConnections = onConnectionSettings);
+	  }
+	  catch (e) {dump("optionsOverlay: " + e + "\n");/*wtf*/}
+	}
+}
+function onConnectionSettings() {
+  var fp = Components.classes["@leahscape.org/foxyproxy/service;1"]
+    .getService().wrappedJSObject;
+  
+  if (fp.mode == "disabled")
+	  document.documentElement.openSubDialog("chrome://browser/content/preferences/connection.xul", "", null);
+	else {
+    var fpc = Components.classes["@leahscape.org/foxyproxy/common;1"].getService().wrappedJSObject;
+		var win = fpc.getMostRecentWindow();
+		if (win && win.foxyproxy)
+		  win.foxyproxy.onOptionsDialog();
+		else {
+		  alert("FoxyProxy Error");
+		  document.documentElement.openSubDialog("chrome://browser/content/preferences/connection.xul", "", null);		  
+		}
+	}
+}
diff -pruN 2.7.5~dfsg.1-1/chrome/content/options.xul 2.8.9-0ubuntu1/chrome/content/options.xul
--- 2.7.5~dfsg.1-1/chrome/content/options.xul	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/options.xul	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,940 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+  
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+-->
+
+<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
+<?xul-overlay href="includes.xul"?>
+<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
+<window id="foxyproxyoptions2" windowtype="foxyproxy-options"
+  title="&foxyproxy.optionsdialog.label;"
+  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+  xmlns:html="http://www.w3.org/1999/xhtml" persist="screenX screenY"
+  onload="onLoad();" onunload="onOK();" context="mainPopup">
+
+  <script src="options.js" />
+  <vbox>
+    <!-- menu -->
+    <toolbox>
+      <menubar id="menubar">
+        <menu id="file-menu" label="&foxyproxy.menubar.file.label;"
+          accesskey="&foxyproxy.menubar.file.accesskey;"
+          tooltiptext="&foxyproxy.menubar.file.tooltip;">
+          <menupopup id="file-popup">
+            <menuitem command="createProxyCmd"
+              tooltiptext="&foxyproxy.addnewproxy.tooltip;" />
+            <!-- tooltiptext is necessary for tooltip, dunno why -->
+            <menuseparator />
+            <menuitem command="torWizardCmd"
+              tooltiptext="&foxyproxy.tor.tooltip;" />
+            <!-- tooltiptext is necessary for tooltip, dunno why -->
+            <menuseparator />
+            <!-- <menuitem command="importSettingsCmd" tooltiptext="&foxyproxy.importsettings.tooltip;"/>-->
+            <!-- tooltiptext is necessary for tooltip, dunno why -->
+            <!-- <menuitem command="exportSettingsCmd" tooltiptext="&foxyproxy.exportsettings.tooltip;"/>-->
+            <!-- tooltiptext is necessary for tooltip, dunno why -->
+            <!-- <menuitem command="importListCmd" tooltiptext="&foxyproxy.importlist.tooltip;"/> -->
+            <!-- tooltiptext is necessary for tooltip, dunno why -->
+            <!-- <menuseparator/> -->
+            <menuitem command="closeCmd"
+              tooltiptext="&foxyproxy.close.tooltip;" />
+            <!-- tooltiptext is necessary for tooltip, dunno why -->
+          </menupopup>
+        </menu>
+        <menu id="help-menu" label="&foxyproxy.menubar.help.label;"
+          accesskey="&foxyproxy.menubar.help.accesskey;"
+          tooltiptext="&foxyproxy.menubar.help.tooltip;">
+          <menupopup id="edit-popup">
+            <menuitem command="helpCmd"
+              tooltiptext="&foxyproxy.help.tooltip;" />
+            <!-- tooltiptext is necessary for tooltip, dunno why -->
+            <menuitem command="onlineCmd"
+              tooltiptext="&foxyproxy.online.tooltip;" />
+            <!-- tooltiptext is necessary for tooltip, dunno why -->
+            <menuitem command="aboutCmd"
+              tooltiptext="&foxyproxy.about.tooltip;" />
+            <!-- tooltiptext is necessary for tooltip, dunno why -->
+          </menupopup>
+        </menu>
+      </menubar>
+    </toolbox>
+  </vbox>
+
+  <separator class="thin"/>
+  <hbox style="margin-left: 1em;" align="center">
+    <label value="&foxyproxy.mode.label;:"
+      tooltiptext="&foxyproxy.mode.tooltip;"
+      accesskey="&foxyproxy.mode.accesskey;" command="modeMenuPopup" />
+    <menulist id="modeMenu" oncommand="onEnableTypeChanged(this);"
+      tooltiptext="&foxyproxy.mode.tooltip;">
+      <menupopup id="modeMenuPopup" />
+    </menulist>
+  </hbox>
+
+  <tabbox flex="1" style="margin: .5em;">
+    <tabs id="tabs"
+      onselect="foxyproxy.selectedTabIndex=this.selectedIndex;">
+      <tab label="&foxyproxy.tab.proxies.label;"
+        accesskey="&foxyproxy.tab.proxies.accesskey;" selected="true"
+        tooltiptext="&foxyproxy.tab.proxies.tooltip;" />
+      <tab label="&foxyproxy.tab.global.label;"
+        accesskey="&foxyproxy.tab.global.accesskey;"
+        tooltiptext="&foxyproxy.tab.global.tooltip;" />
+      <tab label="&foxyproxy.quickadd.label;"
+        accesskey="&foxyproxy.quickadd.accesskey;"
+        tooltiptext="&foxyproxy.quickadd.tooltip;" />
+      <tab label="&foxyproxy.tab.autoadd.label;"
+        accesskey="&foxyproxy.tab.autoadd.accesskey;"
+        tooltiptext="&foxyproxy.tab.autoadd.tooltip;" />
+      <tab label="&foxyproxy.tab.logging.label;"
+        accesskey="&foxyproxy.tab.logging.accesskey;"
+        tooltiptext="&foxyproxy.tab.logging.tooltip;" />
+    </tabs>
+
+    <tabpanels style="-moz-appearance: none;" flex="1">
+
+      <!--  proxy tree -->
+      <tabpanel flex="1" orient="vertical">
+        <separator class="thin" />
+
+        <hbox flex="1">
+          <tree id="proxyTree" align="stretch" enableColumnDrag="true"
+            flex="1" style="width: 5em; height: 2em;" seltype="single"
+            onselect="onProxyTreeSelected();"
+            onclick="overlay.onTreeClick(event, this);">
+            <treecols
+              pickertooltiptext="&foxyproxy.tree.pickertooltiptext.label;">
+              <treecol id="enabledCol" label="&foxyproxy.enabled.label;"
+                flex="1" persist="width ordinal hidden" type="checkbox" />
+              <splitter class="tree-splitter" />
+              <treecol id="nameCol" label="&foxyproxy.proxy.name.label;"
+                primary="true" flex="1" persist="width ordinal hidden" />
+              <splitter class="tree-splitter" />
+              <treecol id="descriptionCol"
+                label="&foxyproxy.proxy.notes.label;" flex="1"
+                persist="width ordinal hidden" />
+              <splitter class="tree-splitter" />
+              <treecol id="modeCol" label="&foxyproxy.mode.label;"
+                hidden="true" flex="1" persist="width ordinal hidden" />
+              <splitter class="tree-splitter" />
+              <treecol id="hostCol" label="&foxyproxy.host.label;"
+                hidden="true" flex="1" persist="width ordinal hidden" />
+              <splitter class="tree-splitter" />
+              <treecol id="portCol" label="&foxyproxy.port.label;"
+                hidden="true" flex="1" persist="width ordinal hidden" />
+              <splitter class="tree-splitter" />
+              <treecol id="isSocksCol" label="&foxyproxy.issocks.label;"
+                hidden="true" flex="1" persist="width ordinal hidden" />
+              <splitter class="tree-splitter" />
+              <treecol id="socksverCol"
+                label="&foxyproxy.socks.version.label;" hidden="true"
+                flex="1" persist="width ordinal hidden" />
+              <splitter class="tree-splitter" />
+              <treecol id="autopacCol"
+                label="&foxyproxy.autopacurl.label;" hidden="true"
+                flex="1" persist="width ordinal hidden" />
+              <splitter class="tree-splitter" />
+              <treecol id="animatedIconsCol"
+                label="&foxyproxy.animatedicons.label;" hidden="true"
+                flex="1" persist="width ordinal hidden" />
+              <splitter class="tree-splitter" />
+              <treecol id="cycleCol"
+                label="&foxyproxy.includeincycle.label;" hidden="true"
+                flex="1" persist="width ordinal hidden" />
+              <splitter class="tree-splitter" />
+            </treecols>
+            <treechildren id="proxyTreeChildren" flex="1"
+              ondblclick="onSettings(false);" context="proxyTreeMenu" />
+          </tree>
+          <vbox>
+            <button id="up-button" pack="start" command="moveUpCmd"
+              label=" &foxyproxy.moveup.label;" />
+            <button id="down-button" pack="start" command="moveDownCmd"
+              label=" &foxyproxy.movedown.label;" />
+            <separator />
+            <button command="createProxyCmd" />
+            <button command="settingsCmd" />
+            <button command="copySelectionCmd" />
+            <button command="deleteSelectionCmd" />
+          </vbox>
+        </hbox>
+      </tabpanel>
+
+      <!-- global settings -->
+      <tabpanel flex="1" orient="vertical">
+        <separator class="thin" />
+        <grid>
+          <columns>
+            <column flex="1" />
+            <column flex="1" />
+          </columns>
+          <rows>
+            <row>
+              <groupbox>
+                <caption label="&foxyproxy.indicators.label;"
+                  tooltiptext="&foxyproxy.indicators.tooltip;" />
+                <hbox align="center">
+                  <checkbox id="statusbarIconEnabled"
+                    label="&foxyproxy.showstatusbaricon.label;"
+                    accesskey="&foxyproxy.showstatusbaricon.accesskey;"
+                    tooltiptext="&foxyproxy.showstatusbaricon.tooltip;"
+                    oncommand="foxyproxy.statusbar.iconEnabled = this.checked;" />
+                </hbox>
+                <hbox align="center">
+                  <checkbox id="statusbarTextEnabled"
+                    label="&foxyproxy.showstatusbarmode.label;"
+                    accesskey="&foxyproxy.showstatusbarmode.accesskey;"
+                    tooltiptext="&foxyproxy.showstatusbarmode.tooltip;"
+                    oncommand="onToggleStatusBarText(this.checked);" />
+                </hbox>
+                <hbox align="center" class="indent">
+                  <label value="&foxyproxy.statusbarwidth.label;"
+                    observes="statusBarWidthBroadcaster" />
+                  <textbox id="statusbarWidth" size="1" type="timed"
+                    timeout="500"
+                    oncommand="foxyproxy.statusbar.width = this.value"
+                    tooltiptext="&foxyproxy.statusbarwidth.tooltip;"
+                    accesskey="&foxyproxy.statusbarwidth.accesskey;"
+                    observes="statusBarWidthBroadcaster" />
+                  <label value="&foxyproxy.pixels;"
+                    observes="statusBarWidthBroadcaster" />
+                  <label value="&foxyproxy.unlimited.label;"
+                    observes="statusBarWidthBroadcaster" />
+                </hbox>
+                <hbox align="center">
+                  <checkbox id="toolsMenuEnabled"
+                    label="&foxyproxy.toolsmenu.label;"
+                    accesskey="&foxyproxy.toolsmenu.accesskey;"
+                    tooltiptext="&foxyproxy.toolsmenu.tooltip;"
+                    oncommand="foxyproxy.toolsMenu = this.checked;" />
+                </hbox>
+                <hbox align="center">
+                  <checkbox id="contextMenuEnabled"
+                    label="&foxyproxy.contextmenu.label;"
+                    accesskey="&foxyproxy.contextmenu.accesskey;"
+                    tooltiptext="&foxyproxy.contextmenu.tooltip;"
+                    oncommand="foxyproxy.contextMenu = this.checked;" />
+                </hbox>
+              </groupbox>
+              <groupbox>
+                <caption label="&foxyproxy.toolbaractivation.label;"
+                  tooltiptext="&foxyproxy.toolbaractivation.tooltip;" />
+                <grid>
+                  <columns>
+                    <column flex="1" />
+                    <column />
+                  </columns>
+                  <rows>
+                    <row align="center">
+                      <label value="&foxyproxy.leftclicktb.label;"
+                        accesskey="&foxyproxy.leftclicktb.accesskey;"
+                        tooltiptext="&foxyproxy.leftclicktb.tooltip;"
+                        control="tbLeftClickMenu" />
+                      <menulist id="tbLeftClickMenu"
+                        oncommand="foxyproxy.toolbar.leftClick=this.value;"
+                        tooltiptext="&foxyproxy.leftclicktb.tooltip;"
+                        style="width: 15em;" sizetopopup="none">
+                        <menupopup>
+                          <menuitem label="&foxyproxy.click.options;"
+                            value="options" />
+                          <menuitem label="&foxyproxy.click.cycle;"
+                            value="cycle" />
+                          <menuitem
+                            label="&foxyproxy.click.contextmenu;"
+                            value="contextmenu" />
+                          <menuitem
+                            label="&foxyproxy.click.removeallcookies;"
+                            value="removeallcookies" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadcurtab;"
+                            value="reloadcurtab" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinbrowser;"
+                            value="reloadtabsinbrowser" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinallbrowsers;"
+                            value="reloadtabsinallbrowsers" />
+                          <menuitem label="&foxyproxy.click.toggle;"
+                            value="toggle" />
+                        </menupopup>
+                      </menulist>
+                    </row>
+                    <row align="center">
+                      <label value="&foxyproxy.middleclicktb.label;"
+                        accesskey="&foxyproxy.middleclicktb.accesskey;"
+                        tooltiptext="&foxyproxy.middleclicktb.tooltip;"
+                        control="tbMiddleClickMenu" />
+                      <menulist id="tbMiddleClickMenu"
+                        oncommand="foxyproxy.toolbar.middleClick=this.value;"
+                        tooltiptext="&foxyproxy.middleclicktb.tooltip;"
+                        style="width: 15em;" sizetopopup="none">
+                        <menupopup>
+                          <menuitem label="&foxyproxy.click.options;"
+                            value="options" />
+                          <menuitem label="&foxyproxy.click.cycle;"
+                            value="cycle" />
+                          <menuitem
+                            label="&foxyproxy.click.contextmenu;"
+                            value="contextmenu" />
+                          <menuitem
+                            label="&foxyproxy.click.removeallcookies;"
+                            value="removeallcookies" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadcurtab;"
+                            value="reloadcurtab" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinbrowser;"
+                            value="reloadtabsinbrowser" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinallbrowsers;"
+                            value="reloadtabsinallbrowsers" />
+                          <menuitem label="&foxyproxy.click.toggle;"
+                            value="toggle" />
+                        </menupopup>
+                      </menulist>
+                    </row>
+                    <row align="center">
+                      <label value="&foxyproxy.rightclicktb.label;"
+                        accesskey="&foxyproxy.rightclicktb.accesskey;"
+                        tooltiptext="&foxyproxy.rightclicktb.tooltip;"
+                        control="tbRightClickMenu" />
+                      <menulist id="tbRightClickMenu"
+                        oncommand="foxyproxy.toolbar.rightClick=this.value;"
+                        tooltiptext="&foxyproxy.rightclicktb.tooltip;"
+                        style="width: 15em;" sizetopopup="none">
+                        <menupopup>
+                          <menuitem label="&foxyproxy.click.options;"
+                            value="options" />
+                          <menuitem label="&foxyproxy.click.cycle;"
+                            value="cycle" />
+                          <menuitem
+                            label="&foxyproxy.click.contextmenu;"
+                            value="contextmenu" />
+                          <menuitem
+                            label="&foxyproxy.click.removeallcookies;"
+                            value="removeallcookies" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadcurtab;"
+                            value="reloadcurtab" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinbrowser;"
+                            value="reloadtabsinbrowser" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinallbrowsers;"
+                            value="reloadtabsinallbrowsers" />
+                          <menuitem label="&foxyproxy.click.toggle;"
+                            value="toggle" />
+                        </menupopup>
+                      </menulist>
+                    </row>
+                  </rows>
+                </grid>
+              </groupbox>
+            </row>
+            <row>
+              <groupbox>
+                <caption label="&foxyproxy.misc.label;"
+                  tooltiptext="&foxyproxy.misc.tooltip;" />
+                <row align="center">
+                  <label value="&foxyproxy.storagelocation.label;"
+                    accesskey="&foxyproxy.storagelocation.accesskey;"
+                    tooltiptext="&foxyproxy.storagelocation.tooltip;" />
+                  <textbox id="settingsURL" flex="1" readonly="true"
+                    tooltiptext="&foxyproxy.storagelocation.tooltip;" />
+                  <button id="settingsURLBtn" style="min-width: 0.5em;"
+                    oncommand="onSettingsURLBtn();" label="..."
+                    tooltiptext="&foxyproxy.storagelocation.tooltip;" />
+                </row>
+                <row align="center">
+                  <checkbox id="usingPFF"
+                    label="&foxyproxy.usingPFF.label1;"
+                    tooltiptext="&foxyproxy.usingPFF.tooltip;"
+                    oncommand="onUsingPFF(this.checked);"
+                    accesskey="&foxyproxy.usingPFF.accesskey;" />
+                  <label value="&foxyproxy.usingPFF.label2;"
+                    style="margin-left: -0.3em;" control="usingPFF"
+                    tooltiptext="&foxyproxy.usingPFF.tooltip;"
+                    class="text-link"
+                    onclick="ffpc.openAndReuseOneTabPerURL('http://portableapps.com/apps/internet/browsers/portable_firefox');" />
+                </row>
+                <row align="center">
+                  <checkbox id="dnsEnabled"
+                    label="&foxyproxy.proxydns.label;"
+                    accesskey="&foxyproxy.proxydns.accesskey;"
+                    tooltiptext="&foxyproxy.proxydns.tooltip;"
+                    oncommand="foxyproxy.proxyDNS = this.checked;overlay.ask(window, '&foxyproxy.proxydns.notice;') &amp;&amp; foxyproxy.restart();" />
+                </row>
+                <row align="center">
+                  <checkbox id="advancedMenusEnabled"
+                    label="&foxyproxy.advancedmenus.label;"
+                    accesskey="&foxyproxy.advancedmenus.accesskey;"
+                    tooltiptext="&foxyproxy.advancedmenus.tooltip;"
+                    oncommand="foxyproxy.advancedMenus = this.checked;" />
+                </row>
+              </groupbox>
+              <groupbox>
+                <caption label="&foxyproxy.statusbaractivation.label;"
+                  tooltiptext="&foxyproxy.statusbaractivation.tooltip;" />
+                <grid>
+                  <columns>
+                    <column flex="1" />
+                    <column />
+                  </columns>
+                  <rows>
+                    <row align="center">
+                      <label value="&foxyproxy.leftclicksb.label;"
+                        accesskey="&foxyproxy.leftclicksb.accesskey;"
+                        tooltiptext="&foxyproxy.leftclicksb.tooltip;"
+                        control="sbLeftClickMenu" />
+                      <menulist id="sbLeftClickMenu"
+                        oncommand="foxyproxy.statusbar.leftClick=this.value;"
+                        tooltiptext="&foxyproxy.leftclicksb.tooltip;"
+                        style="width: 15em;" sizetopopup="none">
+                        <menupopup>
+                          <menuitem label="&foxyproxy.click.options;"
+                            value="options" />
+                          <menuitem label="&foxyproxy.click.cycle;"
+                            value="cycle" />
+                          <menuitem
+                            label="&foxyproxy.click.contextmenu;"
+                            value="contextmenu" />
+                          <menuitem
+                            label="&foxyproxy.click.removeallcookies;"
+                            value="removeallcookies" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadcurtab;"
+                            value="reloadcurtab" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinbrowser;"
+                            value="reloadtabsinbrowser" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinallbrowsers;"
+                            value="reloadtabsinallbrowsers" />
+                          <menuitem label="&foxyproxy.click.toggle;"
+                            value="toggle" />
+                        </menupopup>
+                      </menulist>
+                    </row>
+                    <row align="center">
+                      <label value="&foxyproxy.middleclicksb.label;"
+                        accesskey="&foxyproxy.middleclicksb.accesskey;"
+                        tooltiptext="&foxyproxy.middleclicksb.tooltip;"
+                        control="sbMiddleClickMenu" />
+                      <menulist id="sbMiddleClickMenu"
+                        oncommand="foxyproxy.statusbar.middleClick=this.value;"
+                        tooltiptext="&foxyproxy.middleclicksb.tooltip;"
+                        style="width: 15em;" sizetopopup="none">
+                        <menupopup>
+                          <menuitem label="&foxyproxy.click.options;"
+                            value="options" />
+                          <menuitem label="&foxyproxy.click.cycle;"
+                            value="cycle" />
+                          <menuitem
+                            label="&foxyproxy.click.contextmenu;"
+                            value="contextmenu" />
+                          <menuitem
+                            label="&foxyproxy.click.removeallcookies;"
+                            value="removeallcookies" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadcurtab;"
+                            value="reloadcurtab" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinbrowser;"
+                            value="reloadtabsinbrowser" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinallbrowsers;"
+                            value="reloadtabsinallbrowsers" />
+                          <menuitem label="&foxyproxy.click.toggle;"
+                            value="toggle" />
+                        </menupopup>
+                      </menulist>
+                    </row>
+                    <row align="center">
+                      <label value="&foxyproxy.rightclicksb.label;"
+                        accesskey="&foxyproxy.rightclicksb.accesskey;"
+                        tooltiptext="&foxyproxy.rightclicksb.tooltip;"
+                        control="sbRightClickMenu" />
+                      <menulist id="sbRightClickMenu"
+                        oncommand="foxyproxy.statusbar.rightClick=this.value;"
+                        tooltiptext="&foxyproxy.rightclicksb.tooltip;"
+                        style="width: 15em;" sizetopopup="none">
+                        <menupopup>
+                          <menuitem label="&foxyproxy.click.options;"
+                            value="options" />
+                          <menuitem label="&foxyproxy.click.cycle;"
+                            value="cycle" />
+                          <menuitem
+                            label="&foxyproxy.click.contextmenu;"
+                            value="contextmenu" />
+                          <menuitem
+                            label="&foxyproxy.click.removeallcookies;"
+                            value="removeallcookies" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadcurtab;"
+                            value="reloadcurtab" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinbrowser;"
+                            value="reloadtabsinbrowser" />
+                          <menuitem
+                            label="&foxyproxy.click.reloadtabsinallbrowsers;"
+                            value="reloadtabsinallbrowsers" />
+                          <menuitem label="&foxyproxy.click.toggle;"
+                            value="toggle" />
+                        </menupopup>
+                      </menulist>
+                    </row>
+                  </rows>
+                </grid>
+              </groupbox>
+            </row>
+          </rows>
+        </grid>
+      </tabpanel>
+
+      <!--<groupbox>
+        <caption label="&foxyproxy.random.settings.label;"
+        accesskey="&foxyproxy.random.settings.accesskey;"
+        tooltiptext="&foxyproxy.random.settings.tooltip;"/>
+        <row align="center">
+        <checkbox id="randomIncludeDirect"
+        label="&foxyproxy.random.includedirect.label;"
+        accesskey="&foxyproxy.random.includedirect.accesskey;"
+        tooltiptext="&foxyproxy.random.includedirect.tooltip;"
+        oncommand="onIncludeDirectInRandom();"/>
+        </row>
+        <row align="center">
+        <checkbox id="randomIncludeDisabled"
+        label="&foxyproxy.random.includedisabled.label;"
+        accesskey="&foxyproxy.random.includedisabled.accesskey;"
+        tooltiptext="&foxyproxy.random.includedisabled.tooltip;"
+        oncommand="onIncludeDisabledInRandom();"/>
+        </row>
+        </groupbox>
+        <row><separator class="thin"/></row>-->
+
+      <!-- quickadd tab -->
+      <tabpanel flex="1" orient="vertical">
+        <description style="width: 1em;">&foxyproxy.quickadd.desc1;
+          <text value="&foxyproxy.keyconfig.label;" class="text-link"
+            onclick="fpc.openAndReuseOneTabPerURL('http://forums.mozillazine.org/viewtopic.php?t=72994');" />
+          &foxyproxy.quickadd.desc2;
+        </description>
+        <checkbox id="quickAddEnabled" 
+          label="&foxyproxy.enabled.label;"
+          accesskey="&foxyproxy.enabled.accesskey;"
+          tooltiptext="&foxyproxy.enabled.tooltip;"
+          oncommand="onQuickAddEnabled(this);"/>
+        <groupbox observes="quickAddBroadcaster">
+          <grid>
+            <columns>
+              <column />
+              <column />
+              <column />
+            </columns>
+            <rows>
+              <row align="center">
+                <checkbox id="quickAddReload"
+                  label="&foxyproxy.autoadd.reload.label;"
+                  accesskey="&foxyproxy.autoadd.reload.accesskey;"
+                  tooltiptext="&foxyproxy.autoadd.reload.tooltip;"                  
+                  oncommand="foxyproxy.quickadd.reload = this.checked;"/>
+                <checkbox id="quickAddNotify"
+                  label="&foxyproxy.quickadd.notify.label;"
+                  accesskey="&foxyproxy.quickadd.notify.accesskey;"
+                  tooltiptext="&foxyproxy.quickadd.notify.tooltip;"
+                  oncommand="foxyproxy.quickadd.notify = this.checked;"/>
+              </row>
+              <row align="center">
+                <checkbox id="quickAddPrompt"
+                  label="&foxyproxy.quickadd.prompt.label;"
+                  accesskey="&foxyproxy.quickadd.prompt.accesskey;"
+                  tooltiptext="&foxyproxy.quickadd.prompt.tooltip;"
+                  oncommand="foxyproxy.quickadd.prompt = this.checked;"/>
+                <checkbox id="quickAddNotifyWhenCanceled"
+                  label="&foxyproxy.quickadd.notify.whencanceled.label;"
+                  accesskey="&foxyproxy.quickadd.notify.whencanceled.accesskey;"
+                  tooltiptext="&foxyproxy.quickadd.notify.whencanceled.tooltip;"
+                  oncommand="foxyproxy.quickadd.notifyWhenCanceled = this.checked;"/>
+                <toolbarbutton class="foxyproxy-ref"
+                  popup="notifyWhenCanceledPopup" tooltiptext="&foxyproxy.whatsthis;" />
+              </row>
+            </rows>
+          </grid>
+        </groupbox>
+        <groupbox observes="quickAddBroadcaster">
+        <grid>
+          <columns>
+            <column />
+            <column flex="1" />
+          </columns>
+          <rows>
+            <row align="center">
+              <label value="&foxyproxy.quickadd.proxy.label;"
+                tooltiptext="&foxyproxy.quickadd.proxy.tooltip;"
+                accesskey="&foxyproxy.quickadd.proxy.accesskey;" />
+              <menulist id="quickAddProxyMenu"
+                tooltiptext="&foxyproxy.quickadd.proxy.tooltip;"
+                oncommand="foxyproxy.quickadd.proxyById = this.value;">
+                <menupopup />
+              </menulist>
+            </row>
+          </rows>
+        </grid>
+        <hbox align="center" observes="quickAddBroadcaster" >
+          <label value="&foxyproxy.pattern.to.quickadd.label;" control="qapb"/>
+          <button id="qapb" command="quickAddPatternCmd" label="&foxyproxy.define.label;"/>
+        </hbox>
+      </groupbox>
+      </tabpanel>
+
+      <!-- autoadd tab -->
+      <tabpanel flex="1" orient="vertical">
+        <description style="width: 1em;">
+          &foxyproxy.autoadd.description;
+        </description>
+        <checkbox id="autoAddEnabled" 
+          label="&foxyproxy.enabled.label;"
+          accesskey="&foxyproxy.enabled.accesskey;"
+          tooltiptext="&foxyproxy.enabled.tooltip;"
+          oncommand="onAutoAddEnabled(this);"/>
+        <groupbox observes="autoAddBroadcaster">
+          <grid>
+            <columns>
+              <column />
+              <column />
+              <column />
+            </columns>
+            <rows>
+              <row align="center">
+                <checkbox id="autoAddReload"
+                  label="&foxyproxy.autoadd.reload.label;"
+                  accesskey="&foxyproxy.autoadd.reload.accesskey;"
+                  tooltiptext="&foxyproxy.autoadd.reload.tooltip;"
+                  oncommand="foxyproxy.autoadd.reload = this.checked;"/>
+                <checkbox id="autoAddNotify"
+                  label="&foxyproxy.autoadd.notify.label;"
+                  accesskey="&foxyproxy.autoadd.notify.accesskey;"
+                  tooltiptext="&foxyproxy.autoadd.notify.tooltip2;"
+                  oncommand="foxyproxy.autoadd.notify = this.checked;"/>
+              </row>
+              <row align="center">
+                <checkbox id="autoAddPrompt"
+                  label="&foxyproxy.quickadd.prompt.label;"
+                  accesskey="&foxyproxy.quickadd.prompt.accesskey;"
+                  tooltiptext="&foxyproxy.quickadd.prompt.tooltip;"
+                  oncommand="foxyproxy.autoadd.prompt = this.checked;"/>
+              </row>
+            </rows>
+          </grid>
+        </groupbox>
+        <groupbox observes="autoAddBroadcaster">
+          <grid>
+            <columns>
+              <column />
+              <column flex="1" />
+              <column />
+            </columns>
+            <rows>
+              <row align="center">
+                <label value="&foxyproxy.autoadd.proxy.label;"
+                  tooltiptext="&foxyproxy.autoadd.proxy.tooltip;"
+                  accesskey="&foxyproxy.autoadd.proxy.accesskey;" />
+              <menulist id="autoAddProxyMenu"
+                tooltiptext="&foxyproxy.autoadd.proxy.tooltip;"
+                oncommand="foxyproxy.autoadd.proxyById = this.value;">
+                <menupopup />
+              </menulist>
+              <spacer />
+              </row>
+            </rows>
+          </grid>
+          <grid>
+            <columns><column/><column/></columns><rows>
+            <row align="center" observes="autoAddBroadcaster">
+              <label value="&foxyproxy.autoadd.pattern.label;" control="bspb"/>
+              <button id="bspc" command="blockedPagePatternCmd" label="&foxyproxy.define.label;"/>
+            </row>
+            <row align="center" observes="autoAddBroadcaster" >
+              <label value="&foxyproxy.pattern.to.autoadd.label;" control="aapb"/>
+              <button id="aapb" command="autoAddPatternCmd" label="&foxyproxy.define.label;"/>
+            </row>
+          </rows>
+          </grid>
+        </groupbox>
+      </tabpanel>
+
+      <!-- logging -->
+      <tabpanel flex="1" orient="vertical">
+        <separator class="thin" />
+        <hbox align="center">
+          <checkbox id="enableLogging" label="&foxyproxy.enabled.label;"
+            accesskey="&foxyproxy.enabled.accesskey;"
+            tooltiptext="&foxyproxy.enabled.tooltip;"
+            oncommand="foxyproxy.logging=!foxyproxy.logging;" />
+          <button command="clearLogCmd" />
+          <button command="refreshLogCmd" />
+          <button command="saveLogCmd" />
+          <spacer flex="1" />
+          <text value="&foxyproxy.logging.maxsize.label;"
+            accesskey="&foxyproxy.logging.maxsize.accesskey;"
+            tooltiptext="&foxyproxy.logging.maxsize.tooltip;"
+            control="maxSize" />
+          <textbox id="maxSize" size="4"
+            accesskey="&foxyproxy.logging.maxsize.accesskey;"
+            tooltiptext="&foxyproxy.logging.maxsize.tooltip;" />
+          <button command="maxSizeCmd" size="4" />
+        </hbox>
+        <checkbox command="noURLsCmd" />
+        <separator />
+        <tree id="logTree" align="stretch" enableColumnDrag="true"
+          flex="1" style="width: 5em; height: 2em;" seltype="single">
+          <treecols
+            pickertooltiptext="&foxyproxy.tree.pickertooltiptext.label;">
+            <treecol id="timeCol"
+              label="&foxyproxy.tab.logging.timestamp.label;" flex="1"
+              persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+            <treecol id="urlCol"
+              label="&foxyproxy.tab.logging.url.label;" primary="true"
+              flex="1" persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+            <treecol id="nameCol" label="&foxyproxy.proxy.name.label;"
+              flex="1" persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+            <treecol id="notesCol" label="&foxyproxy.proxy.notes.label;"
+              flex="1" persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+            <treecol id="mpNameCol"
+              label="&foxyproxy.pattern.name.label;" flex="1"
+              persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+            <treecol id="mpCol" label="&foxyproxy.pattern.label;"
+              flex="1" persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+            <treecol id="mpCaseCol"
+              label="&foxyproxy.casesensitive.label;" flex="1"
+              persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+            <treecol id="mpTypeCol"
+              label="&foxyproxy.pattern.type.label;" flex="1"
+              persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+            <treecol id="mpBlackCol"
+              label="&foxyproxy.whitelist.blacklist.label;" flex="1"
+              persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+            <treecol id="pacResult" label="&foxyproxy.pac.result.label;"
+              flex="1" persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+            <treecol id="errCol" label="&foxyproxy.error.msg.label;"
+              flex="1" persist="width ordinal hidden" />
+            <splitter class="tree-splitter" />
+          </treecols>
+          <treechildren id="logTreeChildren" flex="1"
+            context="logTreeMenu" />
+        </tree>
+      </tabpanel>
+    </tabpanels>
+  </tabbox>
+  <hbox align="center">
+    <label value="&foxyproxy.keep.free;:" style="font-weight: bold;"/>
+    <button command="donateCmd" style="font-weight: bold;"/>
+    <button command="donationListCmd"/>
+    <spacer flex="1" />
+    <button command="closeCmd" />
+  </hbox>
+  <separator class="thin" />
+
+  <popupset>
+    <popup id="proxyTreeMenu"
+      onpopupshowing="onProxyTreeMenuPopupShowing();">
+      <menuitem id="enabledPopUpMenuItem" command="toggleEnabledCmd"
+        type="checkbox" />
+      <menuseparator id="menuSeperator" />
+      <menuitem class="menuitem-non-iconic" command="createProxyCmd" />
+      <menuseparator />
+      <menuitem class="menuitem-non-iconic" command="settingsCmd" />
+      <menuitem class="menuitem-non-iconic" command="copySelectionCmd" />
+      <menuitem class="menuitem-non-iconic"
+        command="deleteSelectionCmd" />
+      <menuitem class="menuitem-non-iconic" command="moveUpCmd"
+        label="&foxyproxy.moveup.label;" />
+      <menuitem class="menuitem-non-iconic" command="moveDownCmd"
+        label="&foxyproxy.movedown.label;" />
+      <menuseparator />
+      <menuitem class="menuitem-non-iconic" command="torWizardCmd" />
+      <menuseparator />
+      <!-- <menuitem class="menuitem-non-iconic" command="importSettingsCmd"/>
+        <menuitem class="menuitem-non-iconic" command="exportSettingsCmd"/>
+        <menuitem class="menuitem-non-iconic" command="importListCmd"/>
+        <menuseparator/>         -->
+      <menuitem class="menuitem-non-iconic" command="helpCmd" />
+      <menuitem class="menuitem-non-iconic" command="closeCmd" />
+    </popup>
+
+    <popup id="mainPopup">
+      <menuitem class="menuitem-non-iconic" command="createProxyCmd" />
+      <menuseparator />
+      <menuitem class="menuitem-non-iconic" command="torWizardCmd" />
+      <menuseparator />
+      <menuitem class="menuitem-non-iconic" command="helpCmd" />
+      <menuitem class="menuitem-non-iconic" command="closeCmd" />
+    </popup>
+
+    <popup id="logTreeMenu">
+      <menuitem class="menuitem-non-iconic" command="clearLogCmd" />
+      <menuitem class="menuitem-non-iconic" command="refreshLogCmd" />
+      <menuitem class="menuitem-non-iconic" command="saveLogCmd" />
+    </popup>
+  </popupset>
+
+  <command id="clearLogCmd" label="&foxyproxy.clear.label;"
+    tooltiptext="&foxyproxy.clear.label;"
+    accesskey="&foxyproxy.clear.accesskey;"
+    oncommand="foxyproxy.logg.clear();_updateLogView();" />
+
+  <command id="refreshLogCmd" label="&foxyproxy.refresh.label;"
+    tooltiptext="&foxyproxy.refresh.tooltip;"
+    accesskey="&foxyproxy.refresh.accesskey;"
+    oncommand="_updateLogView();" />
+
+  <command id="saveLogCmd" label="&foxyproxy.save.label;"
+    tooltiptext="&foxyproxy.save.tooltip;"
+    accesskey="&foxyproxy.save.accesskey;"
+    oncommand="_updateLogView();saveLog();" />
+
+  <command id="maxSizeCmd"
+    label="&foxyproxy.logging.maxsize.button.label;"
+    tooltiptext="&foxyproxy.logging.maxsize.button.tooltip;"
+    accesskey="&foxyproxy.logging.maxsize.button.accesskey;"
+    oncommand="onMaxSize();" />
+
+  <command id="noURLsCmd" label="&foxyproxy.logging.noURLs.label;"
+    accesskey="&foxyproxy.logging.noURLs.accesskey;"
+    tooltiptext="&foxyproxy.logging.noURLs.tooltip;"
+    oncommand="overlay.onToggleNoURLs(window);" />
+
+  <command id="toggleEnabledCmd" label="&foxyproxy.enabled.label;"
+    tooltiptext="&foxyproxy.enabled.tooltip;"
+    accesskey="&foxyproxy.enabled.accesskey;"
+    oncommand="toggleEnabled();" />
+
+  <command id="createProxyCmd" label="&foxyproxy.addnewproxy.label;"
+    tooltiptext="&foxyproxy.addnewproxy.tooltip;"
+    accesskey="&foxyproxy.addnewproxy.accesskey;"
+    oncommand="onSettings(true);" />
+
+  <command id="moveUpCmd" tooltiptext="&foxyproxy.moveup.tooltip;"
+    accesskey="&foxyproxy.moveup.accesskey;" oncommand="move('up');"
+    disabled="true" />
+
+  <command id="moveDownCmd" tooltiptext="&foxyproxy.movedown.tooltip;"
+    accesskey="&foxyproxy.movedown.accesskey;" oncommand="move('down');"
+    disabled="true" />
+
+  <command id="copySelectionCmd"
+    label="&foxyproxy.copy.selection.label;"
+    accesskey="&foxyproxy.copy.selection.accesskey;"
+    tooltiptext="&foxyproxy.copy.selection.tooltip;"
+    oncommand="onCopySelection(document);" observes="tree-row-selected"
+    disabled="true" />
+
+  <command id="deleteSelectionCmd"
+    label="&foxyproxy.delete.selection.label;"
+    accesskey="&foxyproxy.delete.selection.accesskey;"
+    tooltiptext="&foxyproxy.delete.selection.tooltip;"
+    oncommand="onDeleteSelection();" observes="tree-row-selected"
+    disabled="true" />
+
+  <command id="settingsCmd" label="&foxyproxy.edit.selection.label;"
+    accesskey="&foxyproxy.edit.selection.accesskey;"
+    tooltiptext="&foxyproxy.edit.selection.tooltip;"
+    oncommand="onSettings(false);" observes="tree-row-selected"
+    disabled="true" />
+
+  <command id="closeCmd" label="&foxyproxy.close.label;"
+    accesskey="&foxyproxy.close.accesskey;"
+    tooltiptext="&foxyproxy.close.tooltip;" oncommand="window.close()" />
+
+  <command id="donateCmd" label="&foxyproxy.please.donate.label;"
+    accesskey="&foxyproxy.please.donate.accesskey;"
+    tooltiptext="&foxyproxy.please.donate.label;" oncommand="fpc.openAndReuseOneTabPerURL('https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=63002');" />
+
+  <command id="donationListCmd" label="&foxyproxy.donation.list.label;"
+    accesskey="&foxyproxy.donation.list.accesskey;"
+    tooltiptext="&foxyproxy.donation.list.label;" oncommand="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/donations.html');" />
+
+  <command id="importSettingsCmd"
+    label="&foxyproxy.importsettings.label;"
+    accesskey="&foxyproxy.importsettings.accesskey;"
+    tooltiptext="&foxyproxy.importsettings.tooltip;"
+    oncommand="importSettings();" />
+
+  <command id="exportSettingsCmd"
+    label="&foxyproxy.exportsettings.label;"
+    accesskey="&foxyproxy.exportsettings.accesskey;"
+    tooltiptext="&foxyproxy.exportsettings.tooltip;"
+    oncommand="exportSettings();" />
+
+  <command id="importListCmd" label="&foxyproxy.importlist.label;"
+    accesskey="&foxyproxy.importlist.accesskey;"
+    tooltiptext="&foxyproxy.importlist.tooltip;"
+    oncommand="importProxyList();" />
+
+  <command id="aboutCmd" label="&foxyproxy.about.label;"
+    accesskey="&foxyproxy.about.accesskey;"
+    tooltiptext="&foxyproxy.about.tooltip;"
+    oncommand="window.openDialog('chrome://foxyproxy/content/about.xul', '', 'chrome, dialog, resizable=no, modal, centerscreen', {inn:{overlay:overlay}}).focus();" />
+
+  <command id="onlineCmd" label="&foxyproxy.online.label;"
+    accesskey="&foxyproxy.online.accesskey;"
+    tooltiptext="&foxyproxy.online.tooltip;"
+    oncommand="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/');" />
+
+  <command id="helpCmd" label="&foxyproxy.help.label;"
+    accesskey="&foxyproxy.help.accesskey;"
+    tooltiptext="&foxyproxy.help.tooltip;"
+    oncommand="fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/quickstart.html');" />
+
+  <command id="torWizardCmd" label="&foxyproxy.tor.label;"
+    accesskey="&foxyproxy.tor.accesskey;"
+    tooltiptext="&foxyproxy.tor.tooltip;"
+    oncommand="overlay.torWizard(false);" />
+
+  <command id="autoAddPatternCmd" label="&foxyproxy.define.label;"
+    accesskey="&foxyproxy.define.accesskey;"
+    tooltiptext="&foxyproxy.define.tooltip;"
+    oncommand="onDefinePattern(foxyproxy.autoadd)"/>
+
+  <command id="blockedPagePatternCmd" label="&foxyproxy.define.label;"
+    accesskey="&foxyproxy.define.accesskey;"
+    tooltiptext="&foxyproxy.define.tooltip;"
+    oncommand="onBlockedPagePattern();"/>
+    
+  <command id="quickAddPatternCmd" label="&foxyproxy.define.label;"
+    accesskey="&foxyproxy.define.accesskey;"
+    tooltiptext="&foxyproxy.define.tooltip;"
+    oncommand="onDefinePattern(foxyproxy.quickadd)"/>
+        
+  <broadcasterset>
+    <broadcaster id="tree-row-selected" disabled="true" />
+    <broadcaster id="statusBarWidthBroadcaster" disabled="true" />
+    <broadcaster id="autoAddBroadcaster" hidden="true" />
+    <broadcaster id="quickAddBroadcaster" hidden="true" />    
+  </broadcasterset>
+
+  <popupset>
+    <popup id="notifyWhenCanceledPopup"/>
+  </popupset> 
+
+  <keyset>
+    <key id="esc-key" keycode="VK_ESCAPE" command="closeCmd" />
+  </keyset>
+</window>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/overlay.js 2.8.9-0ubuntu1/chrome/content/overlay.js
--- 2.7.5~dfsg.1-1/chrome/content/overlay.js	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/overlay.js	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,815 @@
+/**
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+**/
+
+var foxyproxy = {
+  checkboxType : Components.interfaces.nsITreeColumn.TYPE_CHECKBOX,
+  fp : Components.classes["@leahscape.org/foxyproxy/service;1"].getService().wrappedJSObject,
+  fpc : Components.classes["@leahscape.org/foxyproxy/common;1"].getService().wrappedJSObject,
+  statusIcon : null,
+  contextMenuIcon : null,
+  toolbarIcon : null,
+  toolsMenuIcon : null,
+	notes: ["foxyproxy-statusbar-icon","foxyproxy-statusbar-text","foxyproxy-statusbar-width","foxyproxy-toolsmenu",
+		"foxyproxy-contextmenu","foxyproxy-mode-change","foxyproxy-throb","foxyproxy-updateviews","foxyproxy-autoadd-toggle"],
+
+  alert : function(wnd, str) {
+    Components.classes["@mozilla.org/embedcomp/prompt-service;1"]
+      .getService(Components.interfaces.nsIPromptService)
+      .alert(null, this.fp.getMessage("foxyproxy"), str);
+  },
+
+  // thanks, mzz
+  updateCheck : {
+    timer : null,
+    first : false,
+    usingObserver : true,
+    check : function() {
+      const CC = Components.classes, CI = Components.interfaces;
+      var vc = CC["@mozilla.org/xpcom/version-comparator;1"].getService(CI.nsIVersionComparator),
+        lastVer, curVer = CC["@leahscape.org/foxyproxy/common;1"].getService().wrappedJSObject.getVersion();
+      try {
+        lastVer = foxyproxy.fp.getPrefsService("extensions.foxyproxy.").getCharPref("last-version");
+        if (vc.compare(curVer, lastVer) > 0)
+          p(this);
+      }
+      catch(e) {
+        this.first = true;
+        p(this);
+      }
+      function p(o) {
+        var appInfo = CC["@mozilla.org/xre/app-info;1"].getService(CI.nsIXULAppInfo);
+        if(vc.compare(appInfo.version, "3.0") < 0) {
+          // sessionstore-windows-restored notification not supported; just do it now
+          o.usingObserver = false;
+          o.installTimer();
+        }
+        else
+          CC["@mozilla.org/observer-service;1"].getService(CI.nsIObserverService)
+             .addObserver(o, "sessionstore-windows-restored", false);
+      }
+    },
+
+    notify : function() {
+      if (this.usingObserver)
+        Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService)
+          .removeObserver(this, "sessionstore-windows-restored");
+
+      // Probably not necessary, but does not hurt
+      this.timer = null;
+      var fpc = Components.classes["@leahscape.org/foxyproxy/common;1"].getService().wrappedJSObject;
+      if (this.first) {
+        x("http://foxyproxy.mozdev.org/help.html");
+        foxyproxy.torWizard(true);
+      }
+      else {
+         x("http://foxyproxy.mozdev.org/releasenotes.html");
+      }
+      function x(url) {
+        fpc.openAndReuseOneTabPerURL(url);
+        // Do this last so we try again next time if we failed to display now
+        foxyproxy.fp.getPrefsService("extensions.foxyproxy.").setCharPref("last-version", fpc.getVersion());
+      }
+    },
+
+   	observe : function(s, topic) {
+      if (topic == "sessionstore-windows-restored") {
+        // If we show the tab now, the tab isn't guaranteed to be topmost
+        // (in Firefox 3.0b5). So use a timer.
+        this.installTimer();
+      }
+    },
+
+    installTimer : function() {
+      this.timer = Components.classes["@mozilla.org/timer;1"].createInstance(Components.interfaces.nsITimer);
+      this.timer.initWithCallback(this, 1000, Components.interfaces.nsITimer.TYPE_ONE_SHOT);
+    }
+  },
+
+
+	observe : function(subj, topic, str) {
+    var e;
+		try {
+			e = subj.QueryInterface(Components.interfaces.nsISupportsPRBool).data;
+		}
+		catch(e) {}
+		switch (topic) {
+			case "foxyproxy-throb":
+				this.throb(subj);
+				break;
+			case "foxyproxy-statusbar-icon":
+			  this.toggleStatusBarIcon(e);
+			  break;
+			case "foxyproxy-statusbar-text":
+				this.toggleStatusBarText(e);
+			  break;
+      case "foxyproxy-statusbar-width":
+        this.toggleStatusBarWidth(e);
+        break;
+			case "foxyproxy-autoadd-toggle":
+				this.checkPageLoad();
+				break;
+			case "foxyproxy-mode-change":
+				this.setMode(str);
+				this.checkPageLoad();
+				break;
+			case "foxyproxy-toolsmenu":
+				this.toggleToolsMenu(e);
+				break;
+			case "foxyproxy-contextmenu":
+				this.toggleContextMenu(e);
+				break;
+			case "foxyproxy-updateviews":
+				this.updateViews(false, false);
+				break;
+		}
+  },
+
+  onLoad : function() {
+  	this.statusIcon = document.getElementById("foxyproxy-status-icon");
+  	this.contextMenuIcon = document.getElementById("foxyproxy-context-menu-1");
+  	this.toolbarIcon = document.getElementById("foxyproxy-button-1");
+  	this.toolsMenuIcon = document.getElementById("foxyproxy-tools-menu-1");
+		var obSvc = Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService);
+		for (var i in this.notes) {
+			obSvc.addObserver(this, this.notes[i], false);
+		}
+    this.toggleToolsMenu(this.fp.toolsMenu);
+    this.toggleContextMenu(this.fp.contextMenu);
+    this.checkPageLoad();
+    this.toggleStatusBarIcon(this.fp.statusbar.iconEnabled);
+    this.toggleStatusBarText(this.fp.statusbar.textEnabled);
+    this.toggleStatusBarWidth(this.fp.statusbar.width);
+		this.setMode(this.fp.mode);
+    this.fp.notifier.emptyQueue();
+    this.updateCheck.check();
+  },
+
+  toggleToolsMenu : function(e) {
+ 	 	this.toolsMenuIcon.hidden = !e;
+  },
+
+  toggleContextMenu : function(e) {
+ 	 	this.contextMenuIcon.hidden = !e;
+  },
+
+  torWizard : function(firstTime) {
+    var owner = foxyproxy._getOptionsDlg();
+    if (this.ask(owner, (firstTime ? (this.fp.getMessage("welcome") + " ") : "") +
+        this.fp.getMessage("torwiz.configure"))) {
+      var withoutPrivoxy = this.ask(owner,
+        this.fp.getMessage("torwiz.with.without.privoxy"),
+        this.fp.getMessage("torwiz.without"),
+        this.fp.getMessage("torwiz.with"));
+      !withoutPrivoxy && (withoutPrivoxy = !this.ask(owner, this.fp.getMessage("torwiz.privoxy.not.required")));
+      var input = {value:withoutPrivoxy?"9050":"8118"};
+      var ok, title = this.fp.getMessage("foxyproxy"),
+        portMsg = this.fp.getMessage("torwiz.port", [this.fp.getMessage(withoutPrivoxy?"tor":"privoxy")]);
+      do {
+        ok = Components.classes["@mozilla.org/embedcomp/prompt-service;1"]
+          .getService(Components.interfaces.nsIPromptService)
+          .prompt(owner, title, portMsg, input, null, {});
+        if (ok) {
+          if (isNaN(input.value) || input.value == "") {
+            foxyproxy.alert(owner, this.fp.getMessage("torwiz.nan"));
+            ok = false;
+          }
+        }
+        else
+          break;
+      } while (!ok);
+      var proxyDNS;
+      ok && (proxyDNS = this.ask(owner, this.fp.getMessage("torwiz.proxydns")));
+      if (ok) {
+        var p = Components.classes["@leahscape.org/foxyproxy/proxy;1"]
+          .createInstance(Components.interfaces.nsISupports).wrappedJSObject;
+        p.name = this.fp.getMessage("tor");
+        p.notes = this.fp.getMessage("torwiz.proxy.notes");
+        var match = Components.classes["@leahscape.org/foxyproxy/match;1"]
+          .createInstance(Components.interfaces.nsISupports).wrappedJSObject;
+        match.name = this.fp.getMessage("torwiz.google.mail");
+        match.pattern = this.fp.getMessage("torwiz.pattern");
+        p.matches.push(match);
+        p.selectedTabIndex = 2;
+        p.mode = "manual";
+        if (withoutPrivoxy) {
+          p.manualconf.host="127.0.0.1";
+          p.manualconf.port=9050;
+          p.manualconf.isSocks=true;
+        }
+        else {
+          p.manualconf.host="127.0.0.1";
+          p.manualconf.port=8118;
+          p.manualconf.isSocks=false;
+        }
+        p.manualconf.socksversion=5;
+        p.autoconf.url = "";
+        var params = {inn:{proxy:p, torwiz:true}, out:null};
+
+        var win = owner?owner:window;
+        win.openDialog("chrome://foxyproxy/content/addeditproxy.xul", "",
+          "chrome,dialog,modal,resizable=yes,center", params).focus();
+        if (params.out) {
+          this.fp.proxies.push(params.out.proxy);
+          this.fp.proxyDNS = proxyDNS;
+          foxyproxy.updateViews(true);
+          foxyproxy.alert(owner, this.fp.getMessage("torwiz.congratulations"));
+	       	proxyDNS &&	this.ask(owner, this.fp.getMessage("foxyproxy.proxydns.notice")) && this.fp.restart();
+        }
+        else
+         ok = false;
+      }
+      !ok && foxyproxy.alert(owner, this.fp.getMessage("torwiz.cancelled"));
+    }
+  },
+
+  /**
+   * Open or focus the main window/dialog
+   */
+  onOptionsDialog : function() {
+    this.onDialog("foxyproxy-options", "chrome://foxyproxy/content/options.xul", null, null, "foxyproxy-superadd");
+  },
+
+  onDialog : function(id, xulFile, args, parms, idToClose) {
+    // If there's a window/dialog already open, just focus it and return.
+    var wnd = foxyproxy.findWindow(id);
+    if (wnd) {
+      try {
+        wnd.focus();
+      }
+      catch (e) {
+        // nsIFilePicker dialog is open. Best we can do is flash the window.
+        wnd.getAttentionWithCycleCount(4);
+      }
+    }
+    else {
+    	if (idToClose) {
+				var wnd = foxyproxy.findWindow(idToClose); // close competing dialog to minimize synchronization issues between the two
+				wnd && wnd.close();
+			}
+      window.openDialog(xulFile, "", "minimizable,dialog,chrome,resizable=yes" + (args?(","+args):""), parms).focus();
+    }
+  },
+
+  onQuickAddDialog : function(evt) {
+		if (this.fp.mode != "disabled" && this.fp.quickadd.enabled) {
+		  if (!evt.view || !evt.view.content || !evt.view.content.document || !evt.view.content.document.location) {
+		  	fp.notifier.alert(fp.getMessage("foxyproxy"), fp.getMessage("quickadd.nourl"));
+		  	return;
+		  }
+      this.fp.quickadd.onQuickAdd(window, evt.view.content.document);
+    }
+  },
+
+  onPageLoad : function(evt) {
+    var doc = evt.originalTarget; // doc is document that triggered "onload" event
+    if (doc && doc.location)
+      foxyproxy.fp.autoadd.onAutoAdd(window, doc); // can't use |this.fp| because this isn't |foxyproxy|
+  },
+
+  updateViews : function(writeSettings, updateLogView) {
+    // Update view if it's open
+    var optionsDlg = foxyproxy._getOptionsDlg();
+    optionsDlg && optionsDlg._updateView(false, updateLogView); // don't write settings here because optionsDlg mayn't be open
+    writeSettings && this.fp.writeSettings();
+  },
+
+  _getOptionsDlg : function() {
+    return Components.classes["@mozilla.org/appshell/window-mediator;1"]
+      .getService(Components.interfaces.nsIWindowMediator).getMostRecentWindow("foxyproxy-options");
+  },
+
+  /**
+   * Find and return the dialog/window if it's open (or null if it's not)
+   */
+  findWindow : function(id) {
+    // Same as _getOptionsDlg() but we need a windowManager for later
+    var windowManager =
+      Components.classes['@mozilla.org/appshell/window-mediator;1'].getService(Components.interfaces.nsIWindowMediator);
+    var win0 =
+      windowManager.getMostRecentWindow(id);
+
+    if (win0) {
+      var enumerator = windowManager.getEnumerator(null);
+      while (enumerator.hasMoreElements()) {
+        var win1 = enumerator.getNext();
+        var winID = win1.document.documentElement.id;
+        if (winID == "commonDialog" && win1.opener == win0)
+          return win1;
+      }
+      return win0;
+    }
+    return null;
+  },
+
+  /**
+   * Function for displaying dialog box with yes/no buttons (not OK/Cancel buttons),
+   * or any arbitrary button labels.
+   */
+  ask : function(parent, text, btn1Text, btn2Text) {
+    var prompts = Components.classes["@mozilla.org/embedcomp/prompt-service;1"]
+      .getService(Components.interfaces.nsIPromptService);
+    !btn1Text && (btn1Text = this.fp.getMessage("yes"));
+    !btn2Text && (btn2Text = this.fp.getMessage("no"));
+    return prompts.confirmEx(parent, this.fp.getMessage("foxyproxy"), text,
+      prompts.BUTTON_TITLE_IS_STRING * prompts.BUTTON_POS_0 +
+      prompts.BUTTON_TITLE_IS_STRING * prompts.BUTTON_POS_1,
+      btn1Text, btn2Text, null, null, {}) == 0; // 0 means first button ("yes") was pressed
+  },
+
+  checkPageLoad : function() {
+  	var listen = this.fp.mode != "disabled" && this.fp.autoadd.enabled;
+    var appcontent = document.getElementById("appcontent");
+    if (appcontent) {
+			appcontent.removeEventListener("load", this.onPageLoad, true); // safety
+	    if (listen) {
+	 	    appcontent.addEventListener("load", this.onPageLoad, true);
+		 	}
+			else {
+	  	  appcontent.removeEventListener("load", this.onPageLoad, true);
+	  	}
+	  }
+  },
+
+	throb : function(mp) {
+		if (mp.wrappedJSObject.animatedIcons) {
+			this.statusIcon.setAttribute("animated", "true");
+			// this.toolbarIcon is null if user hasn't placed it in the toolbar, so we check its existance before calling setAttribute()
+	    this.toolbarIcon && this.toolbarIcon.setAttribute("animated", "true");
+	  	this.contextMenuIcon.setAttribute("animated", "true");
+	  	this.toolsMenuIcon.setAttribute("animated", "true");
+	  }
+  	this.setStatusText(mp.wrappedJSObject.name, true);
+		setTimeout("foxyproxy.unthrob()",	800);
+	},
+
+	unthrob : function() {
+		this.statusIcon.removeAttribute("animated");
+  	this.contextMenuIcon.removeAttribute("animated");
+		// this.toolbarIcon is null if user hasn't placed it in the toolbar, so we check its existance before calling setAttribute()
+    this.toolbarIcon &&	this.toolbarIcon.removeAttribute("animated");
+  	this.toolsMenuIcon.removeAttribute("animated");
+  	this.setStatusText(this.getModeAsText(this.fp.mode), false);
+	},
+
+  ///////////////// statusbar \\\\\\\\\\\\\\\\\\\\\
+  toggleStatusBarIcon : function(e) {
+    this.statusIcon.hidden = !e;
+  },
+
+  toggleStatusBarText : function(e) {
+  	var s=document.getElementById("foxyproxy-status-text");
+  	// Statusbars don't exist on all windows (e.g,. View Source) so check for existence first,
+  	// otherwise we get a JS error.
+    s && (s.hidden = !e);
+  },
+
+  toggleStatusBarWidth : function(w) {
+    var s=document.getElementById("foxyproxy-status-text");
+    // Statusbars don't exist on all windows (e.g,. View Source) so check for existence first,
+    // otherwise we get a JS error.
+    if (!s) return;
+    var w = this.fp.statusbar.width;
+    if (w > 0)
+      s.width = w;
+    else {
+      s.width = "";
+      // Work-around weird FF 2.0.x bug whereby statusbarpanel doesn't fit-to-size
+      // when width is the empty string; hide then show the statusbarpanel.
+      if (!s.hidden) {
+        s.hidden = true;
+        s.hidden = false;
+      }
+    }
+  },
+
+  // Set toolbar, statusbar, and context menu text and icon colors
+  setMode : function(mode) {
+	  var m = this.getModeAsText(mode);
+    this.toolsMenuIcon.setAttribute("mode", m);
+ 	  this.contextMenuIcon.setAttribute("mode", m);
+		// this.toolbarIcon is null if user hasn't placed it in the toolbar, so we check its existance before calling setAttribute()
+    this.toolbarIcon && this.toolbarIcon.setAttribute("mode", m);
+    this.statusIcon.setAttribute("mode", m);
+    this.setStatusText(m, null);
+  },
+
+  getModeAsText : function(mode) {
+		return mode != "patterns" && mode != "disabled" && mode != "random" && mode != "roundrobin" ? "static" : mode;
+  },
+
+	setStatusText : function(m, literal) {
+		if (literal) {
+			this._adorn(m, null);
+			return;
+		}
+    switch(m) {
+      case "patterns":
+      	this._adorn(this.fp.getMessage("foxyproxy.tab.patterns.label"), "orange");
+        break;
+      case "disabled":
+        this._adorn(this.fp.getMessage("disabled"), "red");
+        break;
+      case "random":
+      	this._adorn(this.fp.getMessage("random"), "purple");
+        break;
+      default:
+      	this._adorn(this.fp._selectedProxy.name, "blue");
+    };
+	},
+
+	_adorn : function(m, c) {
+	  var e = document.getElementById("foxyproxy-status-text");
+	  var txt = this.fp.getMessage("foxyproxy") + ": " + m;
+  	// Statusbars don't exist on all windows (e.g,. View Source) so check for existence first,
+  	// otherwise we get a JS error.
+	  e && e.setAttribute("label", txt);
+	  c && e.setAttribute("class", c);
+		foxyproxy.toolsMenuIcon.setAttribute("tooltiptext", txt);
+		foxyproxy.contextMenuIcon.setAttribute("tooltiptext", txt);
+		// this.toolbarIcon is null if user hasn't placed it in the toolbar, so we check its existance before calling setAttribute()
+	  foxyproxy.toolbarIcon && foxyproxy.toolbarIcon.setAttribute("tooltiptext", txt);
+		foxyproxy.statusIcon.setAttribute("tooltiptext", txt);
+	},
+
+  ///////////////// utilities \\\\\\\\\\\\\\\
+  onTreeClick : function(e, tree) {
+	  var row = {}, col = {};
+	  tree.treeBoxObject.getCellAt(e.clientX, e.clientY, row, col, {});
+	  row.value > -1 && col.value && col.value.type == this.checkboxType && tree.view.selection.select(row.value);
+	},
+
+  ///////////////// menu \\\\\\\\\\\\\\\\\\\\\
+  _cmd : "foxyproxy.fp.setMode(event.target.id, true);foxyproxy.updateViews(true);",
+  _popupShowing : 0,
+
+  onSBTBClick : function(e, o) {
+		if (e.button==0) {
+			_act(o.leftClick, e);
+		}
+		else if (e.button==1) {
+  		_act(o.middleClick, e);
+		}
+		else if (e.button==2) {
+			_act(o.rightClick, e);
+		}
+		function _act(x, e) {
+			var fp=foxyproxy.fp;
+			switch (x) {
+				case "options":
+					foxyproxy.onOptionsDialog();
+					break;
+				case "cycle":
+					fp.cycleMode();
+					break;
+				case "contextmenu":
+					this._popupShowing = 0;
+					document.getElementById("foxyproxy-statusbar-popup").showPopup(e.target, -1, -1, "popup", "bottomleft", "topleft");
+					break;
+				case "reloadcurtab":
+					gBrowser.reloadTab(gBrowser.mCurrentTab);
+					break;
+				case "reloadtabsinbrowser":
+					gBrowser.reloadAllTabs();
+					break;
+				case "reloadtabsinallbrowsers":
+				  for (var b, e = this.fpc.getEnumerator();
+						   	  e.hasMoreElements();
+						   	  (b = e.getNext().getBrowser()) && b.reloadAllTabs());
+					break;
+				case "removeallcookies":
+					Components.classes["@mozilla.org/cookiemanager;1"].
+						getService(Components.interfaces.nsICookieManager).removeAll();
+  		  	fp.notifier.alert(fp.getMessage("foxyproxy"), fp.getMessage("cookies.allremoved"));
+					break;
+        case "toggle":
+          // Toggle between current mode and disabled
+          fp.setMode(fp.mode == "disabled" ? "previous" : "disabled");
+          break;
+			}
+		}
+	},
+
+  onPopupHiding : function() {
+    this._popupShowing > 0 && this._popupShowing--;
+  },
+
+  onPopupShowing : function(menupopup, evt) {
+    this._popupShowing++;
+    if (this._popupShowing == 1) {
+		  while (menupopup.hasChildNodes()) {
+		    menupopup.removeChild(menupopup.firstChild);
+		  }
+      /*var asb = document.createElement("arrowscrollbox");
+      asb.setAttribute("style", "max-height: 400px;");
+      asb.setAttribute("flex", "1");
+      asb.setAttribute("orient", "vertical");*/
+
+      var checkOne = new Array();
+      var itm = _createRadioMenuItem(menupopup,
+        "patterns",
+        this._cmd,
+        this.fp.getMessage("mode.patterns.accesskey"),
+        this.fp.getMessage("mode.patterns.label"),
+        this.fp.getMessage("mode.patterns.tooltip"));
+      itm.setAttribute("class", "orange");
+      checkOne.push(itm);
+
+      for (var i=0; i<this.fp.proxies.length; i++) {
+        var p = this.fp.proxies.item(i);
+        var pName = p.name;
+        // Set the submenu based on advancedMenus enabled/disabled
+        var sbm = this.fp.advancedMenus ? _createMenu(menupopup, pName, pName.substring(0, 1), pName) : menupopup;
+        var curProxy = "foxyproxy.fp.proxies.item(" + i + ").";
+
+        if (this.fp.advancedMenus) {
+	        // Enable/disable checkbox for each proxy.
+	        // Don't provide enable/disable to lastresort proxy.
+	    		!p.lastresort && _createCheckMenuItem(sbm,
+	          curProxy + "enabled=!" + curProxy + "enabled;",
+	          p.enabled,
+	          this.fp.getMessage("foxyproxy.enabled.accesskey"),
+	          this.fp.getMessage("foxyproxy.enabled.label"),
+	          this.fp.getMessage("foxyproxy.enabled.tooltip"));
+
+		      _createCheckMenuItem(sbm,
+		        curProxy + "animatedIcons=!" + curProxy + "animatedIcons;",
+		        p.animatedIcons,
+		        this.fp.getMessage("foxyproxy.animatedicons.accesskey"),
+		        this.fp.getMessage("foxyproxy.animatedicons.label"),
+		        this.fp.getMessage("foxyproxy.animatedicons.tooltip"));
+				}
+
+        itm = _createRadioMenuItem(sbm,
+          p.id,
+          this._cmd,
+          pName.substring(0, 1),
+          this.fp.getMessage("mode.custom.label", [pName]),
+          this.fp.getMessage("mode.custom.tooltip", [pName]));
+        itm.setAttribute("style", "color: blue;");
+        checkOne.push(itm);
+
+	      if (this.fp.advancedMenus) {
+					var numMatches = this.fp.proxies.item(i).matches.length;
+					if (!p.lastresort && numMatches > 0) {
+		        // Don't provide patterns list to lastresort proxy
+		        // and proxies with no patterns
+		        var pmp = _createMenu(sbm,
+		          this.fp.getMessage("foxyproxy.tab.patterns.label"),
+		          this.fp.getMessage("foxyproxy.tab.patterns.accesskey"),
+		          this.fp.getMessage("foxyproxy.tab.patterns.tooltip"));
+
+		        for (var j=0; j<numMatches; j++) {
+		          var m = this.fp.proxies.item(i).matches[j];
+		          var curMatch = curProxy + "matches[" + j + "].";
+		          _createCheckMenuItem(pmp,
+		            curMatch + "enabled=!" + curMatch + "enabled;foxyproxy.fp.writeSettings();",
+		            m.enabled,
+		            m.pattern.substring(0, 1),
+		            m.pattern,
+		            m.name);
+		        }
+		      }
+		    }
+      }
+
+      /*itm = _createRadioMenuItem(menupopup,
+        "random",
+        this._cmd,
+        this.fp.getMessage("mode.random.accesskey"),
+        this.fp.getMessage("mode.random.label"),
+        this.fp.getMessage("mode.random.tooltip"));
+      itm.setAttribute("style", "color: purple;");
+      checkOne.push(itm); */
+
+      itm = _createRadioMenuItem(menupopup,
+        "disabled",
+        this._cmd,
+        this.fp.getMessage("mode.disabled.accesskey"),
+        this.fp.getMessage("mode.disabled.label"),
+        this.fp.getMessage("mode.disabled.tooltip"));
+      itm.setAttribute("style", "color: red;");
+      checkOne.push(itm);
+
+      // Check the appropriate one
+      for (var i=0; i<checkOne.length; i++) {
+        if (checkOne[i].getAttribute("value") == this.fp.mode) {
+          checkOne[i].setAttribute("checked", "true");
+          //checkOne[i].parentNode.setAttribute("style", "font-weight: bold;");
+          break;
+        }
+      }
+      menupopup.appendChild(document.createElement("menuseparator"));
+
+      // Advanced menuing
+      if (this.fp.advancedMenus) {
+	      var submenu = document.createElement("menu");
+	      submenu.setAttribute("label", this.fp.getMessage("more.label"));
+	      submenu.setAttribute("accesskey", this.fp.getMessage("more.accesskey"));
+	      submenu.setAttribute("tooltiptext", this.fp.getMessage("more.tooltip"));
+
+	      var submenupopup = document.createElement("menupopup");
+	      submenu.appendChild(submenupopup);
+
+	      var gssubmenupopup =
+	        _createMenu(submenupopup,
+	          this.fp.getMessage("foxyproxy.tab.global.label"),
+	          this.fp.getMessage("foxyproxy.tab.global.accesskey"),
+	          this.fp.getMessage("foxyproxy.tab.global.tooltip"));
+
+	      _createCheckMenuItem(gssubmenupopup,
+	        "foxyproxy.fp.proxyDNS=!foxyproxy.fp.proxyDNS;foxyproxy.updateViews(false);foxyproxy.ask(null, foxyproxy.fp.getMessage('foxyproxy.proxydns.notice')) && foxyproxy.fp.restart();",
+	        this.fp.proxyDNS,
+	        this.fp.getMessage("foxyproxy.proxydns.accesskey"),
+	        this.fp.getMessage("foxyproxy.proxydns.label"),
+	        this.fp.getMessage("foxyproxy.proxydns.tooltip"));
+
+	      _createCheckMenuItem(gssubmenupopup,
+	        "foxyproxy.fp.statusbar.iconEnabled=!foxyproxy.fp.statusbar.iconEnabled;foxyproxy.updateViews(false);",
+	        this.fp.statusbar.iconEnabled,
+	        this.fp.getMessage("foxyproxy.showstatusbaricon.accesskey"),
+	        this.fp.getMessage("foxyproxy.showstatusbaricon.label"),
+	        this.fp.getMessage("foxyproxy.showstatusbaricon.tooltip"));
+
+	      _createCheckMenuItem(gssubmenupopup,
+	        "foxyproxy.fp.statusbar.textEnabled=!foxyproxy.fp.statusbar.textEnabled;foxyproxy.updateViews(false);",
+	        this.fp.statusbar.textEnabled,
+	        this.fp.getMessage("foxyproxy.showstatusbarmode.accesskey"),
+	        this.fp.getMessage("foxyproxy.showstatusbarmode.label"),
+	        this.fp.getMessage("foxyproxy.showstatusbarmode.tooltip"));
+
+	      _createCheckMenuItem(gssubmenupopup,
+	        "foxyproxy.fp.toolsMenu=!foxyproxy.fp.toolsMenu;foxyproxy.updateViews(false);",
+	        this.fp.toolsMenu,
+	        this.fp.getMessage("foxyproxy.toolsmenu.accesskey"),
+	        this.fp.getMessage("foxyproxy.toolsmenu.label"),
+	        this.fp.getMessage("foxyproxy.toolsmenu.tooltip"));
+
+	      _createCheckMenuItem(gssubmenupopup,
+	        "foxyproxy.fp.contextMenu=!foxyproxy.fp.contextMenu;foxyproxy.updateViews(false);",
+	        this.fp.contextMenu,
+	        this.fp.getMessage("foxyproxy.contextmenu.accesskey"),
+	        this.fp.getMessage("foxyproxy.contextmenu.label"),
+	        this.fp.getMessage("foxyproxy.contextmenu.tooltip"));
+
+	      _createCheckMenuItem(gssubmenupopup,
+					// no need to write settings because changing the attribute makes the fp service re-write the settings
+	        "foxyproxy.fp.advancedMenus=!foxyproxy.fp.advancedMenus;foxyproxy.updateViews(false);",
+	        this.fp.advancedMenus,
+	        this.fp.getMessage("foxyproxy.advancedmenus.accesskey"),
+	        this.fp.getMessage("foxyproxy.advancedmenus.label"),
+	        this.fp.getMessage("foxyproxy.advancedmenus.tooltip"));
+
+	      var logsubmenupopup =
+	        _createMenu(submenupopup,
+	        this.fp.getMessage("foxyproxy.tab.logging.label"),
+	        this.fp.getMessage("foxyproxy.tab.logging.accesskey"),
+	        this.fp.getMessage("foxyproxy.tab.logging.tooltip"));
+
+	      _createCheckMenuItem(logsubmenupopup,
+	      	// no need to write settings because changing the attribute makes the fp service re-write the settings
+	        "foxyproxy.fp.logging=!foxyproxy.fp.logging;foxyproxy.updateViews(false);",
+	        foxyproxy.fp.logging,
+	        this.fp.getMessage("foxyproxy.enabled.accesskey"),
+	        this.fp.getMessage("foxyproxy.enabled.label"),
+	        this.fp.getMessage("foxyproxy.enabled.tooltip"));
+
+	      _createMenuItem(logsubmenupopup,
+	        this.fp.getMessage("foxyproxy.clear.label"),
+	        "foxyproxy.fp.logg.clear();foxyproxy.updateViews(false, true);",
+	        this.fp.getMessage("foxyproxy.clear.accesskey"),
+	        this.fp.getMessage("foxyproxy.clear.tooltip"));
+
+	      _createMenuItem(logsubmenupopup,
+	        this.fp.getMessage("foxyproxy.refresh.label"),
+					// Need to refresh the log view so the refresh button is enabled/disabled appropriately
+	        "foxyproxy.updateViews(false, true);",
+	        this.fp.getMessage("foxyproxy.refresh.accesskey"),
+	        this.fp.getMessage("foxyproxy.refresh.tooltip"));
+
+	      _createCheckMenuItem(logsubmenupopup,
+					// no need to write settings because changing the attribute makes the fp service re-writes the settings
+	        "foxyproxy.onToggleNoURLs();",
+	        foxyproxy.fp.logg.noURLs,
+	        this.fp.getMessage("foxyproxy.logging.noURLs.accesskey"),
+	        this.fp.getMessage("foxyproxy.logging.noURLs.label"),
+	        this.fp.getMessage("foxyproxy.logging.noURLs.tooltip"));
+
+	      submenupopup.appendChild(document.createElement("menuseparator"));
+
+	      itm =_createMenuItem(submenupopup,
+	        this.fp.getMessage("foxyproxy.options.label"),
+	        "foxyproxy.onOptionsDialog();",
+	        this.fp.getMessage("foxyproxy.options.accesskey"),
+	        this.fp.getMessage("foxyproxy.options.tooltip"));
+	      itm.setAttribute("key", "key_foxyproxyfocus");
+
+	      _createMenuItem(submenupopup,
+	        this.fp.getMessage("foxyproxy.help.label"),
+	        "foxyproxy.fpc.openAndReuseOneTabPerURL('http://foxyproxy.mozdev.org/quickstart.html');",
+	        this.fp.getMessage("foxyproxy.help.accesskey"),
+	        this.fp.getMessage("foxyproxy.help.tooltip"));
+
+	      //menupopup.appendChild(asb);
+	      try {
+	        menupopup.appendChild(submenu);
+	      }
+	      catch (e) {
+	        // dunno why it throws
+	      }
+	    }
+	    else {
+	    	// advanced menus are disabled
+	      itm = _createMenuItem(menupopup,
+	        this.fp.getMessage("foxyproxy.options.label"),
+	        "foxyproxy.onOptionsDialog();",
+	        this.fp.getMessage("foxyproxy.options.accesskey"),
+	        this.fp.getMessage("foxyproxy.options.tooltip"));
+	      itm.setAttribute("key", "key_foxyproxyfocus");
+
+      	_createCheckMenuItem(menupopup,
+      	  "foxyproxy.fp.advancedMenus = true;foxyproxy.updateViews(false);",
+       	  this.fp.advancedMenus,
+        	this.fp.getMessage("foxyproxy.advancedmenus.accesskey"),
+        	this.fp.getMessage("foxyproxy.advancedmenus.label"),
+        	this.fp.getMessage("foxyproxy.advancedmenus.tooltip"));
+	    }
+    }
+
+    function _createMenu(menupopup, label, accesskey, tooltip) {
+      var submenu = document.createElement("menu");
+      submenu.setAttribute("label", label);
+      submenu.setAttribute("accesskey", accesskey);
+      submenu.setAttribute("tooltiptext", tooltip);
+      var submenupopup = document.createElement("menupopup");
+      submenu.appendChild(submenupopup);
+      menupopup.appendChild(submenu);
+      return submenupopup;
+    }
+
+    function _createMenuItem(menupopup, label, cmd, accesskey, tooltip) {
+      var e = document.createElement("menuitem");
+      e.setAttribute("label", label);
+      e.setAttribute("oncommand", cmd);
+      e.setAttribute("accesskey", accesskey);
+      e.setAttribute("tooltiptext", tooltip);
+      menupopup.appendChild(e);
+      return e;
+    }
+
+    function _createRadioMenuItem(menupopup, id, cmd, accesskey, label, tooltip) {
+      var e = document.createElement("menuitem");
+      e.setAttribute("label", label);
+      e.setAttribute("id", id);
+      e.setAttribute("value", id);
+      e.setAttribute("type", "radio");
+      e.setAttribute("name", "foxyproxy-enabled-type");
+      e.setAttribute("tooltiptext", tooltip);
+      e.setAttribute("oncommand", cmd);
+      e.setAttribute("accesskey", accesskey);
+      menupopup.appendChild(e);
+      return e;
+    }
+
+    function _createCheckMenuItem(menupopup, cmd, checked, accesskey, label, tooltip) {
+      var e = document.createElement("menuitem");
+      e.setAttribute("label", label);
+      e.setAttribute("type", "checkbox");
+      e.setAttribute("checked", checked);
+      e.setAttribute("tooltiptext", tooltip);
+      e.setAttribute("oncommand", cmd);
+      e.setAttribute("accesskey", accesskey);
+      menupopup.appendChild(e);
+      return e;
+    }
+  },
+
+	onToggleNoURLs : function(owner) {
+		this.fp.logg.noURLs=!this.fp.logg.noURLs;
+		if (this.fp.logg.noURLs && this.fp.logg.length > 0) {
+	  	var q=this.ask(owner?owner:window, this.fp.getMessage("log.scrub"));
+	  	if (q) {
+	  		this.fp.logg.scrub();
+	  		this.updateViews(false, true);
+	  	}
+	  }
+	}
+};
+
+///////////////////////////////////////////////////////
+
+window.addEventListener("load", function(e) { foxyproxy.onLoad(e); }, false);
+window.addEventListener("unload", function(e) {
+	document.getElementById("appcontent") && document.getElementById("appcontent").removeEventListener("load", this.onPageLoad, true);
+	var obSvc = Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService);
+	for (var i in foxyproxy.notes) {
+		obSvc.removeObserver(foxyproxy, foxyproxy.notes[i]);
+	}
+}, false);
diff -pruN 2.7.5~dfsg.1-1/chrome/content/pattern.js 2.8.9-0ubuntu1/chrome/content/pattern.js
--- 2.7.5~dfsg.1-1/chrome/content/pattern.js	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/pattern.js	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,59 @@
+/**
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+**/
+var exampleURL, pattern, generatedPattern, caseSensitive, fpc, isSuperAdd;
+function onLoad() {
+  var m = window.arguments[0].inn.pattern;
+  document.getElementById("enabled").checked = m.enabled;
+  document.getElementById("name").value = m.name;
+  document.getElementById("pattern").value = m.pattern;
+  document.getElementById("matchtype").selectedIndex = m.isRegEx ? 1 : 0;
+  document.getElementById("whiteblacktype").selectedIndex = m.isBlackList ? 1 : 0;
+  document.getElementById("caseSensitive").checked = m.caseSensitive;
+  document.getElementById("temp").checked = m.temp;
+  isSuperAdd = window.arguments[0].inn.superadd;
+  if (isSuperAdd) {
+    document.getElementById("superadd").setAttribute("hidden", false);
+    document.getElementById("not-superadd").setAttribute("hidden", true);
+  }
+  else {
+    enabled = m.enabled;
+    document.getElementById("superadd").setAttribute("hidden", true);
+    document.getElementById("not-superadd").setAttribute("hidden", false);
+  }
+  exampleURL = document.getElementById("exampleURL");
+  pattern = document.getElementById("pattern");
+  generatedPattern = document.getElementById("generatedPattern");
+  caseSensitive = document.getElementById("caseSensitive");
+  fpc = Components.classes["@leahscape.org/foxyproxy/common;1"].getService().wrappedJSObject;
+  updateGeneratedPattern();
+  sizeToContent();
+}
+
+function onOK() {
+  var r = document.getElementById("matchtype").value == "r";
+  var p = Components.classes["@leahscape.org/foxyproxy/common;1"].getService()
+      .wrappedJSObject.validatePattern(window, r, generatedPattern.value);
+  if (p) {
+    var ret = Components.classes["@leahscape.org/foxyproxy/match;1"].createInstance().wrappedJSObject;
+    //order is (enabled, name, pattern, temp, isRegEx, caseSensitive, isBlackList, isMultiLine)
+    ret.init(document.getElementById("enabled").checked,
+      document.getElementById("name").value, pattern.value,
+      document.getElementById("temp").checked, r,
+      caseSensitive.checked, document.getElementById("whiteblacktype").value == "b", false);
+    window.arguments[0].out = {pattern:ret};
+    return true;
+  }
+  return false;
+}
+
+function updateGeneratedPattern() {
+  generatedPattern.value = fpc.applyTemplate(exampleURL.value, pattern.value, caseSensitive.checked);
+}
\ No newline at end of file
diff -pruN 2.7.5~dfsg.1-1/chrome/content/pattern.xul 2.8.9-0ubuntu1/chrome/content/pattern.xul
--- 2.7.5~dfsg.1-1/chrome/content/pattern.xul	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/pattern.xul	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,93 @@
+<?xml version="1.0"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+-->
+<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
+<?xul-overlay href="includes.xul"?>
+<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
+<dialog
+  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+	id="foxyproxypatterndlg2"
+  title="&foxyproxy.label; - &foxyproxy.addeditpattern.title;"
+  ondialogaccept="return onOK();" defaultButton="accept"
+  onload="onLoad();"
+  persist="screenX screenY"
+  windowtype="foxyproxy">
+
+<script src="pattern.js"/>
+
+<grid flex="1">
+  <columns>
+    <column/>
+    <column flex="1"/>
+    <column flex="1"/>
+    <column/>    
+  </columns>   
+  <rows>
+    <row align="center">
+      <checkbox id="enabled" label="&foxyproxy.enabled.label;" accesskey="&foxyproxy.enabled.accesskey;"
+        tooltiptext="&foxyproxy.enabled.tooltip;" observes="not-superadd"/>
+      <hbox align="center">
+        <checkbox id="temp"
+          label="&foxyproxy.temp.label;"
+          accesskey="&foxyproxy.temp.accesskey;"
+          tooltiptext="&foxyproxy.temp.tooltip;"/> 
+        <toolbarbutton class="foxyproxy-ref"
+          popup="tempPopup"
+          tooltiptext="&foxyproxy.whatsthis;"/> 
+      </hbox>
+      <spacer/>
+      <spacer/>        
+    </row>    
+    <row align="center">  
+        <label value="&foxyproxy.pattern.name.label;" control="name"
+          tooltiptext="&foxyproxy.pattern.name.tooltip;" accesskey="&foxyproxy.pattern.name.accesskey;"/>            
+        <textbox id="name" tooltiptext="&foxyproxy.pattern.name.tooltip;" accesskey="&foxyproxy.pattern.name.accesskey;"/>
+        <spacer/>        
+        <spacer/>
+    </row>    
+    <row align="center">
+      <label value="&foxyproxy.pattern.template.label;" control="name"
+        tooltiptext="&foxyproxy.pattern.template.tooltip;" accesskey="&foxyproxy.pattern.template.accesskey;"
+        observes="superadd"/>    
+      <label value="&foxyproxy.url.pattern.label;" tooltiptext="&foxyproxy.url.pattern.tooltip;" accesskey="&foxyproxy.url.pattern.accesskey;"
+        control="pattern" observes="not-superadd"/>
+      <textbox id="pattern" tooltiptext="&foxyproxy.url.pattern.tooltip;" accesskey="&foxyproxy.url.pattern.accesskey;"
+         type="timed" timeout="500" oncommand="updateGeneratedPattern();"/>       
+      <hbox align="center">    
+        <checkbox id="caseSensitive" label="&foxyproxy.casesensitive.label;" accesskey="&foxyproxy.casesensitive.accesskey;"
+          tooltiptext="&foxyproxy.casesensitive.tooltip;"/>
+        <toolbarbutton observes="superadd" class="foxyproxy-ref" popup="patternTemplatePopup" tooltiptext="&foxyproxy.pattern.template.reference.tooltip;"/>
+        <toolbarbutton observes="not-superadd" class="foxyproxy-ref" popup="wildcardURLPatternReferencePopup" tooltiptext="&foxyproxy.pattern.template.reference.tooltip;"/>        
+        </hbox>
+    </row>
+
+    <row align="center" observes="superadd">
+      <label value="&foxyproxy.pattern.template.example.label1;" />
+      <textbox id="exampleURL" type="timed" timeout="500"
+        flex="1" value="&foxyproxy.pattern.template.example.label2;" oncommand="updateGeneratedPattern();"/>
+      <textbox id="generatedPattern" readonly="true" style="font-weight: bold;"/>
+      <toolbarbutton class="foxyproxy-ref" popup="wildcardURLPatternReferencePopup" tooltiptext="&foxyproxy.wildcard.reference.tooltip;"/>
+    </row>
+    <radiogroup id="whiteblacktype"/>
+    <radiogroup id="matchtype"/>
+  </rows>
+</grid>
+<popupset>
+  <popup id="wildcardURLPatternReferencePopup"/>
+  <popup id="tempPopup"/>
+  <popup id="patternTemplatePopup"/>  
+</popupset>
+
+<broadcasterset>
+  <broadcaster id="superadd"/>
+  <broadcaster id="not-superadd"/>
+</broadcasterset>
+</dialog>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/strings.xml 2.8.9-0ubuntu1/chrome/content/strings.xml
--- 2.7.5~dfsg.1-1/chrome/content/strings.xml	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/strings.xml	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,120 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+-->
+<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
+<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
+
+<root>  
+  <i18n id="foxyproxy.proxydns.label" value="&foxyproxy.proxydns.label;"/>
+  <i18n id="foxyproxy.proxydns.accesskey" value="&foxyproxy.proxydns.accesskey;"/>  
+  <i18n id="foxyproxy.proxydns.tooltip" value="&foxyproxy.proxydns.tooltip;"/>  
+  <i18n id="foxyproxy.proxydns.notice" value="&foxyproxy.proxydns.notice;"/>  
+  
+  <i18n id="foxyproxy.showstatusbaricon.label" value="&foxyproxy.showstatusbaricon.label;"/>
+  <i18n id="foxyproxy.showstatusbaricon.accesskey" value="&foxyproxy.showstatusbaricon.accesskey;"/>
+  <i18n id="foxyproxy.showstatusbaricon.tooltip" value="&foxyproxy.showstatusbaricon.tooltip;"/>
+
+  <i18n id="foxyproxy.showstatusbarmode.label" value="&foxyproxy.showstatusbarmode.label;"/>
+  <i18n id="foxyproxy.showstatusbarmode.accesskey" value="&foxyproxy.showstatusbarmode.accesskey;"/>
+  <i18n id="foxyproxy.showstatusbarmode.tooltip" value="&foxyproxy.showstatusbarmode.tooltip;"/>
+
+  <i18n id="foxyproxy.toolsmenu.label" value="&foxyproxy.toolsmenu.label;"/>
+  <i18n id="foxyproxy.toolsmenu.accesskey" value="&foxyproxy.toolsmenu.accesskey;"/>
+  <i18n id="foxyproxy.toolsmenu.tooltip" value="&foxyproxy.toolsmenu.tooltip;"/>
+  
+  <i18n id="foxyproxy.contextmenu.label" value="&foxyproxy.contextmenu.label;"/>
+  <i18n id="foxyproxy.contextmenu.accesskey" value="&foxyproxy.contextmenu.accesskey;"/>
+  <i18n id="foxyproxy.contextmenu.tooltip" value="&foxyproxy.contextmenu.tooltip;"/>
+  
+  <i18n id="foxyproxy.pacloadnotification.label" value="&foxyproxy.pacloadnotification.label;"/>
+  <i18n id="foxyproxy.pacloadnotification.accesskey" value="&foxyproxy.pacloadnotification.accesskey;"/>
+  <i18n id="foxyproxy.pacloadnotification.tooltip" value="&foxyproxy.pacloadnotification.tooltip;"/>
+
+  <i18n id="foxyproxy.pacerrornotification.label" value="&foxyproxy.pacerrornotification.label;"/>
+  <i18n id="foxyproxy.pacerrornotification.accesskey" value="&foxyproxy.pacerrornotification.accesskey;"/>
+  <i18n id="foxyproxy.pacerrornotification.tooltip" value="&foxyproxy.pacerrornotification.tooltip;"/>
+  
+  <i18n id="foxyproxy.advancedmenus.label" value="&foxyproxy.advancedmenus.label;"/>
+  <i18n id="foxyproxy.advancedmenus.accesskey" value="&foxyproxy.advancedmenus.accesskey;"/>
+  <i18n id="foxyproxy.advancedmenus.tooltip" value="&foxyproxy.advancedmenus.tooltip;"/>  
+  
+  <i18n id="foxyproxy.tab.logging.label" value="&foxyproxy.tab.logging.label;"/>
+  <i18n id="foxyproxy.tab.logging.accesskey" value="&foxyproxy.tab.logging.accesskey;"/>  
+  <i18n id="foxyproxy.tab.logging.tooltip" value="&foxyproxy.tab.logging.tooltip;"/>
+
+  <i18n id="foxyproxy.enabled.label" value="&foxyproxy.enabled.label;"/>
+  <i18n id="foxyproxy.enabled.accesskey" value="&foxyproxy.enabled.accesskey;"/>
+  <i18n id="foxyproxy.enabled.tooltip" value="&foxyproxy.enabled.tooltip;"/>    
+
+  <i18n id="foxyproxy.refresh.label" value="&foxyproxy.refresh.label;"/>
+  <i18n id="foxyproxy.refresh.accesskey" value="&foxyproxy.refresh.accesskey;"/>
+  <i18n id="foxyproxy.refresh.tooltip" value="&foxyproxy.refresh.tooltip;"/>    
+
+  <i18n id="foxyproxy.clear.label" value="&foxyproxy.clear.label;"/>
+  <i18n id="foxyproxy.clear.accesskey" value="&foxyproxy.clear.accesskey;"/>
+  <i18n id="foxyproxy.clear.tooltip" value="&foxyproxy.clear.tooltip;"/>    
+
+  <i18n id="foxyproxy.tab.global.label" value="&foxyproxy.tab.global.label;"/>
+  <i18n id="foxyproxy.tab.global.accesskey" value="&foxyproxy.tab.global.accesskey;"/>
+  <i18n id="foxyproxy.tab.global.tooltip" value="&foxyproxy.tab.global.tooltip;"/>
+
+  <i18n id="foxyproxy.tab.patterns.label" value="&foxyproxy.tab.patterns.label;"/>  
+  <i18n id="foxyproxy.tab.patterns.accesskey" value="&foxyproxy.tab.patterns.accesskey;"/>  
+  <i18n id="foxyproxy.tab.patterns.tooltip" value="&foxyproxy.tab.patterns.tooltip;"/>          
+
+  <i18n id="foxyproxy.options.label" value="&foxyproxy.options.label;"/>  
+  <i18n id="foxyproxy.options.accesskey" value="&foxyproxy.options.accesskey;"/>  
+  <i18n id="foxyproxy.options.tooltip" value="&foxyproxy.options.tooltip;"/>  
+
+  <i18n id="foxyproxy.help.label" value="&foxyproxy.help.label;"/>  
+  <i18n id="foxyproxy.help.accesskey" value="&foxyproxy.help.accesskey;"/>  
+  <i18n id="foxyproxy.help.tooltip" value="&foxyproxy.help.tooltip;"/>  
+  
+  <i18n id="foxyproxy.regex.label" value="&foxyproxy.regex.label;"/>
+  <i18n id="foxyproxy.wildcard.label" value="&foxyproxy.wildcard.label;"/>    
+
+  <i18n id="foxyproxy.blacklist.label" value="&foxyproxy.blacklist.label;"/>
+  <i18n id="foxyproxy.whitelist.label" value="&foxyproxy.whitelist.label;"/>    
+  
+	<i18n id="foxyproxy.proxydns.notice" value="&foxyproxy.proxydns.notice;"/>
+
+	<i18n id="foxyproxy.tab.logging.timestamp.label" value="&foxyproxy.tab.logging.timestamp.label;"/>
+	<i18n id="foxyproxy.tab.logging.url.label" value="&foxyproxy.tab.logging.url.label;"/>
+	<i18n id="foxyproxy.proxy.name.label" value="&foxyproxy.proxy.name.label;"/>
+	<i18n id="foxyproxy.proxy.notes.label" value="&foxyproxy.proxy.notes.label;"/>
+	<i18n id="foxyproxy.pattern.name.label" value="&foxyproxy.pattern.name.label;"/>
+	<i18n id="foxyproxy.pattern.label" value="&foxyproxy.pattern.label;"/>
+	<i18n id="foxyproxy.pattern.type.label" value="&foxyproxy.pattern.type.label;"/>
+	<i18n id="foxyproxy.whitelist.blacklist.label" value="&foxyproxy.whitelist.blacklist.label;"/>
+
+	<i18n id="foxyproxy.logging.noURLs.label" value="&foxyproxy.logging.noURLs.label;"/>
+	<i18n id="foxyproxy.logging.noURLs.accesskey" value="&foxyproxy.logging.noURLs.accesskey;"/>
+	<i18n id="foxyproxy.logging.noURLs.tooltip" value="&foxyproxy.logging.noURLs.tooltip;"/>
+	
+	<i18n id="foxyproxy.tab.autoadd.label" value="&foxyproxy.tab.autoadd.label;"/>
+	<i18n id="foxyproxy.quickadd.label" value="&foxyproxy.quickadd.label;"/>
+	
+	<i18n id="foxyproxy.animatedicons.label" value="&foxyproxy.animatedicons.label;"/>
+	<i18n id="foxyproxy.animatedicons.accesskey" value="&foxyproxy.animatedicons.accesskey;"/>
+	<i18n id="foxyproxy.animatedicons.tooltip" value="&foxyproxy.animatedicons.tooltip;"/>			
+	
+	<i18n id="foxyproxy.pattern.template.example.label2" value="&foxyproxy.pattern.template.example.label2;"/>			
+	<i18n id="foxyproxy.error.msg.label" value="&foxyproxy.error.msg.label;"/>			
+	<i18n id="foxyproxy.pac.result.label" value="&foxyproxy.pac.result.label;"/>			
+
+  <i18n id="foxyproxy.casesensitive.label" value="&foxyproxy.casesensitive.label;"/> 
+
+  <i18n id="foxyproxy.autoadd.notify.label" value="&foxyproxy.autoadd.notify.label;"/>
+  <i18n id="foxyproxy.autoadd.notify.tooltip2" value="&foxyproxy.autoadd.notify.tooltip2;"/>
+
+  <i18n id="foxyproxy.autoadd.wildcard.example.label" value="&foxyproxy.autoadd.wildcard.example.label;"/> 
+  <i18n id="foxyproxy.autoadd.regex.example.label" value="&foxyproxy.autoadd.regex.example.label;"/>  
+</root>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/superadd.js 2.8.9-0ubuntu1/chrome/content/superadd.js
--- 2.7.5~dfsg.1-1/chrome/content/superadd.js	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/superadd.js	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,63 @@
+var fp, fpc, superadd, inn;
+function onLoad() {
+  inn = window.arguments[0].inn;
+  superadd = inn.superadd;
+  fp = Components.classes["@leahscape.org/foxyproxy/service;1"].getService().wrappedJSObject;
+  fpc = Components.classes["@leahscape.org/foxyproxy/common;1"].getService().wrappedJSObject;
+  document.getElementById("reload").checked = superadd.reload;
+  document.getElementById("prompt").checked = superadd.prompt;
+  document.getElementById("notify").checked = superadd.notify;
+  document.getElementById("notifyWhenCanceled").checked = superadd.notifyWhenCanceled;
+  document.getElementById("url").value = inn.url;
+  updateGeneratedPattern();
+  var proxyMenu = document.getElementById("proxyMenu");
+  superadd.updateProxyMenu(proxyMenu, document);
+  if (superadd == fp.autoadd) {
+    // Change QuickAdd references to AutoAdd
+    window.document.title = fp.getMessage("foxyproxy.tab.autoadd.label");
+    // Show AutoAdd specifics
+    var e = document.getElementById("notify");
+    e.label = fp.getMessage("foxyproxy.autoadd.notify.label");
+    e.setAttribute("tooltiptext", fp.getMessage("foxyproxy.autoadd.notify.tooltip2"));
+    document.getElementById("autoAddBroadcaster").setAttribute("hidden", true);
+  }
+  sizeToContent();
+}
+
+function onOK() {
+  var pat = document.getElementById("generatedPattern").value;
+  var p = fpc.validatePattern(window, superadd.match.isRegEx, pat);
+  if (p) {
+    // Use supadd.match as a template for a new Match object
+    var m = superadd.match.clone();
+    m.pattern = p; // Overwrite the templated pattern with the generated pattern (user may have modified it)
+    m.temp = superadd.temp; // the cloned match object doesn't clone Match.temp because it's not deserialized from disk while SuperAdd.temp is. See notes in SuperAdd for more info.
+    window.arguments[0].out = {
+      reload:document.getElementById("reload").checked,
+      notify:document.getElementById("notify").checked,
+      prompt:document.getElementById("prompt").checked,
+      notifyWhenCanceled:document.getElementById("notifyWhenCanceled").checked,
+      proxyId:document.getElementById("proxyMenu").value,
+      match:m};
+    return true;
+  }
+}
+
+function updateGeneratedPattern() {
+	document.getElementById("generatedPattern").value =
+    fpc.applyTemplate(document.getElementById("url").value, superadd.match.pattern, superadd.match.caseSensitive);
+}
+
+function onPattern() {
+  var p = superadd.match.clone();
+  p.temp = superadd.temp; // see notes in the .match setter in superadd.js as to why we do this
+  var params = {inn:{pattern:p, superadd:true}, out:null};
+
+  window.openDialog("chrome://foxyproxy/content/pattern.xul", "",
+    "chrome, dialog, modal, resizable=yes", params).focus();
+
+  if (params.out) {
+    superadd.match = params.out.pattern;
+    updateGeneratedPattern();
+  }
+}
diff -pruN 2.7.5~dfsg.1-1/chrome/content/superadd.xul 2.8.9-0ubuntu1/chrome/content/superadd.xul
--- 2.7.5~dfsg.1-1/chrome/content/superadd.xul	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/superadd.xul	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,108 @@
+<?xml version="1.0"?>
+<!--
+  FoxyProxy
+  Copyright (C) 2006-2008 Eric H. Jung and LeahScape, Inc.
+  http://foxyproxy.mozdev.org/
+  eric.jung@yahoo.com
+
+  This source code is released under the GPL license,
+  available in the LICENSE file at the root of this installation
+  and also online at http://www.gnu.org/licenses/gpl.txt
+-->
+<?xml-stylesheet href="foxyproxy.css" type="text/css"?>
+<?xul-overlay href="includes.xul"?>
+<!DOCTYPE overlay SYSTEM "chrome://foxyproxy/locale/foxyproxy.dtd">
+<dialog buttons="accept,cancel"
+  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
+	id="foxyproxyquickadddlg2"
+  title="&foxyproxy.quickadd.label;"
+  ondialogaccept="return onOK();"
+  onload="onLoad();"
+  persist="screenX screenY"
+  windowtype="foxyproxy-superadd">
+
+<script src="superadd.js"/>
+  
+<groupbox>
+  
+<grid>
+	<columns>
+		<column/><column/><column/>
+	</columns>
+	<rows>  
+		<row align="center">              
+			<checkbox id="reload"
+				label="&foxyproxy.autoadd.reload.label;"
+				accesskey="&foxyproxy.autoadd.reload.accesskey;"
+				tooltiptext="&foxyproxy.autoadd.reload.tooltip;"/>
+      <checkbox id="notify"
+        label="&foxyproxy.quickadd.notify.label;"
+        accesskey="&foxyproxy.quickadd.notify.accesskey;"
+        tooltiptext="&foxyproxy.quickadd.notify.tooltip;"/>
+    </row>
+    <row align="center">						
+			<checkbox id="prompt"
+				label="&foxyproxy.quickadd.prompt.label;"
+				accesskey="&foxyproxy.quickadd.prompt.accesskey;"
+				tooltiptext="&foxyproxy.quickadd.prompt.tooltip;"/>
+      <checkbox id="notifyWhenCanceled" observes="autoAddBroadcaster"
+        label="&foxyproxy.quickadd.notify.whencanceled.label;"
+        accesskey="&foxyproxy.quickadd.notify.whencanceled.accesskey;"
+        tooltiptext="&foxyproxy.quickadd.notify.whencanceled.tooltip;"/>
+      <toolbarbutton class="foxyproxy-ref" observes="autoAddBroadcaster"
+        popup="notifyWhenCanceledPopup" tooltiptext="&foxyproxy.whatsthis;"/>   
+    </row>
+	</rows>
+</grid>
+</groupbox>
+<groupbox>
+	<grid>
+		<columns>
+		  <column/>
+			<column flex="1"/>
+			<column/>
+      <column/>
+		</columns>
+		<rows>
+			<row align="center">
+				<label
+					value="&foxyproxy.quickadd.proxy.label;"
+					tooltiptext="&foxyproxy.quickadd.proxy.tooltip;"
+					accesskey="&foxyproxy.quickadd.proxy.accesskey;"/>
+				<menulist id="proxyMenu" tooltiptext="&foxyproxy.quickadd.proxy.tooltip;">
+					<menupopup/>
+				</menulist>
+        <spacer/>
+        <spacer/>         
+			</row>
+			<row align="center">
+				<label value="&foxyproxy.pattern.template.currenturl.label;"
+					control="url" tooltiptext="&foxyproxy.pattern.template.currenturl.tooltip;" accesskey="&foxyproxy.pattern.template.currenturl.accesskey;"/>
+				<textbox id="url" tooltiptext="&foxyproxy.pattern.template.currenturl.tooltip;" type="timed" timeout="500"
+          oncommand="updateGeneratedPattern()"/>
+        <spacer/>
+			</row>
+			<row align="center">
+				<label value="&foxyproxy.pattern.template.generatedpattern.label;"
+					control="generatedPattern" tooltiptext="&foxyproxy.pattern.template.generatedpattern.tooltip;" accesskey="&foxyproxy.pattern.template.generatedpattern.accesskey;"/>
+				<textbox id="generatedPattern" tooltiptext="&foxyproxy.pattern.template.generatedpattern.tooltip;" style="font-weight: bold;"/>
+        <toolbarbutton class="foxyproxy-ref" popup="wildcardURLPatternReferencePopup" tooltiptext="&foxyproxy.wildcard.reference.tooltip;"/>
+			</row> 
+		</rows>
+	</grid>
+  <hbox align="center" observes="quickAddBroadcaster">
+    <label value="&foxyproxy.pattern.to.quickadd.label;" control="qapb"/>
+    <button id="qapb" command="patternCmd" label="&foxyproxy.define.label;"/>
+  </hbox>
+</groupbox>
+
+<popupset>
+  <popup id="wildcardURLPatternReferencePopup"/>
+  <popup id="notifyWhenCanceledPopup"/>
+</popupset>
+
+<broadcasterset>
+  <broadcaster id="autoAddBroadcaster" hidden="false"/>  
+</broadcasterset>
+<command id="patternCmd" label="&foxyproxy.pattern.label;" oncommand="onPattern()"/>
+</dialog>
diff -pruN 2.7.5~dfsg.1-1/chrome/content/torwizhelp.xhtml 2.8.9-0ubuntu1/chrome/content/torwizhelp.xhtml
--- 2.7.5~dfsg.1-1/chrome/content/torwizhelp.xhtml	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/content/torwizhelp.xhtml	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.1//EN' 'http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd'
+[
+
+<!ENTITY % foxyproxyDTD SYSTEM "chrome://foxyproxy/locale/torwizhelp.dtd" >
+%foxyproxyDTD;
+]>
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>&help.title.foxyproxy.help;</title>
+  <style type="text/css">
+    table {
+    	border-width: 0px;
+    	border-spacing: 2px;
+    	border-style: none;
+    	border-color: white;
+    	border-collapse: separate;
+    	background-color: rgb(250, 240, 230);
+    	font-size: x-small;
+    	font-family: verdana, sans-serif;
+    }
+    table td,table th {
+    	border-width: 1px;
+    	padding: 1px;
+    	border-style: groove;
+    	border-color: green;
+    	background-color: rgb(250, 240, 230);
+      vertical-align: top;    	
+		  font-size: x-small; 
+		  font-family: verdana, sans-serif;
+    }    
+    p {background-color: white; font-size: x-small; font-family: verdana, sans-serif;}
+    body {font-family: verdana, sans-serif;}
+    h3 {font-size: small;}
+    h4 {font-size: x-small;}
+  </style>
+  </head>
+<body>
+  <h3>&help.patterns;</h3>
+  <p>&help.ff.asks;
+    &help.fp.answers;</p>        
+   <h4><a name="wildcards">&help.a.wildcards;</a></h4>
+   <p>&help.p.wildcards.are;
+   &help.p.regexp;</p>
+   
+   <h4>&help.h4.wildcard.examples;</h4>
+   <table>
+     <thead><tr><th>&help.th.url.pattern;</th><th>&help.th.some.matches;</th><th>&help.th.some.non.matches;</th></tr></thead>
+     <tr><td>*://*.yahoo.com/*</td><td>&help.td.everything.in.y;</td><td>http://mail.google.com/</td></tr>      
+     <tr><td>*://mail.yahoo.com/*</td><td>http://mail.yahoo.com/<br />http://mail.yahoo.com/clownshoes/<br />http://mail.yahoo.com/inbox/123.html<br />ftp://mail.yahoo.com</td><td>http://maps.yahoo.com</td></tr>
+     <tr><td>http://??.wikipedia.org/wiki/Clown</td><td>http://en.wikipedia.org/wiki/Clown<br />http://de.wikipedia.org/wiki/Clown<br />http://cs.wikipedia.org/wiki/Clown</td><td>https://en.wikipedia.org/wiki/Clown<br />http://de.wikipedia.org/wiki/Clown/<br />ftp://en.wikipedia.org/wiki/Clown</td></tr>
+     <tr><td>http://digg.com/</td><td>http://digg.com/</td><td>http://digg.com<br />http://www.digg.com/</td></tr>      
+     <tr><td>*://*.asimov.???/*</td><td>ftp://ftp.asimov.net/<br />ftp://ftp.asimov.com/theory.html<br />http://bear.asimov.net/mom/<br />https://isaac.asimov.org/hercules<br />gopher://asimov.net/</td>
+       <td>ftp://ftp.asimov.co.uk<br />http://isaac.home.com/tin.php</td></tr>     
+     <tr><td>*</td><td><i>&help.i.matches.everything;</i></td><td> </td></tr>            
+   </table>
+</body>
+</html>
Binary files 2.7.5~dfsg.1-1/chrome/icons/default/foxyproxyaboutdlg2.ico and 2.8.9-0ubuntu1/chrome/icons/default/foxyproxyaboutdlg2.ico differ
Binary files 2.7.5~dfsg.1-1/chrome/icons/default/foxyproxyaboutdlg.ico and 2.8.9-0ubuntu1/chrome/icons/default/foxyproxyaboutdlg.ico differ
Binary files 2.7.5~dfsg.1-1/chrome/icons/default/foxyproxyaddproxydlg2.ico and 2.8.9-0ubuntu1/chrome/icons/default/foxyproxyaddproxydlg2.ico differ
Binary files 2.7.5~dfsg.1-1/chrome/icons/default/foxyproxyaddproxydlg.ico and 2.8.9-0ubuntu1/chrome/icons/default/foxyproxyaddproxydlg.ico differ
Binary files 2.7.5~dfsg.1-1/chrome/icons/default/foxyproxyoptions2.ico and 2.8.9-0ubuntu1/chrome/icons/default/foxyproxyoptions2.ico differ
Binary files 2.7.5~dfsg.1-1/chrome/icons/default/foxyproxyoptions.ico and 2.8.9-0ubuntu1/chrome/icons/default/foxyproxyoptions.ico differ
Binary files 2.7.5~dfsg.1-1/chrome/icons/default/foxyproxypatterndlg2.ico and 2.8.9-0ubuntu1/chrome/icons/default/foxyproxypatterndlg2.ico differ
Binary files 2.7.5~dfsg.1-1/chrome/icons/default/foxyproxypatterndlg.ico and 2.8.9-0ubuntu1/chrome/icons/default/foxyproxypatterndlg.ico differ
Binary files 2.7.5~dfsg.1-1/chrome/icons/default/foxyproxyquickadddlg2.ico and 2.8.9-0ubuntu1/chrome/icons/default/foxyproxyquickadddlg2.ico differ
Binary files 2.7.5~dfsg.1-1/chrome/icons/default/foxyproxyquickadddlg.ico and 2.8.9-0ubuntu1/chrome/icons/default/foxyproxyquickadddlg.ico differ
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/cs-CZ/amo.properties 2.8.9-0ubuntu1/chrome/locale/cs-CZ/amo.properties
--- 2.7.5~dfsg.1-1/chrome/locale/cs-CZ/amo.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/cs-CZ/amo.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,3 @@
+description.0=FoxyProxy is an advanced proxy management tool that completely replaces Firefox's limited proxying capabilities. It offers more features than SwitchProxy, ProxyButton, QuickProxy, xyzproxy, ProxyTex, TorButton, etc.
+description.1=FoxyProxy is a Firefox extension which automatically switches an internet connection across one or more proxy servers based on URL patterns. Put simply, FoxyProxy automates the manual process of editing Firefox's Connection Settings dialog. Proxy server switching occurs based on the loading URL and the switching rules you define.
+description.2=Animated icons show you when a proxy is in use. Advanced logging shows you which proxies were used and when. QuickAdd makes it a snap to create new URL patterns on-the-fly. FoxyProxy is fully compatible with Portable Firefox, has better support for PAC files than Firefox itself, and is translated into more than 25 languages.
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/cs-CZ/foxyproxy.dtd 2.8.9-0ubuntu1/chrome/locale/cs-CZ/foxyproxy.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/cs-CZ/foxyproxy.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/cs-CZ/foxyproxy.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,436 @@
+<!ENTITY foxyproxy.label "FoxyProxy">
+<!ENTITY foxyproxy.accesskey "F">
+<!ENTITY foxyproxy.tooltip "FoxyProxy">
+<!ENTITY foxyproxy.optionsdialog.label "FoxyProxy - Možnosti">
+<!ENTITY foxyproxy.options.label "Možnosti">
+<!ENTITY foxyproxy.options.accesskey "M">
+<!ENTITY foxyproxy.options.tooltip "Otevře dialogové okno nastavení">
+<!ENTITY foxyproxy.tree.pickertooltiptext.label "Výběr sloupců které se mají zobrazovat">
+<!ENTITY foxyproxy.proxy.name.label "Název proxy serveru">
+<!ENTITY foxyproxy.proxy.name.accesskey "N">
+<!ENTITY foxyproxy.proxy.name.tooltip "Název proxy serveru">
+<!ENTITY foxyproxy.proxy.notes.label "Poznámky k proxy serveru">
+<!ENTITY foxyproxy.proxy.notes.accesskey "P">
+<!ENTITY foxyproxy.proxy.notes.tooltip "Poznámky k proxy serveru">
+<!ENTITY foxyproxy.pattern.label "Vzor">
+<!ENTITY foxyproxy.pattern.accesskey "P">
+<!ENTITY foxyproxy.pattern.tooltip "URL pattern">
+<!ENTITY foxyproxy.urlpatterns.label "URL Patterns">
+<!ENTITY foxyproxy.urlpatterns.accesskey "P">
+<!ENTITY foxyproxy.urlpatterns.tooltip "URL patterns">
+<!ENTITY foxyproxy.pattern.type.label "Typ vzoru">
+<!ENTITY foxyproxy.whitelist.blacklist.label "Bílá anebo černá listina">
+<!ENTITY foxyproxy.pattern.name.label "Název vzoru">
+<!ENTITY foxyproxy.pattern.name.accesskey "V">
+<!ENTITY foxyproxy.pattern.name.tooltip "Název vzoru">
+<!ENTITY foxyproxy.url.pattern.label "URL anebo vzor URL">
+<!ENTITY foxyproxy.url.pattern.accesskey "U">
+<!ENTITY foxyproxy.url.pattern.tooltip "URL anebo vzor URL">
+<!ENTITY foxyproxy.enabled.label "Povoleno">
+<!ENTITY foxyproxy.enabled.accesskey "P">
+<!ENTITY foxyproxy.enabled.tooltip "Přepíná povoleno/zakázáno">
+<!ENTITY foxyproxy.delete.selection.label "Odstranit">
+<!ENTITY foxyproxy.delete.selection.accesskey "O">
+<!ENTITY foxyproxy.delete.selection.tooltip "Odstraní aktuálně vybranou položku">
+<!ENTITY foxyproxy.edit.selection.label "Upravit">
+<!ENTITY foxyproxy.edit.selection.accesskey "U">
+<!ENTITY foxyproxy.edit.selection.tooltip "Upraví aktuálně vybranou položku">
+<!ENTITY foxyproxy.help.label "Obsah nápovědy">
+<!ENTITY foxyproxy.help.accesskey "O">
+<!ENTITY foxyproxy.help.tooltip "Zobrazení nápovědy">
+<!ENTITY foxyproxy.close.label "Zavřít">
+<!ENTITY foxyproxy.close.accesskey "Z">
+<!ENTITY foxyproxy.close.tooltip "Zavřít okno">
+<!ENTITY foxyproxy.about.label "O rozšíření...">
+<!ENTITY foxyproxy.about.accesskey "r">
+<!ENTITY foxyproxy.about.tooltip "Otevře okno s informacemi o rozšíření">
+<!ENTITY foxyproxy.online.label "FoxyProxy Online">
+<!ENTITY foxyproxy.online.accesskey "o">
+<!ENTITY foxyproxy.online.tooltip "Návštívit domácí stránku o FoxyProxy">
+<!ENTITY foxyproxy.tor.label "Tor průvodce">
+<!ENTITY foxyproxy.tor.accesskey "T">
+<!ENTITY foxyproxy.tor.tooltip "Otevře průvodce pro Tor">
+<!ENTITY foxyproxy.copy.selection.label "Kopírovat">
+<!ENTITY foxyproxy.copy.selection.accesskey "K">
+<!ENTITY foxyproxy.copy.selection.tooltip "Zkopíruje aktuálně vybranou položku">
+<!ENTITY foxyproxy.mode.label "Výběr režimu">
+<!ENTITY foxyproxy.auto.url.label "URL pro automatické nastavení proxy serveru">
+<!ENTITY foxyproxy.auto.url.accesskey "a">
+<!ENTITY foxyproxy.auto.url.tooltip "Zadání URL PAC souboru">
+<!ENTITY foxyproxy.auto.url.note.label "http(s)://   ftp://   file://   relative://">
+<!ENTITY foxyproxy.auto.url.note.tooltip "Click the info icon for information on relative://">
+<!ENTITY foxyproxy.port.label "Port">
+<!ENTITY foxyproxy.port.accesskey "P">
+<!ENTITY foxyproxy.port.tooltip "Port">
+<!ENTITY foxyproxy.socks.proxy.label "SOCKS Proxy">
+<!ENTITY foxyproxy.socks.proxy.accesskey "C">
+<!ENTITY foxyproxy.socks.proxy.tooltip "URL SOCKS Proxy">
+<!ENTITY foxyproxy.socks.v4 "SOCKS v4/4a">
+<!ENTITY foxyproxy.socks.v5 "SOCKS v5">
+<!ENTITY foxyproxy.addeditpattern.title "Přidat/upravit vzor">
+<!ENTITY foxyproxy.wildcard.label "Zástupné znaky">
+<!ENTITY foxyproxy.wildcard.accesskey "Z">
+<!ENTITY foxyproxy.wildcard.tooltip "Udává, že URL anebo vzor URL používá zástupné znaky a tudíž není regulární výraz">
+<!ENTITY foxyproxy.wildcard.example.label "Příklad: *mail.yahoo.com/*">
+<!ENTITY foxyproxy.regex.label "Regulární výraz">
+<!ENTITY foxyproxy.regex.accesskey "R">
+<!ENTITY foxyproxy.regex.tooltip "Udává, že URL anebo vzor URL je regulární výraz">
+<!ENTITY foxyproxy.regex.example.label "Příklad: https?://.*\.mail\.yahoo\.com/.*">
+<!ENTITY foxyproxy.version "Verze">
+<!ENTITY foxyproxy.createdBy "Vytvořil:">
+<!ENTITY foxyproxy.copyright "Autorská práva">
+<!ENTITY foxyproxy.rights "Všechna práva vyhrazena.">
+<!ENTITY foxyproxy.released "Uvolněno v rámci GPL licence">
+<!ENTITY foxyproxy.tab.general.label "Všeobecné">
+<!ENTITY foxyproxy.tab.general.accesskey "V">
+<!ENTITY foxyproxy.tab.general.tooltip "úprava všeobecného nastavení proxy">
+<!ENTITY foxyproxy.tab.proxy.label "Podrobnosti u proxy">
+<!ENTITY foxyproxy.tab.proxy.accesskey "r">
+<!ENTITY foxyproxy.tab.proxy.tooltip "úprava podrobností u proxy">
+<!ENTITY foxyproxy.tab.patterns.label "Vzory">
+<!ENTITY foxyproxy.tab.patterns.accesskey "V">
+<!ENTITY foxyproxy.tab.patterns.tooltip "úprava vzorů URL">
+<!ENTITY foxyproxy.add.title "Nastavení Proxy">
+<!ENTITY foxyproxy.pattern.description "Zde můžete přidat anebo odstranit URL pro které je tato proxy používaná">
+<!ENTITY foxyproxy.pattern.matchtype.label "Vzor obsahuje">
+<!ENTITY foxyproxy.pattern.matchtype2.label "Vzor k určení blokovaných stránek obsahuje">
+<!ENTITY foxyproxy.pattern.template.matchtype.label "Šablona vzoru obsahuje">
+<!ENTITY foxyproxy.pattern.whiteblack.label "Zahrnuté/vyloučené URL">
+<!ENTITY foxyproxy.add.option.direct.label "Přímé připojení k síti">
+<!ENTITY foxyproxy.add.option.direct.accesskey "P">
+<!ENTITY foxyproxy.add.option.direct.tooltip "Nepoužije se proxy - použije se přímé připojení k síti">
+<!ENTITY foxyproxy.add.option.manual.label "Rúční konfigurace proxy serverů">
+<!ENTITY foxyproxy.add.option.manual.accesskey "R">
+<!ENTITY foxyproxy.add.option.manual.tooltip "Ručně určit nastavení proxy">
+<!ENTITY foxyproxy.add.new.pattern.label "Přidat nový vzor">
+<!ENTITY foxyproxy.add.new.pattern.accesskey "n">
+<!ENTITY foxyproxy.add.new.pattern.tooltip "Přidá nový vzor">
+<!ENTITY foxyproxy.menubar.file.label "Soubor">
+<!ENTITY foxyproxy.menubar.file.accesskey "S">
+<!ENTITY foxyproxy.menubar.file.tooltip "Otevře nabídku soubor">
+<!ENTITY foxyproxy.menubar.help.label "Nápověda">
+<!ENTITY foxyproxy.menubar.help.accesskey "N">
+<!ENTITY foxyproxy.menubar.help.tooltip "Otevře nápovědu">
+<!ENTITY foxyproxy.mode.accesskey "r">
+<!ENTITY foxyproxy.mode.tooltip "Výběr režimu FoxyProxy">
+<!ENTITY foxyproxy.tab.proxies.label "Proxy">
+<!ENTITY foxyproxy.tab.proxies.accesskey "P">
+<!ENTITY foxyproxy.tab.proxies.tooltip "úprava proxy">
+<!ENTITY foxyproxy.tab.global.label "Všeobecné nastavení">
+<!ENTITY foxyproxy.tab.global.accesskey "V">
+<!ENTITY foxyproxy.tab.global.tooltip "úprava všeobecného nastavení">
+<!ENTITY foxyproxy.tab.logging.label "Protokol">
+<!ENTITY foxyproxy.tab.logging.accesskey "l">
+<!ENTITY foxyproxy.tab.logging.tooltip "úprava nastavení protokolu">
+<!ENTITY foxyproxy.proxydns.label "Použít SOCKS proxy pro vyhledávání DNS záznamů">
+<!ENTITY foxyproxy.proxydns.accesskey "P">
+<!ENTITY foxyproxy.proxydns.tooltip "Pokud je zaškrtnuto, tak DNS hledání jsou směrované přes SOCKS proxy">
+<!ENTITY foxyproxy.proxydns.notice "Je zapotřebí restartovat Firefox aby se projevili změny, restartovat nyní ?">
+<!ENTITY foxyproxy.showstatusbaricon.label "Zobrazit ikonu ve stavovém řádku">
+<!ENTITY foxyproxy.showstatusbaricon.accesskey "S">
+<!ENTITY foxyproxy.showstatusbaricon.tooltip "Pokud je zaškrtnuto, tak se zobrazuje ve stavovém řádku ikona FoxyProxy">
+<!ENTITY foxyproxy.showstatusbarmode.label "Zobrazit režim (text) ve stavovém řádku">
+<!ENTITY foxyproxy.showstatusbarmode.accesskey "Z">
+<!ENTITY foxyproxy.showstatusbarmode.tooltip "Pokud je zaškrtnuto, tak je ve stavovém řádku zobrazený režim FoxyProxy">
+<!ENTITY foxyproxy.storagelocation.label "Umístění nastavení">
+<!ENTITY foxyproxy.storagelocation.accesskey "S">
+<!ENTITY foxyproxy.storagelocation.tooltip "Místo kde je uložené nastavení FoxyProxy">
+<!ENTITY foxyproxy.tab.logging.timestamp.label "Časová známka">
+<!ENTITY foxyproxy.tab.logging.url.label "URL">
+<!ENTITY foxyproxy.host.label "Název serveru">
+<!ENTITY foxyproxy.host.accesskey "N">
+<!ENTITY foxyproxy.host.tooltip "Název serveru">
+<!ENTITY foxyproxy.clear.label "Vymazat">
+<!ENTITY foxyproxy.clear.accesskey "V">
+<!ENTITY foxyproxy.clear.tooltip "Vymazat">
+<!ENTITY foxyproxy.refresh.label "Obnovit">
+<!ENTITY foxyproxy.refresh.accesskey "O">
+<!ENTITY foxyproxy.refresh.tooltip "Obnovit">
+<!ENTITY foxyproxy.save.label "Uložit">
+<!ENTITY foxyproxy.save.accesskey "U">
+<!ENTITY foxyproxy.save.tooltip "Uložit">
+<!ENTITY foxyproxy.addnewproxy.label "Přidat novou proxy">
+<!ENTITY foxyproxy.addnewproxy.accesskey "P">
+<!ENTITY foxyproxy.addnewproxy.tooltip "Přidá nový proxy server">
+<!ENTITY foxyproxy.whitelist.label "Bílá listina">
+<!ENTITY foxyproxy.whitelist.accesskey "B">
+<!ENTITY foxyproxy.whitelist.tooltip "URL shodující s tímto vzorem bude načítaná přes tuto proxy">
+<!ENTITY foxyproxy.whitelist.description.label "URL adresy které se shodují s tímto vzorem budou načítané přes tuto proxy">
+<!ENTITY foxyproxy.blacklist.label "Černá listina">
+<!ENTITY foxyproxy.blacklist.accesskey "C">
+<!ENTITY foxyproxy.blacklist.tooltip "URL shodující s tímto vzorem NEbude načítáná přes tuto proxy">
+<!ENTITY foxyproxy.blacklist.description.label "URL adresy které se shodují s tímto vzorem NEbudou načítané přes tuto proxy">
+<!ENTITY foxyproxy.whiteblack.description.label "Černá listina (vyloučení) vzorů má přednost před bílou listinou (zahrnutí) vzorů: pokud se URL nachází na bílé i černé listině pro shodnou proxy, tak URL nebude načítána pomocí té proxy.">
+<!ENTITY foxyproxy.usingPFF.label1 "Používám">
+<!ENTITY foxyproxy.usingPFF.label2 "Portable Firefox">
+<!ENTITY foxyproxy.usingPFF.accesskey "P">
+<!ENTITY foxyproxy.usingPFF.tooltip "Mělo by být označeno pokud používáte Portable Firefox">
+<!ENTITY foxyproxy.socks.version.label "Verze SOCKS">
+<!ENTITY foxyproxy.autopacurl.label "Auto PAC URL">
+<!ENTITY foxyproxy.issocks.label "SOCKS proxy server">
+<!ENTITY foxyproxy.issocks.accesskey "S">
+<!ENTITY foxyproxy.issocks.tooltip "Je toto webowý anebo SOCKS proxy server?">
+<!ENTITY foxyproxy.moveup.label "Posunout nahoru">
+<!ENTITY foxyproxy.moveup.tooltip "Zvýší prioritu výběru">
+<!ENTITY foxyproxy.moveup.accesskey "n">
+<!ENTITY foxyproxy.movedown.label "Posunout dolu">
+<!ENTITY foxyproxy.movedown.tooltip "Sníží prioritu výběru">
+<!ENTITY foxyproxy.movedown.accesskey "d">
+<!ENTITY foxyproxy.autoconfurl.view.label "Zobrazit">
+<!ENTITY foxyproxy.autoconfurl.view.accesskey "Z">
+<!ENTITY foxyproxy.autoconfurl.view.tooltip "Zobrazí soubor automatického nastavení">
+<!ENTITY foxyproxy.autoconfurl.test.label "Test">
+<!ENTITY foxyproxy.autoconfurl.test.accesskey "T">
+<!ENTITY foxyproxy.autoconfurl.test.tooltip "Otestuje soubor automatického nastavení">
+<!ENTITY foxyproxy.autoconfurl.reload.label "Znovunačítat PAC každých">
+<!ENTITY foxyproxy.autoconfurl.reload.accesskey "Z">
+<!ENTITY foxyproxy.autoconfurl.reload.tooltip "Automaticky načítá soubor PAC ve zvoleném časovém intervalu">
+<!ENTITY foxyproxy.minutes.label "minuty">
+<!ENTITY foxyproxy.minutes.tooltip "minuty">
+<!ENTITY foxyproxy.logging.maxsize.label "Maximální velikost">
+<!ENTITY foxyproxy.logging.maxsize.accesskey "M">
+<!ENTITY foxyproxy.logging.maxsize.tooltip "Maximální počet záznamů v protokolu">
+<!ENTITY foxyproxy.logging.maxsize.button.label "Nastavit">
+<!ENTITY foxyproxy.logging.maxsize.button.accesskey "N">
+<!ENTITY foxyproxy.logging.maxsize.button.tooltip "Nastavuje maximální počet záznamů v protokolu">
+<!ENTITY foxyproxy.random.label "Načítat URL přes náhodné proxy (ignorují se všechny vzory a priority)">
+<!ENTITY foxyproxy.random.accesskey "n">
+<!ENTITY foxyproxy.random.tooltip "Načítá URL přes náhodné proxy (ignorují se všechny vzory a priority)">
+<!ENTITY foxyproxy.random.includedirect.label "Zahrnout proxy nastavené jako přímé připojení sítě k Internetu">
+<!ENTITY foxyproxy.random.includedirect.accesskey "I">
+<!ENTITY foxyproxy.random.includedirect.tooltip "Proxy nastavené jako přímé připojení sítě budou zahrnuty do náhodného výběru proxy">
+<!ENTITY foxyproxy.random.includedisabled.label "Zahrnout zakázané proxy">
+<!ENTITY foxyproxy.random.includedisabled.accesskey "z">
+<!ENTITY foxyproxy.random.includedisabled.tooltip "Proxy nastavené jako zakázané budou zahrnuty do náhodného výběru proxy">
+<!ENTITY foxyproxy.random.settings.label "Náhodný výběr proxy">
+<!ENTITY foxyproxy.random.settings.accesskey "N">
+<!ENTITY foxyproxy.random.settings.tooltip "Nastavení určí náhodný výběr proxy">
+<!ENTITY foxyproxy.tab.autoadd.label "Automatické přidání">
+<!ENTITY foxyproxy.tab.autoadd.accesskey "A">
+<!ENTITY foxyproxy.tab.autoadd.tooltip "nastavení automatického přidání">
+<!ENTITY foxyproxy.autoadd.description "Určení vzoru který identifikuje blokované stránky. Pokud se najde vzor na stránce, tak je vzor shodující se URL stránky přiřazený k proxy a stránka je volitelně obnovena. Toto zabraňuje proaktivně identifikovat všechny blokované stránky">
+<!ENTITY foxyproxy.autoadd.pattern.label "Vzor k identifikaci blokovaných webowých stránek">
+<!ENTITY foxyproxy.autoadd.pattern.accesskey "V">
+<!ENTITY foxyproxy.autoadd.pattern.tooltip "Vzor který identifikuje blokované webové stránky">
+<!ENTITY foxyproxy.autoadd.wildcard.example.label "Příklad: *Nemáte oprávnění k zobrazení této stránky*">
+<!ENTITY foxyproxy.autoadd.regex.example.label "Příklad: .*Stránka.*byla zablokována.*">
+<!ENTITY foxyproxy.autoadd.proxy.label "Proxy ke které jsou vzory automaticky přidané">
+<!ENTITY foxyproxy.autoadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.autoadd.proxy.tooltip "Určuje proxy ke které jsou URL automaticky přidávané">
+<!ENTITY foxyproxy.pattern.template.label "Šablona URL vzoru">
+<!ENTITY foxyproxy.pattern.template.accesskey "U">
+<!ENTITY foxyproxy.pattern.template.tooltip "Šablona URL vzoru">
+<!ENTITY foxyproxy.pattern.template.example.label1 "Příklad pro ">
+<!ENTITY foxyproxy.pattern.template.example.label2 "http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant">
+<!ENTITY foxyproxy.pattern.template.currenturl.label "Aktuální adresa">
+<!ENTITY foxyproxy.pattern.template.currenturl.accesskey "A">
+<!ENTITY foxyproxy.pattern.template.currenturl.tooltip "Adresa v panelu Adresa">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.label "Vygenerovaný vzor">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.accesskey "g">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.tooltip "Dynamický vygenerovaný vzor">
+<!ENTITY foxyproxy.autoadd.reload.label "Obnovit stránku po přidání do proxy">
+<!ENTITY foxyproxy.autoadd.reload.accesskey "O">
+<!ENTITY foxyproxy.autoadd.reload.tooltip "Automaticky obnoví stránku po přidání do proxy">
+<!ENTITY foxyproxy.autoadd.notify.label "Informovat mě pokud se provede automatické přidání">
+<!ENTITY foxyproxy.autoadd.notify.accesskey "N">
+<!ENTITY foxyproxy.autoadd.notify.tooltip "Informuje uživatele pokud je stránka zablokována a URL vzor je přidaný do proxy">
+<!ENTITY foxyproxy.autoadd.notify.tooltip2 "Display a popup when AutoAdd is activated">
+<!ENTITY foxyproxy.pacloadnotification.label "Informovat mě při načítání souboru automatického nastavení proxy">
+<!ENTITY foxyproxy.pacloadnotification.accesskey "n">
+<!ENTITY foxyproxy.pacloadnotification.tooltip "Zobrazí vyskakovací okno při načítání PAC souboru">
+<!ENTITY foxyproxy.pacerrornotification.label "Informovat mě při chybě v souboru automatického nastavení proxy">
+<!ENTITY foxyproxy.pacerrornotification.accesskey "e">
+<!ENTITY foxyproxy.pacerrornotification.tooltip "Zobrazí vyskakovací okno pokud dojde k chybě při načítání PAC souboru">
+<!ENTITY foxyproxy.toolsmenu.label "Zobrazit FoxyProxy v nabídce Nástroje">
+<!ENTITY foxyproxy.toolsmenu.accesskey "N">
+<!ENTITY foxyproxy.toolsmenu.tooltip "Zobrazí FoxyProxy v nabídce Nástroje">
+<!ENTITY foxyproxy.tip.label "Tip">
+<!ENTITY foxyproxy.pactips.popup.height "165px">
+<!ENTITY foxyproxy.pactips.popup.width "400px">
+<!ENTITY foxyproxy.pactip1.label "For PAC files stored on a local hard drive, use the file:// scheme. For example, file://c:/path/proxy.pac on Windows or file:///home/users/joe/proxy.pac on Unix/Linux/Mac.">
+<!ENTITY foxyproxy.pactip2.label "For PAC files on an ftp server, use the ftp:// scheme. For example, ftp://leahscape.com/path/proxy.pac">
+<!ENTITY foxyproxy.pactip3.label "You can also use http://, https://, and any other supported scheme.">
+<!ENTITY foxyproxy.pactip4.label "Finally, if you need to refer to a PAC file on the local file system using a relative path, you can use the special FoxyProxy relative:// scheme. This is useful if your PAC file resides on a thumb drive. Supported relative paths are documented">
+<!ENTITY foxyproxy.pactip5.label "here">
+<!ENTITY foxyproxy.pactip6.label ". Special strings in the relative:// URL you specify are replaced with their corresponding values. For example, relative://ProfD/pacs/proxy3.pac points to the file proxy3.pac in the subdirectory of the">
+<!ENTITY foxyproxy.pactip7.label "Firefox profile directory">
+<!ENTITY foxyproxy.pactip8.label "named pacs/. With Portable Firefox on Windows, the Firefox profile directory is always a relative path because the drive letter can change across computers. Please note that special strings (ProfD, Home, TempD, etc.) are case-sensitive!">
+<!ENTITY foxyproxy.contextmenu.label "Show FoxyProxy in the context-menu">
+<!ENTITY foxyproxy.contextmenu.accesskey "C">
+<!ENTITY foxyproxy.contextmenu.tooltip "Show FoxyProxy in the context-menu">
+<!ENTITY foxyproxy.quickadd.desc1 "QuickAdd adds a dynamic URL pattern to a proxy when you press Alt-F2. It is practical alternative to AutoAdd. Customize the Alt-F2 shortcut with the ">
+<!ENTITY foxyproxy.keyconfig.label "KeyConfig">
+<!ENTITY foxyproxy.quickadd.desc2 "extension">
+<!ENTITY foxyproxy.quickadd.label "QuickAdd">
+<!ENTITY foxyproxy.quickadd.accesskey "Q">
+<!ENTITY foxyproxy.quickadd.tooltip "QuickAdd">
+<!ENTITY foxyproxy.quickadd.notify.label "Notify me when QuickAdd is activated">
+<!ENTITY foxyproxy.quickadd.notify.accesskey "N">
+<!ENTITY foxyproxy.quickadd.notify.tooltip "Display a popup when QuickAdd is activated">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label "Notify me when QuickAdd is canceled">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label2 "QuickAdd is automatically canceled when QuickAdd is activated through Alt-F2, and the current URL in the address bar already matches an existing proxy&apos;s whitelist pattern. In this way duplicate patterns, which can clutter your configuration, are prevented. This setting does not enable/disable cancelation; rather, it toggles notification when cancelation occurs.">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.accesskey "C">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.tooltip "Display a popup when QuickAdd is activated but canceled">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.width "400px">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.height "130px">
+<!ENTITY foxyproxy.whatsthis "What&apos;s This?">
+<!ENTITY foxyproxy.quickadd.prompt.label "Prompt for editing and confirmation before adding pattern to proxy">
+<!ENTITY foxyproxy.quickadd.prompt.accesskey "P">
+<!ENTITY foxyproxy.quickadd.prompt.tooltip "Prompt for editing and confirmation before adding pattern to proxy">
+<!ENTITY foxyproxy.quickadd.proxy.label "Proxy to which pattern is added">
+<!ENTITY foxyproxy.quickadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.quickadd.proxy.tooltip "Choose proxy to which pattern will be added">
+<!ENTITY foxyproxy.bypasscache.label "Bypass Firefox cache when loading">
+<!ENTITY foxyproxy.bypasscache.accesskey "B">
+<!ENTITY foxyproxy.bypasscache.tooltip "Firefox cache is ignored">
+<!ENTITY foxyproxy.advancedmenus.label "Use Advanced Menus">
+<!ENTITY foxyproxy.advancedmenus.accesskey "M">
+<!ENTITY foxyproxy.advancedmenus.tooltip "Use advanced menus (FoxyProxy 2.2-style)">
+<!ENTITY foxyproxy.importsettings.label "Import settings">
+<!ENTITY foxyproxy.importsettings.accesskey "I">
+<!ENTITY foxyproxy.importsettings.tooltip "Import settings from a file">
+<!ENTITY foxyproxy.exportsettings.label "Export current settings">
+<!ENTITY foxyproxy.exportsettings.accesskey "E">
+<!ENTITY foxyproxy.exportsettings.tooltip "Export current settings to file">
+<!ENTITY foxyproxy.importlist.label "Import list of proxies">
+<!ENTITY foxyproxy.importlist.accesskey "I">
+<!ENTITY foxyproxy.importlist.tooltip "Import a text file list of proxies">
+<!ENTITY foxyproxy.wildcard.reference.label "Wildcard Reference">
+<!ENTITY foxyproxy.wildcard.reference.accesskey "W">
+<!ENTITY foxyproxy.wildcard.reference.tooltip "Wildcard Reference">
+<!ENTITY foxyproxy.wildcard.reference.subtitle.label "The asterisk (*) matches zero or more characters, and the question mark (?) matches any single character">
+<!ENTITY foxyproxy.wildcard.reference.mistakes "Common Mistakes When Writing Wildcard Patterns">
+<!ENTITY foxyproxy.wildcard.reference.goal.label "Goal">
+<!ENTITY foxyproxy.wildcard.reference.goal1.label "Match all pages in MySpace&apos;s www subdomain">
+<!ENTITY foxyproxy.wildcard.reference.goal2.label "Match the local PC">
+<!ENTITY foxyproxy.wildcard.reference.goal3.label "Match all subdomains and pages at abc.com">
+<!ENTITY foxyproxy.wildcard.reference.goal4.label "Match all pages in the a.foo.com domain but not b.foo.com">
+<!ENTITY foxyproxy.wildcard.reference.correct.label "Correct">
+<!ENTITY foxyproxy.wildcard.reference.correct2.label "Must be two patterns">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.label "Incorrect">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason.label "Reason Why It&apos;s Incorrect">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason1.label "Since there are no wildcards, only the home page is matched">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason2.label "FoxyProxy doesn&apos;t understand this kind of syntax">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason3.label "There are no wildcards">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason4.label "There are no wildcards">
+<!ENTITY foxyproxy.wildcard.reference.popup.height "350px">
+<!ENTITY foxyproxy.logging.noURLs.label "Do not store or display URLs">
+<!ENTITY foxyproxy.logging.noURLs.accesskey "U">
+<!ENTITY foxyproxy.logging.noURLs.tooltip "URLs aren&apos;t stored in RAM or on disk">
+<!ENTITY foxyproxy.ok.label "OK">
+<!ENTITY foxyproxy.ok.accesskey "O">
+<!ENTITY foxyproxy.ok.tooltip "Close Window">
+<!ENTITY foxyproxy.pattern.template.reference.label "Pattern Template Reference">
+<!ENTITY foxyproxy.pattern.template.reference.accesskey "T">
+<!ENTITY foxyproxy.pattern.template.reference.tooltip "Pattern Template Reference">
+<!ENTITY foxyproxy.pattern.template.reference.subtitle.label "URL pattern templates define the format with which URLs are QuickAdded or AutoAdded to proxies. Templates support the following special strings which, when QuickAdded or AutoAdded are activated, are substitued with the corresponding URL component in the address bar.">
+<!ENTITY foxyproxy.pattern.template.reference.specialstring.label "Special String">
+<!ENTITY foxyproxy.pattern.template.reference.subststring.label "Substituted With">
+<!ENTITY foxyproxy.pattern.template.reference.example.label "Example">
+<!ENTITY foxyproxy.pattern.template.reference.scheme.label "protocol">
+<!ENTITY foxyproxy.pattern.template.reference.username.label "username">
+<!ENTITY foxyproxy.pattern.template.reference.password.label "password">
+<!ENTITY foxyproxy.pattern.template.reference.userpass.label "username &amp; password with &quot;:&quot; &amp; &quot;@&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.host.label "host">
+<!ENTITY foxyproxy.pattern.template.reference.port.label "port">
+<!ENTITY foxyproxy.pattern.template.reference.hostport.label "host &amp; port with &quot;:&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.prepath.label "string before the path">
+<!ENTITY foxyproxy.pattern.template.reference.path.label "path (includes filename)">
+<!ENTITY foxyproxy.pattern.template.reference.directory.label "directory">
+<!ENTITY foxyproxy.pattern.template.reference.filebasename.label "file basename">
+<!ENTITY foxyproxy.pattern.template.reference.fileextension.label "file extension">
+<!ENTITY foxyproxy.pattern.template.reference.filename.label "complete filename">
+<!ENTITY foxyproxy.pattern.template.reference.ref.label "part after the &quot;#&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.query.label "part after the &quot;?&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.spec.label "complete URL">
+<!ENTITY foxyproxy.pattern.template.reference.popup.height "400px">
+<!ENTITY foxyproxy.pattern.template.reference.popup.width "800px">
+<!ENTITY foxyproxy.notifications.label "Notifications">
+<!ENTITY foxyproxy.notifications.accesskey "N">
+<!ENTITY foxyproxy.notifications.tooltip "Notification Settings">
+<!ENTITY foxyproxy.indicators.label "Indicators">
+<!ENTITY foxyproxy.indicators.accesskey "I">
+<!ENTITY foxyproxy.indicators.tooltip "Indicator Settings">
+<!ENTITY foxyproxy.misc.label "Miscellaneous">
+<!ENTITY foxyproxy.misc.accesskey "M">
+<!ENTITY foxyproxy.misc.tooltip "Miscellaneous Settings">
+<!ENTITY foxyproxy.animatedicons.label "Animate statusbar icon when proxies are used">
+<!ENTITY foxyproxy.animatedicons.accesskey "A">
+<!ENTITY foxyproxy.animatedicons.tooltip "Animate statusbar icon when proxies are used">
+<!ENTITY foxyproxy.statusbaractivation.label "Statusbar Activation">
+<!ENTITY foxyproxy.statusbaractivation.accesskey "S">
+<!ENTITY foxyproxy.statusbaractivation.tooltip "Statusbar Activation Settings">
+<!ENTITY foxyproxy.toolbaractivation.label "Toolbar Activation">
+<!ENTITY foxyproxy.toolbaractivation.accesskey "T">
+<!ENTITY foxyproxy.toolbaractivation.tooltip "Toolbar Activation Settings">
+<!ENTITY foxyproxy.leftclicksb.label "Left-clicking FoxyProxy on statusbar">
+<!ENTITY foxyproxy.leftclicksb.accesskey "L">
+<!ENTITY foxyproxy.leftclicksb.tooltip "Action to take when left-clicking on FoxyProxy in statusbar">
+<!ENTITY foxyproxy.middleclicksb.label "Middle-clicking FoxyProxy on statusbar">
+<!ENTITY foxyproxy.middleclicksb.accesskey "M">
+<!ENTITY foxyproxy.middleclicksb.tooltip "Action to take when middle-clicking on FoxyProxy in statusbar">
+<!ENTITY foxyproxy.rightclicksb.label "Right-clicking FoxyProxy on statusbar">
+<!ENTITY foxyproxy.rightclicksb.accesskey "R">
+<!ENTITY foxyproxy.rightclicksb.tooltip "Action to take when right-clicking on FoxyProxy in statusbar">
+<!ENTITY foxyproxy.leftclicktb.label "Left-clicking FoxyProxy on toolbar">
+<!ENTITY foxyproxy.leftclicktb.accesskey "L">
+<!ENTITY foxyproxy.leftclicktb.tooltip "Action to take when left-clicking on FoxyProxy in toolbar">
+<!ENTITY foxyproxy.middleclicktb.label "Middle-clicking FoxyProxy on toolbar">
+<!ENTITY foxyproxy.middleclicktb.accesskey "M">
+<!ENTITY foxyproxy.middleclicktb.tooltip "Action to take when middle-clicking on FoxyProxy in toolbar">
+<!ENTITY foxyproxy.rightclicktb.label "Right-clicking FoxyProxy on toolbar">
+<!ENTITY foxyproxy.rightclicktb.accesskey "R">
+<!ENTITY foxyproxy.rightclicktb.tooltip "Action to take when right-clicking on FoxyProxy in toolbar">
+<!ENTITY foxyproxy.click.options "Shows the options dialog">
+<!ENTITY foxyproxy.click.cycle "Cycles through modes">
+<!ENTITY foxyproxy.click.contextmenu "Shows the context menu">
+<!ENTITY foxyproxy.click.reloadcurtab "Reload current tab">
+<!ENTITY foxyproxy.click.reloadtabsinbrowser "Reload all tabs in current browser">
+<!ENTITY foxyproxy.click.reloadtabsinallbrowsers "Reload all tabs in all browsers">
+<!ENTITY foxyproxy.click.removeallcookies "Remove all cookies">
+<!ENTITY foxyproxy.click.toggle "Toggle between current mode and disabled">
+<!ENTITY foxyproxy.includeincycle.label "Include this proxy when cycling proxies by clicking on statusbar or toolbar (Global Settings-&gt;Statusbar/Toolbar Activation-&gt;Cycle through modes must be selected)">
+<!ENTITY foxyproxy.includeincycle.accesskey "I">
+<!ENTITY foxyproxy.includeincycle.tooltip "Include this proxy when clicking on the statusbar/toolbar">
+<!ENTITY foxyproxy.changes.msg1 "Help! Where are settings for HTTP, SSL, FTP, Gopher, and SOCKS?">
+<!ENTITY foxyproxy.newGUI.popup.height "270px">
+<!ENTITY foxyproxy.newGUI.popup.width "400px">
+<!ENTITY foxyproxy.newGUI1.label "The old FoxyProxy Proxy Settings screen was based on and nearly identical to Firefox&apos;s Connection Settings dialog, which in turn was nearly identical to the Proxy Settings in the ancient Mosaic 2.1.1 browser from 1996. The problem with all of these screens is their limited ability to route traffic by protocol. 21st century browsers like Firefox handle many more protocols than HTTP, SSL, FTP, and GOPHER. Clearly, these old screens would be unwieldy if they attempted to include every possible protocol.">
+<!ENTITY foxyproxy.newGUI2.label "Since FoxyProxy already enables traffic routing by protocol with wildcard and regular expression patterns, the listing of protocols on this screen is unnecessary. As of version 2.5, FoxyProxy has removed this protocol list from the Proxy Settings GUI. However, this does not reduce functionality. It makes for a simpler interface. If you need to route traffic by protocol, you should define whitelist and blacklist patterns with careful attention to the scheme/protocol portion of the pattern (e.g., ftp://*.yahoo.com/*, *://leahscape.com/*, etc.)">
+<!ENTITY foxyproxy.newGUI4.label "Click here for more information.">
+<!ENTITY foxyproxy.error.msg.label "Error Message">
+<!ENTITY foxyproxy.pac.result.label "PAC Result">
+<!ENTITY foxyproxy.options.width "666">
+<!ENTITY foxyproxy.options.height "477">
+<!ENTITY foxyproxy.torwiz.width "660">
+<!ENTITY foxyproxy.torwiz.height "375">
+<!ENTITY foxyproxy.addeditproxy.width "660">
+<!ENTITY foxyproxy.addeditproxy.height "470">
+<!ENTITY foxyproxy.casesensitive.label "Case sensitive">
+<!ENTITY foxyproxy.casesensitive.accesskey "C">
+<!ENTITY foxyproxy.casesensitive.tooltip "Enables/disables case-sensitivity for URL matching">
+<!ENTITY foxyproxy.statusbarwidth.label "Fixed width">
+<!ENTITY foxyproxy.statusbarwidth.accesskey "W">
+<!ENTITY foxyproxy.statusbarwidth.tooltip "Prevents statusbar resizing">
+<!ENTITY foxyproxy.pixels "pixels">
+<!ENTITY foxyproxy.unlimited.label "[0: shrink to fit] ">
+<!ENTITY foxyproxy.temp.popup.label "Temporary patterns allow you to create patterns for URLs that you don&apos;t visit often without cluttering the pattern list for a proxy. Temporary patterns are not saved to disk. They are kept in-memory and used for this Firefox session only.">
+<!ENTITY foxyproxy.temp.popup.height "120">
+<!ENTITY foxyproxy.temp.popup.width "400">
+<!ENTITY foxyproxy.temp.label "Temporary">
+<!ENTITY foxyproxy.temp.accesskey "T">
+<!ENTITY foxyproxy.temp.tooltip "Pattern is used only for this Firefox session">
+<!ENTITY foxyproxy.define.label "Define">
+<!ENTITY foxyproxy.define.accesskey "D">
+<!ENTITY foxyproxy.define.tooltip "Define">
+<!ENTITY foxyproxy.pattern.to.quickadd.label "Pattern to quickly add to proxy">
+<!ENTITY foxyproxy.pattern.to.autoadd.label "Pattern to automatically add to proxy">
+<!ENTITY foxyproxy.home "Home">
+<!ENTITY foxyproxy.support "Support">
+<!ENTITY foxyproxy.credits "Credits">
+<!ENTITY foxyproxy.donations "Donations">
+<!ENTITY foxyproxy.please.donate.label "Please Donate">
+<!ENTITY foxyproxy.please.donate.accesskey "D">
+<!ENTITY foxyproxy.keep.free "Keep FoxyProxy Free">
+<!ENTITY foxyproxy.donation.list.label "Donation List">
+<!ENTITY foxyproxy.donation.list.accesskey "L">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/cs-CZ/foxyproxy.properties 2.8.9-0ubuntu1/chrome/locale/cs-CZ/foxyproxy.properties
--- 2.7.5~dfsg.1-1/chrome/locale/cs-CZ/foxyproxy.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/cs-CZ/foxyproxy.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,146 @@
+extensions.foxyproxy@eric.h.jung.description=FoxyProxy - Premier proxy management for Firefox
+foxyproxy=FoxyProxy
+tor=Tor
+privoxy=Privoxy
+settings.error=Chyba při načítaní nastavení
+settings.error.2=Error reading settings file: %S. Attempting to create new settings file: %S.
+settings.error.3=Error writing settings file: %S. Ensure the path exists and that Firefox has write access, then restart Firefox. FoxyProxy will not function until then.
+error=Chyba
+welcome=Vítejte ve FoxyProxy!
+yes=An
+no=Ne
+disabled=Vypnuto
+torwiz.configure=Chcete nastavit FoxyProxy pro použití s Tor?
+torwiz.with.without.privoxy=Používate Tor s Privoxy anebo bez Privoxy?
+torwiz.with=S Privoxy
+torwiz.without=Bez Privoxy
+torwiz.privoxy.not.required=Poznámka: S prohlížečem Firefox 1.5 už Privoxy není
+torwiz.port=Zadejte port na kterém %S naslouchá. Pokud to nevíte, ponechte výchozí hodnotu.
+torwiz.nan=Toto není číslo.
+torwiz.proxy.notes=Proxy přes síť Tor - http://tor.eff.org
+torwiz.google.mail=Google email
+torwiz.pattern=http://*mail.google.com/*
+torwiz.congratulations=Gratuluji! FoxyProxy je nastavený pro použití s Tor.
+torwiz.cancelled=Průvodce FoxyProxy Tor byl zrušen.
+mode.patterns.label=Use proxies based on their pre-defined patterns and priorities
+mode.patterns.accesskey=U
+mode.patterns.tooltip=Use proxies based on their pre-defined patterns and priorities
+mode.custom.label=Use proxy "%S" for all URLs
+mode.custom.tooltip=Use proxy "%S" for all URLs
+mode.disabled.label=Completely disable FoxyProxy
+mode.disabled.accesskey=D
+mode.disabled.tooltip=Completely disable FoxyProxy
+more.label=Více
+more.accesskey=M
+more.tooltip=Více voleb
+invalid.url=The URL specified for automatic proxy configuration is not a valid URL.
+protocols.error=Please specify one or more protocols for the proxy.
+noport2=A port must be specified for the host.
+nohost2=A host name must be specified with the port.
+nohostport=Host name and port must be specified.
+torwiz.nopatterns.2=You didn't enter and enable any whitelisted (inclusive) URL patterns. This means the Tor network won't be used. Continue anyway?
+torwiz.nopatterns.3=You didn't enter and enable any whitelisted (inclusive) URL patterns. This means the Tor network won't be used unless FoxyProxy is set to "Use Proxy %S for all URLs". Continue anyway?
+months.long.1=Leden
+months.short.1=Led
+months.long.2=Únor
+months.short.2=Úno
+months.long.3=Březen
+months.short.3=Bře
+months.long.4=Duben
+months.short.4=Dub
+months.long.5=Květen
+months.short.5=Kvě
+months.long.6=Červen
+months.short.6=Čer
+months.long.7=Červenec
+months.short.7=Črc
+months.long.8=Srpen
+months.short.8=Srp
+months.long.9=Září
+months.short.9=Zář
+months.long.10=Říjen
+months.short.10=Říj
+months.long.11=Listopad
+months.short.11=Lis
+months.long.12=Prosinec
+months.short.12=Pro
+days.long.1=Neděle
+days.short.1=Ne
+days.long.2=Pondělí
+days.short.2=Po
+days.long.3=Úterý
+days.short.3=Út
+days.long.4=Středa
+days.short.4=St
+days.long.5=Čtvrtek
+days.short.5=Čt
+days.long.6=Pátek
+days.short.6=Pá
+days.long.7=Sobota
+days.short.7=So
+timeformat=hh:nn:ss:zzz a/p mmm dd, yyyy
+file.select=Select the file in which to store the settings
+manual=Manual
+auto=Auto
+direct=Direct
+delete.proxy.confirm=Delete proxy: are you sure?
+pattern.required=A pattern is required.
+pattern.invalid.regex=%S is not a valid regular expression.
+proxy.error.for.url=Error determining proxy for %S
+proxy.default.settings.used=FoxyProxy not used for this URL - default Firefox connection settings were used
+proxy.all.urls=All URLs were configured to use this proxy
+pac.status=FoxyProxy PAC Status
+pac.status.loadfailure=Failed to Load PAC for Proxy "%S"
+pac.status.success=Loaded PAC for Proxy "%S"
+pac.status.error=Error in PAC for Proxy "%S"
+error.noload=Error. Please contact the FoxyProxy development team. No private data is leaking, but the resource will not load. Exception is %S
+proxy.name.required=Please enter a name for this proxy on the General Tab.
+proxy.default=Default
+proxy.default.notes=These are the settings that are used when no patterns match a URL.
+proxy.default.match.name=All
+delete.proxy.default=You cannot delete this proxy.
+copy.proxy.default=You cannot copy this proxy.
+logg.maxsize.change=This will clear the log. Continue?
+logg.maxsize.maximum=Maximum recommended size is 9999. Higher amounts will consume more memory and may affect performance. Continue anyway?
+proxy.random=Proxy was randomly selected
+mode.random.label=Use random proxies for all URLs (ignore all patterns and priorities)
+mode.random.accesskey=R
+mode.random.tooltip=Load URLs through random proxies (ignore all patterns and priorities)
+random=Random
+random.applicable=This setting only applies when mode is "Use random proxies for all URLs (ignore all patterns and priorities)"
+superadd.error=Configuration error: %S has been disabled.
+superadd.notify=Proxy %S
+superadd.url.added=%S added to Proxy "%S"
+superadd.verboten2=%S cannot be enabled because either no proxies are defined or all proxies are disabled.
+autoadd.pattern.label=Dynamic Pattern
+quickadd.pattern.label=Dynamic QuickAdd Pattern
+torwiz.proxydns=Would you like DNS requests to go through the Tor network? If you don't understand this question, click "yes"
+autoadd.notice=Please note: AutoAdd affects the time in which a webpage loads. The more complex your pattern and the larger the webpage, the longer AutoAdd takes to process. If you experience significant delays, please disable AutoAdd.  
+autoconfurl.test.success=The PAC was found, loaded, and successfully parsed.
+autoconfurl.test.fail=There was a problem loading, finding, or parsing the PAC:\nHTTP Status Code: %S\nException: %S
+autoconfurl.test.fail2=There was a problem loading, finding, or parsing the PAC:\n\n%S
+none=None
+delete.settings.ask=Do you want to delete the FoxyProxy settings stored at %S?
+delete.settings.confirm=%S will be deleted when all browsers are closed.
+no.wildcard.characters=The pattern has no wildcard characters. This means "%S" will be matched exactly. It is unusual for FoxyProxy to be used in this manner, and this likely means there is a mistake in the pattern or you don't understand how to define FoxyProxy patterns. Continue anyway?
+message.stop=Do not show this message again
+log.save=Save Log
+log.saved2=Log has been saved to %S. View now?
+log.nourls.url=Not logged
+log.scrub=Clean existing log entries of URLs?
+no.white.patterns.2=You didn't enter and enable any whitelisted (inclusive) URL patterns. This means the proxy won't be used. Continue anyway?
+no.white.patterns.3=You didn't enter and enable any whitelisted (inclusive) URL patterns. This means the proxy won't be used unless FoxyProxy is set to "Use Proxy %S for all URLs". Continue anyway?
+quickadd.quickadd.canceled=QuickAdd has been canceled because the current URL already matches the existing pattern named "%S" in proxy "%S"
+quickadd.nourl=Unable to get current URL
+cookies.allremoved=All cookies removed
+route.error=Error while determining which host to use for proxying
+route.exception=Exception while determinig which host to use for proxying %S
+see.log=Please see log for more information.
+pac.select=Select the PAC file to use
+pac.files=PAC Files
+preferences.read.error.warning=Unable to read preference %S in %S. Please report this error to the FoxyProxy development team.
+preferences.read.error.fatal=You should recreate this preference (using about:config) so that it points to foxyproxy.xml in the format file:///c:/path/foxyproxy.xml. Alternatively, install FoxyProxy in a new Firefox profile.
+not.authorized=*You are not authorized to view this page*
+pac.empty=PAC URL or PAC content is empty
+pac.fcn.notfound=function FindProxyForURL() not found in PAC
+http.error=HTTP Status Error: %S
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/cs-CZ/torwizhelp.dtd 2.8.9-0ubuntu1/chrome/locale/cs-CZ/torwizhelp.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/cs-CZ/torwizhelp.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/cs-CZ/torwizhelp.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,13 @@
+<!ENTITY help.title.foxyproxy.help "FoxyProxy Help">
+<!ENTITY help.patterns "URL Patterns">
+<!ENTITY help.ff.asks "Before Firefox loads a URL, Firefox asks FoxyProxy if a proxy should be used. ">
+<!ENTITY help.fp.answers "FoxyProxy answers this question by attempting to match the current URL with all of the URL patterns you define below. The simplest way to specify patterns is with wildcards.">
+<!ENTITY help.a.wildcards "Wildcards">
+<!ENTITY help.p.wildcards.are "Wildcards are pervasive throughout computing; you&apos;ve most likely seen them before. The asterisk (*) substitutes as a wildcard character for zero or more characters, and the question mark (?) substitutes as a wildcard character for any one character. ">
+<!ENTITY help.p.regexp "More advanced matching rules are possible using regular expressions. For details, click the &apos;Help Contents&apos; button.">
+<!ENTITY help.h4.wildcard.examples "Wildcard Examples">
+<!ENTITY help.th.url.pattern "URL Pattern">
+<!ENTITY help.th.some.matches "Some Matches">
+<!ENTITY help.th.some.non.matches "Some Non-Matches">
+<!ENTITY help.td.everything.in.y "Everything in Yahoo&apos;s domain">
+<!ENTITY help.i.matches.everything "Matches everything">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/da-DK/amo.properties 2.8.9-0ubuntu1/chrome/locale/da-DK/amo.properties
--- 2.7.5~dfsg.1-1/chrome/locale/da-DK/amo.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/da-DK/amo.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,3 @@
+description.0=FoxyProxy er et avanceret proxy-administrationsværktøj der fuldstændigt erstatter Firefox' begrænsede proxy-indstillinger. Den tilbyder flere features end SwitchProxy, ProxyButton, QuickProxy, xyzproxy, ProxyTex, TorButton, etc.
+description.1=FoxyProxy er en Firefox-udvidelse der automatisk skifter en internet-forbindelse mellem en eller flere proxyservere baseret på URL-mønstre. Enkelt beskrevet automatiserer FoxyProxy den manuelle proces med at redigere Firefox' Forbindelsesindstillinger-dialogboks. Proxyserver-skift sker på grundlag af den URL der skal indlæses ud fra regler du opstiller.
+description.2=Animerede ikoner viser dig når en proxy er i brug. Avanceret logning viser dig hvilke proxier der blev brugt og hvornår. HurtigTilføj gør det nemt umiddelbart at tilføje nye URL-mønstre. FoxyProxy er fuldt ud kompatibelt med Portable Firefox, har bedre PAC-fil understøttelse end selve Firefox, og er oversat til mere end 25 sprog.
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/da-DK/foxyproxy.dtd 2.8.9-0ubuntu1/chrome/locale/da-DK/foxyproxy.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/da-DK/foxyproxy.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/da-DK/foxyproxy.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,436 @@
+<!ENTITY foxyproxy.label "FoxyProxy">
+<!ENTITY foxyproxy.accesskey "F">
+<!ENTITY foxyproxy.tooltip "FoxyProxy">
+<!ENTITY foxyproxy.optionsdialog.label "FoxyProxy Indstillinger">
+<!ENTITY foxyproxy.options.label "Indstillinger">
+<!ENTITY foxyproxy.options.accesskey "I">
+<!ENTITY foxyproxy.options.tooltip "Åbn indstillinger-dialogboksen">
+<!ENTITY foxyproxy.tree.pickertooltiptext.label "Klik for at vælge hvilke kolonner der skal vises">
+<!ENTITY foxyproxy.proxy.name.label "Proxy navn">
+<!ENTITY foxyproxy.proxy.name.accesskey "n">
+<!ENTITY foxyproxy.proxy.name.tooltip "Proxy navn">
+<!ENTITY foxyproxy.proxy.notes.label "Proxy noter">
+<!ENTITY foxyproxy.proxy.notes.accesskey "n">
+<!ENTITY foxyproxy.proxy.notes.tooltip "Proxy noter">
+<!ENTITY foxyproxy.pattern.label "Matchende mønster">
+<!ENTITY foxyproxy.pattern.accesskey "P">
+<!ENTITY foxyproxy.pattern.tooltip "URL-mønster">
+<!ENTITY foxyproxy.urlpatterns.label "URL-mønstre">
+<!ENTITY foxyproxy.urlpatterns.accesskey "P">
+<!ENTITY foxyproxy.urlpatterns.tooltip "URL-mønstre">
+<!ENTITY foxyproxy.pattern.type.label "Mønstertype">
+<!ENTITY foxyproxy.whitelist.blacklist.label "Hvid liste (inklusiv) eller sort liste (eksklusiv)">
+<!ENTITY foxyproxy.pattern.name.label "Mønsternavn">
+<!ENTITY foxyproxy.pattern.name.accesskey "ø">
+<!ENTITY foxyproxy.pattern.name.tooltip "Navn på mønsteret">
+<!ENTITY foxyproxy.url.pattern.label "UEL eller URL-mønster">
+<!ENTITY foxyproxy.url.pattern.accesskey "U">
+<!ENTITY foxyproxy.url.pattern.tooltip "UEL eller URL-mønster">
+<!ENTITY foxyproxy.enabled.label "Slået til">
+<!ENTITY foxyproxy.enabled.accesskey "e">
+<!ENTITY foxyproxy.enabled.tooltip "Skift mellem slået til og fra">
+<!ENTITY foxyproxy.delete.selection.label "Slet valgte">
+<!ENTITY foxyproxy.delete.selection.accesskey "v">
+<!ENTITY foxyproxy.delete.selection.tooltip "Slet det i øjeblikket valgte element">
+<!ENTITY foxyproxy.edit.selection.label "Rediger valgte">
+<!ENTITY foxyproxy.edit.selection.accesskey "e">
+<!ENTITY foxyproxy.edit.selection.tooltip "Rediger det i øjeblikket valgte element">
+<!ENTITY foxyproxy.help.label "Hjælp indhold">
+<!ENTITY foxyproxy.help.accesskey "H">
+<!ENTITY foxyproxy.help.tooltip "Vis hjælp">
+<!ENTITY foxyproxy.close.label "Luk">
+<!ENTITY foxyproxy.close.accesskey "L">
+<!ENTITY foxyproxy.close.tooltip "Luk vindue">
+<!ENTITY foxyproxy.about.label "Om">
+<!ENTITY foxyproxy.about.accesskey "O">
+<!ENTITY foxyproxy.about.tooltip "Åbner Om-boksen">
+<!ENTITY foxyproxy.online.label "FoxyProxy Online">
+<!ENTITY foxyproxy.online.accesskey "O">
+<!ENTITY foxyproxy.online.tooltip "Besøg FoxyProxy websiden">
+<!ENTITY foxyproxy.tor.label "Tor-guide">
+<!ENTITY foxyproxy.tor.accesskey "u">
+<!ENTITY foxyproxy.tor.tooltip "Tor-guide">
+<!ENTITY foxyproxy.copy.selection.label "Kopier valgte">
+<!ENTITY foxyproxy.copy.selection.accesskey "K">
+<!ENTITY foxyproxy.copy.selection.tooltip "Kopierer valgte">
+<!ENTITY foxyproxy.mode.label "Vælg tilstand">
+<!ENTITY foxyproxy.auto.url.label "Automatisk proxy-konfiguration URL">
+<!ENTITY foxyproxy.auto.url.accesskey "A">
+<!ENTITY foxyproxy.auto.url.tooltip "Indtast URL for PAC-filen">
+<!ENTITY foxyproxy.auto.url.note.label "http(s)://   ftp://   file://   relative://">
+<!ENTITY foxyproxy.auto.url.note.tooltip "Klik på info-ikonet for information om relativ://">
+<!ENTITY foxyproxy.port.label "Port">
+<!ENTITY foxyproxy.port.accesskey "P">
+<!ENTITY foxyproxy.port.tooltip "Port">
+<!ENTITY foxyproxy.socks.proxy.label "SOCKS proxy">
+<!ENTITY foxyproxy.socks.proxy.accesskey "C">
+<!ENTITY foxyproxy.socks.proxy.tooltip "URL på SOCKS-proxy">
+<!ENTITY foxyproxy.socks.v4 "SOCKS v4/4a">
+<!ENTITY foxyproxy.socks.v5 "SOCKS v5">
+<!ENTITY foxyproxy.addeditpattern.title "Tilføj/redigér mønster">
+<!ENTITY foxyproxy.wildcard.label "Jokertegn">
+<!ENTITY foxyproxy.wildcard.accesskey "J">
+<!ENTITY foxyproxy.wildcard.tooltip "Specificerer at URLen eller URL-mønsteret bruger jokertegn og ikke er et regulært udtryk">
+<!ENTITY foxyproxy.wildcard.example.label "Eksempel: *mail.yahoo.com/*">
+<!ENTITY foxyproxy.regex.label "Regulært udtryk">
+<!ENTITY foxyproxy.regex.accesskey "R">
+<!ENTITY foxyproxy.regex.tooltip "Specificerer at URLen eller URL-mønsteret er et regulært udtryk">
+<!ENTITY foxyproxy.regex.example.label "Eksempel: https?://.*\.mail\.yahoo\.com/.*">
+<!ENTITY foxyproxy.version "Version">
+<!ENTITY foxyproxy.createdBy "Skabt af:">
+<!ENTITY foxyproxy.copyright "Ophavsret">
+<!ENTITY foxyproxy.rights "Alle rettigheder forbeholdt">
+<!ENTITY foxyproxy.released "Frigivet under">
+<!ENTITY foxyproxy.tab.general.label "Generelt">
+<!ENTITY foxyproxy.tab.general.accesskey "G">
+<!ENTITY foxyproxy.tab.general.tooltip "Administrer generelle proxy-indstillinger">
+<!ENTITY foxyproxy.tab.proxy.label "Proxy detaljer">
+<!ENTITY foxyproxy.tab.proxy.accesskey "r">
+<!ENTITY foxyproxy.tab.proxy.tooltip "Administrer proxy-detaljer">
+<!ENTITY foxyproxy.tab.patterns.label "Mønstre">
+<!ENTITY foxyproxy.tab.patterns.accesskey "M">
+<!ENTITY foxyproxy.tab.patterns.tooltip "Administrer URL-mønstre">
+<!ENTITY foxyproxy.add.title "Proxy indstillinger">
+<!ENTITY foxyproxy.pattern.description "Her kan du tilføje eller fjerne URLer for hvilke denne proxy benyttes.">
+<!ENTITY foxyproxy.pattern.matchtype.label "Mønsteret indeholder">
+<!ENTITY foxyproxy.pattern.matchtype2.label "Mønster til at identificere blokerede websites indeholder">
+<!ENTITY foxyproxy.pattern.template.matchtype.label "Mønster-skabelon indeholder">
+<!ENTITY foxyproxy.pattern.whiteblack.label "URL-inkludering/-ekskludering">
+<!ENTITY foxyproxy.add.option.direct.label "Direkte internetforbindelse">
+<!ENTITY foxyproxy.add.option.direct.accesskey "D">
+<!ENTITY foxyproxy.add.option.direct.tooltip "Brug ikke en proxy - brug den underliggende direkte internetforbindelse">
+<!ENTITY foxyproxy.add.option.manual.label "Manuel proxykonfiguration">
+<!ENTITY foxyproxy.add.option.manual.accesskey "M">
+<!ENTITY foxyproxy.add.option.manual.tooltip "Definér manuelt en proxykonfiguration">
+<!ENTITY foxyproxy.add.new.pattern.label "Tilføj nyt mønster">
+<!ENTITY foxyproxy.add.new.pattern.accesskey "T">
+<!ENTITY foxyproxy.add.new.pattern.tooltip "Tilføj nyt mønster">
+<!ENTITY foxyproxy.menubar.file.label "Fil">
+<!ENTITY foxyproxy.menubar.file.accesskey "F">
+<!ENTITY foxyproxy.menubar.file.tooltip "Åbner Fil-menuen">
+<!ENTITY foxyproxy.menubar.help.label "Hjælp">
+<!ENTITY foxyproxy.menubar.help.accesskey "H">
+<!ENTITY foxyproxy.menubar.help.tooltip "Åbner Hjælp-menuen">
+<!ENTITY foxyproxy.mode.accesskey "V">
+<!ENTITY foxyproxy.mode.tooltip "Vælg hvordan FoxyProxy slås til">
+<!ENTITY foxyproxy.tab.proxies.label "Proxier">
+<!ENTITY foxyproxy.tab.proxies.accesskey "P">
+<!ENTITY foxyproxy.tab.proxies.tooltip "Administrer proxier">
+<!ENTITY foxyproxy.tab.global.label "Globale indstillinger">
+<!ENTITY foxyproxy.tab.global.accesskey "G">
+<!ENTITY foxyproxy.tab.global.tooltip "Administrer globale indstillinger">
+<!ENTITY foxyproxy.tab.logging.label "Logning">
+<!ENTITY foxyproxy.tab.logging.accesskey "L">
+<!ENTITY foxyproxy.tab.logging.tooltip "Administrer logningsindstillinger">
+<!ENTITY foxyproxy.proxydns.label "Brug SOCKS proxy til DNS-opslag">
+<!ENTITY foxyproxy.proxydns.accesskey "u">
+<!ENTITY foxyproxy.proxydns.tooltip "Hvis afkrydset, dirigeres DNS-opslag igennem en SOCKS proxy">
+<!ENTITY foxyproxy.proxydns.notice "Du skal genstarte alle Firefox-browsere før ændringen træder i kraft.">
+<!ENTITY foxyproxy.showstatusbaricon.label "Vis ikon på statuslinjen">
+<!ENTITY foxyproxy.showstatusbaricon.accesskey "s">
+<!ENTITY foxyproxy.showstatusbaricon.tooltip "Hvis markeret bliver FoxyProxy ikon ikon vist på statuslinje">
+<!ENTITY foxyproxy.showstatusbarmode.label "Vis tilstand (tekst) på statuslinje">
+<!ENTITY foxyproxy.showstatusbarmode.accesskey "s">
+<!ENTITY foxyproxy.showstatusbarmode.tooltip "Hvis markeret bliver FoxyProxy tilstand vist på statuslinje">
+<!ENTITY foxyproxy.storagelocation.label "Placering af gemte indstillinger">
+<!ENTITY foxyproxy.storagelocation.accesskey "s">
+<!ENTITY foxyproxy.storagelocation.tooltip "Placering af FoxyProxys indstillinger">
+<!ENTITY foxyproxy.tab.logging.timestamp.label "Tidsstempel">
+<!ENTITY foxyproxy.tab.logging.url.label "URL">
+<!ENTITY foxyproxy.host.label "Værtsnavn">
+<!ENTITY foxyproxy.host.accesskey "V">
+<!ENTITY foxyproxy.host.tooltip "Værtsnavn">
+<!ENTITY foxyproxy.clear.label "Ryd">
+<!ENTITY foxyproxy.clear.accesskey "R">
+<!ENTITY foxyproxy.clear.tooltip "Ryd">
+<!ENTITY foxyproxy.refresh.label "Genindlæs">
+<!ENTITY foxyproxy.refresh.accesskey "G">
+<!ENTITY foxyproxy.refresh.tooltip "Genindlæs">
+<!ENTITY foxyproxy.save.label "Gem">
+<!ENTITY foxyproxy.save.accesskey "m">
+<!ENTITY foxyproxy.save.tooltip "Gem">
+<!ENTITY foxyproxy.addnewproxy.label "Tilføj ny proxy">
+<!ENTITY foxyproxy.addnewproxy.accesskey "T">
+<!ENTITY foxyproxy.addnewproxy.tooltip "Tilføj ny proxy">
+<!ENTITY foxyproxy.whitelist.label "Hvid liste">
+<!ENTITY foxyproxy.whitelist.accesskey "W">
+<!ENTITY foxyproxy.whitelist.tooltip "URLer der matcher dette mønster vil blive indlæst gennem denne proxy">
+<!ENTITY foxyproxy.whitelist.description.label "URLer der matcher dette mønster vil blive indlæst gennem denne proxy">
+<!ENTITY foxyproxy.blacklist.label "Sort liste">
+<!ENTITY foxyproxy.blacklist.accesskey "S">
+<!ENTITY foxyproxy.blacklist.tooltip "URLer der matcher dette mønster bliver IKKE indlæst igennem denne proxy">
+<!ENTITY foxyproxy.blacklist.description.label "URLer der matcher dette mønster bliver IKKE indlæst igennem denne proxy">
+<!ENTITY foxyproxy.whiteblack.description.label "Sort liste (ekskluderede) mønstre har højere prioritet end hvid liste (inkluderede) mønstre: hvis en URL matcher både et hvidlistet mønster og et sortlistet mønster for samme proxy, ekskluderes URLen fra at blive indlæst gennem denne proxy.">
+<!ENTITY foxyproxy.usingPFF.label1 "Jeg bruger">
+<!ENTITY foxyproxy.usingPFF.label2 "Portable Firefox">
+<!ENTITY foxyproxy.usingPFF.accesskey "P">
+<!ENTITY foxyproxy.usingPFF.tooltip "Markér hér hvis du bruger Portable Firefox">
+<!ENTITY foxyproxy.socks.version.label "SOCKS-version">
+<!ENTITY foxyproxy.autopacurl.label "Auto PAC URL">
+<!ENTITY foxyproxy.issocks.label "SOCKS proxy?">
+<!ENTITY foxyproxy.issocks.accesskey "S">
+<!ENTITY foxyproxy.issocks.tooltip "Er dette en web proxy eller SOCKS proxy?">
+<!ENTITY foxyproxy.moveup.label "Flyt op">
+<!ENTITY foxyproxy.moveup.tooltip "Forøg prioriteten for valgte">
+<!ENTITY foxyproxy.moveup.accesskey "o">
+<!ENTITY foxyproxy.movedown.label "Flyt ned">
+<!ENTITY foxyproxy.movedown.tooltip "Formindsk prioriteten for valgte">
+<!ENTITY foxyproxy.movedown.accesskey "n">
+<!ENTITY foxyproxy.autoconfurl.view.label "Vis">
+<!ENTITY foxyproxy.autoconfurl.view.accesskey "V">
+<!ENTITY foxyproxy.autoconfurl.view.tooltip "Vis auto-konfigurationsfil">
+<!ENTITY foxyproxy.autoconfurl.test.label "Test">
+<!ENTITY foxyproxy.autoconfurl.test.accesskey "T">
+<!ENTITY foxyproxy.autoconfurl.test.tooltip "Test auto-konfigurationsfilen">
+<!ENTITY foxyproxy.autoconfurl.reload.label "Genindlæs PAC hver">
+<!ENTITY foxyproxy.autoconfurl.reload.accesskey "R">
+<!ENTITY foxyproxy.autoconfurl.reload.tooltip "Auto-genindlæser PAC filen hver angivet periode">
+<!ENTITY foxyproxy.minutes.label "minutter">
+<!ENTITY foxyproxy.minutes.tooltip "minutter">
+<!ENTITY foxyproxy.logging.maxsize.label "Maksimum størrelse">
+<!ENTITY foxyproxy.logging.maxsize.accesskey "M">
+<!ENTITY foxyproxy.logging.maxsize.tooltip "Maksimum antal logposter før loggen starter forfra">
+<!ENTITY foxyproxy.logging.maxsize.button.label "Sæt">
+<!ENTITY foxyproxy.logging.maxsize.button.accesskey "S">
+<!ENTITY foxyproxy.logging.maxsize.button.tooltip "Sætter det maksimale antal logposter før loggen starter forfra">
+<!ENTITY foxyproxy.random.label "Indlæs URLer gennem tilfældige proxier (ignorer alle mønstre og prioriteter)">
+<!ENTITY foxyproxy.random.accesskey "R">
+<!ENTITY foxyproxy.random.tooltip "Indlæs URLer gennem tilfældige proxier (ignorer alle mønstre og prioriteter)">
+<!ENTITY foxyproxy.random.includedirect.label "Inkludér proxier konfigureret som direkte internetforbindelser">
+<!ENTITY foxyproxy.random.includedirect.accesskey "I">
+<!ENTITY foxyproxy.random.includedirect.tooltip "Proxier konfigureret som direkte internetforbindelser bliver inkluderet i tilfældig proxy-valg">
+<!ENTITY foxyproxy.random.includedisabled.label "Inkluder proxier der er slået fra">
+<!ENTITY foxyproxy.random.includedisabled.accesskey "D">
+<!ENTITY foxyproxy.random.includedisabled.tooltip "Proxier konfigureret som slået fra er inkluderet i tilfældigt proxy-valg">
+<!ENTITY foxyproxy.random.settings.label "Tilfældigt proxy-valg">
+<!ENTITY foxyproxy.random.settings.accesskey "R">
+<!ENTITY foxyproxy.random.settings.tooltip "Indstillinger som påvirker tilfældigt proxyvalg">
+<!ENTITY foxyproxy.tab.autoadd.label "AutoTilføj">
+<!ENTITY foxyproxy.tab.autoadd.accesskey "A">
+<!ENTITY foxyproxy.tab.autoadd.tooltip "Administrer AutoTilføj-indstillinger">
+<!ENTITY foxyproxy.autoadd.description "Specificér et mønster der identificerer blokerede hjemmesider. Når mønsteret findes på en side, tilføjes et mønster der matcher den pågældende hjemmesides URL automatisk til en proxy og alt efter indstilling bliver den genindlæst. Dette forhindrer at du aktivt skal hen og identificere alle blokerede hjemmesider.">
+<!ENTITY foxyproxy.autoadd.pattern.label "Mønster til at identificere blokerede hjemmesider">
+<!ENTITY foxyproxy.autoadd.pattern.accesskey "M">
+<!ENTITY foxyproxy.autoadd.pattern.tooltip "Mønster der identificerer blokerede hjemmesider">
+<!ENTITY foxyproxy.autoadd.wildcard.example.label "Eksempel: *Du har ikke tilladelse til at se denne side*">
+<!ENTITY foxyproxy.autoadd.regex.example.label "Eksempel: .*Site.* er blevet blokeret.*">
+<!ENTITY foxyproxy.autoadd.proxy.label "Proxy til hvilken mønstrene automatisk tilføjes">
+<!ENTITY foxyproxy.autoadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.autoadd.proxy.tooltip "Angiver hvilken proxy URLerne automatisk tilføjes til">
+<!ENTITY foxyproxy.pattern.template.label "URL-mønsterskabelon">
+<!ENTITY foxyproxy.pattern.template.accesskey "U">
+<!ENTITY foxyproxy.pattern.template.tooltip "URL-mønsterskabelon">
+<!ENTITY foxyproxy.pattern.template.example.label1 "Eksempel for">
+<!ENTITY foxyproxy.pattern.template.example.label2 "http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant">
+<!ENTITY foxyproxy.pattern.template.currenturl.label "Nuværende URL">
+<!ENTITY foxyproxy.pattern.template.currenturl.accesskey "u">
+<!ENTITY foxyproxy.pattern.template.currenturl.tooltip "URL i adresselinjen">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.label "Genereret mønster">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.accesskey "G">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.tooltip "Dynamisk genereret mønster">
+<!ENTITY foxyproxy.autoadd.reload.label "Genindlæs siden efter sitet er blevet tilføjet til proxien">
+<!ENTITY foxyproxy.autoadd.reload.accesskey "G">
+<!ENTITY foxyproxy.autoadd.reload.tooltip "Genindlæs automatisk siden efter sitet er blevet tilføjet til proxien">
+<!ENTITY foxyproxy.autoadd.notify.label "Gør mig opmærksom på når AutoTilføj er blevet udløst">
+<!ENTITY foxyproxy.autoadd.notify.accesskey "N">
+<!ENTITY foxyproxy.autoadd.notify.tooltip "Informerer dig om når en side er blokeret og URL-mønsteret er blevet tilføjet til en proxy">
+<!ENTITY foxyproxy.autoadd.notify.tooltip2 "Display a popup when AutoAdd is activated">
+<!ENTITY foxyproxy.pacloadnotification.label "Gør mig opmærksom på proxy auto-konfiguration filindlæsninger">
+<!ENTITY foxyproxy.pacloadnotification.accesskey "L">
+<!ENTITY foxyproxy.pacloadnotification.tooltip "Vis en popup når en PAC-fil indlæses">
+<!ENTITY foxyproxy.pacerrornotification.label "Gør mig opmærksom på proxy auto-konfiguration fil-fejl">
+<!ENTITY foxyproxy.pacerrornotification.accesskey "f">
+<!ENTITY foxyproxy.pacerrornotification.tooltip "Viser en popup om PAC fil-fejl">
+<!ENTITY foxyproxy.toolsmenu.label "Vis FoxyProxy i Firefox Funktioner-menuen">
+<!ENTITY foxyproxy.toolsmenu.accesskey "t">
+<!ENTITY foxyproxy.toolsmenu.tooltip "Viser FoxyProxy i Firefox Funktioner-menuen">
+<!ENTITY foxyproxy.tip.label "Tip">
+<!ENTITY foxyproxy.pactips.popup.height "165px">
+<!ENTITY foxyproxy.pactips.popup.width "400px">
+<!ENTITY foxyproxy.pactip1.label "For PAC-filer gemt på en lokal harddisk, brug file:// metoden. For eksempel, file://c:/path/proxy.pac på Windows eller file:///home/users/joe/proxy.pac på Unix/Linux/Mac.">
+<!ENTITY foxyproxy.pactip2.label "For PAC-filer på en ftp-server, brug ftp:// metoden. For eksempel, ftp://leahscape.com/path/proxy.pac">
+<!ENTITY foxyproxy.pactip3.label "Du kan også bruge http://, https://, og enhver anden understøttet metode.">
+<!ENTITY foxyproxy.pactip4.label "Endelig, hvis du skal referere til en PAC-fil på det lokale filsystem ved hjælp af en relativ sti, skal du bruge den specielle FoxyProxy relative:// metode. Dette er nyttigt hvis din PAC-fil er gemt på et eksternt drev. Understøttede relative stier er dokumenteret">
+<!ENTITY foxyproxy.pactip5.label "her">
+<!ENTITY foxyproxy.pactip6.label ". Specielle strenge i relative:// URLen du angiver erstattes med deres korresponderende værdier. For eksempel peger relative://ProfD/pacs/proxy3.pac til filen proxy3.pac i undermappen på">
+<!ENTITY foxyproxy.pactip7.label "Firefox profilmappen">
+<!ENTITY foxyproxy.pactip8.label "kaldet pacs/. Med Portable Firefox på Windows er Firefox profilmappen altid en relativ sti da drevbogstavet kan skifte fra computer til computer. Bemærk venligst at i specielle strenge (ProfD, Home, TempD, etc.) er der forskel på store og små bogstaver!">
+<!ENTITY foxyproxy.contextmenu.label "Vis FoxyProxy i kontekst-menuen">
+<!ENTITY foxyproxy.contextmenu.accesskey "k">
+<!ENTITY foxyproxy.contextmenu.tooltip "Viser FoxyProxy i kontekst-menuen">
+<!ENTITY foxyproxy.quickadd.desc1 "Hurtigtilføj tilføjer et dynamisk URL-mønster til en proxy når du trykker Alt-F2. Det er et praktisk alternativ til AutoTilføj. Tilret Alt-F2 genvejen med">
+<!ENTITY foxyproxy.keyconfig.label "KeyConfig">
+<!ENTITY foxyproxy.quickadd.desc2 "udvidelsen">
+<!ENTITY foxyproxy.quickadd.label "HurtigTilføj">
+<!ENTITY foxyproxy.quickadd.accesskey "H">
+<!ENTITY foxyproxy.quickadd.tooltip "HurtigTilføj">
+<!ENTITY foxyproxy.quickadd.notify.label "Notificer mig når HurtigTilføj aktiveres">
+<!ENTITY foxyproxy.quickadd.notify.accesskey "N">
+<!ENTITY foxyproxy.quickadd.notify.tooltip "Viser en popup når HurtigTilføj aktiveres">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label "Notificer mig når HurtigTilføj annulleres">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label2 "HurtigTilføj annulleres automatisk når HurtigTilføj aktiveres med Alt-F2, og den nuværende URL i adresselinjen allerede matcher en eksisterende proxy&apos;s hvidliste-mønster. På denne måde forebygges det at konfigurationen fyldes med gentagne mønstre, og rod i konfigurationen undgås. Denne indstilling aktiverer eller deaktiverer ikke annullering, men styrer notificering når der annulleres.">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.accesskey "C">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.tooltip "Vis en popup når HurtigTilføj er aktiveret men annulleret">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.width "400px">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.height "130px">
+<!ENTITY foxyproxy.whatsthis "Hvad er dette?">
+<!ENTITY foxyproxy.quickadd.prompt.label "Spørg ved redigering og bekræftelse før tilføjelse af et mønster til proxy">
+<!ENTITY foxyproxy.quickadd.prompt.accesskey "p">
+<!ENTITY foxyproxy.quickadd.prompt.tooltip "Spørg ved redigering og bekræftelse før tilføjelse af et mønster til proxy">
+<!ENTITY foxyproxy.quickadd.proxy.label "Proxy til hvilken mønsteret tilføjes">
+<!ENTITY foxyproxy.quickadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.quickadd.proxy.tooltip "Vælg hvilken proxy mønsteret tilføjes til">
+<!ENTITY foxyproxy.bypasscache.label "Forbigå Firefox cache ved indlæsning">
+<!ENTITY foxyproxy.bypasscache.accesskey "i">
+<!ENTITY foxyproxy.bypasscache.tooltip "Firefox cache ignoreres">
+<!ENTITY foxyproxy.advancedmenus.label "Brug avancerede menuer">
+<!ENTITY foxyproxy.advancedmenus.accesskey "m">
+<!ENTITY foxyproxy.advancedmenus.tooltip "Brug avancerede menuer (FoxyProxy 2.2-stil)">
+<!ENTITY foxyproxy.importsettings.label "Importer indstillinger">
+<!ENTITY foxyproxy.importsettings.accesskey "I">
+<!ENTITY foxyproxy.importsettings.tooltip "Importer indstillinger fra en fil">
+<!ENTITY foxyproxy.exportsettings.label "Eksporter nuværende indstillinger">
+<!ENTITY foxyproxy.exportsettings.accesskey "E">
+<!ENTITY foxyproxy.exportsettings.tooltip "Eksporterer nuværende indstillinger til en fil">
+<!ENTITY foxyproxy.importlist.label "Importer liste over proxier">
+<!ENTITY foxyproxy.importlist.accesskey "I">
+<!ENTITY foxyproxy.importlist.tooltip "Importer en tekstfil-liste over proxier">
+<!ENTITY foxyproxy.wildcard.reference.label "Jokertegns-reference">
+<!ENTITY foxyproxy.wildcard.reference.accesskey "J">
+<!ENTITY foxyproxy.wildcard.reference.tooltip "Jokertegns-reference">
+<!ENTITY foxyproxy.wildcard.reference.subtitle.label "Stjernen (*) matcher nul eller flere tegn, og spørgsmålstegnet (?) matcher ethvert enkelttegn">
+<!ENTITY foxyproxy.wildcard.reference.mistakes "Almindelige fejl ved fremstilling af jokertegns-mønstre">
+<!ENTITY foxyproxy.wildcard.reference.goal.label "Mål">
+<!ENTITY foxyproxy.wildcard.reference.goal1.label "Match alle sider i MySpace&apos;s www underdomæne">
+<!ENTITY foxyproxy.wildcard.reference.goal2.label "Match den lokale PC">
+<!ENTITY foxyproxy.wildcard.reference.goal3.label "Match alle underdomæner og sider på abc.com">
+<!ENTITY foxyproxy.wildcard.reference.goal4.label "Match alle sider i domænet a.foo.com men ikke b.foo.com">
+<!ENTITY foxyproxy.wildcard.reference.correct.label "Korrekt">
+<!ENTITY foxyproxy.wildcard.reference.correct2.label "Skal være to mønstre">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.label "Ikke korrekt">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason.label "Årsagen til hvorfor det ikke er korrekt">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason1.label "Siden der ingen jokertegn er, matches kun med hjemmesiden">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason2.label "FoxyProxy forstår ikke denne type syntaks">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason3.label "Der er ingen jokertegn">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason4.label "Der er ingen jokertegn">
+<!ENTITY foxyproxy.wildcard.reference.popup.height "350px">
+<!ENTITY foxyproxy.logging.noURLs.label "Hverken gem eller vis URLer">
+<!ENTITY foxyproxy.logging.noURLs.accesskey "U">
+<!ENTITY foxyproxy.logging.noURLs.tooltip "URLer gemmes ikke i RAM eller på disk">
+<!ENTITY foxyproxy.ok.label "OK">
+<!ENTITY foxyproxy.ok.accesskey "O">
+<!ENTITY foxyproxy.ok.tooltip "Luk vindue">
+<!ENTITY foxyproxy.pattern.template.reference.label "Mønster-skabelon reference">
+<!ENTITY foxyproxy.pattern.template.reference.accesskey "k">
+<!ENTITY foxyproxy.pattern.template.reference.tooltip "Mønster-skabelon reference">
+<!ENTITY foxyproxy.pattern.template.reference.subtitle.label "URL mønster-skabeloner definerer formatet hvormed URLer HurtigTilføjes eller AutoTilføjes til proxier. Skabeloner understøtter følgende specialstrenge hvormed, når HurtigTilføj eller AutoTilføj aktiveres, tilsvarende URL-komponenter i adresselinjen erstattes.">
+<!ENTITY foxyproxy.pattern.template.reference.specialstring.label "Speciel streng">
+<!ENTITY foxyproxy.pattern.template.reference.subststring.label "Erstattet med">
+<!ENTITY foxyproxy.pattern.template.reference.example.label "Eksempel">
+<!ENTITY foxyproxy.pattern.template.reference.scheme.label "protokol">
+<!ENTITY foxyproxy.pattern.template.reference.username.label "brugernavn">
+<!ENTITY foxyproxy.pattern.template.reference.password.label "kodeord">
+<!ENTITY foxyproxy.pattern.template.reference.userpass.label "brugernavn &amp; kodeord med &quot;:&quot; &amp; &quot;@&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.host.label "vært">
+<!ENTITY foxyproxy.pattern.template.reference.port.label "port">
+<!ENTITY foxyproxy.pattern.template.reference.hostport.label "vært &amp; port med &quot;.&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.prepath.label "streng før stien">
+<!ENTITY foxyproxy.pattern.template.reference.path.label "sti (inklusiv filnavn)">
+<!ENTITY foxyproxy.pattern.template.reference.directory.label "mappe">
+<!ENTITY foxyproxy.pattern.template.reference.filebasename.label "fil basisnavn">
+<!ENTITY foxyproxy.pattern.template.reference.fileextension.label "filefternavn">
+<!ENTITY foxyproxy.pattern.template.reference.filename.label "fuldt filnavn">
+<!ENTITY foxyproxy.pattern.template.reference.ref.label "del efter &quot;#&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.query.label "del efter &quot;?&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.spec.label "fuld URL">
+<!ENTITY foxyproxy.pattern.template.reference.popup.height "400px">
+<!ENTITY foxyproxy.pattern.template.reference.popup.width "800px">
+<!ENTITY foxyproxy.notifications.label "Notifikationer">
+<!ENTITY foxyproxy.notifications.accesskey "N">
+<!ENTITY foxyproxy.notifications.tooltip "Notifikationsindstillinger">
+<!ENTITY foxyproxy.indicators.label "Indikatorer">
+<!ENTITY foxyproxy.indicators.accesskey "I">
+<!ENTITY foxyproxy.indicators.tooltip "Indikator-indstillinger">
+<!ENTITY foxyproxy.misc.label "Diverse">
+<!ENTITY foxyproxy.misc.accesskey "D">
+<!ENTITY foxyproxy.misc.tooltip "Diverse indstillinger">
+<!ENTITY foxyproxy.animatedicons.label "Animer statuslinje-ikon når proxier er i brug">
+<!ENTITY foxyproxy.animatedicons.accesskey "A">
+<!ENTITY foxyproxy.animatedicons.tooltip "Animer statuslinjeikoner når proxier er i brug">
+<!ENTITY foxyproxy.statusbaractivation.label "Statuslinje-aktivering">
+<!ENTITY foxyproxy.statusbaractivation.accesskey "S">
+<!ENTITY foxyproxy.statusbaractivation.tooltip "Indstillinger for statuslinje-aktivering">
+<!ENTITY foxyproxy.toolbaractivation.label "Værktøjslinje-aktivering">
+<!ENTITY foxyproxy.toolbaractivation.accesskey "t">
+<!ENTITY foxyproxy.toolbaractivation.tooltip "Indstillinger for værktøjslinje-aktivering">
+<!ENTITY foxyproxy.leftclicksb.label "Venstreklik FoxyProxy på statuslinjen">
+<!ENTITY foxyproxy.leftclicksb.accesskey "l">
+<!ENTITY foxyproxy.leftclicksb.tooltip "Handling ved venstreklik på FoxyProxy på statuslinjen">
+<!ENTITY foxyproxy.middleclicksb.label "Midter-klik">
+<!ENTITY foxyproxy.middleclicksb.accesskey "M">
+<!ENTITY foxyproxy.middleclicksb.tooltip "Handling ved midterklik på FoxyProxy på statuslinjen">
+<!ENTITY foxyproxy.rightclicksb.label "Højreklik FoxyProxy på statuslinjen">
+<!ENTITY foxyproxy.rightclicksb.accesskey "r">
+<!ENTITY foxyproxy.rightclicksb.tooltip "Handling ved højreklik på FoxyProxy på statuslinjen">
+<!ENTITY foxyproxy.leftclicktb.label "Venstreklik FoxyProxy på værktøjslinjen">
+<!ENTITY foxyproxy.leftclicktb.accesskey "L">
+<!ENTITY foxyproxy.leftclicktb.tooltip "Handling ved venstreklik på FoxyProxy på værktøjslinjen">
+<!ENTITY foxyproxy.middleclicktb.label "Midterklik FoxyProxy på værktøjslinjen">
+<!ENTITY foxyproxy.middleclicktb.accesskey "M">
+<!ENTITY foxyproxy.middleclicktb.tooltip "Handling ved midterklik på FoxyProxy på værktøjslinjen">
+<!ENTITY foxyproxy.rightclicktb.label "Højreklik FoxyProxy på værktøjslinjen">
+<!ENTITY foxyproxy.rightclicktb.accesskey "R">
+<!ENTITY foxyproxy.rightclicktb.tooltip "Handling ved højreklik på FoxyProxy på værktøjslinjen">
+<!ENTITY foxyproxy.click.options "Viser Indstillinger-dialogboksen">
+<!ENTITY foxyproxy.click.cycle "Skift tilstand sekventielt">
+<!ENTITY foxyproxy.click.contextmenu "Viser kontekst-menuen">
+<!ENTITY foxyproxy.click.reloadcurtab "Genindlæs nuværende faneblad">
+<!ENTITY foxyproxy.click.reloadtabsinbrowser "Genindlæs alle faneblade i nuværende browser">
+<!ENTITY foxyproxy.click.reloadtabsinallbrowsers "Genindlæs alle faneblade i alle browsere">
+<!ENTITY foxyproxy.click.removeallcookies "Fjern alle cookies">
+<!ENTITY foxyproxy.click.toggle "Toggle between current mode and disabled">
+<!ENTITY foxyproxy.includeincycle.label "Inkluder denne proxy når der skiftes mellem proxier ved at klikke på statuslinje- eller værktøjslinjeikonet (Globale indstillinger-&gt;Statuslinje/Værktøjslinje-aktivering-&gt;Skift tilstand sekventielt skal være slået til)">
+<!ENTITY foxyproxy.includeincycle.accesskey "I">
+<!ENTITY foxyproxy.includeincycle.tooltip "Inkluder denne proxy ved klik på statuslinjen/værktøjslinjen">
+<!ENTITY foxyproxy.changes.msg1 "Hjælp! Hvor er indstillinger for HTTP, SSL, FTP, Gopher, og SOCKS?">
+<!ENTITY foxyproxy.newGUI.popup.height "270px">
+<!ENTITY foxyproxy.newGUI.popup.width "400px">
+<!ENTITY foxyproxy.newGUI1.label "Den gamle FoxyProxy Proxyindstillinger skærm var baseret på og næsten identisk med Firefox&apos;s Forbindelsesindstillinger-dialog, som selv var næsten identisk til Proxy Settings i den hedengangne Mosaic 2.1.1-browser fra 1996. Problemet med alle disse skærmbilleder er deres begrænsede muligheder for at route trafik efter protokol. 21ende-århundrede browsere som Firefox håndterer mange flere protokoller end HTTP, SSL, FTP, og GOPHER. Disse gamle skærmbilleder ville være upraktiske hvis de forsøgte at omfatte samtlige protokoller.">
+<!ENTITY foxyproxy.newGUI2.label "Da FoxyProxy allerede muliggør trafikstyring per protokol med jokertegn og regulære udtryksmønstre er oplistningen af protokoller unødvendig på dette skærmbillede. fra version 2.5 har FoxyProxy fjernet denne protokolliste fra Proxy indstillinger interfacet. Dette reducerer dog ikke funktionaliteten. Det forenkler blot interfacet. Hvis du har behov for at kontrollere trafikken per protokol bør du definere hvidliste- og sortliste-mønstre med specielt fokus på type/protokolangivelsen i mønsteret (f.eks., ftp://*.yahoo.com/*, *://leahscape.com/*, etc.)">
+<!ENTITY foxyproxy.newGUI4.label "Klik her for mere information.">
+<!ENTITY foxyproxy.error.msg.label "Fejlmeddelelse">
+<!ENTITY foxyproxy.pac.result.label "PAC Resultat">
+<!ENTITY foxyproxy.options.width "666">
+<!ENTITY foxyproxy.options.height "477">
+<!ENTITY foxyproxy.torwiz.width "660">
+<!ENTITY foxyproxy.torwiz.height "375">
+<!ENTITY foxyproxy.addeditproxy.width "660">
+<!ENTITY foxyproxy.addeditproxy.height "470">
+<!ENTITY foxyproxy.casesensitive.label "Forskel på store og små bogstaver">
+<!ENTITY foxyproxy.casesensitive.accesskey "C">
+<!ENTITY foxyproxy.casesensitive.tooltip "Aktiverer eller deaktiverer store/små bogstaver for URL-sammenligning">
+<!ENTITY foxyproxy.statusbarwidth.label "Fast bredde">
+<!ENTITY foxyproxy.statusbarwidth.accesskey "W">
+<!ENTITY foxyproxy.statusbarwidth.tooltip "Forhindrer ændring af størrelsen på statuslinjen">
+<!ENTITY foxyproxy.pixels "pixels">
+<!ENTITY foxyproxy.unlimited.label "[0: indskrænk tilpasset]">
+<!ENTITY foxyproxy.temp.popup.label "Midlertidige mønstre lader dig skabe mønstre for URLer du ikke besøger ret tit, uden at fylde op i mønsterlisten for en proxy. Midlertidige mønstre gemmes ikke på disken. De opbevares i hukommelsen og bruges kun for denne Firefox-session.">
+<!ENTITY foxyproxy.temp.popup.height "120">
+<!ENTITY foxyproxy.temp.popup.width "400">
+<!ENTITY foxyproxy.temp.label "Midlertidig">
+<!ENTITY foxyproxy.temp.accesskey "T">
+<!ENTITY foxyproxy.temp.tooltip "Møsteret bruges kun i denne Firefox-session.">
+<!ENTITY foxyproxy.define.label "Definér">
+<!ENTITY foxyproxy.define.accesskey "D">
+<!ENTITY foxyproxy.define.tooltip "Definér">
+<!ENTITY foxyproxy.pattern.to.quickadd.label "Mænster der skal hurtigtilføjes til proxy">
+<!ENTITY foxyproxy.pattern.to.autoadd.label "Mønster der automatisk skal tilføjes til proxy">
+<!ENTITY foxyproxy.home "Hjem">
+<!ENTITY foxyproxy.support "Support">
+<!ENTITY foxyproxy.credits "Æren tilgår">
+<!ENTITY foxyproxy.donations "Donationer">
+<!ENTITY foxyproxy.please.donate.label "Vær venlig at donere">
+<!ENTITY foxyproxy.please.donate.accesskey "D">
+<!ENTITY foxyproxy.keep.free "Hold FoxyProxy gratis">
+<!ENTITY foxyproxy.donation.list.label "Donationsliste">
+<!ENTITY foxyproxy.donation.list.accesskey "L">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/da-DK/foxyproxy.properties 2.8.9-0ubuntu1/chrome/locale/da-DK/foxyproxy.properties
--- 2.7.5~dfsg.1-1/chrome/locale/da-DK/foxyproxy.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/da-DK/foxyproxy.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,146 @@
+extensions.foxyproxy@eric.h.jung.description=FoxyProxy - Førende proxy administration for Firefox
+foxyproxy=FoxyProxy
+tor=Tor
+privoxy=Privoxy
+settings.error=Fejl ved læsning af indstillinger
+settings.error.2=Fejl ved indlæsning af indstillingsfilen: %S. Forsøger at oprette ny indstillingsfil: %S
+settings.error.3=Fejl ved skrivning af indstillingsfilen: %S. Undersøg om stien eksisterer og at Firefox har skriveadgang og genstart derefter Firefox. FoxyProxy vil ikke fungerer indtil da.
+error=Fejl
+welcome=Velkommen til FoxyProxy
+yes=Ja
+no=Nej
+disabled=Slået fra
+torwiz.configure=Vil du konfigurere FoxyProxy til at bruge Tor?
+torwiz.with.without.privoxy=Bruger du Tor med Privoxy eller uden?
+torwiz.with=med
+torwiz.without=uden
+torwiz.privoxy.not.required=Bemærk venligst: fra Firefox 1.5 er Privoxy ikke længere nødvendigt for at bruge Firefox med Tor. Privoxy tilføjer ekstra værdi såsom indholdsfiltrering, men er ikke strengt nødvendig for at kunne bruge Firefox 1.5+ med Tor. Ønsker du stadig at Firefox skal bruge Tor via Privoxy?
+torwiz.port=Indtast venligst porten på hvilken %S lytter. Hvis du ikke er sikker så brug standardindstillingen.
+torwiz.nan=Det er ikke et tal.
+torwiz.proxy.notes=Proxy igennem Tor Netværket - http://tor.eff.org
+torwiz.google.mail=Google Mail
+torwiz.pattern=http://*mail.google.com/*
+torwiz.congratulations=Tillykke! FoxyProxy er konfigureret til brug med Tor. Vær venlig at sikre dig at Tor kører før du besøger URLs du har angivet til at bruge Tor-netværket. Ydermere, hvis du har konfigureret FoxyProxy til at bruge Privoxy, bedes du sikre dig at det også kører.
+torwiz.cancelled=FoxyProxy Tor guiden er blevet afbrudt.
+mode.patterns.label=Brug proxier baseret på deres prædefinerede mønstre og prioriteter
+mode.patterns.accesskey=u
+mode.patterns.tooltip=Brug proxier baseret på deres prædefinerede mønstre og prioriteter
+mode.custom.label=Brug proxy "%S" for alle URLer
+mode.custom.tooltip=Brug proxy "%S" for alle URLer
+mode.disabled.label=Slå FoxyProxy helt fra
+mode.disabled.accesskey=å
+mode.disabled.tooltip=Slå FoxyProxy helt fra
+more.label=Mere
+more.accesskey=M
+more.tooltip=Flere indstillinger
+invalid.url=URLen angivet til automatisk proxy-konfiguration er ikke en gyldig URL.
+protocols.error=Angiv venligst en eller flere protokoller for proxyen.
+noport2=En port skal angives for værten.
+nohost2=Et værtsnavn skal angives sammen med porten.
+nohostport=Værtsnavn og portnummer skal angives.
+torwiz.nopatterns.2=Du indtastede intet og aktiverede alle positivlistede (inklusiv) URL mønstre. Dette betyder at Tor netværket ikke vil blive brugt. Fortsæt alligevel?
+torwiz.nopatterns.3=Du indtastede intet og aktiverede alle positivlistede (inklusiv) URL mønstre. Dette betyder at Tor netværket ikke vil blive brugt medmindre FoxyProxy er indstillet til "Brug proxy "%S" for alle URLer". Fortsæt alligevel?
+months.long.1=Januar
+months.short.1=Jan
+months.long.2=Februar
+months.short.2=Feb
+months.long.3=Marts
+months.short.3=Mar
+months.long.4=April
+months.short.4=Apr
+months.long.5=Maj
+months.short.5=Maj
+months.long.6=Juni
+months.short.6=Jun
+months.long.7=Juli
+months.short.7=Jul
+months.long.8=August
+months.short.8=Aug
+months.long.9=September
+months.short.9=Sep
+months.long.10=Oktober
+months.short.10=Okt
+months.long.11=November
+months.short.11=Nov
+months.long.12=December
+months.short.12=Dec
+days.long.1=Søndag
+days.short.1=Søn
+days.long.2=Mandag
+days.short.2=Man
+days.long.3=Tirsdag
+days.short.3=Tir
+days.long.4=Onsdag
+days.short.4=Ons
+days.long.5=Torsdag
+days.short.5=Tor
+days.long.6=Fredag
+days.short.6=Fre
+days.long.7=Lørdag
+days.short.7=Lør
+timeformat=HH:nn:ss:zzz dd. mmm yyyy
+file.select=Vælg hvilken fil indstillingerne skal gemmes i
+manual=Manuel
+auto=Auto
+direct=Direkte
+delete.proxy.confirm=Slet proxy: er du sikker?
+pattern.required=Et mønster er påkrævet.
+pattern.invalid.regex=%S er ikke et gyldigt regulært udtryk.
+proxy.error.for.url=Fejl ved fastsættelse af proxy for %S
+proxy.default.settings.used=FoxyProxy bruges ikke for denne URL - standard Firefox forbindelsesindstillinger blev benyttet
+proxy.all.urls=Alle URLer blev konfigureret til at bruge denne proxy
+pac.status=FoxyProxy PAC status
+pac.status.loadfailure=Kunne ikke indlæse PAC for proxy "%S"
+pac.status.success=Indlæste PAC for proxy "%S"
+pac.status.error=Fejl i PAC for proxy "%S"
+error.noload=Fejl. Kontakt venligst FoxyProxy development teamet. Der lækker ikke private data, men ressourcen vil ikke lade sig indlæse. Undtagelse (exception) %S
+proxy.name.required=Indtast venligst et navn for denne proxy på Generelt fanebladet.
+proxy.default=Standard
+proxy.default.notes=Disse indstillinger bruges når der ikke er et mønster der matcher en URL.
+proxy.default.match.name=Alle
+delete.proxy.default=Du kan ikke slette denne proxy.
+copy.proxy.default=Du kan ikke kopiere denne proxy.
+logg.maxsize.change=Dette vil rydde loggen. Fortsæt?
+logg.maxsize.maximum=Maksimal anbefalet størrelse er 9999. Højere antal vil øge hukommelsesforbruget og kan påvirke ydelsen. Fortsæt alligevel?
+proxy.random=Proxy blev valgt tilfældigt
+mode.random.label=Brug tilfældige proxier for alle URLer (ignorer alle mønstre og prioriteter)
+mode.random.accesskey=R
+mode.random.tooltip=Indlæs URLer igennem tilfældige proxier (ignorer alle mønstre og prioriteter)
+random=Tilfældig
+random.applicable=Denne indstilling gælder kun når tilstanden er "Brug tilfældige proxier for alle URLer (ignorer alle mønstre og prioriteter)"
+superadd.error=Konfigurationsfejl: %S er blevet deaktiveret.
+superadd.notify=Proxy %S
+superadd.url.added=Mønster %S tilføjet til proxy "%S"
+superadd.verboten2=%S kan ikke aktiveres da der enten ikke er defineret nogen proxier eller alle proxier er deaktiverede.
+autoadd.pattern.label=Dynamisk AutoTilføj Mønster
+quickadd.pattern.label=Dynamisk Hurtigtilføj Mønster
+torwiz.proxydns=Ønsker du at DNS-forespørgsler skal gå igennem Tor netværket? Hvis du ikke forstår dette spørgsmål, klik "ja"
+autoadd.notice=Bemærk venligst: AutoTilføj påvirker den tid det tager at indlæse en hjemmeside. Jo mere indviklede dine mønstre er og jo større websiden er, jo længere tager det AutoTilføj at behandle den. Hvis du oplever betydelige forsinkelser, så brug venligst HurtigTilføj i stedet for AutoTilføj.
+autoconfurl.test.success=PAC blev fundet, indlæst og korrekt behandlet.
+autoconfurl.test.fail=Der opstod et problem ved indlæsning, lokalisering eller behandling af PAC:\nHTTP Status Kode: %S\nUndtagelse: %S
+autoconfurl.test.fail2=Der opstod et problem ved indlæsning, lokalisering eller behandling af PAC:\n\n%S
+none=Ingen
+delete.settings.ask=Vil du slette FoxyProxy indstillingerne gemt på %S?
+delete.settings.confirm=%S vil blive slettet når alle browsere lukkes.
+no.wildcard.characters=Mønsteret indeholder ingen jokertegn. Dette betyder at "%S" vil blive matchet præcist. Det er usædvanligt at bruge FoxyProxy på denne måde, og betyder sandsynligvis at der er en fejl i mønsteret eller at du ikke forstår hvordan man laver FoxyProxy mønstre. Fortsæt alligevel?
+message.stop=Vis ikke denne meddelelse igen
+log.save=Gem log
+log.saved2=Log er gemt til %S. Vil du se loggen?
+log.nourls.url=Ikke logget
+log.scrub=Ryd eksisterende logposter for URLer?
+no.white.patterns.2=Du indtastede intet og aktiverede alle positivlistede (inklusiv) URL mønstre. Dette betyder at proxyen ikke vil blive brugt. Fortsæt alligevel?
+no.white.patterns.3=Du indtastede intet og aktiverede alle positivlistede (inklusiv) URL mønstre. Dette betyder at proxyen ikke vil blive brugt medmindre FoxyProxy er indstillet til "Brug proxy "%S" for alle URLer". Fortsæt alligevel?
+quickadd.quickadd.canceled=Hurtigtilføj er blevet annulleret da nuværende URL allerede matcher det eksisterende mønster ved navn "%S" i proxy "%S"
+quickadd.nourl=Kunne ikke indlæse nuværende URL
+cookies.allremoved=Alle cookies fjernet
+route.error=Fejl ved fastsættelse af hvilken vært der skal bruges til proxy
+route.exception=Undtagelse ved fastsættelse af hvilken vært til brug for proxying af %S
+see.log=Se venligst loggen for yderligere information.
+pac.select=Vælg PAC fil der skal bruges
+pac.files=PAC filer
+preferences.read.error.warning=Kunne ikke læse præference %S i %S. Rapporter venligst denne fejl til FoxyProxy udviklingsholdet
+preferences.read.error.fatal=Du burde genskabe denne præference (brug about:config) således den peger til foxyproxy.xml i formattet file:///c:/path/foxyproxy.xml. Alternativt, installerer FoxyProxy i en ny Firefox profil
+not.authorized=*Du har ikke tilladelse til at se denne side*
+pac.empty=PAC URL eller PAC indhold er tomt
+pac.fcn.notfound=funktionen FindProxyForURL() blev ikke fundet i PAC
+http.error=HTTP Fejl Kode: %S
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/da-DK/torwizhelp.dtd 2.8.9-0ubuntu1/chrome/locale/da-DK/torwizhelp.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/da-DK/torwizhelp.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/da-DK/torwizhelp.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,13 @@
+<!ENTITY help.title.foxyproxy.help "FoxyProxy Hjælp">
+<!ENTITY help.patterns "URL-mønstre">
+<!ENTITY help.ff.asks "Før Firefox indlæser en URL, spørger Firefox FoxyProxy om der skal bruges en proxy.">
+<!ENTITY help.fp.answers "FoxyProxy besvarer dette spørgsmål ved at prøve at matche nuværende URL med alle URL-mønstrene du definerer herunder. Den simpleste metode til at angive mønstre er ved at bruge jokertegn.">
+<!ENTITY help.a.wildcards "Jokertegn">
+<!ENTITY help.p.wildcards.are "Jokertegn bruges overalt i computerverdenen; du er sandsynligvis stødt på dem før. Stjernen (*) gælder som jokertegn for ingen eller flere tegn, og spørgsmålstegnet (?) gælder som jokertegn for et hvilket som helst enkelt tegn.">
+<!ENTITY help.p.regexp "Det er muligt at bruge mere avancerede match-regler via regulære udtryk. For detaljer, klik på &apos;Hjælp indhold&apos; knappen.">
+<!ENTITY help.h4.wildcard.examples "Eksempler på jokertegn">
+<!ENTITY help.th.url.pattern "URL-mønster">
+<!ENTITY help.th.some.matches "Nogle matcher">
+<!ENTITY help.th.some.non.matches "Nogle ikke-matcher">
+<!ENTITY help.td.everything.in.y "Alt i Yahoos domæne">
+<!ENTITY help.i.matches.everything "Matcher alt">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/de-DE/amo.properties 2.8.9-0ubuntu1/chrome/locale/de-DE/amo.properties
--- 2.7.5~dfsg.1-1/chrome/locale/de-DE/amo.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/de-DE/amo.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,3 @@
+description.0=FoxyProxy is an advanced proxy management tool that completely replaces Firefox's limited proxying capabilities. It offers more features than SwitchProxy, ProxyButton, QuickProxy, xyzproxy, ProxyTex, TorButton, etc.
+description.1=FoxyProxy ist eine Firefox-Erweiterung, die eine Internet-Verbindung basierend auf URL-Mustern automatisch über einen oder mehrere Proxy-Server leitet. Einfach gesagt, automatisiert FoxyProxy das manuelle Editieren des Verbindungseinstellungen-Dialogs in Firefox. Die Umschaltung zwischen Proxy-Servern erfolgt auf Basis definierter Auswahlregeln für die Ziel-URL.
+description.2=Ein animiertes Icon zeigt an, daß ein Proxy verwendet wird. Eine umfangreiche Logging-Funktion protokolliert, welche Proxies wann verwendet wurden. Mit QuickAdd können neue URL-Muster direkt während des Browsens erzeugt werden. FoxyProxy ist voll kompatibel mit Portable Firefox, bietet bessere Unterstützung für PAC-Dateien als Firefox selbst und liegt in Übersetzungen in mehr als 25 Sprachen vor.
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/de-DE/foxyproxy.dtd 2.8.9-0ubuntu1/chrome/locale/de-DE/foxyproxy.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/de-DE/foxyproxy.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/de-DE/foxyproxy.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,436 @@
+<!ENTITY foxyproxy.label "FoxyProxy">
+<!ENTITY foxyproxy.accesskey "F">
+<!ENTITY foxyproxy.tooltip "FoxyProxy">
+<!ENTITY foxyproxy.optionsdialog.label "FoxyProxy Optionen">
+<!ENTITY foxyproxy.options.label "Optionen">
+<!ENTITY foxyproxy.options.accesskey "O">
+<!ENTITY foxyproxy.options.tooltip "Optionsdialog öffnen">
+<!ENTITY foxyproxy.tree.pickertooltiptext.label "Hier klicken, um die angezeigten Spalten auszuwählen">
+<!ENTITY foxyproxy.proxy.name.label "Proxy-Name">
+<!ENTITY foxyproxy.proxy.name.accesskey "N">
+<!ENTITY foxyproxy.proxy.name.tooltip "Proxy-Name">
+<!ENTITY foxyproxy.proxy.notes.label "Proxy-Beschreibung">
+<!ENTITY foxyproxy.proxy.notes.accesskey "B">
+<!ENTITY foxyproxy.proxy.notes.tooltip "Proxy-Beschreibung">
+<!ENTITY foxyproxy.pattern.label "Muster">
+<!ENTITY foxyproxy.pattern.accesskey "M">
+<!ENTITY foxyproxy.pattern.tooltip "URL Muster">
+<!ENTITY foxyproxy.urlpatterns.label "URL Muster">
+<!ENTITY foxyproxy.urlpatterns.accesskey "M">
+<!ENTITY foxyproxy.urlpatterns.tooltip "URL Muster">
+<!ENTITY foxyproxy.pattern.type.label "Typ des Musters">
+<!ENTITY foxyproxy.whitelist.blacklist.label "Whitelist (inklusiv) oder Blacklist (exklusiv)">
+<!ENTITY foxyproxy.pattern.name.label "Name des Musters">
+<!ENTITY foxyproxy.pattern.name.accesskey "M">
+<!ENTITY foxyproxy.pattern.name.tooltip "Name des Musters">
+<!ENTITY foxyproxy.url.pattern.label "URL oder URL-Muster">
+<!ENTITY foxyproxy.url.pattern.accesskey "U">
+<!ENTITY foxyproxy.url.pattern.tooltip "URL oder URL-Muster">
+<!ENTITY foxyproxy.enabled.label "Aktiv">
+<!ENTITY foxyproxy.enabled.accesskey "A">
+<!ENTITY foxyproxy.enabled.tooltip "Umschalten zwischen aktiv/inaktiv">
+<!ENTITY foxyproxy.delete.selection.label "Auswahl löschen">
+<!ENTITY foxyproxy.delete.selection.accesskey "L">
+<!ENTITY foxyproxy.delete.selection.tooltip "Ausgewählten Eintrag löschen">
+<!ENTITY foxyproxy.edit.selection.label "Auswahl bearbeiten">
+<!ENTITY foxyproxy.edit.selection.accesskey "B">
+<!ENTITY foxyproxy.edit.selection.tooltip "Ausgewählten Eintrag bearbeiten">
+<!ENTITY foxyproxy.help.label "Hilfe">
+<!ENTITY foxyproxy.help.accesskey "H">
+<!ENTITY foxyproxy.help.tooltip "Hilfe anzeigen">
+<!ENTITY foxyproxy.close.label "Schließen">
+<!ENTITY foxyproxy.close.accesskey "S">
+<!ENTITY foxyproxy.close.tooltip "Fenster schließen">
+<!ENTITY foxyproxy.about.label "Über">
+<!ENTITY foxyproxy.about.accesskey "Ü">
+<!ENTITY foxyproxy.about.tooltip "Öffnet den Über-Dialog">
+<!ENTITY foxyproxy.online.label "FoxyProxy Online">
+<!ENTITY foxyproxy.online.accesskey "O">
+<!ENTITY foxyproxy.online.tooltip "FoxyProxy Website besuchen">
+<!ENTITY foxyproxy.tor.label "Tor Wizard">
+<!ENTITY foxyproxy.tor.accesskey "W">
+<!ENTITY foxyproxy.tor.tooltip "Tor Wizard">
+<!ENTITY foxyproxy.copy.selection.label "Auswahl kopieren">
+<!ENTITY foxyproxy.copy.selection.accesskey "K">
+<!ENTITY foxyproxy.copy.selection.tooltip "Kopiert die aktuelle Auswahl">
+<!ENTITY foxyproxy.mode.label "Modus auswählen">
+<!ENTITY foxyproxy.auto.url.label "Automatische Proxy-Konfigurations-URL">
+<!ENTITY foxyproxy.auto.url.accesskey "U">
+<!ENTITY foxyproxy.auto.url.tooltip "URL der PAC-Datei eingeben">
+<!ENTITY foxyproxy.auto.url.note.label "http(s)://   ftp://   file://   relative://">
+<!ENTITY foxyproxy.auto.url.note.tooltip "Klicken Sie das Info-Icon für Informationen über relative://">
+<!ENTITY foxyproxy.port.label "Port">
+<!ENTITY foxyproxy.port.accesskey "P">
+<!ENTITY foxyproxy.port.tooltip "Port">
+<!ENTITY foxyproxy.socks.proxy.label "SOCKS-Proxy">
+<!ENTITY foxyproxy.socks.proxy.accesskey "C">
+<!ENTITY foxyproxy.socks.proxy.tooltip "URL des SOCKS-Proxys">
+<!ENTITY foxyproxy.socks.v4 "SOCKS v4/4a">
+<!ENTITY foxyproxy.socks.v5 "SOCKS v5">
+<!ENTITY foxyproxy.addeditpattern.title "Muster hinzufügen/editieren">
+<!ENTITY foxyproxy.wildcard.label "Wildcards">
+<!ENTITY foxyproxy.wildcard.accesskey "W">
+<!ENTITY foxyproxy.wildcard.tooltip "Die URL oder das URL-Muster enthält Wildcards und ist kein regulärer Ausdruck">
+<!ENTITY foxyproxy.wildcard.example.label "Beispiel: *mail.yahoo.com/*">
+<!ENTITY foxyproxy.regex.label "Regulärer Ausdruck">
+<!ENTITY foxyproxy.regex.accesskey "R">
+<!ENTITY foxyproxy.regex.tooltip "Die URL oder das URL-Muster ist ein regulärer Ausdruck">
+<!ENTITY foxyproxy.regex.example.label "Beispiel: http.?://.*\.mail\.yahoo\.com/.*">
+<!ENTITY foxyproxy.version "Version">
+<!ENTITY foxyproxy.createdBy "Erstellt von">
+<!ENTITY foxyproxy.copyright "Copyright">
+<!ENTITY foxyproxy.rights "Alle Rechte vorbehalten.">
+<!ENTITY foxyproxy.released "Herausgegeben unter der GPL-Lizenz.">
+<!ENTITY foxyproxy.tab.general.label "Allgemein">
+<!ENTITY foxyproxy.tab.general.accesskey "G">
+<!ENTITY foxyproxy.tab.general.tooltip "Allgemeine Proxy-Einstellungen verwalten">
+<!ENTITY foxyproxy.tab.proxy.label "Proxy-Details">
+<!ENTITY foxyproxy.tab.proxy.accesskey "D">
+<!ENTITY foxyproxy.tab.proxy.tooltip "Proxy-Details verwalten">
+<!ENTITY foxyproxy.tab.patterns.label "Muster">
+<!ENTITY foxyproxy.tab.patterns.accesskey "M">
+<!ENTITY foxyproxy.tab.patterns.tooltip "URL-Muster verwalten">
+<!ENTITY foxyproxy.add.title "Proxy-Einstellungen">
+<!ENTITY foxyproxy.pattern.description "Hier wird festgelegt, wann dieser Proxy verwendet wird und wann nicht.">
+<!ENTITY foxyproxy.pattern.matchtype.label "Muster enthält">
+<!ENTITY foxyproxy.pattern.matchtype2.label "Muster zur Identifikation blockierter Websites enthält">
+<!ENTITY foxyproxy.pattern.template.matchtype.label "Musterschablone enthält">
+<!ENTITY foxyproxy.pattern.whiteblack.label "Whitelist oder Blacklist">
+<!ENTITY foxyproxy.add.option.direct.label "Direkte Verbindung zum Internet (kein Proxy)">
+<!ENTITY foxyproxy.add.option.direct.accesskey "D">
+<!ENTITY foxyproxy.add.option.direct.tooltip "Kein Proxy verwenden - benutze die unterliegende direkte Internetverbindung">
+<!ENTITY foxyproxy.add.option.manual.label "Manuelle Proxy-Konfiguration">
+<!ENTITY foxyproxy.add.option.manual.accesskey "M">
+<!ENTITY foxyproxy.add.option.manual.tooltip "Proxy-Konfiguration manuell einstellen">
+<!ENTITY foxyproxy.add.new.pattern.label "Neues Muster">
+<!ENTITY foxyproxy.add.new.pattern.accesskey "N">
+<!ENTITY foxyproxy.add.new.pattern.tooltip "Neues Muster hinzufügen">
+<!ENTITY foxyproxy.menubar.file.label "Datei">
+<!ENTITY foxyproxy.menubar.file.accesskey "D">
+<!ENTITY foxyproxy.menubar.file.tooltip "Öffnet das Datei-Menü">
+<!ENTITY foxyproxy.menubar.help.label "Hilfe">
+<!ENTITY foxyproxy.menubar.help.accesskey "H">
+<!ENTITY foxyproxy.menubar.help.tooltip "Öffnet das Hilfe-Menü">
+<!ENTITY foxyproxy.mode.accesskey "M">
+<!ENTITY foxyproxy.mode.tooltip "Auswahl, wie FoxyProxy aktiviert wird">
+<!ENTITY foxyproxy.tab.proxies.label "Proxies">
+<!ENTITY foxyproxy.tab.proxies.accesskey "P">
+<!ENTITY foxyproxy.tab.proxies.tooltip "Proxies verwalten">
+<!ENTITY foxyproxy.tab.global.label "Globale Einstellungen">
+<!ENTITY foxyproxy.tab.global.accesskey "G">
+<!ENTITY foxyproxy.tab.global.tooltip "Globale Einstellungen verwalten">
+<!ENTITY foxyproxy.tab.logging.label "Logging">
+<!ENTITY foxyproxy.tab.logging.accesskey "L">
+<!ENTITY foxyproxy.tab.logging.tooltip "Logging-Einstellungen verwalten">
+<!ENTITY foxyproxy.proxydns.label "SOCKS-Proxy für DNS-Lookups verwenden">
+<!ENTITY foxyproxy.proxydns.accesskey "D">
+<!ENTITY foxyproxy.proxydns.tooltip "Wenn ausgewählt, werden DNS-Lookups durch das SOCKS-Proxy geroutet">
+<!ENTITY foxyproxy.proxydns.notice "Firefox muss neu gestartet werden, um die Änderungen auszuführen. Jetzt neu starten?">
+<!ENTITY foxyproxy.showstatusbaricon.label "Icon in der Statuszeile anzeigen">
+<!ENTITY foxyproxy.showstatusbaricon.accesskey "I">
+<!ENTITY foxyproxy.showstatusbaricon.tooltip "FoxyProxy Icon wird in der Statuszeile angezeigt">
+<!ENTITY foxyproxy.showstatusbarmode.label "Modus (Text) in der Statuszeile anzeigen">
+<!ENTITY foxyproxy.showstatusbarmode.accesskey "M">
+<!ENTITY foxyproxy.showstatusbarmode.tooltip "FoxyProxy Modus wird in der Statuszeile angezeigt">
+<!ENTITY foxyproxy.storagelocation.label "Speicherort für die Einstellungen">
+<!ENTITY foxyproxy.storagelocation.accesskey "E">
+<!ENTITY foxyproxy.storagelocation.tooltip "Ort an dem die Einstellungen von FoxyProxy gespeichert werden">
+<!ENTITY foxyproxy.tab.logging.timestamp.label "Zeit">
+<!ENTITY foxyproxy.tab.logging.url.label "URL">
+<!ENTITY foxyproxy.host.label "Host-Name">
+<!ENTITY foxyproxy.host.accesskey "H">
+<!ENTITY foxyproxy.host.tooltip "Host-Name">
+<!ENTITY foxyproxy.clear.label "Löschen">
+<!ENTITY foxyproxy.clear.accesskey "L">
+<!ENTITY foxyproxy.clear.tooltip "Löschen">
+<!ENTITY foxyproxy.refresh.label "Aktualisieren">
+<!ENTITY foxyproxy.refresh.accesskey "U">
+<!ENTITY foxyproxy.refresh.tooltip "Aktualisieren">
+<!ENTITY foxyproxy.save.label "Speichern">
+<!ENTITY foxyproxy.save.accesskey "S">
+<!ENTITY foxyproxy.save.tooltip "Speichern">
+<!ENTITY foxyproxy.addnewproxy.label "Neuer Proxy">
+<!ENTITY foxyproxy.addnewproxy.accesskey "N">
+<!ENTITY foxyproxy.addnewproxy.tooltip "Neuen Proxy hinzufügen">
+<!ENTITY foxyproxy.whitelist.label "Whitelist">
+<!ENTITY foxyproxy.whitelist.accesskey "W">
+<!ENTITY foxyproxy.whitelist.tooltip "URLs, die dieses Muster akzeptiert, werden über diesen Proxy geladen">
+<!ENTITY foxyproxy.whitelist.description.label "URLs, die dieses Muster akzeptiert, werden über diesen Proxy geladen">
+<!ENTITY foxyproxy.blacklist.label "Blacklist">
+<!ENTITY foxyproxy.blacklist.accesskey "B">
+<!ENTITY foxyproxy.blacklist.tooltip "URLs, die dieses Muster akzeptiert, werden NICHT über diesen Proxy geladen">
+<!ENTITY foxyproxy.blacklist.description.label "URLs, die dieses Muster akzeptiert, werden NICHT über diesen Proxy geladen">
+<!ENTITY foxyproxy.whiteblack.description.label "Muster der Blacklist (exklusiv) haben Vorrang vor Mustern der Whitelist (inklusiv): Falls eine URL sowohl von einem Muster der Whitelist als auch von einem Muster der Blacklist für denselben Proxy akzeptiert wird, wird die URL nicht über dieses Proxy geladen.">
+<!ENTITY foxyproxy.usingPFF.label1 "Ich benutze">
+<!ENTITY foxyproxy.usingPFF.label2 "Portable Firefox">
+<!ENTITY foxyproxy.usingPFF.accesskey "P">
+<!ENTITY foxyproxy.usingPFF.tooltip "Hier ankreuzen, falls Portable Firefox verwendet wird">
+<!ENTITY foxyproxy.socks.version.label "SOCKS Version">
+<!ENTITY foxyproxy.autopacurl.label "Auto PAC URL">
+<!ENTITY foxyproxy.issocks.label "SOCKS-Proxy?">
+<!ENTITY foxyproxy.issocks.accesskey "S">
+<!ENTITY foxyproxy.issocks.tooltip "Ist dies ein Web-Proxy oder ein SOCKS-Proxy?">
+<!ENTITY foxyproxy.moveup.label "Aufwärts">
+<!ENTITY foxyproxy.moveup.tooltip "Priorität der aktuellen Auswahl erhöhen">
+<!ENTITY foxyproxy.moveup.accesskey "U">
+<!ENTITY foxyproxy.movedown.label "Abwärts">
+<!ENTITY foxyproxy.movedown.tooltip "Priorität der aktuellen Auswahl vermindern">
+<!ENTITY foxyproxy.movedown.accesskey "B">
+<!ENTITY foxyproxy.autoconfurl.view.label "Ansicht">
+<!ENTITY foxyproxy.autoconfurl.view.accesskey "A">
+<!ENTITY foxyproxy.autoconfurl.view.tooltip "Auto-Konfigurationsdatei ansehen">
+<!ENTITY foxyproxy.autoconfurl.test.label "Test">
+<!ENTITY foxyproxy.autoconfurl.test.accesskey "T">
+<!ENTITY foxyproxy.autoconfurl.test.tooltip "Teste die Auto-Konfigurationsdatei">
+<!ENTITY foxyproxy.autoconfurl.reload.label "PAC neu laden alle">
+<!ENTITY foxyproxy.autoconfurl.reload.accesskey "L">
+<!ENTITY foxyproxy.autoconfurl.reload.tooltip "PAC-Datei jede angegebene Periode automatisch neu laden">
+<!ENTITY foxyproxy.minutes.label "Minuten">
+<!ENTITY foxyproxy.minutes.tooltip "Minuten">
+<!ENTITY foxyproxy.logging.maxsize.label "Maximale Log-Größe">
+<!ENTITY foxyproxy.logging.maxsize.accesskey "M">
+<!ENTITY foxyproxy.logging.maxsize.tooltip "Maximale Anzahl von Log-Einträgen bis zum Überlauf an den Anfang">
+<!ENTITY foxyproxy.logging.maxsize.button.label "Setzen">
+<!ENTITY foxyproxy.logging.maxsize.button.accesskey "S">
+<!ENTITY foxyproxy.logging.maxsize.button.tooltip "Maximale Anzahl von Log-Einträgen">
+<!ENTITY foxyproxy.random.label "Lade URLs durch zufällige Proxies (alle Muster und Prioritäten werden ignoriert)">
+<!ENTITY foxyproxy.random.accesskey "Z">
+<!ENTITY foxyproxy.random.tooltip "Lade URLs durch zufällige Proxies (alle Muster und Prioritäten werden ignoriert)">
+<!ENTITY foxyproxy.random.includedirect.label "Proxies einschließen, die als direkte Internetverbindung konfiguriert sind">
+<!ENTITY foxyproxy.random.includedirect.accesskey "D">
+<!ENTITY foxyproxy.random.includedirect.tooltip "Proxies, die als direkte Internetverbindung konfiguriert sind, werden in die zufällige Proxy-Auswahl einbezogen">
+<!ENTITY foxyproxy.random.includedisabled.label "Inaktive Proxies einschließen">
+<!ENTITY foxyproxy.random.includedisabled.accesskey "I">
+<!ENTITY foxyproxy.random.includedisabled.tooltip "Inaktive Proxies werden in die zufällige Proxy-Auswahl einbezogen">
+<!ENTITY foxyproxy.random.settings.label "Zufällige Proxy-Auswahl">
+<!ENTITY foxyproxy.random.settings.accesskey "Z">
+<!ENTITY foxyproxy.random.settings.tooltip "Einstellungen für die zufällige Proxy-Auswahl">
+<!ENTITY foxyproxy.tab.autoadd.label "AutoAdd">
+<!ENTITY foxyproxy.tab.autoadd.accesskey "A">
+<!ENTITY foxyproxy.tab.autoadd.tooltip "Einstellungen für AutoAdd verwalten">
+<!ENTITY foxyproxy.autoadd.description "Einige Proxies sperren den Zugriff auf einige Internetseiten. Um dies zu umgehen, geben Sie ein Suchmuster an, das blockierte Websites akzeptiert. Wenn das Suchmuster auf einer Webseite gefunden wird, wird ein URL-Muster für die URL dieser Webseite automatisch einem Proxy zugeordnet und die Seite optional neu geladen. Dies erspart es, blockierte Webseiten explizit vorgeben zu müssen.">
+<!ENTITY foxyproxy.autoadd.pattern.label "URL-Muster zur Identifizierung blockierter Websites">
+<!ENTITY foxyproxy.autoadd.pattern.accesskey "M">
+<!ENTITY foxyproxy.autoadd.pattern.tooltip "Muster für die Identifikation blockierter Webseiten">
+<!ENTITY foxyproxy.autoadd.wildcard.example.label "Beispiel: *Zugriff auf diese Seite verweigert.*">
+<!ENTITY foxyproxy.autoadd.regex.example.label "Beispiel: .*Seite.* ist gesperrt.*">
+<!ENTITY foxyproxy.autoadd.proxy.label "Proxy, dem Muster automatisch zugeordnet werden">
+<!ENTITY foxyproxy.autoadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.autoadd.proxy.tooltip "Legt den Proxy fest, dem Muster per AutoAdd automatisch zugeordnet werden">
+<!ENTITY foxyproxy.pattern.template.label "URL-Musterschablone">
+<!ENTITY foxyproxy.pattern.template.accesskey "U">
+<!ENTITY foxyproxy.pattern.template.tooltip "URL-Musterschablone">
+<!ENTITY foxyproxy.pattern.template.example.label1 "Beispiel für">
+<!ENTITY foxyproxy.pattern.template.example.label2 "http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant">
+<!ENTITY foxyproxy.pattern.template.currenturl.label "Aktuelle URL">
+<!ENTITY foxyproxy.pattern.template.currenturl.accesskey "A">
+<!ENTITY foxyproxy.pattern.template.currenturl.tooltip "URL in der Adresszeile">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.label "Generiertes Muster">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.accesskey "G">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.tooltip "Dynamisch generiertes Muster">
+<!ENTITY foxyproxy.autoadd.reload.label "Seite nach Zuordnung zum Proxy neu laden">
+<!ENTITY foxyproxy.autoadd.reload.accesskey "L">
+<!ENTITY foxyproxy.autoadd.reload.tooltip "Lädt die Seite automatisch neu, nachdem sie einem Proxy zugeordnet wurde">
+<!ENTITY foxyproxy.autoadd.notify.label "Benachrichtigen, wenn AutoAdd ausgeführt wird">
+<!ENTITY foxyproxy.autoadd.notify.accesskey "B">
+<!ENTITY foxyproxy.autoadd.notify.tooltip "Benachrichtigung anzeigen, wenn eine Webseite blockiert ist und das URL-Muster einem Proxy per AutoAdd zugeordnet wird">
+<!ENTITY foxyproxy.autoadd.notify.tooltip2 "Display a popup when AutoAdd is activated">
+<!ENTITY foxyproxy.pacloadnotification.label "Benachrichtigen beim Laden von PAC-Dateien">
+<!ENTITY foxyproxy.pacloadnotification.accesskey "L">
+<!ENTITY foxyproxy.pacloadnotification.tooltip "Zeigt ein Popup-Fenster an, wenn eine PAC Datei geladen wird">
+<!ENTITY foxyproxy.pacerrornotification.label "Benachrichtigen bei Fehlern in PAC-Dateien">
+<!ENTITY foxyproxy.pacerrornotification.accesskey "F">
+<!ENTITY foxyproxy.pacerrornotification.tooltip "Zeigt ein Popup-Fenster an bei Fehlern in einer PAC-Datei">
+<!ENTITY foxyproxy.toolsmenu.label "FoxyProxy im Firefox Extras-Menü anzeigen">
+<!ENTITY foxyproxy.toolsmenu.accesskey "E">
+<!ENTITY foxyproxy.toolsmenu.tooltip "Zeige FoxyProxy im Firefox Extras-Menü">
+<!ENTITY foxyproxy.tip.label "Tip">
+<!ENTITY foxyproxy.pactips.popup.height "165px">
+<!ENTITY foxyproxy.pactips.popup.width "400px">
+<!ENTITY foxyproxy.pactip1.label "Verwenden Sie das file://-Schema für PAC-Dateien, die auf der lokalen Festplatte gespeichert sind. Beispiele: file://c:/path/proxy.pac unter Windows oder file://home/users/joe/proxy.pac unter Unix/Linux/Mac.">
+<!ENTITY foxyproxy.pactip2.label "Verwenden Sie das ftp://-Schema für PAC-Dateien auf einem FTP-Server. Beispiel: ftp://leahscape.com/path/proxy.pac">
+<!ENTITY foxyproxy.pactip3.label "Sie können auch http://, https:// oder ein beliebiges anderes unterstütztes Schema verwenden.">
+<!ENTITY foxyproxy.pactip4.label "Um eine PAC-Datei stattdessen im lokalen Dateisystem mittels eines relativen Pfads zu referenzieren, können Sie das FoxyProxy-eigene relative://-Schema verwenden. Ein typischer Anwendungsfall sind PAC-Dateien auf einem USB-Stick. Die Unterstützung für relative Pfade ist">
+<!ENTITY foxyproxy.pactip5.label "hier">
+<!ENTITY foxyproxy.pactip6.label "dokumentiert. Bestimmte reservierte Ausdrücke in der angegebenen relative://-URL werden durch ihre zugeordneten Werte ersetzt. Beispielsweise referenziert &quot;relative://ProfD/pacs/proxy3.pac&quot; die Datei &quot;proxy3.pac&quot; im Unterverzeichnis &quot;pacs/&quot; des">
+<!ENTITY foxyproxy.pactip7.label "Firefox-Profilverzeichnisses">
+<!ENTITY foxyproxy.pactip8.label ". Mit Portable Firefox auf Windows wird für das Firefox-Profilverzeichnis grundsätzlich ein relativer Pfad verwendet, da der Laufwerksbuchstabe sich für jeden Computer unterscheiden kann. Bitte beachten Sie die Groß-/Kleinschreibung bei reservierten Ausdrücken (ProfD, Home, TempD, etc.).">
+<!ENTITY foxyproxy.contextmenu.label "FoxyProxy im Kontextmenü anzeigen">
+<!ENTITY foxyproxy.contextmenu.accesskey "K">
+<!ENTITY foxyproxy.contextmenu.tooltip "Zeige FoxyProxy im Kontextmenü">
+<!ENTITY foxyproxy.quickadd.desc1 "QuickAdd fügt per Alt-F2 ein dynamisches URL-Muster einem Proxy hinzu. Dies ist eine praktische Alternative zu AutoAdd. Konfigurieren Sie die Alt-F2-Tastenkombination mit der">
+<!ENTITY foxyproxy.keyconfig.label "KeyConfig">
+<!ENTITY foxyproxy.quickadd.desc2 "Erweiterung">
+<!ENTITY foxyproxy.quickadd.label "QuickAdd">
+<!ENTITY foxyproxy.quickadd.accesskey "Q">
+<!ENTITY foxyproxy.quickadd.tooltip "QuickAdd">
+<!ENTITY foxyproxy.quickadd.notify.label "Benachrichtigen, wenn QuickAdd ausgeführt wird">
+<!ENTITY foxyproxy.quickadd.notify.accesskey "B">
+<!ENTITY foxyproxy.quickadd.notify.tooltip "Zeigt ein Popup-Fenster an, wenn QuickAdd aktiviert wird">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label "Benachrichtigen, wenn QuickAdd abgebrochen wird">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label2 "QuickAdd wird automatisch abgebrochen, wenn es durch die Tastenkombination Alt-F2 aufgerufen wurde und die aktuelle URL in der Adresszeile bereits von der Whitelist eines existierenden Proxys abgedeckt wird. Auf diese Weise wird ein Aufblähen der Konfiguration durch Mehrfachdefinitionen von Mustern vermieden. Diese Einstellung beeinflußt nicht das Abbruchverhalten; sie steuert vielmehr die Benachrichtigung über Abbrüche.">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.accesskey "A">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.tooltip "Zeigt ein Popup-Fenster ann, wenn QuickAdd aktiviert und abgebrochen wird">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.width "400px">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.height "130px">
+<!ENTITY foxyproxy.whatsthis "Kontexthilfe">
+<!ENTITY foxyproxy.quickadd.prompt.label "Eingabeaufforderung für Editieren und Konfiguration, bevor ein Muster einem Proxy hinzugefügt wird">
+<!ENTITY foxyproxy.quickadd.prompt.accesskey "P">
+<!ENTITY foxyproxy.quickadd.prompt.tooltip "Eingabeaufforderung für Editieren und Konfiguration bevor ein Muster einem Proxy hinzugefügt wird">
+<!ENTITY foxyproxy.quickadd.proxy.label "Proxy, dem das Muster hinzugefügt wird">
+<!ENTITY foxyproxy.quickadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.quickadd.proxy.tooltip "Wählen Sie den Proxy, dem das Muster hinzugefügt wird">
+<!ENTITY foxyproxy.bypasscache.label "Firefox Cache beim Laden umgehen">
+<!ENTITY foxyproxy.bypasscache.accesskey "U">
+<!ENTITY foxyproxy.bypasscache.tooltip "Firefox Cache wird ignoriert">
+<!ENTITY foxyproxy.advancedmenus.label "Verwende erweiterte Menüs">
+<!ENTITY foxyproxy.advancedmenus.accesskey "W">
+<!ENTITY foxyproxy.advancedmenus.tooltip "Verwende erweiterte Menüs (im Stil von FoxyProxy 2.2)">
+<!ENTITY foxyproxy.importsettings.label "Importiere Einstellungen">
+<!ENTITY foxyproxy.importsettings.accesskey "I">
+<!ENTITY foxyproxy.importsettings.tooltip "Importiere Einstellungen aus Datei">
+<!ENTITY foxyproxy.exportsettings.label "Exportiere aktuelle Einstellungen">
+<!ENTITY foxyproxy.exportsettings.accesskey "E">
+<!ENTITY foxyproxy.exportsettings.tooltip "Exportiere aktuelle Einstellungen in eine Datei">
+<!ENTITY foxyproxy.importlist.label "Importiere Proxy-Liste">
+<!ENTITY foxyproxy.importlist.accesskey "I">
+<!ENTITY foxyproxy.importlist.tooltip "Importiere eine Proxy-Liste aus einer Textdatei">
+<!ENTITY foxyproxy.wildcard.reference.label "Wildcard Referenz">
+<!ENTITY foxyproxy.wildcard.reference.accesskey "W">
+<!ENTITY foxyproxy.wildcard.reference.tooltip "Wildcard Referenz">
+<!ENTITY foxyproxy.wildcard.reference.subtitle.label "Der Stern (*) akzeptiert null oder mehrere Zeichen, und das Fragezeichen (?) akzeptiert ein beliebiges einzelnes Zeichen.">
+<!ENTITY foxyproxy.wildcard.reference.mistakes "Häufige Fehler beim Schreiben von Wildcard-Mustern">
+<!ENTITY foxyproxy.wildcard.reference.goal.label "Ziel">
+<!ENTITY foxyproxy.wildcard.reference.goal1.label "Akzeptiere alle Seiten in der www-Subdomain von MySpace">
+<!ENTITY foxyproxy.wildcard.reference.goal2.label "Akzeptiere den lokalen PC">
+<!ENTITY foxyproxy.wildcard.reference.goal3.label "Akzeptiere alle Subdomänen und Seiten bei abc.com">
+<!ENTITY foxyproxy.wildcard.reference.goal4.label "Akzeptiere alle Seiten in der Domäne a.foo.com, aber nicht in b.foo.com">
+<!ENTITY foxyproxy.wildcard.reference.correct.label "Richtig">
+<!ENTITY foxyproxy.wildcard.reference.correct2.label "Zwei Muster erforderlich">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.label "Falsch">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason.label "Begründung">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason1.label "Da keine Wildcards enthalten sind, wird nur die Homepage akzeptiert">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason2.label "FoxyProxy versteht diese Syntax nicht">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason3.label "Es sind keine Wildcards enthalten">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason4.label "Es sind keine Wildcards enthalten">
+<!ENTITY foxyproxy.wildcard.reference.popup.height "350px">
+<!ENTITY foxyproxy.logging.noURLs.label "URLs werden nicht gespeichert oder angezeigt">
+<!ENTITY foxyproxy.logging.noURLs.accesskey "U">
+<!ENTITY foxyproxy.logging.noURLs.tooltip "URLs werden nicht im RAM oder auf Platte gespeichert">
+<!ENTITY foxyproxy.ok.label "OK">
+<!ENTITY foxyproxy.ok.accesskey "O">
+<!ENTITY foxyproxy.ok.tooltip "Fenster schließen">
+<!ENTITY foxyproxy.pattern.template.reference.label "Referenz zu Musterschablonen">
+<!ENTITY foxyproxy.pattern.template.reference.accesskey "S">
+<!ENTITY foxyproxy.pattern.template.reference.tooltip "Referenz zu Musterschablonen">
+<!ENTITY foxyproxy.pattern.template.reference.subtitle.label "URL-Musterschablonen definieren das Format, in dem URLs per QuickAdd oder AutoAdd zu Proxies hinzugefügt werden. In einer Schablone werden die folgenden reservierten Strings bei der Ausführung von QuickAdd oder AutoAdd durch die korrespondierenden URL-Komponenten aus der Adresszeile ersetzt.">
+<!ENTITY foxyproxy.pattern.template.reference.specialstring.label "Reservierter Ausdruck">
+<!ENTITY foxyproxy.pattern.template.reference.subststring.label "Ersetzung durch">
+<!ENTITY foxyproxy.pattern.template.reference.example.label "Beispiel">
+<!ENTITY foxyproxy.pattern.template.reference.scheme.label "Protokoll">
+<!ENTITY foxyproxy.pattern.template.reference.username.label "Benutzer">
+<!ENTITY foxyproxy.pattern.template.reference.password.label "Passwort">
+<!ENTITY foxyproxy.pattern.template.reference.userpass.label "Benutzer &amp; Passwort mit &quot;:&quot; &amp; &quot;@&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.host.label "Host">
+<!ENTITY foxyproxy.pattern.template.reference.port.label "Port">
+<!ENTITY foxyproxy.pattern.template.reference.hostport.label "Host &amp; Port mit &quot;:&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.prepath.label "String vor dem Pfad">
+<!ENTITY foxyproxy.pattern.template.reference.path.label "Pfad (einschließlich Dateiname)">
+<!ENTITY foxyproxy.pattern.template.reference.directory.label "Verzeichnis">
+<!ENTITY foxyproxy.pattern.template.reference.filebasename.label "Dateiname">
+<!ENTITY foxyproxy.pattern.template.reference.fileextension.label "Extension">
+<!ENTITY foxyproxy.pattern.template.reference.filename.label "vollständiger Dateiname">
+<!ENTITY foxyproxy.pattern.template.reference.ref.label "Teil nach dem &quot;#&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.query.label "Teil nach dem &quot;?&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.spec.label "vollständige URL">
+<!ENTITY foxyproxy.pattern.template.reference.popup.height "400px">
+<!ENTITY foxyproxy.pattern.template.reference.popup.width "800px">
+<!ENTITY foxyproxy.notifications.label "Benachrichtigungen">
+<!ENTITY foxyproxy.notifications.accesskey "B">
+<!ENTITY foxyproxy.notifications.tooltip "Benachrichtigungseinstellungen">
+<!ENTITY foxyproxy.indicators.label "Anzeigen">
+<!ENTITY foxyproxy.indicators.accesskey "A">
+<!ENTITY foxyproxy.indicators.tooltip "Anzeigeeinstellungen">
+<!ENTITY foxyproxy.misc.label "Verschiedenes">
+<!ENTITY foxyproxy.misc.accesskey "V">
+<!ENTITY foxyproxy.misc.tooltip "Verschiedene Einstellungen">
+<!ENTITY foxyproxy.animatedicons.label "Animiere Icon in der Statuszeile">
+<!ENTITY foxyproxy.animatedicons.accesskey "A">
+<!ENTITY foxyproxy.animatedicons.tooltip "Animiere Icon in der Statuszeile, wenn Proxies verwendet werden">
+<!ENTITY foxyproxy.statusbaractivation.label "Aktivierung über die Statuszeile">
+<!ENTITY foxyproxy.statusbaractivation.accesskey "S">
+<!ENTITY foxyproxy.statusbaractivation.tooltip "Einstellungen für die Aktivierung über die Statuszeile">
+<!ENTITY foxyproxy.toolbaractivation.label "Aktivierung über Toolbar">
+<!ENTITY foxyproxy.toolbaractivation.accesskey "T">
+<!ENTITY foxyproxy.toolbaractivation.tooltip "Einstellungen für die Aktivierung über Toolbar">
+<!ENTITY foxyproxy.leftclicksb.label "Linksklick">
+<!ENTITY foxyproxy.leftclicksb.accesskey "L">
+<!ENTITY foxyproxy.leftclicksb.tooltip "Aktion bei Linksklick auf FoxyProxy in der Statuszeile">
+<!ENTITY foxyproxy.middleclicksb.label "Mittelklick">
+<!ENTITY foxyproxy.middleclicksb.accesskey "M">
+<!ENTITY foxyproxy.middleclicksb.tooltip "Aktion bei Mittelklick auf FoxyProxy in der Statuszeile">
+<!ENTITY foxyproxy.rightclicksb.label "Rechtsklick">
+<!ENTITY foxyproxy.rightclicksb.accesskey "R">
+<!ENTITY foxyproxy.rightclicksb.tooltip "Aktion bei Rechtsklick auf FoxyProxy in der Statuszeile">
+<!ENTITY foxyproxy.leftclicktb.label "Linksklick">
+<!ENTITY foxyproxy.leftclicktb.accesskey "L">
+<!ENTITY foxyproxy.leftclicktb.tooltip "Aktion bei Linksklick auf FoxyProxy im Toolbar">
+<!ENTITY foxyproxy.middleclicktb.label "Mittelklick">
+<!ENTITY foxyproxy.middleclicktb.accesskey "M">
+<!ENTITY foxyproxy.middleclicktb.tooltip "Aktion bei Mittelklick auf FoxyProxy im Toolbar">
+<!ENTITY foxyproxy.rightclicktb.label "Rechtsklick">
+<!ENTITY foxyproxy.rightclicktb.accesskey "R">
+<!ENTITY foxyproxy.rightclicktb.tooltip "Aktion bei Rechtsklick auf FoxyProxy im Toolbar">
+<!ENTITY foxyproxy.click.options "Zeigt den Optionsdialog">
+<!ENTITY foxyproxy.click.cycle "Zyklischer Wechsel durch die Modi">
+<!ENTITY foxyproxy.click.contextmenu "Zeigt das Kontextmenü">
+<!ENTITY foxyproxy.click.reloadcurtab "Aktuellen Tab neu laden">
+<!ENTITY foxyproxy.click.reloadtabsinbrowser "Alle Tabs im aktuellen Fenster neu laden">
+<!ENTITY foxyproxy.click.reloadtabsinallbrowsers "Alle Tabs in allen Fenstern neu laden">
+<!ENTITY foxyproxy.click.removeallcookies "Entferne alle Cookies">
+<!ENTITY foxyproxy.click.toggle "Schalte zwischen aktuellem Modus und deaktiviert um">
+<!ENTITY foxyproxy.includeincycle.label "Schließe diesen Proxy beim zyklischen Wechsel per Klick auf Statuszeile oder Toolbar ein (Globale Einstellungen-&gt;Aktivierung über Statuszeile/Toolbar-&gt;Zyklischer Wechsel durch Modi muss ausgewählt sein)">
+<!ENTITY foxyproxy.includeincycle.accesskey "W">
+<!ENTITY foxyproxy.includeincycle.tooltip "Schließe diesen Proxy beim Klick auf Statuszeile/Toolbar ein">
+<!ENTITY foxyproxy.changes.msg1 "Hilfe! Wo sind die Einstellungen für HTTP, SSL, FTP, Gopher und SOCKS?">
+<!ENTITY foxyproxy.newGUI.popup.height "280px">
+<!ENTITY foxyproxy.newGUI.popup.width "400px">
+<!ENTITY foxyproxy.newGUI1.label "Der alte FoxyProxy Einstellungsdialog war stark an den Firefox-Dialog für Verbindungseinstellungen angelehnt, der wiederum nahezu identisch den Proxy-Einstellungsdialog des uralten Browsers Mosaic 2.1.1 von 1996 abbildete. Ein Problem mit dieser Art von Dialogen ist ihre begrenzte Fähigkeit zur Unterscheidung verschiedener Protokolle beim Routing. Browser des 21. Jahrhunderts - wie Firefox - unterstützen viel mehr Protokolle als nur HTTP, SSL, FTP und Gopher. Die alten Dialoge wären ganz klar zu unhandlich, um jedes mögliche Protokoll einschließen zu können.">
+<!ENTITY foxyproxy.newGUI2.label "Da FoxyProxy über Muster mit Wildcards und regulären Ausdrücken bereits das Routing per Protokoll unterstützt, ist das Auflisten der Protokolle auf diesem Dialog überflüssig. Ab Version 2.5 wurde die Liste der Protokolle aus dem Proxy-Einstellungsdialog entfernt. Diese Entscheidung reduziert die Funktionalität nicht, sondern ermöglicht eine einfachere Oberfläche. Falls Sie Routing per Protokoll benötigen, sollten Sie Whitelist- und Blacklist-Muster mit gezielter Unterscheidung des Schema-/Protokoll-Anteils des Musters definieren (z.B. ftp://*.yahoo.com/*, *://leahscape.com/*, etc.)">
+<!ENTITY foxyproxy.newGUI4.label "Klicken Sie hier für weitere Informationen">
+<!ENTITY foxyproxy.error.msg.label "Fehlermeldung">
+<!ENTITY foxyproxy.pac.result.label "PAC Resultat">
+<!ENTITY foxyproxy.options.width "666">
+<!ENTITY foxyproxy.options.height "477">
+<!ENTITY foxyproxy.torwiz.width "660">
+<!ENTITY foxyproxy.torwiz.height "375">
+<!ENTITY foxyproxy.addeditproxy.width "660">
+<!ENTITY foxyproxy.addeditproxy.height "470">
+<!ENTITY foxyproxy.casesensitive.label "Groß-/Kleinschreibung">
+<!ENTITY foxyproxy.casesensitive.accesskey "G">
+<!ENTITY foxyproxy.casesensitive.tooltip "Beachtet/ignoriert Groß- und Kleinschreibung bei URLs">
+<!ENTITY foxyproxy.statusbarwidth.label "Feste Breite">
+<!ENTITY foxyproxy.statusbarwidth.accesskey "B">
+<!ENTITY foxyproxy.statusbarwidth.tooltip "Fixiert die Breite in der Statuszeile">
+<!ENTITY foxyproxy.pixels "Pixel">
+<!ENTITY foxyproxy.unlimited.label "[0: automatisch anpassen]">
+<!ENTITY foxyproxy.temp.popup.label "Temporäre Muster erlauben die zeitweise Aufnahme selten besuchter URLs, ohne die Musterliste für einen Proxy zu überfrachten. Temporäre Muster werden nicht permanent gespeichert - sie werden nur für diese Firefox-Session im Speicher gehalten.">
+<!ENTITY foxyproxy.temp.popup.height "120">
+<!ENTITY foxyproxy.temp.popup.width "400">
+<!ENTITY foxyproxy.temp.label "Temporär">
+<!ENTITY foxyproxy.temp.accesskey "T">
+<!ENTITY foxyproxy.temp.tooltip "Muster wird nur in dieser Firefox-Session verwendet">
+<!ENTITY foxyproxy.define.label "Definieren">
+<!ENTITY foxyproxy.define.accesskey "D">
+<!ENTITY foxyproxy.define.tooltip "Definieren">
+<!ENTITY foxyproxy.pattern.to.quickadd.label "Muster für Schnellzuweisung zu Proxy">
+<!ENTITY foxyproxy.pattern.to.autoadd.label "Muster für automatische Zuweisung zu Proxy">
+<!ENTITY foxyproxy.home "Home">
+<!ENTITY foxyproxy.support "Unterstützung">
+<!ENTITY foxyproxy.credits "Danksagungen">
+<!ENTITY foxyproxy.donations "Spenden">
+<!ENTITY foxyproxy.please.donate.label "Bitte spenden Sie">
+<!ENTITY foxyproxy.please.donate.accesskey "S">
+<!ENTITY foxyproxy.keep.free "Erhalten Sie FoxyProxy kostenlos">
+<!ENTITY foxyproxy.donation.list.label "Spendenliste">
+<!ENTITY foxyproxy.donation.list.accesskey "L">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/de-DE/foxyproxy.properties 2.8.9-0ubuntu1/chrome/locale/de-DE/foxyproxy.properties
--- 2.7.5~dfsg.1-1/chrome/locale/de-DE/foxyproxy.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/de-DE/foxyproxy.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,146 @@
+extensions.foxyproxy@eric.h.jung.description=FoxyProxy - Firefox Proxy-Management der Spitzenklasse
+foxyproxy=FoxyProxy
+tor=Tor
+privoxy=Privoxy
+settings.error=Fehler beim Lesen der Einstellungen
+settings.error.2=Fehler beim Lesen der Einstellungsdatei: %S. Eine neue Einstellungsdatei wird angelegt: %S.
+settings.error.3=Fehler beim Schreiben der Einstellungsdatei: %S. Stellen Sie sicher, dass der Pfad existiert und dass der Schreibzugriff für Firefox erlaubt ist, dann starten Sie Firefox neu. FoxyProxy wird erst nach diesen Schritten wieder funktionieren.
+error=Fehler
+welcome=Willkommen zu FoxyProxy!
+yes=Ja
+no=Nein
+disabled=Inaktiv
+torwiz.configure=Soll FoxyProxy für den Gebrauch von Tor konfiguriert werden?
+torwiz.with.without.privoxy=Wird Tor mit oder ohne Privoxy verwendet?
+torwiz.with=mit
+torwiz.without=ohne
+torwiz.privoxy.not.required=Hinweis: Seit Firefox 1.5 wird Privoxy nicht mehr für die Verwendung von Firefox mit Tor benötigt. Privoxy bietet Mehrwert in Form von Inhaltsfilterung, aber es ist nicht zwangsläufig erforderlich. Soll Firefox trotzdem Tor über Privoxy verwenden?
+torwiz.port=Bitte geben sie den Port an, auf dem %S horcht. Falls unbekannt, verwenden sie einfach den Standardwert.
+torwiz.nan=Dies ist keine Portnummer.
+torwiz.proxy.notes=Proxy über das Tor-Netzwerk - http://tor.eff.org
+torwiz.google.mail=Google Mail
+torwiz.pattern=http://*mail.google.com/*
+torwiz.congratulations=Herzlichen Glückwunsch! FoxyProxy wurde erfolgreich für die Verwendung von Tor konfiguriert. Bitte stellen sie sicher, dass Tor gestartet ist, bevor sie URLs besuchen, für die das Tor-Netzwerk benutzt werden soll. Falls sie FoxyProxy für die Verwendung von Privoxy konfiguriert haben, stellen sie bitte sicher, dass dieses ebenfalls gestartet ist.
+torwiz.cancelled=Der FoxyProxy Tor-Wizard wurde abgebrochen.
+mode.patterns.label=Verwende Proxies entsprechend ihrer konfigurierten Muster und Prioritäten
+mode.patterns.accesskey=P
+mode.patterns.tooltip=Verwende Proxies entsprechend ihrer konfigurierten Muster und Prioritäten
+mode.custom.label=Verwende Proxy "%S" für alle URLs
+mode.custom.tooltip=Verwende Proxy "%S" für alle URLs
+mode.disabled.label=Deaktiviere FoxyProxy vollständig
+mode.disabled.accesskey=K
+mode.disabled.tooltip=Deaktiviere FoxyProxy vollständig
+more.label=Weiter
+more.accesskey=W
+more.tooltip=Zeige weitere Optionen
+invalid.url=Die für automatische Proxy-Konfiguration angegebene URL ist ungültig.
+protocols.error=Bitte geben sie ein oder mehrere Protokolle für den Proxy an.
+noport2=Zu diesem Host muss ein Port angegeben werden.
+nohost2=Zu diesem Port muss ein Host-Name angegeben werden.
+nohostport=Host-Name und Port müssen angegeben werden.
+torwiz.nopatterns.2=Sie haben keine URL-Muster für die Whitelist (inklusiv) angegeben. Dies bedeutet, dass das Tor-Netzwerk nicht benutzt wird. Dennoch fortsetzen?
+torwiz.nopatterns.3=Sie haben keine URL-Muster für die Whitelist (inklusiv) angegeben. Dies bedeutet, dass das Tor-Netzwerk nicht benutzt wird, solange FoxyProxy nicht im Modus "Verwende Proxy "%S" für alle URLs" betrieben wird. Dennoch fortsetzen?
+months.long.1=Januar
+months.short.1=Jan
+months.long.2=Februar
+months.short.2=Feb
+months.long.3=März
+months.short.3=Mär
+months.long.4=April
+months.short.4=Apr
+months.long.5=Mai
+months.short.5=Mai
+months.long.6=Juni
+months.short.6=Jun
+months.long.7=Juli
+months.short.7=Jul
+months.long.8=August
+months.short.8=Aug
+months.long.9=September
+months.short.9=Sep
+months.long.10=Oktober
+months.short.10=Okt
+months.long.11=November
+months.short.11=Nov
+months.long.12=Dezember
+months.short.12=Dez
+days.long.1=Sonntag
+days.short.1=So
+days.long.2=Montag
+days.short.2=Mo
+days.long.3=Dienstag
+days.short.3=Di
+days.long.4=Mittwoch
+days.short.4=Mi
+days.long.5=Donnerstag
+days.short.5=Do
+days.long.6=Freitag
+days.short.6=Fr
+days.long.7=Samstag
+days.short.7=Sa
+timeformat=dd.mm.yyyy HH:nn:ss:zzz
+file.select=Datei für die Speicherung der Einstellungen auswählen
+manual=Manuell
+auto=Auto
+direct=Direkt
+delete.proxy.confirm=Sind sie sicher, dass sie den Proxy löschen wollen?
+pattern.required=Es muss ein Muster angegeben werden.
+pattern.invalid.regex=%S ist kein gültiger regulärer Ausdruck.
+proxy.error.for.url=Fehler beim Ermitteln des Proxys für %S
+proxy.default.settings.used=FoxyProxy wird für diese URL nicht verwendet - es werden die Firefox-Standardeinstellungen benutzt
+proxy.all.urls=Alle URLs wurden für die Benutzung dieses Proxys konfiguriert
+pac.status=FoxyProxy PAC-Status
+pac.status.loadfailure=Fehler beim Laden der PAC für Proxy "%S"
+pac.status.success=PAC für Proxy "%S" geladen
+pac.status.error=Fehler in PAC für Proxy "%S"
+error.noload=Fehler. Bitte benachrichtigen sie das FoxyProxy-Entwicklungsteam. Es werden keine privaten Daten übermittelt, aber die Ressource kann leider nicht geladen werden. Exception-Code ist %S
+proxy.name.required=Bitte geben sie auf dem Tab "Allgemeine Einstellungen" einen Namen für diesen Proxy an.
+proxy.default=Default
+proxy.default.notes=Diese Einstellungen werden verwendet, wenn keines der konfigurierten Muster eine URL akzeptiert.
+proxy.default.match.name=Alle
+delete.proxy.default=Proxy kann nicht gelöscht werden.
+copy.proxy.default=Proxy kann nicht kopiert werden.
+logg.maxsize.change=Soll das Log wirklich gelöscht werden?
+logg.maxsize.maximum=Empfohlene Maximalgröße ist 9999. Größere Werte führen zu einem höheren Speicherverbrauch und können die Performance beeinträchtigen. Dennoch übernehmen?
+proxy.random=Proxy wurde zufällig ausgewählt
+mode.random.label=Verwende zufällige Proxies für alle URLs (alle Muster und Prioritäten werden ignoriert)
+mode.random.accesskey=Z
+mode.random.tooltip=Lade alle URLs über zufällige Proxies (alle Muster und Prioritäten werden ignoriert)
+random=Zufällig
+random.applicable=Diese Option ist nur wirksam im Modus "Verwende zufällige Proxies für alle URLs (alle Muster und Prioritäten werden ignoriert)"
+superadd.error=Konfigurationsfehler. %S wurde deaktiviert.
+superadd.notify=Proxy %S
+superadd.url.added=Muster %S wurde Proxy "%S" zugeordnet.
+superadd.verboten2=%S kann nicht aktiviert werden, da entweder kein Proxy definiert ist oder alle Proxies deaktiviert sind.
+autoadd.pattern.label=Dynamisches Muster
+quickadd.pattern.label=Dynamisches QuickAdd Muster
+torwiz.proxydns=Sollen DNS-Anfragen über Tor geleitet werden? Falls sie nicht sicher sind, wählen sie "Ja"
+autoadd.notice=Bitte beachten: Die automatische Proxy-Zuordnung beeinflusst die Ladedauer aller Webseiten. Je komplexer das Suchmuster und je größer eine Webseite, desto länger benötigt der Abgleich mit dem Suchmuster.Falls sie deutliche Verzögerungen beobachten, deaktivieren sie bitte die automatische Proxy-Zuordnung.
+autoconfurl.test.success=Die PAC wurde gefunden, geladen und erfolgreich eingelesen
+autoconfurl.test.fail=Ein Problem ist aufgetreten beim Finden, Laden oder Einlesen der PAC:\nHTTP Status-Code: %S\nException: %S
+autoconfurl.test.fail2=Ein Problem ist aufgetreten beim Finden, Laden oder Einlesen der PAC:\n\n%S
+none=Keine
+delete.settings.ask=Wollen sie die in %S gespeicherten FoxyProxy-Einstellungen löschen?
+delete.settings.confirm=%S wird gelöscht, sobald alle Browser geschlossen sind.
+no.wildcard.characters=Das Muster enthält keine Wildcard-Zeichen und akzeptiert daher nur exakt "%S". Dies ist unüblich für FoxyProxy, und es bedeutet wahrscheinlich, dass ein Fehler im Muster vorliegt oder dass sie die Arbeitsweise von FoxyProxy-Mustern nicht verstanden haben. Dennoch fortsetzen?
+message.stop=Diese Meldung in Zukunft nicht mehr anzeigen
+log.save=Log speichern
+log.saved2=Das Log wurde in %S gespeichert. Soll es jetzt angezeigt werden?
+log.nourls.url=Nicht geloggt
+log.scrub=Existierende Log-Einträge von URLs löschen?
+no.white.patterns.2=Sie haben keine URL-Muster für die Whitelist (inklusiv) angegeben. Dies bedeutet, dass der Proxy nicht benutzt wird. Dennoch fortsetzen?
+no.white.patterns.3=Sie haben keine URL-Muster für die Whitelist (inklusiv) angegeben. Dies bedeutet, dass der Proxy nicht benutzt wird, solange FoxyProxy nicht im Modus "Verwende Proxy "%S" für alle URLs" betrieben wird. Dennoch fortsetzen?
+quickadd.quickadd.canceled=QuickAdd wurde abgebrochen, da die aktuelle URL schon vom existierenden Muster "%S" in Proxy "%S" abgedeckt wird
+quickadd.nourl=Aktuelle URL kann nicht geladen werden
+cookies.allremoved=Alle Cookies entfernt
+route.error=Fehler bei der Ermittlung des Proxy Hosts
+route.exception=Exception bei der Ermittlung des Proxy Hosts für %S
+see.log=Weitere Informationen im Log.
+pac.select=PAC-Datei auswählen
+pac.files=PAC-Dateien
+preferences.read.error.warning=Unable to read preference %S in %S. Please report this error to the FoxyProxy development team.
+preferences.read.error.fatal=You should recreate this preference (using about:config) so that it points to foxyproxy.xml in the format file:///c:/path/foxyproxy.xml. Alternatively, install FoxyProxy in a new Firefox profile.
+not.authorized=*Sie sind nicht berechtigt, diese Seite anzusehen*
+pac.empty=PAC-URL oder PAC-Inhalt ist leer
+pac.fcn.notfound=Funktion FindProxyForURL() nicht in PAC gefunden
+http.error=HTTP Status Fehler: %S
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/de-DE/torwizhelp.dtd 2.8.9-0ubuntu1/chrome/locale/de-DE/torwizhelp.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/de-DE/torwizhelp.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/de-DE/torwizhelp.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,13 @@
+<!ENTITY help.title.foxyproxy.help "FoxyProxy Hilfe">
+<!ENTITY help.patterns "URL-Muster">
+<!ENTITY help.ff.asks "Bevor Firefox eine URL lädt, fragt er FoxyProxy, ob ein Proxy verwendet werden soll.">
+<!ENTITY help.fp.answers "FoxyProxy beantwortet diese Frage, indem es versucht, die aktuelle URL mit allen URL-Mustern abzugleichen, die Sie weiter unten definieren. Die einfachste Art, Muster zu definieren, verwendet Wildcards.">
+<!ENTITY help.a.wildcards "Wildcards">
+<!ENTITY help.p.wildcards.are "Wildcards sind bei Computern allgegenwärtig; Sie sind ihnen höchstwahrscheinlich schon einmal begegnet. Der Stern (*) steht als Platzhalter für null oder mehrere Zeichen, und das Fragezeichen (?) steht als Platzhalter für ein beliebiges einzelnes Zeichen.">
+<!ENTITY help.p.regexp "Komplexere Vergleichsregeln sind mit regulären Ausdrücken möglich. Für Details betätigen Sie die &quot;Hilfe&quot; Schaltfläche.">
+<!ENTITY help.h4.wildcard.examples "Wildcard-Beispiele">
+<!ENTITY help.th.url.pattern "URL-Muster">
+<!ENTITY help.th.some.matches "Einige Treffer">
+<!ENTITY help.th.some.non.matches "Einige nicht-Treffer">
+<!ENTITY help.td.everything.in.y "Alles in der Domäne von Yahoo">
+<!ENTITY help.i.matches.everything "Akzeptiert alles">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/el-GR/amo.properties 2.8.9-0ubuntu1/chrome/locale/el-GR/amo.properties
--- 2.7.5~dfsg.1-1/chrome/locale/el-GR/amo.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/el-GR/amo.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,3 @@
+description.0=Το FoxyProxy είναι ένα  εξελιγμένο εργαλείο για τη διαχείριση διαμεσολαβητών που αντικαθιστά εντελώς τις περιορισμένες δυνατότητες του Firefox. Παρέχει περισσότερες λειτουργίες από τα SwitchProxy, ProxyButton, QuickProxy, xyzproxy, ProxyTex, TorButton, κλπ.
+description.1=Το FoxyProxy είναι ένα πρόσθετο του Firefox που διοχετεύει αυτόματα μια σύνδεση στο διαδίκτυο σε ένα ή περισσότερους διαμεσολαβητές με βάση πρότυπα URL. Με απλά λόγια, αυτοματοποιεί την χειρωνακτίκη επεξεργασία των ρυθμίσεων σύνδεσης του ίδιου του Firefox. Η εναλλαγή διαμεσολαβητή γίνεται με βάση το URL που φορτώνεται και τους κανόνες που έχετε καθορίσει εσείς.
+description.2=Εικονίδια με εφέ κίνησης σας ειδοποιούν όταν γίνεται χρήση διαμεσολαβητή. Η καταγραφή του σας επιτρέπει να δείτε λεπτομέρειες για τους διαμεσολαβητές και το πότε χρησιμοποιούνται. Η λειτουργία «άμεση προσθήκη» σας διευκολύνει στην άμεση δημιουργία νέων πρότυπων URL σε πραγματικό χρόνο. Το Foxyproxy είναι συμβατό με τον Portable Firefox, έχει καλύτερη υποστήριξη για αρχεία PAC από τον ίδιο τον Firefox και είναι μεταφρασμένο σε περισσότερες από 25 γλώσσες.
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/el-GR/foxyproxy.dtd 2.8.9-0ubuntu1/chrome/locale/el-GR/foxyproxy.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/el-GR/foxyproxy.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/el-GR/foxyproxy.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,436 @@
+<!ENTITY foxyproxy.label "FoxyProxy">
+<!ENTITY foxyproxy.accesskey "o">
+<!ENTITY foxyproxy.tooltip "FoxyProxy">
+<!ENTITY foxyproxy.optionsdialog.label "Επιλογές FoxyProxy">
+<!ENTITY foxyproxy.options.label "Επιλογές">
+<!ENTITY foxyproxy.options.accesskey "Ε">
+<!ENTITY foxyproxy.options.tooltip "Άνοιγμα του διαλόγου επιλογών">
+<!ENTITY foxyproxy.tree.pickertooltiptext.label "Κάντε κλικ για να επιλέξετε ποιές στήλες θα εμφανίζονται">
+<!ENTITY foxyproxy.proxy.name.label "Όνομα διαμεσολαβητή">
+<!ENTITY foxyproxy.proxy.name.accesskey "Ο">
+<!ENTITY foxyproxy.proxy.name.tooltip "Όνομα διαμεσολαβητή">
+<!ENTITY foxyproxy.proxy.notes.label "Σημειώσεις διαμεσολαβητή">
+<!ENTITY foxyproxy.proxy.notes.accesskey "Σ">
+<!ENTITY foxyproxy.proxy.notes.tooltip "Σημειώσεις διαμεσολαβητή">
+<!ENTITY foxyproxy.pattern.label "Πρότυπο">
+<!ENTITY foxyproxy.pattern.accesskey "Π">
+<!ENTITY foxyproxy.pattern.tooltip "Πρότυπο URL">
+<!ENTITY foxyproxy.urlpatterns.label "Πρότυπα URL">
+<!ENTITY foxyproxy.urlpatterns.accesskey "Π">
+<!ENTITY foxyproxy.urlpatterns.tooltip "Πρότυπα URL">
+<!ENTITY foxyproxy.pattern.type.label "Τύπος προτύπου">
+<!ENTITY foxyproxy.whitelist.blacklist.label "Λίστα επιτρεπόμενων (συμπεριληπτική) ή λίστα μη επιτρεπόμενων (αποριπτική)">
+<!ENTITY foxyproxy.pattern.name.label "Όνομα προτύπου">
+<!ENTITY foxyproxy.pattern.name.accesskey "ν">
+<!ENTITY foxyproxy.pattern.name.tooltip "Όνομα του προτύπου">
+<!ENTITY foxyproxy.url.pattern.label "Πρότυπο URL">
+<!ENTITY foxyproxy.url.pattern.accesskey "υ">
+<!ENTITY foxyproxy.url.pattern.tooltip "Πρότυπο URL">
+<!ENTITY foxyproxy.enabled.label "Ενεργοποιημένο">
+<!ENTITY foxyproxy.enabled.accesskey "ν">
+<!ENTITY foxyproxy.enabled.tooltip "Εναλλαγή ενεργοποίησης/απενεργοποίησης">
+<!ENTITY foxyproxy.delete.selection.label "Διαγραφή">
+<!ENTITY foxyproxy.delete.selection.accesskey "Δ">
+<!ENTITY foxyproxy.delete.selection.tooltip "Διαγραφή του τρέχοντος επιλεγμένου στοιχείου">
+<!ENTITY foxyproxy.edit.selection.label "Επεξεργασία">
+<!ENTITY foxyproxy.edit.selection.accesskey "π">
+<!ENTITY foxyproxy.edit.selection.tooltip "Επεξεργασία του τρέχοντος επιλεγμένου στοιχείου">
+<!ENTITY foxyproxy.help.label "Περιεχόμενα βοήθειας">
+<!ENTITY foxyproxy.help.accesskey "Β">
+<!ENTITY foxyproxy.help.tooltip "Προβολή βοήθειας">
+<!ENTITY foxyproxy.close.label "Κλείσιμο">
+<!ENTITY foxyproxy.close.accesskey "Κ">
+<!ENTITY foxyproxy.close.tooltip "Κλείσιμο παραθύρου">
+<!ENTITY foxyproxy.about.label "Περί">
+<!ENTITY foxyproxy.about.accesskey "Π">
+<!ENTITY foxyproxy.about.tooltip "Ανοίγει τον διάλογο «περί»">
+<!ENTITY foxyproxy.online.label "Το FoxyProxy στο διαδίκτυο">
+<!ENTITY foxyproxy.online.accesskey "ι">
+<!ENTITY foxyproxy.online.tooltip "Επισκεφθείτε τον ιστότοπο του FoxyProxy">
+<!ENTITY foxyproxy.tor.label "Βοηθός Tor">
+<!ENTITY foxyproxy.tor.accesskey "θ">
+<!ENTITY foxyproxy.tor.tooltip "Βοηθός Tor">
+<!ENTITY foxyproxy.copy.selection.label "Αντιγραφή">
+<!ENTITY foxyproxy.copy.selection.accesskey "Α">
+<!ENTITY foxyproxy.copy.selection.tooltip "Αντιγράφει την επιλογή">
+<!ENTITY foxyproxy.mode.label "Επιλογή τρόπου λειτουργίας">
+<!ENTITY foxyproxy.auto.url.label "URL αυτόματης ρύθμισης διαμεσολαβητή">
+<!ENTITY foxyproxy.auto.url.accesskey "α">
+<!ENTITY foxyproxy.auto.url.tooltip "Εισάγετε το URL του αρχείου PAC">
+<!ENTITY foxyproxy.auto.url.note.label "http(s)://   ftp://   file://   relative://">
+<!ENTITY foxyproxy.auto.url.note.tooltip "Κάντε κλικ στο εικονίδιο πληροφοριών για το σχετικό ://">
+<!ENTITY foxyproxy.port.label "Θύρα">
+<!ENTITY foxyproxy.port.accesskey "Θ">
+<!ENTITY foxyproxy.port.tooltip "Θύρα">
+<!ENTITY foxyproxy.socks.proxy.label "Διαμεσολαβητής SOCKS">
+<!ENTITY foxyproxy.socks.proxy.accesskey "λ">
+<!ENTITY foxyproxy.socks.proxy.tooltip "URL διαμεσολαβητή SOCKS">
+<!ENTITY foxyproxy.socks.v4 "SOCKS v4/4a">
+<!ENTITY foxyproxy.socks.v5 "SOCKS v5">
+<!ENTITY foxyproxy.addeditpattern.title "Προσθήκη/Επεξεργασία προτύπου">
+<!ENTITY foxyproxy.wildcard.label "Χαρακτήρες μπαλαντέρ">
+<!ENTITY foxyproxy.wildcard.accesskey "Χ">
+<!ENTITY foxyproxy.wildcard.tooltip "Διευκρινίζει ότι το πρότυπο URL περιέχει χαρακτήρες μπαλαντέρ και δεν είναι κανονική έκφραση">
+<!ENTITY foxyproxy.wildcard.example.label "Παράδειγμα : *mail.yahoo.com/*">
+<!ENTITY foxyproxy.regex.label "Κανονική έκφραση">
+<!ENTITY foxyproxy.regex.accesskey "Κ">
+<!ENTITY foxyproxy.regex.tooltip "Διευκρινίζει ότι το πρότυπο URL είναι κανονική έκφραση">
+<!ENTITY foxyproxy.regex.example.label "Παράδειγμα : https?://.*\.mail\.yahoo\.com/.*">
+<!ENTITY foxyproxy.version "Έκδοση">
+<!ENTITY foxyproxy.createdBy "Δημιουργήθηκε από">
+<!ENTITY foxyproxy.copyright "Πνευματικά δικαιώματα">
+<!ENTITY foxyproxy.rights "Με την επιφύλαξη παντώς δικαιώματος">
+<!ENTITY foxyproxy.released "Δημοσιεύεται σύμφωνα με την άδεια χρήσης GPL">
+<!ENTITY foxyproxy.tab.general.label "Γενικά">
+<!ENTITY foxyproxy.tab.general.accesskey "Γ">
+<!ENTITY foxyproxy.tab.general.tooltip "Διαχείριση γενικών ρυθμίσεων διαμεσολαβητή">
+<!ENTITY foxyproxy.tab.proxy.label "Λεπτομέρειες διαμεσολαβητή">
+<!ENTITY foxyproxy.tab.proxy.accesskey "Λ">
+<!ENTITY foxyproxy.tab.proxy.tooltip "Διαχείριση λεπτομερειών διαμεσολαβητή">
+<!ENTITY foxyproxy.tab.patterns.label "Πρότυπα">
+<!ENTITY foxyproxy.tab.patterns.accesskey "Π">
+<!ENTITY foxyproxy.tab.patterns.tooltip "Διαχείριση προτύπων URL">
+<!ENTITY foxyproxy.add.title "Ρυθμίσεις διαμεσολαβητή">
+<!ENTITY foxyproxy.pattern.description "Εδώ μπορείτε να ορίσετε το πότε θα γίνεται χρήση αυτού του διαμεσολαβητή και πότε όχι.">
+<!ENTITY foxyproxy.pattern.matchtype.label "Το πρότυπο περιέχει :">
+<!ENTITY foxyproxy.pattern.matchtype2.label "Το πρότυπο για την αναγνώριση μπλοκαρισμένων ιστοσελίδων περιέχει:">
+<!ENTITY foxyproxy.pattern.template.matchtype.label "Το σχέδιο πρότυπου περιέχει:">
+<!ENTITY foxyproxy.pattern.whiteblack.label "Συμπερίληψη/Απόρριψη URL">
+<!ENTITY foxyproxy.add.option.direct.label "Άμεση σύνδεση με το διαδύκτιο (χωρίς διαμεσολαβητή)">
+<!ENTITY foxyproxy.add.option.direct.accesskey "Α">
+<!ENTITY foxyproxy.add.option.direct.tooltip "Να μη γίνεται χρήση διαμεσολαβητή - χρήση υπάρχουσας άμεσης σύνδεσης με το διαδίκτυο">
+<!ENTITY foxyproxy.add.option.manual.label "Χειρονακτικές ρυθμίσεις διαμεσολαβητή">
+<!ENTITY foxyproxy.add.option.manual.accesskey "Χ">
+<!ENTITY foxyproxy.add.option.manual.tooltip "Ορίστε τις ρυθμίσεις του διαμεσολαβητή χειρωνακτικά">
+<!ENTITY foxyproxy.add.new.pattern.label "Προσθήκη νέου πρότυπου">
+<!ENTITY foxyproxy.add.new.pattern.accesskey "Π">
+<!ENTITY foxyproxy.add.new.pattern.tooltip "Προσθήκη νέου πρότυπου">
+<!ENTITY foxyproxy.menubar.file.label "Αρχείο">
+<!ENTITY foxyproxy.menubar.file.accesskey "ρ">
+<!ENTITY foxyproxy.menubar.file.tooltip "Άνοιγμα του μενού «Αρχείο»">
+<!ENTITY foxyproxy.menubar.help.label "Βοήθεια">
+<!ENTITY foxyproxy.menubar.help.accesskey "Β">
+<!ENTITY foxyproxy.menubar.help.tooltip "Άνοιγμα του μενού «Βοήθεια»">
+<!ENTITY foxyproxy.mode.accesskey "τ">
+<!ENTITY foxyproxy.mode.tooltip "Επιλέξτε πως θα ενεργοποιείται το FoxyProxy">
+<!ENTITY foxyproxy.tab.proxies.label "Διαμεσολαβητές">
+<!ENTITY foxyproxy.tab.proxies.accesskey "Δ">
+<!ENTITY foxyproxy.tab.proxies.tooltip "Διαχείριση διαμεσολαβητών">
+<!ENTITY foxyproxy.tab.global.label "Γενικές ρυθμίσεις">
+<!ENTITY foxyproxy.tab.global.accesskey "Γ">
+<!ENTITY foxyproxy.tab.global.tooltip "Διαχείριση γενικών ρυθμίσεων">
+<!ENTITY foxyproxy.tab.logging.label "Συνδέσεις">
+<!ENTITY foxyproxy.tab.logging.accesskey "Σ">
+<!ENTITY foxyproxy.tab.logging.tooltip "Διαχείριση ρυθμίσεων συνδέσεων">
+<!ENTITY foxyproxy.proxydns.label "Χρήση διαμεσολαβητή SOCKS για διερευνήσεις DNS">
+<!ENTITY foxyproxy.proxydns.accesskey "Ν">
+<!ENTITY foxyproxy.proxydns.tooltip "Αν επιλεγεί, οι διερευνήσεις DNS θα δρομολογούντε μέσω διαμεσολαβητή SOCKS">
+<!ENTITY foxyproxy.proxydns.notice "Απαιτείται επανεκκίνιση του Firefox για να εφαρμοστούν οι νέες ρυθμίσεις. Να γίνει τώρα;">
+<!ENTITY foxyproxy.showstatusbaricon.label "Προβολή εικονίδιου στη γραμμή κατάστασης">
+<!ENTITY foxyproxy.showstatusbaricon.accesskey "γ">
+<!ENTITY foxyproxy.showstatusbaricon.tooltip "Αν επιλεγεί, θα εμφανίζεται το εικονίδιο του FoxyProxy στη γραμμή κατάστασης">
+<!ENTITY foxyproxy.showstatusbarmode.label "Προβολή κείμενου στη γραμμή κάταστασης">
+<!ENTITY foxyproxy.showstatusbarmode.accesskey "γ">
+<!ENTITY foxyproxy.showstatusbarmode.tooltip "Αν επιλεγεί, θα εμφανίζεται η κατάσταση λειτουργίας του FoxyProxy με κείμενο στη γραμμή κατάστασης">
+<!ENTITY foxyproxy.storagelocation.label "Αποθήκευση ρυθμίσεων">
+<!ENTITY foxyproxy.storagelocation.accesskey "θ">
+<!ENTITY foxyproxy.storagelocation.tooltip "Η τοποθεσία αποθήκευσης των ρυθμίσεων του FoxyProxy">
+<!ENTITY foxyproxy.tab.logging.timestamp.label "Χρονoσήμανση">
+<!ENTITY foxyproxy.tab.logging.url.label "URL">
+<!ENTITY foxyproxy.host.label "Όνομα κεντρικού υπολογιστή">
+<!ENTITY foxyproxy.host.accesskey "κ">
+<!ENTITY foxyproxy.host.tooltip "Κεντρικός υπολογιστής">
+<!ENTITY foxyproxy.clear.label "Καθαρισμός">
+<!ENTITY foxyproxy.clear.accesskey "Κ">
+<!ENTITY foxyproxy.clear.tooltip "Καθαρισμός">
+<!ENTITY foxyproxy.refresh.label "Ανανέωση">
+<!ENTITY foxyproxy.refresh.accesskey "Α">
+<!ENTITY foxyproxy.refresh.tooltip "Ανανέωση">
+<!ENTITY foxyproxy.save.label "Αποθήκευση">
+<!ENTITY foxyproxy.save.accesskey "Α">
+<!ENTITY foxyproxy.save.tooltip "Αποθήκευση">
+<!ENTITY foxyproxy.addnewproxy.label "Προσθήκη νέου διαμεσολαβητή">
+<!ENTITY foxyproxy.addnewproxy.accesskey "Π">
+<!ENTITY foxyproxy.addnewproxy.tooltip "Προσθήκη νέου διαμεσολαβητή">
+<!ENTITY foxyproxy.whitelist.label "Λίστα επιτρεπόμενων">
+<!ENTITY foxyproxy.whitelist.accesskey "ε">
+<!ENTITY foxyproxy.whitelist.tooltip "Τα URL που συμφωνούν με το συγκεκριμένο πρότυπο θα φορτώνοντε μέσω αυτού του διαμεσολαβητή">
+<!ENTITY foxyproxy.whitelist.description.label "Τα URL που συμφωνούν με το συγκεκριμένο πρότυπο θα φορτώνοντε μέσω αυτού του διαμεσολαβητή">
+<!ENTITY foxyproxy.blacklist.label "Λίστα απαγορευμένων">
+<!ENTITY foxyproxy.blacklist.accesskey "α">
+<!ENTITY foxyproxy.blacklist.tooltip "Τα URL που συμφωνούν με αυτό το πρότυπο δεν θα φορτώνοντε μέσω αυτού του διαμεσολαβητή">
+<!ENTITY foxyproxy.blacklist.description.label "Τα URL που συμφωνούν με αυτό το πρότυπο δεν θα φορτώνοντε μέσω αυτού του διαμεσολαβητή">
+<!ENTITY foxyproxy.whiteblack.description.label "Τα πρότυπα της λίστας απαγορευμένων(απόριψης) έχουν προτεραιότητα σε σχέση με αυτά της λίστας επιτρεπόμενων(συμπεριληπτικά): Αν ένα URL συμφωνεί και με τα δυο για τον ίδιο διαμεσολαβητή, το URL δεν θα επιτραπεί να φορτωθεί από αυτόν.">
+<!ENTITY foxyproxy.usingPFF.label1 "Χρησιμοποιώ τον">
+<!ENTITY foxyproxy.usingPFF.label2 "Pοrtable Firefox">
+<!ENTITY foxyproxy.usingPFF.accesskey "ο">
+<!ENTITY foxyproxy.usingPFF.tooltip "Επιλέξτε το αν χρησιμοποιήτε τον Portable Firefox">
+<!ENTITY foxyproxy.socks.version.label "Έκδοση SOCKS">
+<!ENTITY foxyproxy.autopacurl.label "Αυτόματο PAC URL">
+<!ENTITY foxyproxy.issocks.label "Διαμεσολαβητής SOCKS;">
+<!ENTITY foxyproxy.issocks.accesskey "σ">
+<!ENTITY foxyproxy.issocks.tooltip "Πρόκειται για διαμεσολαβητή δικτύου ή SOCKS;">
+<!ENTITY foxyproxy.moveup.label "Μετακίνηση πάνω">
+<!ENTITY foxyproxy.moveup.tooltip "Ενισχύει την προτεραιότητα της τρέχουσας επιλογής">
+<!ENTITY foxyproxy.moveup.accesskey "Μ">
+<!ENTITY foxyproxy.movedown.label "Μετακίνηση κάτω">
+<!ENTITY foxyproxy.movedown.tooltip "Μειώνει την προτεραιότητα της τρέχουσας επιλογής">
+<!ENTITY foxyproxy.movedown.accesskey "Κ">
+<!ENTITY foxyproxy.autoconfurl.view.label "Εμφάνιση">
+<!ENTITY foxyproxy.autoconfurl.view.accesskey "Ε">
+<!ENTITY foxyproxy.autoconfurl.view.tooltip "Εμφάνιση του αρχείου αυτόματων ρυθμίσεων">
+<!ENTITY foxyproxy.autoconfurl.test.label "Έλεγχος">
+<!ENTITY foxyproxy.autoconfurl.test.accesskey "λ">
+<!ENTITY foxyproxy.autoconfurl.test.tooltip "Έλεγχος του αρχείου αυτόματων ρυθμίσεων">
+<!ENTITY foxyproxy.autoconfurl.reload.label "Ανανέωση του αρχείου PAC κάθε:">
+<!ENTITY foxyproxy.autoconfurl.reload.accesskey "ν">
+<!ENTITY foxyproxy.autoconfurl.reload.tooltip "Αυτόματη ανανέωση του αρχείου PAC σε καθορισμένο χρόνο">
+<!ENTITY foxyproxy.minutes.label "λεπτά">
+<!ENTITY foxyproxy.minutes.tooltip "λεπτά">
+<!ENTITY foxyproxy.logging.maxsize.label "Μέγιστο μέγεθος αναδίπλωσης ιστορικού">
+<!ENTITY foxyproxy.logging.maxsize.accesskey "Μ">
+<!ENTITY foxyproxy.logging.maxsize.tooltip "Μέγιστος αριθμός εγγραφών στο ιστορικό καταγραφής πριν αυτό αναδιπλώθει από την αρχή">
+<!ENTITY foxyproxy.logging.maxsize.button.label "Ορισμός">
+<!ENTITY foxyproxy.logging.maxsize.button.accesskey "Ο">
+<!ENTITY foxyproxy.logging.maxsize.button.tooltip "Ορίζει τον μέγιστο αριθμό εγγραφών του ιστορικού καταγραφής πριν αναδιπλώθει από την αρχή">
+<!ENTITY foxyproxy.random.label "Φόρτωση των URL μέσω τυχαίων διαμεσολαβητών (αγνόωντας κάθε πρότυπο και προτεραιότητα)">
+<!ENTITY foxyproxy.random.accesskey "Τ">
+<!ENTITY foxyproxy.random.tooltip "Φόρτωση των URL μέσω τυχαίων διαμεσολαβητών (αγνόωντας κάθε πρότυπο και προτεραιότητα)">
+<!ENTITY foxyproxy.random.includedirect.label "Συμπεριλήψη διαμεσολαβητών που έχουν ρυθμίστει ως άμεσες συνδέσεις με το διαδίκτυο">
+<!ENTITY foxyproxy.random.includedirect.accesskey "Σ">
+<!ENTITY foxyproxy.random.includedirect.tooltip "Οι διαμεσολαβητές που έχουν ρυθμιστεί ως άμεσες συνδέσεις με το διαδίκτυο συμπεριλαμβάνονται στην επιλογή τυχαίου διαμεσολαβητή">
+<!ENTITY foxyproxy.random.includedisabled.label "Συμπερίληψη απενεργοποιημένων διαμεσολαβητών">
+<!ENTITY foxyproxy.random.includedisabled.accesskey "Α">
+<!ENTITY foxyproxy.random.includedisabled.tooltip "Οι διαμεσολαβητές που έχουν απενεργοποιηθεί συμπεριλαμβάνονται στην επιλογή τυχαίου διαμεσολαβητή">
+<!ENTITY foxyproxy.random.settings.label "Επιλογή τυχαίου διαμεσολαβητή">
+<!ENTITY foxyproxy.random.settings.accesskey "τ">
+<!ENTITY foxyproxy.random.settings.tooltip "Ρυθμίσεις που επηρεάζουν την επιλογή τυχαίου διαμεσολαβητή">
+<!ENTITY foxyproxy.tab.autoadd.label "Αυτόματη προσθήκη">
+<!ENTITY foxyproxy.tab.autoadd.accesskey "Α">
+<!ENTITY foxyproxy.tab.autoadd.tooltip "Διαχείριση ρυθμίσεων αυτόματης προσθήκης">
+<!ENTITY foxyproxy.autoadd.description "Καθορίστε ένα πρότυπο για την αναγνώριση μπλοκαρισμένων ιστοτόπων. Όταν το πρότυπο αυτό βρεθεί σε μια σελίδα, γίνεται αυτόματη προσθήκη σε διαμεσολαβητή ενός πρότυπου σύμφωνου με το URL της σελίδας και ανανεώνεται προαιρετικά.">
+<!ENTITY foxyproxy.autoadd.pattern.label "Πρότυπο αναγνώρισης μπλοκαρισμένων ιστότοπων">
+<!ENTITY foxyproxy.autoadd.pattern.accesskey "Π">
+<!ENTITY foxyproxy.autoadd.pattern.tooltip "Πρότυπο που χρησιμοποιήται για την αναγνώριση μπλοκαρισμένων ιστότοπων">
+<!ENTITY foxyproxy.autoadd.wildcard.example.label "Παράδειγμα : «Δεν έχετε εξουσιοδότηση για να δείτε αυτή τη σελίδα»">
+<!ENTITY foxyproxy.autoadd.regex.example.label "Παράδειγμα : .*Ο ιστότοπος.* έχει μπλοκαριστεί.*">
+<!ENTITY foxyproxy.autoadd.proxy.label "Αυτόματη προσθήκη προτύπων στον διαμεσολαβητή">
+<!ENTITY foxyproxy.autoadd.proxy.accesskey "π">
+<!ENTITY foxyproxy.autoadd.proxy.tooltip "Ορισμός του διαμεσολαβητή στον οποίο θα γίνεται αυτόματη προσθήκη προτύπων">
+<!ENTITY foxyproxy.pattern.template.label "Σχέδιο προτύπου URL">
+<!ENTITY foxyproxy.pattern.template.accesskey "Σ">
+<!ENTITY foxyproxy.pattern.template.tooltip "Σχέδιο προτύπου URL">
+<!ENTITY foxyproxy.pattern.template.example.label1 "Παράδειγμα για">
+<!ENTITY foxyproxy.pattern.template.example.label2 "http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant">
+<!ENTITY foxyproxy.pattern.template.currenturl.label "Τρέχον URL">
+<!ENTITY foxyproxy.pattern.template.currenturl.accesskey "ρ">
+<!ENTITY foxyproxy.pattern.template.currenturl.tooltip "URL της γραμμής πλοήγησης">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.label "Δημιουργημένο πρότυπο">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.accesskey "Δ">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.tooltip "Δυναμικά δημιουργημένο πρότυπο">
+<!ENTITY foxyproxy.autoadd.reload.label "Ανανέωση σελίδας μετά την προσθήκη">
+<!ENTITY foxyproxy.autoadd.reload.accesskey "Α">
+<!ENTITY foxyproxy.autoadd.reload.tooltip "Αυτόματη ανανέωση σελίδας μετά την προσθήκη του προτύπου σε διαμεσολαβητή">
+<!ENTITY foxyproxy.autoadd.notify.label "Ειδοποίηση όταν ενεργοποιηθεί η αυτόματη προσθήκη">
+<!ENTITY foxyproxy.autoadd.notify.accesskey "ο">
+<!ENTITY foxyproxy.autoadd.notify.tooltip "Σας ενημερώνει όταν μια σελίδα μπλοκαριστεί &amp; το πρότυπο URL προστεθεί σε διαμεσολαβητή">
+<!ENTITY foxyproxy.autoadd.notify.tooltip2 "Προβολή αναδυόμενου όταν ενεργοποιηθεί η αυτόματη προσθήκη">
+<!ENTITY foxyproxy.pacloadnotification.label "Ειδοποίηση όταν φορτώνεται αρχείο αυτόματων ρυθμίσεων">
+<!ENTITY foxyproxy.pacloadnotification.accesskey "δ">
+<!ENTITY foxyproxy.pacloadnotification.tooltip "Προβολή αναδυόμενου όταν φορτώνεται ένα αρχείο PAC">
+<!ENTITY foxyproxy.pacerrornotification.label "Ειδοποίηση για σφάλματα αρχείων αυτόματων ρυθμίσεων διαμεσολαβητή">
+<!ENTITY foxyproxy.pacerrornotification.accesskey "ι">
+<!ENTITY foxyproxy.pacerrornotification.tooltip "Προβολή αναδυόμενου όταν παρουσιάζονται σφάλματα αρχείων PAC">
+<!ENTITY foxyproxy.toolsmenu.label "Προβολή εικονίδιου στο μενού εργαλείων">
+<!ENTITY foxyproxy.toolsmenu.accesskey "Ε">
+<!ENTITY foxyproxy.toolsmenu.tooltip "Προβολή εικονίδιου στο μενού εργαλείων του Firefox">
+<!ENTITY foxyproxy.tip.label "Οδηγίες">
+<!ENTITY foxyproxy.pactips.popup.height "15.4em">
+<!ENTITY foxyproxy.pactips.popup.width "50em">
+<!ENTITY foxyproxy.pactip1.label "Για αρχεία PAC που υπάρχουν στο δίσκο σας, χρησιμοποιήστε το πρωτόκολλο file://. Για παράδειγμα, file://c:/path/proxy.pac στα Windows ή file:///home/users/joe/proxy.pac σε Unix/Linux/Mac.">
+<!ENTITY foxyproxy.pactip2.label "Για αρχεία PAC που υπάρχουν σε διακομιστή ftp, χρησιμοποιήστε το πρωτόκολλο ftp://. Για παράδειγμα, ftp://leahscape.com/path/proxy.pac">
+<!ENTITY foxyproxy.pactip3.label "Μπορείτε επίσης να χρησιμοποιήσετε τα http://, https://, ή οποιοδήποτε άλλο υποστηριζόμενο πρωτόκολλο.">
+<!ENTITY foxyproxy.pactip4.label "Τέλος, αν θέλετε να αναφερθείτε σε αρχείο PAC του τοπικού συστήματος αρχείων με μια σχετική διαδρομή, μπορείτε να κάνετε χρήση του σχετικού πρότυπου πρωτόκολλου.Αυτό είναι χρήσιμο για την περίπτωση που τα αρχεία PAC βρίσκονται σε κάποιο εξωτερικό δίσκο. Τα υποστηριζόμενα πρότυπα διαδρομών αναφέρονται">
+<!ENTITY foxyproxy.pactip5.label "εδώ">
+<!ENTITY foxyproxy.pactip6.label ". Τα ειδικά αλφαρηθμίτικα στα σχετικά πρότυπα πρωτόκολου αντικαθίστανται με τις αντίστοιχες τιμές τους. Για παράδειγμα, το σχετικό ://ProfD/pacs/proxy3.pac «δείχνει» το αρχείο proxy3.pac στον υποκατάλογο του">
+<!ENTITY foxyproxy.pactip7.label "κατάλογου που περιέχει τα προφίλ του Firefox">
+<!ENTITY foxyproxy.pactip8.label "που ονομάζεται pacs/. Στον Portable Firefox για τα Windows, ο κατάλογος των προφίλ του Firefox είναι πάντα σχετική διαδρομή γιατί το όνομα του οδηγού μπορεί να αλλάζει από υπολογιστή σε υπολογιστή. Παρακαλούμε να σημειώσετε πως τα ειδικά αλφαριθμητικά (ProfD, Home, TempD, etc.) έχουν διάκριση κεφαλαίων - πεζών!">
+<!ENTITY foxyproxy.contextmenu.label "Προβολή εικονίδιου στο μενού περιεχομένου">
+<!ENTITY foxyproxy.contextmenu.accesskey "σ">
+<!ENTITY foxyproxy.contextmenu.tooltip "Προβολή εικονίδιου στο μενού περιεχομένου">
+<!ENTITY foxyproxy.quickadd.desc1 "Η άμεση προσθήκη προσθέτει ένα δυναμικό πρότυπο URL σε διαμεσολαβητή με το Alt-F2. Η συντόμευση Alt-F2 μπορεί να προσαρμοστεί με την χρήση της επέκτασης">
+<!ENTITY foxyproxy.keyconfig.label "KeyConfig">
+<!ENTITY foxyproxy.quickadd.desc2 ".">
+<!ENTITY foxyproxy.quickadd.label "Άμεση προσθήκη">
+<!ENTITY foxyproxy.quickadd.accesskey "μ">
+<!ENTITY foxyproxy.quickadd.tooltip "Διαχείρηση ρυθμίσεων άμεσης προσθήκης">
+<!ENTITY foxyproxy.quickadd.notify.label "Ειδοποίηση όταν ενεργοποιηθεί η άμεση προσθήκη">
+<!ENTITY foxyproxy.quickadd.notify.accesskey "δ">
+<!ENTITY foxyproxy.quickadd.notify.tooltip "Προβολή αναδυόμενου όταν ενεργοποιηθεί η άμεση προσθήκη">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label "Ειδοποίηση όταν ακυρωθεί η άμεση προσθήκη">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label2 "Η άμεση προσθήκη ακυρώνεται αυτόματα όταν πατήσετε το Alt-F2, αλλά το τρέχον URL ταιρίαζει με κάποιο ήδη υπάρχον πρότυπο της λίστας επιτρεπομένων του διαμεσολαβητή. Έτσι αποφεύγουμε την ύπαρξη διπλότυπων πρότυπων, που μπορούν να κάνουν δύσχρηστες τις ρυθμίσεις σας. Αυτή η ρύθμιση δεν ενεργοποιεί - απενεργοποιεί την ακύρωση, απλά ενεργοποιεί - απενεργοποιεί την ειδοποίηση όταν αυτή συμβεί.">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.accesskey "α">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.tooltip "Προβολή αναδυόμενου όταν η άμεση προσθήκη ενεργοποιηθεί και ακυρωθεί">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.width "45em">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.height "12.4em">
+<!ENTITY foxyproxy.whatsthis "Τι είναι αυτό;">
+<!ENTITY foxyproxy.quickadd.prompt.label "Ερώτηση για επεξεργασία και επιβεβαίωση πριν προστεθεί πρότυπο">
+<!ENTITY foxyproxy.quickadd.prompt.accesskey "ε">
+<!ENTITY foxyproxy.quickadd.prompt.tooltip "Να γίνεται ερώτηση για επεξεργασία και να απαιτείται επιβεβαίωση πριν προστεθεί πρότυπο σε διαμεσολαβητή">
+<!ENTITY foxyproxy.quickadd.proxy.label "Προσθήκη προτύπου στον διαμεσολαβητή">
+<!ENTITY foxyproxy.quickadd.proxy.accesskey "Δ">
+<!ENTITY foxyproxy.quickadd.proxy.tooltip "Επιλέξτε τον διαμεσολαβητή στον οποίο θα προσθέσετε το πρότυπο">
+<!ENTITY foxyproxy.bypasscache.label "Παράκαμψη της λανθάνουσας μνήμης του Firefox κατά την φόρτωση">
+<!ENTITY foxyproxy.bypasscache.accesskey "Π">
+<!ENTITY foxyproxy.bypasscache.tooltip "Η λανθάνουσα μνήμη του Firefox αγνοείται">
+<!ENTITY foxyproxy.advancedmenus.label "Χρήση μενού για προχωρημένους">
+<!ENTITY foxyproxy.advancedmenus.accesskey "χ">
+<!ENTITY foxyproxy.advancedmenus.tooltip "Χρήση μενού για προχωρημένους (στο στυλ του FoxyProxy 2.2)">
+<!ENTITY foxyproxy.importsettings.label "Εισαγωγή ρυθμίσεων">
+<!ENTITY foxyproxy.importsettings.accesskey "ι">
+<!ENTITY foxyproxy.importsettings.tooltip "Εισαγωγή ρυθμίσεων από αρχείο">
+<!ENTITY foxyproxy.exportsettings.label "Εξαγωγή ρυθμίσεων">
+<!ENTITY foxyproxy.exportsettings.accesskey "ξ">
+<!ENTITY foxyproxy.exportsettings.tooltip "Εξαγωγή των ρυθμίσεων σε αρχείο">
+<!ENTITY foxyproxy.importlist.label "Εισαγωγή λίστας διαμεσολαβητών">
+<!ENTITY foxyproxy.importlist.accesskey "ι">
+<!ENTITY foxyproxy.importlist.tooltip "Εισαγωγή μιας λίστας κειμένου με διαμεσολαβητές">
+<!ENTITY foxyproxy.wildcard.reference.label "Πίνακας χαρακτήρων μπαλαντέρ">
+<!ENTITY foxyproxy.wildcard.reference.accesskey "μ">
+<!ENTITY foxyproxy.wildcard.reference.tooltip "Πίνακας αναφοράς χαρακτήρων μπαλαντέρ">
+<!ENTITY foxyproxy.wildcard.reference.subtitle.label "Ο αστερίσκος (*) υποκαθιστά πολλούς χαρακτήρες (ή μηδέν χαρακτήρες) και το λατινικό ερωτηματικό (?) υποκαθιστά ένα μόνο χαρακτήρα">
+<!ENTITY foxyproxy.wildcard.reference.mistakes "Συχνά σφάλματα κατά την συγγραφή προτύπων που περιέχουν χαρακτήρες μπαλαντέρ">
+<!ENTITY foxyproxy.wildcard.reference.goal.label "Σκοπός">
+<!ENTITY foxyproxy.wildcard.reference.goal1.label "Η συμπερίληψη όλων των σελίδων στον υποτομέα www του Myspace">
+<!ENTITY foxyproxy.wildcard.reference.goal2.label "Η συμπερίληψη του τοπικού υπολογιστή">
+<!ENTITY foxyproxy.wildcard.reference.goal3.label "Η συμπερίληψη όλων των υποτομέων και των σελίδων στο abc.com">
+<!ENTITY foxyproxy.wildcard.reference.goal4.label "Η συμπερίληψη όλων των σελίδων του τομέα a.foo.com αλλά όχι και του b.foo.com">
+<!ENTITY foxyproxy.wildcard.reference.correct.label "Σωστό">
+<!ENTITY foxyproxy.wildcard.reference.correct2.label "Πρέπει να υπάρχουν δύο πρότυπα">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.label "Λάθος">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason.label "Αιτιολόγηση του λάθους">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason1.label "Εφόσον δεν υπάρχουν χαρακτήρες μπαλαντέρ, μόνο η αρχική σελίδα θα συμπεριληφθεί">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason2.label "Το FoxyProxy δεν αναγνωρίζει αυτή την μορφή σύνταξης">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason3.label "Δεν υπάρχουν χαρακτήρες μπαλαντέρ">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason4.label "Δεν υπάρχουν χαρακτήρες μπαλαντέρ">
+<!ENTITY foxyproxy.wildcard.reference.popup.height "54em">
+<!ENTITY foxyproxy.logging.noURLs.label "Να μην γίνεται αποθήκευση ή εμφάνιση URL">
+<!ENTITY foxyproxy.logging.noURLs.accesskey "τ">
+<!ENTITY foxyproxy.logging.noURLs.tooltip "Δεν θα γίνεται αποθήκευση των URL στη μνήμη RAM ή στον δίσκο">
+<!ENTITY foxyproxy.ok.label "Εντάξει">
+<!ENTITY foxyproxy.ok.accesskey "Ε">
+<!ENTITY foxyproxy.ok.tooltip "Κλείσιμο παραθύρου">
+<!ENTITY foxyproxy.pattern.template.reference.label "Πίνακας αναφοράς σχεδίων προτύπων">
+<!ENTITY foxyproxy.pattern.template.reference.accesskey "Α">
+<!ENTITY foxyproxy.pattern.template.reference.tooltip "Πίνακας αναφοράς σχεδίων προτύπων">
+<!ENTITY foxyproxy.pattern.template.reference.subtitle.label "Τα σχέδια προτύπων URL καθορίζουν τη μορφή με την οποία γίνεται άμεση ή αυτόματη προσθήκη URL στους διαμεσολαβητές. Τα σχέδια υποστηρίζουν τους παρακάτω ειδικούς χαρακτήρες, οι οποίοι αντικαθιστωνταί με το αντίστοιχο τμήμα URL της γραμμής διευθύνσεων όταν ενεργοποιηθεί η άμεση ή αυτόματη προσθήκη.">
+<!ENTITY foxyproxy.pattern.template.reference.specialstring.label "Ειδικό αλφαριθμητικό">
+<!ENTITY foxyproxy.pattern.template.reference.subststring.label "Αντικαθίσταται με">
+<!ENTITY foxyproxy.pattern.template.reference.example.label "Παράδειγμα">
+<!ENTITY foxyproxy.pattern.template.reference.scheme.label "πρωτόκολλο">
+<!ENTITY foxyproxy.pattern.template.reference.username.label "όνομα χρήστη">
+<!ENTITY foxyproxy.pattern.template.reference.password.label "κωδικός">
+<!ENTITY foxyproxy.pattern.template.reference.userpass.label "όνομα χρήστη και κωδικός με «:» και «@»">
+<!ENTITY foxyproxy.pattern.template.reference.host.label "Κεντρικός υπολογιστής">
+<!ENTITY foxyproxy.pattern.template.reference.port.label "θύρα">
+<!ENTITY foxyproxy.pattern.template.reference.hostport.label "κεντρικός υπολογιστής και θύρα με «:»">
+<!ENTITY foxyproxy.pattern.template.reference.prepath.label "αλφαριθμητικό πριν τη διαδρομή">
+<!ENTITY foxyproxy.pattern.template.reference.path.label "διαδρομή (συμπεριλαμβάνει το όνομα αρχείου)">
+<!ENTITY foxyproxy.pattern.template.reference.directory.label "κατάλογος">
+<!ENTITY foxyproxy.pattern.template.reference.filebasename.label "βασικό όνομα αρχείου">
+<!ENTITY foxyproxy.pattern.template.reference.fileextension.label "επέκταση αρχείου">
+<!ENTITY foxyproxy.pattern.template.reference.filename.label "ολόκληρο το όνομα αρχείου">
+<!ENTITY foxyproxy.pattern.template.reference.ref.label "τμήμα μετά το «#»">
+<!ENTITY foxyproxy.pattern.template.reference.query.label "τμήμα μετά το «?»">
+<!ENTITY foxyproxy.pattern.template.reference.spec.label "ολόκληρο το URL">
+<!ENTITY foxyproxy.pattern.template.reference.popup.height "44em">
+<!ENTITY foxyproxy.pattern.template.reference.popup.width "54em">
+<!ENTITY foxyproxy.notifications.label "Ειδοποιήσεις">
+<!ENTITY foxyproxy.notifications.accesskey "δ">
+<!ENTITY foxyproxy.notifications.tooltip "Ρυθμίσεις ειδοποιήσεων">
+<!ENTITY foxyproxy.indicators.label "Ενδείξεις">
+<!ENTITY foxyproxy.indicators.accesskey "ξ">
+<!ENTITY foxyproxy.indicators.tooltip "Ρυθμίσεις ενδείξεων">
+<!ENTITY foxyproxy.misc.label "Διάφορα">
+<!ENTITY foxyproxy.misc.accesskey "Δ">
+<!ENTITY foxyproxy.misc.tooltip "Διάφορες ρυθμίσεις">
+<!ENTITY foxyproxy.animatedicons.label "Εφέ κίνησης εικονίδιου όταν γίνεται χρήση του διαμεσολαβητή">
+<!ENTITY foxyproxy.animatedicons.accesskey "κ">
+<!ENTITY foxyproxy.animatedicons.tooltip "Εφέ κίνησης στο εικονίδιο όταν αυτός ο διαμεσολαβητής είναι ενεργός (πρέπει να έχει ενεργοποιηθεί και η επιλογή για εφέ κίνησης από τις γενικές ρυθμίσεις)">
+<!ENTITY foxyproxy.statusbaractivation.label "Ενεργοποίηση γραμμής κατάστασης">
+<!ENTITY foxyproxy.statusbaractivation.accesskey "κ">
+<!ENTITY foxyproxy.statusbaractivation.tooltip "Ρυθμίσεις ενεργοποίησης γραμμής κατάστασης">
+<!ENTITY foxyproxy.toolbaractivation.label "Ενεργοποίηση εργαλειοθήκης">
+<!ENTITY foxyproxy.toolbaractivation.accesskey "ε">
+<!ENTITY foxyproxy.toolbaractivation.tooltip "Ρυθμίσεις ενεργοποίησης εργαλειοθήκης">
+<!ENTITY foxyproxy.leftclicksb.label "Αριστερό κλικ">
+<!ENTITY foxyproxy.leftclicksb.accesskey "Α">
+<!ENTITY foxyproxy.leftclicksb.tooltip "Επιλογή ένεργειας αριστερού κλικ στη γραμμή κατάστασης">
+<!ENTITY foxyproxy.middleclicksb.label "Κεντρικό κλικ">
+<!ENTITY foxyproxy.middleclicksb.accesskey "κ">
+<!ENTITY foxyproxy.middleclicksb.tooltip "Επιλογή ένεργειας κεντρικού κλικ στη γραμμή κατάστασης">
+<!ENTITY foxyproxy.rightclicksb.label "Δεξιό κλικ">
+<!ENTITY foxyproxy.rightclicksb.accesskey "Δ">
+<!ENTITY foxyproxy.rightclicksb.tooltip "Επιλογή ένεργειας δεξιού κλικ στη γραμμή κατάστασης">
+<!ENTITY foxyproxy.leftclicktb.label "Αριστερό κλικ">
+<!ENTITY foxyproxy.leftclicktb.accesskey "Α">
+<!ENTITY foxyproxy.leftclicktb.tooltip "Επιλογή ενέργειας αριστερού κλικ στην εργαλειοθήκη">
+<!ENTITY foxyproxy.middleclicktb.label "Κεντρικό κλικ">
+<!ENTITY foxyproxy.middleclicktb.accesskey "Κ">
+<!ENTITY foxyproxy.middleclicktb.tooltip "Επιλογή ενέργειας κεντρικού κλικ στην εργαλειοθήκη">
+<!ENTITY foxyproxy.rightclicktb.label "Δεξιό κλικ">
+<!ENTITY foxyproxy.rightclicktb.accesskey "Δ">
+<!ENTITY foxyproxy.rightclicktb.tooltip "Επιλογή ενέργειας δεξιού κλικ στην εργαλειοθήκη">
+<!ENTITY foxyproxy.click.options "Προβολή διαλόγου επιλογών">
+<!ENTITY foxyproxy.click.cycle "Εναλλαγή τρόπου λειτουργίας">
+<!ENTITY foxyproxy.click.contextmenu "Προβολή μενού περιεχομένου">
+<!ENTITY foxyproxy.click.reloadcurtab "Ανανέωση τρέχουσας καρτέλας">
+<!ENTITY foxyproxy.click.reloadtabsinbrowser "Ανανέωση όλων των καρτελών του παραθύρου">
+<!ENTITY foxyproxy.click.reloadtabsinallbrowsers "Ανανέωση όλων των καρτελών σε όλα τα παράθυρα">
+<!ENTITY foxyproxy.click.removeallcookies "Αφαίρεση όλων των cookies">
+<!ENTITY foxyproxy.click.toggle "Εναλλαγή μεταξύ της τρέχουσας κατάστασης και απενεργοποίησης">
+<!ENTITY foxyproxy.includeincycle.label "Συμπερίληψη στην εναλλαγή διαμεσολαβητών - με επιλογή της ρύθμισης «εναλλαγή τρόπου λειτουργίας» (γενικές ρυθμίσεις-&gt;ενεργοποίηση γραμμής κατάστασης/εργαλειοθήκης)">
+<!ENTITY foxyproxy.includeincycle.accesskey "Σ">
+<!ENTITY foxyproxy.includeincycle.tooltip "Συμπερίληψη αυτού του διαμεσολαβητή όταν γίνεται κλικ στο εικονίδο γραμμής κατάστασης/εργαλειοθήκης">
+<!ENTITY foxyproxy.changes.msg1 "Που είναι οι ρυθμίσεις για HTTP, SSL, FTP, Gopher, και SOCKS;">
+<!ENTITY foxyproxy.newGUI.popup.height "25em">
+<!ENTITY foxyproxy.newGUI.popup.width "50em">
+<!ENTITY foxyproxy.newGUI1.label "Ο παλιός διάλογος ρυθμίσεων διαμεσολαβητών του FoxyProxy ήταν βασισμένος και σχεδόν πανομοιότυπος με τον δίαλογο ρυθμίσεων σύνδεσης του Firefox, που με τη σειρά του ήταν σχεδόν πανομοιότυπος με τις ρυθμίσεις διαμεσολαβητών του απαρχαιωμένου περιηγητή Mosaic 2.1.1 του 1996. Το πρόβλημα με όλους αυτούς τους διαλόγους είναι η μειωμένη δυνατότητα διοχέτευσης κυκλοφορίας ανά πρωτόκολλο. Οι περιηγητές του 21ου αιώνα, όπως ο Firefox, μπορούν να χειριστούν πολλά περισσότερα πρωτόκολλα από τα HTTP, SSL, FTP, και GOPHER. Αυτοί οι διαλόγοι λοιπόν θα ήταν εξαιρετικά δύσχρηστοι αν επιχειρούσαμε να συμπεριλάβουμε όλα τα πρωτόκολλα.">
+<!ENTITY foxyproxy.newGUI2.label "Εφόσον ούτως ή άλλως το FoxyProxy επιτρέπει την διοχέτευση κυκλοφορίας ανά πρωτόκολλο με πρότυπα που περιέχουν κανονικές εκφράσεις και χαρακτήρες μπαλαντέρ, δεν είναι απαραίτητη η παρουσία λίστας πρωτόκολλων, οπότε αρχίζοντας από την έκδοση 2.5 αφαιρέθηκε. Φυσικά αυτό δεν επιδρά στην λειτουργικότητα. Απλά προσφέρει ένα πιο λιτό περιβάλλον διασύνδεσης χρήστη. Αν θέλετε να διοχετεύετε κυκλοφορία ανά πρωτόκολλο, θα πρέπει να ορίσετε πρότυπα επιτρεπόμενων/μη επιτρεπόμενων με προσοχή στο τμήμα πρωτόκολλου (πχ ftp://*.yahoo.com/*, *://leahscape.com/*, κλπ)">
+<!ENTITY foxyproxy.newGUI4.label "Κάντε κλικ εδώ για περισσότερες πληροφορίες.">
+<!ENTITY foxyproxy.error.msg.label "Μήνυμα σφάλματος">
+<!ENTITY foxyproxy.pac.result.label "Αποτελέσματα αρχείου PAC">
+<!ENTITY foxyproxy.options.width "90em">
+<!ENTITY foxyproxy.options.height "52em">
+<!ENTITY foxyproxy.torwiz.width "89em">
+<!ENTITY foxyproxy.torwiz.height "54em">
+<!ENTITY foxyproxy.addeditproxy.width "89em">
+<!ENTITY foxyproxy.addeditproxy.height "58em">
+<!ENTITY foxyproxy.casesensitive.label "Ταίριασμα χαρακτήρα">
+<!ENTITY foxyproxy.casesensitive.accesskey "Τ">
+<!ENTITY foxyproxy.casesensitive.tooltip "Ενεργοποιεί/απενεργοποιεί το ταίριασμα χαρακτήρα για τον έλεγχο ταιριάσματος URL">
+<!ENTITY foxyproxy.statusbarwidth.label "Σταθερό πλάτος">
+<!ENTITY foxyproxy.statusbarwidth.accesskey "θ">
+<!ENTITY foxyproxy.statusbarwidth.tooltip "Δεν επιτρέπει την μεταβολή μεγέθους της γραμμής κατάστασης">
+<!ENTITY foxyproxy.pixels "πίξελ">
+<!ENTITY foxyproxy.unlimited.label "(0: σμίκρυνση ώστε να χωράει)">
+<!ENTITY foxyproxy.temp.popup.label "Τα προσωρινά πρότυπα σας επιτρέπουν να δημιουργήσετε πρότυπα για URL που δεν επισκέπτεστε συχνά, χωρίς να επιβαρύνετε τη λίστα προτύπων για κάποιο διαμεσολαβητή. Τα προσωρινά πρότυπα δεν αποθηκεύονται στο δίσκο, αποθηκεύονται μόνο στη μνήμη και ισχύουν μόνο για μια συνεδρία.">
+<!ENTITY foxyproxy.temp.popup.height "10em">
+<!ENTITY foxyproxy.temp.popup.width "30em">
+<!ENTITY foxyproxy.temp.label "Προσωρινό">
+<!ENTITY foxyproxy.temp.accesskey "ν">
+<!ENTITY foxyproxy.temp.tooltip "Το πρότυπο θα χρησιμοποιηθεί μόνο σ&apos; αυτή τη συνεδρία.">
+<!ENTITY foxyproxy.define.label "Όρισμός">
+<!ENTITY foxyproxy.define.accesskey "Ο">
+<!ENTITY foxyproxy.define.tooltip "Ορισμός">
+<!ENTITY foxyproxy.pattern.to.quickadd.label "Πρότυπο για άμεση προσθήκη στο διαμεσολαβητή">
+<!ENTITY foxyproxy.pattern.to.autoadd.label "Πρότυπο για αυτόματη προσθήκη στο διαμεσολαβητή">
+<!ENTITY foxyproxy.home "Αρχική σελίδα">
+<!ENTITY foxyproxy.support "Υποστήριξη">
+<!ENTITY foxyproxy.credits "Μνεία">
+<!ENTITY foxyproxy.donations "Δωρεές">
+<!ENTITY foxyproxy.please.donate.label "Παρακαλούμε κάντε μια δωρεά">
+<!ENTITY foxyproxy.please.donate.accesskey "δ">
+<!ENTITY foxyproxy.keep.free "Διατηρήστε το FoxyProxy  ελεύθερο">
+<!ENTITY foxyproxy.donation.list.label "Λίστα δωρεών">
+<!ENTITY foxyproxy.donation.list.accesskey "α">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/el-GR/foxyproxy.properties 2.8.9-0ubuntu1/chrome/locale/el-GR/foxyproxy.properties
--- 2.7.5~dfsg.1-1/chrome/locale/el-GR/foxyproxy.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/el-GR/foxyproxy.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,146 @@
+extensions.foxyproxy@eric.h.jung.description=FoxyProxy - Άριστη διαχείριση διαμεσολαβητών για τον Firefox
+foxyproxy=FoxyProxy
+tor=Tor
+privoxy=Privoxy
+settings.error=Παρουσιάστηκε σφάλμα κατά την ανάγνωση των ρυθμίσεων
+settings.error.2=Παρουσιάστηκε σφάλμα στην ανάγνωση του αρχείου ρυθμίσεων: %S. Προσπάθεια για δημιουργία νέου αρχείου ρυθμίσεων: %S.
+settings.error.3=Παρουσιάστηκε σφάλμα κατά την εγγραφή του αρχείου ρυθμίσεων: %S. Βεβαιωθείτε πως υπάρχει η διαδρομή και ο Firefox έχει δικαιώματα εγγραφής και μετά επανεκκινήστε τον. Μέχρι τότε, το FoxyProxy δεν θα λειτουργεί.
+error=Σφάλμα
+welcome=Καλώσορισατε στο FoxyProxy!
+yes=Ναί
+no=Όχι
+disabled=Απενεργοποιημένο
+torwiz.configure=Θέλετε να ρυθμίστεί το FoxyProxy για χρήση με το δίκτυο Tor;
+torwiz.with.without.privoxy=Χρησιμοποιήτε το δίκτυο Tor σε συνδυασμό με το Privoxy ή χωρίς αυτό;
+torwiz.with=Σε συνδυασμό
+torwiz.without=Χωρίς
+torwiz.privoxy.not.required=Σημείωση : Από την έκδοση 1,5 του Firefox και μετά, το Privoxy δεν είναι πιά απαραίτητο για τη χρήση του δίκτυου Tor από τον Firefox. Το privoxy προσθέτει χαρακτηριστικά όπως το φιλτράρισμα περιεχομένου, αλλά δεν είναι αυστηρά αναγκαίο για τη χρήση του Firefox 1,5+ με το δίκτυο Tor. Θέλετε να χρησιμοποιεί ο Firefox το δίκτιο Tor μέσω Privoxy;
+torwiz.port=Εισάγετε τον αριθμό θύρας που δέχεται αιτήματα ο %S. Αν δεν τον γνωρίζετε, αφήστε τον προεπιλεγμένο
+torwiz.nan=Αυτό δεν είναι αριθμός.
+torwiz.proxy.notes=Διαμεσολαβητής μέσω του δίκτυου Tor - http://tor.eff.org
+torwiz.google.mail=Ηλεκτρονικό ταχυδρομείο Google (Gmail)
+torwiz.pattern=http://*mail.google.com/*
+torwiz.congratulations=Συγχαρητήρια! Το FoxyProxy έχει ρυθμιστεί για χρήση με το δίκτυο Tor. Σιγουρευτείτε ότι ο πελάτης Tor τρέχει πριν επισκεφθείτε URL που έχετε ορίσει να χρησιμοπούν το δίκτυο Tor. Επιπρόσθετα, αν έχετε ρυθμίσει το FoxyProxy για χρήση παράλληλα με το Privoxy, σιγουρευτείτε ότι τρέχει και αυτό.
+torwiz.cancelled=Ο βοηθός Tor του FoxyProxy ακυρώθηκε.
+mode.patterns.label=Διαμεσολαβητής με βάση προκαθορισμένα πρότυπα & προτεραιότητες
+mode.patterns.accesskey=Δ
+mode.patterns.tooltip=Χρήση διαμεσολαβητών με βάση τα προκαθορισμένα πρότυπα και προτεραιότητες
+mode.custom.label=Χρήση του διαμεσολαβητή «%S» για όλα τα URL
+mode.custom.tooltip=Χρήση του διαμεσολαβητή «%S» για όλα τα URL
+mode.disabled.label=Ολική απενεργοποίηση του FoxyProxy
+mode.disabled.accesskey=Ο
+mode.disabled.tooltip=Απενεργοποιεί εντελώς το FoxyProxy
+more.label=Περισσότερα
+more.accesskey=Π
+more.tooltip=Περισσότερες επιλογές
+invalid.url=Το URL που ορίσατε για αυτόματες ρυθμίσεις διαμεσολαβητή δεν είναι έγκυρο
+protocols.error=Ορίστε ένα ή περισσότερα πρωτόκολλα επικοινωνίας για τον διαμεσολαβητή
+noport2=Πρέπει να ορίσετε θύρα για τον κεντρικό υπολογιστή.
+nohost2=Πρέπει να ορίσετε κεντρικό υπολογιστή μαζί με την θύρα
+nohostport=Πρέπει να ορίσετε κεντρικό υπολογιστή και θύρα.
+torwiz.nopatterns.2=Δεν έχουν οριστεί και ενεργοποιηθεί πρότυπα URL στη λίστα επιτρεπόμενων (συμπεριληπτική). Αυτό σημαίνει πως δεν θα χρησιμοποιηθεί το δίκτυο Tor. Συνέχεια;
+torwiz.nopatterns.3=Δεν έχουν οριστεί και ενεργοποιηθεί πρότυπα URL στη λίστα επιτρεπόμενων (συμπεριληπτική). Αυτό σημαίνει πως δεν θα χρησιμοποιηθεί το δίκτυο Tor εκτός κι αν το FoxyProxy έχει ρυθμιστεί για «Χρήση του διαμεσολαβητή %S για όλα τα URL». Συνέχεια;
+months.long.1=Ιανουάριος
+months.short.1=Ιαν.
+months.long.2=Φεβρουάριος
+months.short.2=Φεβ.
+months.long.3=Μάρτιος
+months.short.3=Μάρ.
+months.long.4=Απρίλιος
+months.short.4=Απρ.
+months.long.5=Μάιος
+months.short.5=Μάιος
+months.long.6=Ιούνιος
+months.short.6=Ιούν.
+months.long.7=Ιούλιος
+months.short.7=Ιούλ.
+months.long.8=Αύγουστος
+months.short.8=Αύγ.
+months.long.9=Σεπτέμβριος
+months.short.9=Σεπτ.
+months.long.10=Οκτώβριος
+months.short.10=Οκτ.
+months.long.11=Νοέμβριος
+months.short.11=Νοέμ.
+months.long.12=Δεκέμβριος
+months.short.12=Δεκ.
+days.long.1=Κυριακή
+days.short.1=Κυρ.
+days.long.2=Δευτέρα
+days.short.2=Δευτ.
+days.long.3=Τρίτη
+days.short.3=Τρ.
+days.long.4=Τετάρτη
+days.short.4=Τετ.
+days.long.5=Πέμπτη
+days.short.5=Πεμ.
+days.long.6=Παρασκευή
+days.short.6=Παρ.
+days.long.7=Σάββατο
+days.short.7=Σαββ.
+timeformat=HH:nn:ss:zzz mmm dd, yyyy
+file.select=Επιλέξτε το αρχείο που θα αποθηκευθούν οι ρυθμίσεις
+manual=Χειρωνακτικά
+auto=Αυτόματα
+direct=Άμεσα
+delete.proxy.confirm=Διαγραφή διαμεσολαβητή : είστε σίγουροι;
+pattern.required=Απαιτείται πρότυπο.
+pattern.invalid.regex=Το «%S» δεν είναι μια έγκυρη κανονική έκφραση.
+proxy.error.for.url=Παρουσιάστηκε σφάλμα κατα την επιλογή διαμεσολαβητή για το %S
+proxy.default.settings.used=Δεν έγινε χρήση του FoxyProxy γι' αυτό το URL - Χρησιμοποιήθηκαν οι προεπιλεγμένες ρυθμίσεις σύνδεσης του Firefox.
+proxy.all.urls=Όλα τα URL ρυθμίστικαν ώστε να χρησιμοποιούν αυτόν τον διαμεσολαβητή
+pac.status=Κατάσταση αρχείου PAC του FoxyProxy
+pac.status.loadfailure=Αποτυχία φόρτωσης του αρχείου PAC για τον διαμεσολαβητή «%S»
+pac.status.success=Το αρχείο PAC για τον διαμεσολαβητή «%S» φορτώθηκε
+pac.status.error=Σφάλμα στο αρχείο PAC για τον διαμεσολαβητή «%S»
+error.noload=Παρουσιάστηκε σφάλμα. Παρακαλούμε επικοινωνήστε με την ομάδα ανάπτυξης του FoxyProxy. Δεν διέρευσαν προσωπικά δεδομένα αλλά ο πόρος δεν θα φορτωθεί. Εξαίρεση : %S
+proxy.name.required=Εισάγετε ένα όνομα για αυτόν τον διαμεσολαβητή στην καρτέλα «γενικά» των επιλογών.
+proxy.default=Αρχικός
+proxy.default.notes=Αυτές οι ρυθμίσεις θα χρησιμοποιούνται όταν ένα URL δεν περιλαμβάνεται σε κανένα πρότυπο.
+proxy.default.match.name=Όλα
+delete.proxy.default=Δεν μπορείτε να διαγράψετε αυτόν τον διαμεσολαβητή.
+copy.proxy.default=Δεν μπορείτε να αντιγράψετε αυτόν τον διαμεσολαβητή.
+logg.maxsize.change=Πρόκειται να διαγράψετε το ιστορικό καταγραφής. Συνέχεια;
+logg.maxsize.maximum=Το μέγιστο προτεινόμενο μέγεθος είναι 9999. Μεγαλύτερα ποσά θα καταναλώνουν περισσότερη μνήμη και ίσως επηρεάσουν την απόδοση του συστήματος. Συνέχεια;
+proxy.random=Επιλέχθηκε τυχαίος διαμεσολαβητής
+mode.random.label=Χρήση τυχαίου διαμεσολαβητή για όλα τα URL (αγνοώντας κάθε πρότυπο και προτεραιότητα)
+mode.random.accesskey=τ
+mode.random.tooltip=Φόρτωση URL μέσω τυχαίων διαμεσολαβητών (αγνοώντας κάθε πρότυπο και προτεραιότητα)
+random=Τυχαίος
+random.applicable=Αυτή η ρύθμιση μπορεί να εφαρμοστεί μόνο όταν έχει επιλεγεί η κατάσταση λειτουργίας «χρήση τυχαίου διαμεσολαβητή για όλα τα URL(αγνοώντας κάθε πρότυπο και προτεραιότητα)»
+superadd.error=Σφάλμα ρυθμίσεων: το %S απενεργοποιήθηκε.
+superadd.notify=Διαμεσολαβητής %S
+superadd.url.added=Έγινε προσθήκη του %S στον διαμεσολαβητή %S
+superadd.verboten2=Δεν είναι δυνατή η ενεργοποίηση του %S γιατί είτε δεν έχουν οριστεί διαμεσολαβητές, είτε είναι όλοι απενεργοποιημένοι.
+autoadd.pattern.label=Δυναμικό πρότυπο αυτόματης προσθήκης
+quickadd.pattern.label=Δυναμικό πρότυπο άμεσης προσθήκης
+torwiz.proxydns=Θέλετε τα αιτήματα DNS να δρομολογούντε μέσω του δίκτυου Tor; Αν δεν καταλαβαίνετε την ερώτηση, κάντε κλικ στο «Ναί»
+autoadd.notice=Σημείωση : Η αυτόματη προσθήκη επιρεάζει τον χρόνο φόρτωσης μιας ιστοσελίδας. Όσο πιο περίπλοκο  είναι το σχέδιο του πρότυπου σας για μια μεγάλου μεγέθους ιστοσελίδα, τόσο περισσότερο χρόνο θα χρειαστεί η επεξεργασία για την αυτόματη προσθήκη του. Αν διαπιστώσετε σημαντικές καθυστερήσεις, απενεργοποιήστε την αυτόματη προσθήκη..\n\nΠροτείνουμε τη χρήση της άμεσης προσθήκης αντί της αυτόματης προσθήκης.
+autoconfurl.test.success=Το αρχείο PAC βρέθηκε, φορτώθηκε και αναλύθηκε με επιτυχία.
+autoconfurl.test.fail=Παρουσιάστηκε πρόβλημα κατά την φόρτωση, εύρεση, ή ανάλυση του αρχείου PAC :\nΚώδικας κατάστασης HTTP : %S\nΕξαίρεση : %S
+autoconfurl.test.fail2=Παρουσιάστηκε σφάλμα κατά τη φόρτωση, εύρεση, ή ανάλυση του αρχείου PAC:\n\n%S
+none=Κανένα
+delete.settings.ask=Να διαγραφούν οι ρυθμίσεις του FoxyProxy που είναι αποθηκευμένες στο %S;
+delete.settings.confirm=Το αρχείο %S θα διαγραφεί αφού κλείσουν όλα τα παράθυρα του περιηγητή.
+no.wildcard.characters=Το πρότυπο δεν περιλαμβάνει χαρακτήρες μπαλαντέρ. Αυτό σημαίνει ότι το «%S» θα αναγνωριστεί κυριολεκτικά. Δεν αποτελεί συνηθισμένο πρότυπο του FoxyProxy και συνήθως σημαίνει ότι υπάρχει σφάλμα στον ορισμό ή ότι δεν έχετε κατανοήσει τον ορισμό προτύπων του FoxyProxy. Συνέχεια;
+message.stop=Να μην εμφανιστεί αυτό το μήνυμα ξανά
+log.save=Αποθήκευση ιστορικού καταγραφής
+log.saved2=Το ιστορικό καταγραφής έχει αποθηκευθεί στο %S. Εμφάνιση;
+log.nourls.url=Χωρίς καταγραφή
+log.scrub=Καθαρισμός ήδη καταγεγραμένων URL;
+no.white.patterns.2=Δεν έχουν οριστεί και ενεργοποιηθεί πρότυπα URL στη λίστα επιτρεπόμενων (συμπεριληπτική). Αυτό σημαίνει πως δεν θα χρησιμοποιηθεί διαμεσολαβητής. Συνέχεια;
+no.white.patterns.3=Δεν έχουν οριστεί και ενεργοποιηθεί πρότυπα URL στη λίστα επιτρεπόμενωτουν (συμπεριληπτική). Αυτό σημαίνει πως δεν θα χρησιμοποιηθεί ο διαμεσολαβητής εκτός κι αν το FoxyProxy έχει ρυθμιστεί για «Χρήση του διαμεσολαβητή %S για όλα τα URL». Συνέχεια;
+quickadd.quickadd.canceled=Ακυρώθηκε η γρήγορη προσθήκη γιατί το τρέχον URL ταιριάζει με το πρότυπο «%S» του διαμεσολαβητή %S
+quickadd.nourl=Δεν ήταν δυνατή η ανάκτηση του τρέχοντος URL
+cookies.allremoved=Αφαιρέθηκαν όλα τα cookies
+route.error=Σφάλμα κατά τη διαδικασία επιλογής κεντρικού υπολογιστή για διαμεσολάβηση
+route.exception=Εξαίρεση κατά τη διάρκεια επιλογής κεντρικού υπολογιστή για διαμεσολάβηση %S
+see.log=Δείτε το ιστορικό καταγραφής για περισσότερες πληροφορίες.
+pac.select=Επιλογή αρχείου PAC
+pac.files=Αρχεία PAC
+preferences.read.error.warning=Δεν ήταν δυνατή η ανάγνωση της ρύθμισης %S σε %S. Παρακαλούμε αναφέρετε το σφάλμα στην ομάδα ανάπτυξης του FoxyProxy.
+preferences.read.error.fatal=Θα πρέπει να αναδημιουργήστε αυτή τη ρύθμιση (από το about:config) ώστε να απευθύνεται στο foxyproxy.xml με τη μορφή file:///c:/path/foxyproxy.xml. Εναλλακτικά, εγκαταστήστε το FoxyProxy σε ένα νέο προφίλ χρήστη του Firefox.
+not.authorized=*Δεν έχετε εξουσιοδότηση για να δείτε αυτή τη σελίδα*
+pac.empty=Τα περιεχόμενα του αρχείου ή του URL PAC είναι κενά
+pac.fcn.notfound=Δεν βρέθηκε η συνάρτηση FindProxyForURL() στο αρχείο PAC
+http.error=Σφάλμα κατάστασης HTTP: %S
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/el-GR/torwizhelp.dtd 2.8.9-0ubuntu1/chrome/locale/el-GR/torwizhelp.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/el-GR/torwizhelp.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/el-GR/torwizhelp.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,13 @@
+<!ENTITY help.title.foxyproxy.help "Βοήθεια FoxyProxy">
+<!ENTITY help.patterns "Πρότυπα URL">
+<!ENTITY help.ff.asks "Πρίν ο Firefox φορτώσει ένα URL, ρωτάει το FoxyProxy αν πρέπει να χρησιμοποιήσει διαμεσολαβητή.">
+<!ENTITY help.fp.answers "Το FoxyProxy απαντάει στο ερώτημα αφού πρώτα ελέγχει αν το τρέχων URL ταιριάζει με κάποιο από τα πρότυπα URL που ορίζετε παρακάτω.Ο απλούστερος τρόπος να ορίσετε  πρότυπα, είναι με τη χρήση χαρακτήρων μπαλαντέρ.">
+<!ENTITY help.a.wildcards "Χαρακτήρες μπαλαντέρ">
+<!ENTITY help.p.wildcards.are "Οι χαρακτήρες μπαλαντέρ είναι κοινότυποι σε όλες τις εφαρμογές, πιθανότατα τους έχετε συναντήσει και αλλού. Ο αστερίσκος (*) υποκαθιστά οποιδήποτε αριθμό χαρακτήρων (ακόμα και 0 χαρακτήρες) και το λατινικό ερωτηματικό (?) υποκαθιστά ένα μόνο χαρακτήρα.">
+<!ENTITY help.p.regexp "Χρησιμοποιώντας κανονικές εκφράσεις έχετε την δυνατότητα να θέσετε πιό εξελιγμένους κάνονες ταιριάζματος. Για λεπτομέριες, κάντε κλικ στο κουμπί «περιεχόμενα βοήθειας».">
+<!ENTITY help.h4.wildcard.examples "Παραδείγματα χαρακτήρων μπαλαντέρ">
+<!ENTITY help.th.url.pattern "Πρότυπο URL">
+<!ENTITY help.th.some.matches "Ταιρίαζει">
+<!ENTITY help.th.some.non.matches "Δεν ταιριάζει">
+<!ENTITY help.td.everything.in.y "Τα πάντα στον ιστότοπο του Yahoo">
+<!ENTITY help.i.matches.everything "Με τα πάντα">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/en-US/amo.properties 2.8.9-0ubuntu1/chrome/locale/en-US/amo.properties
--- 2.7.5~dfsg.1-1/chrome/locale/en-US/amo.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/en-US/amo.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,3 @@
+description.0=FoxyProxy is an advanced proxy management tool that completely replaces Firefox's limited proxying capabilities. It offers more features than SwitchProxy, ProxyButton, QuickProxy, xyzproxy, ProxyTex, TorButton, etc.
+description.1=FoxyProxy is a Firefox extension which automatically switches an internet connection across one or more proxy servers based on URL patterns. Put simply, FoxyProxy automates the manual process of editing Firefox's Connection Settings dialog. Proxy server switching occurs based on the loading URL and the switching rules you define.
+description.2=Animated icons show you when a proxy is in use. Advanced logging shows you which proxies were used and when. QuickAdd makes it a snap to create new URL patterns on-the-fly. FoxyProxy is fully compatible with Portable Firefox, has better support for PAC files than Firefox itself, and is translated into more than 25 languages.
\ No newline at end of file
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/en-US/foxyproxy.dtd 2.8.9-0ubuntu1/chrome/locale/en-US/foxyproxy.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/en-US/foxyproxy.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/en-US/foxyproxy.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,549 @@
+<!ENTITY foxyproxy.label "FoxyProxy">
+<!ENTITY foxyproxy.accesskey "F">
+<!ENTITY foxyproxy.tooltip "FoxyProxy">
+
+<!ENTITY foxyproxy.optionsdialog.label "FoxyProxy Options">
+<!ENTITY foxyproxy.options.label "Options">
+<!ENTITY foxyproxy.options.accesskey "O">
+<!ENTITY foxyproxy.options.tooltip "Open the Options Dialog">
+
+<!ENTITY foxyproxy.tree.pickertooltiptext.label "Click to select which columns to display">
+
+<!ENTITY foxyproxy.proxy.name.label "Proxy Name">
+<!ENTITY foxyproxy.proxy.name.accesskey "N">
+<!ENTITY foxyproxy.proxy.name.tooltip "Proxy Name">
+
+<!ENTITY foxyproxy.proxy.notes.label "Proxy Notes">
+<!ENTITY foxyproxy.proxy.notes.accesskey "N">
+<!ENTITY foxyproxy.proxy.notes.tooltip "Proxy Notes">
+
+<!ENTITY foxyproxy.pattern.label "Pattern">
+<!ENTITY foxyproxy.pattern.accesskey "P">
+<!ENTITY foxyproxy.pattern.tooltip "URL pattern">
+
+<!ENTITY foxyproxy.urlpatterns.label "URL Patterns">
+<!ENTITY foxyproxy.urlpatterns.accesskey "P">
+<!ENTITY foxyproxy.urlpatterns.tooltip "URL patterns">
+
+<!ENTITY foxyproxy.pattern.type.label "Pattern Type">
+<!ENTITY foxyproxy.whitelist.blacklist.label "Whitelist (Inclusive) or Blacklist (Exclusive)">
+
+<!ENTITY foxyproxy.pattern.name.label "Pattern Name">
+<!ENTITY foxyproxy.pattern.name.accesskey "P">
+<!ENTITY foxyproxy.pattern.name.tooltip "Name for the pattern">
+
+<!ENTITY foxyproxy.url.pattern.label "URL pattern">
+<!ENTITY foxyproxy.url.pattern.accesskey "U">
+<!ENTITY foxyproxy.url.pattern.tooltip "URL pattern">
+
+<!ENTITY foxyproxy.enabled.label "Enabled">
+<!ENTITY foxyproxy.enabled.accesskey "E">
+<!ENTITY foxyproxy.enabled.tooltip "Toggle enable/disable">
+
+<!ENTITY foxyproxy.delete.selection.label "Delete Selection">
+<!ENTITY foxyproxy.delete.selection.accesskey "D">
+<!ENTITY foxyproxy.delete.selection.tooltip "Delete the currently selected item">
+
+<!ENTITY foxyproxy.edit.selection.label "Edit Selection">
+<!ENTITY foxyproxy.edit.selection.accesskey "E">
+<!ENTITY foxyproxy.edit.selection.tooltip "Edit the currently selected item">
+
+<!ENTITY foxyproxy.help.label "Help Contents">
+<!ENTITY foxyproxy.help.accesskey "H">
+<!ENTITY foxyproxy.help.tooltip "Show Help">
+
+<!ENTITY foxyproxy.close.label "Close">
+<!ENTITY foxyproxy.close.accesskey "C">
+<!ENTITY foxyproxy.close.tooltip "Close Window">
+
+<!ENTITY foxyproxy.about.label "About">
+<!ENTITY foxyproxy.about.accesskey "A">
+<!ENTITY foxyproxy.about.tooltip "Opens the about box">
+
+<!ENTITY foxyproxy.online.label "FoxyProxy Online">
+<!ENTITY foxyproxy.online.accesskey "O">
+<!ENTITY foxyproxy.online.tooltip "Visit the FoxyProxy Website">
+
+<!ENTITY foxyproxy.tor.label "Tor Wizard">
+<!ENTITY foxyproxy.tor.accesskey "W">
+<!ENTITY foxyproxy.tor.tooltip "Tor Wizard">
+
+<!ENTITY foxyproxy.copy.selection.label "Copy Selection">
+<!ENTITY foxyproxy.copy.selection.accesskey "C">
+<!ENTITY foxyproxy.copy.selection.tooltip "Copies selection">
+
+<!ENTITY foxyproxy.mode.label "Mode">
+
+<!ENTITY foxyproxy.auto.url.label "Automatic proxy configuration URL">
+<!ENTITY foxyproxy.auto.url.accesskey "A">
+<!ENTITY foxyproxy.auto.url.tooltip "Enter URL of the PAC file">
+
+<!ENTITY foxyproxy.auto.url.note.label "http(s)://   ftp://   file://   relative://">
+<!ENTITY foxyproxy.auto.url.note.tooltip "Click the info icon for information on relative://">
+
+<!ENTITY foxyproxy.port.label "Port">
+<!ENTITY foxyproxy.port.accesskey "P">
+<!ENTITY foxyproxy.port.tooltip "Port">
+
+<!ENTITY foxyproxy.socks.proxy.label "SOCKS Proxy">
+<!ENTITY foxyproxy.socks.proxy.accesskey "C">
+<!ENTITY foxyproxy.socks.proxy.tooltip "URL of SOCKS Proxy">
+
+<!ENTITY foxyproxy.socks.v4 "SOCKS v4/4a">
+<!ENTITY foxyproxy.socks.v5 "SOCKS v5">
+<!ENTITY foxyproxy.addeditpattern.title "Add/Edit Pattern">
+
+<!ENTITY foxyproxy.wildcard.label "Wildcards">
+<!ENTITY foxyproxy.wildcard.accesskey "W">
+<!ENTITY foxyproxy.wildcard.tooltip "Specifies that the URL pattern uses wildcards and is not a regular expression">
+<!ENTITY foxyproxy.wildcard.example.label "Example: *mail.yahoo.com/*">
+
+<!ENTITY foxyproxy.regex.label "Regular Expression">
+<!ENTITY foxyproxy.regex.accesskey "R">
+<!ENTITY foxyproxy.regex.tooltip "Specifies that the URL pattern is a regular expression">
+<!ENTITY foxyproxy.regex.example.label "Example: https?://.*\.mail\.yahoo\.com/.*">
+
+<!ENTITY foxyproxy.version "Version">
+<!ENTITY foxyproxy.createdBy "Created By">
+<!ENTITY foxyproxy.copyright "Copyright">
+<!ENTITY foxyproxy.rights "All Rights Reserved.">
+<!ENTITY foxyproxy.released "Released under the GPL license.">
+
+<!ENTITY foxyproxy.tab.general.label "General">
+<!ENTITY foxyproxy.tab.general.accesskey "G">
+<!ENTITY foxyproxy.tab.general.tooltip "Manage General Proxy Settings">
+
+<!ENTITY foxyproxy.tab.proxy.label "Proxy Details">
+<!ENTITY foxyproxy.tab.proxy.accesskey "R">
+<!ENTITY foxyproxy.tab.proxy.tooltip "Manage Proxy Details">
+
+<!ENTITY foxyproxy.tab.patterns.label "Patterns">
+<!ENTITY foxyproxy.tab.patterns.accesskey "P">
+<!ENTITY foxyproxy.tab.patterns.tooltip "Manage URL Patterns">
+
+<!ENTITY foxyproxy.add.title "Proxy Settings">
+<!ENTITY foxyproxy.pattern.description "Here you can specify when this proxy is and is not used.">
+<!ENTITY foxyproxy.pattern.matchtype.label "Pattern Contains">
+<!ENTITY foxyproxy.pattern.matchtype2.label "Pattern To Identify Blocked Websites Contains">
+<!ENTITY foxyproxy.pattern.template.matchtype.label "Pattern Template Contains">
+<!ENTITY foxyproxy.pattern.whiteblack.label "URL Inclusion/Exclusion">
+
+<!ENTITY foxyproxy.add.option.direct.label "Direct internet connection (no proxy)">
+<!ENTITY foxyproxy.add.option.direct.accesskey "D">
+<!ENTITY foxyproxy.add.option.direct.tooltip "Do not use a proxy - use the underlying direct internet connection">
+
+<!ENTITY foxyproxy.add.option.manual.label "Manual Proxy Configuration">
+<!ENTITY foxyproxy.add.option.manual.accesskey "M">
+<!ENTITY foxyproxy.add.option.manual.tooltip "Manually define a proxy configuration">
+
+<!ENTITY foxyproxy.add.new.pattern.label "Add New Pattern">
+<!ENTITY foxyproxy.add.new.pattern.accesskey "A">
+<!ENTITY foxyproxy.add.new.pattern.tooltip "Add New Pattern">
+
+<!ENTITY foxyproxy.menubar.file.label "File">
+<!ENTITY foxyproxy.menubar.file.accesskey "F">
+<!ENTITY foxyproxy.menubar.file.tooltip "Open the File Menu">
+
+<!ENTITY foxyproxy.menubar.help.label "Help">
+<!ENTITY foxyproxy.menubar.help.accesskey "H">
+<!ENTITY foxyproxy.menubar.help.tooltip "Open the Help Menu">
+
+<!ENTITY foxyproxy.mode.label "Select Mode">
+<!ENTITY foxyproxy.mode.accesskey "M">
+<!ENTITY foxyproxy.mode.tooltip "Select how to enable FoxyProxy">
+
+<!ENTITY foxyproxy.tab.proxies.label "Proxies">
+<!ENTITY foxyproxy.tab.proxies.accesskey "P">
+<!ENTITY foxyproxy.tab.proxies.tooltip "Manage Proxies">
+
+<!ENTITY foxyproxy.tab.global.label "Global Settings">
+<!ENTITY foxyproxy.tab.global.accesskey "G">
+<!ENTITY foxyproxy.tab.global.tooltip "Manage Global Settings">
+
+<!ENTITY foxyproxy.tab.logging.label "Logging">
+<!ENTITY foxyproxy.tab.logging.accesskey "L">
+<!ENTITY foxyproxy.tab.logging.tooltip "Manage Logging Settings">
+
+<!ENTITY foxyproxy.proxydns.label "Use SOCKS proxy for DNS lookups">
+<!ENTITY foxyproxy.proxydns.accesskey "U">
+<!ENTITY foxyproxy.proxydns.tooltip "If checked, DNS lookups are routed through a SOCKS proxy">
+<!ENTITY foxyproxy.proxydns.notice "Firefox must restart for settings to take effect. Restart now?">
+
+<!ENTITY foxyproxy.showstatusbaricon.label "Show icon on statusbar">
+<!ENTITY foxyproxy.showstatusbaricon.accesskey "S">
+<!ENTITY foxyproxy.showstatusbaricon.tooltip "If checked, FoxyProxy icon is shown on the statusbar">
+
+<!ENTITY foxyproxy.showstatusbarmode.label "Show mode (text) on statusbar">
+<!ENTITY foxyproxy.showstatusbarmode.accesskey "S">
+<!ENTITY foxyproxy.showstatusbarmode.tooltip "If checked, FoxyProxy mode is shown on the statusbar">
+
+<!ENTITY foxyproxy.storagelocation.label "Settings Storage Location">
+<!ENTITY foxyproxy.storagelocation.accesskey "S">
+<!ENTITY foxyproxy.storagelocation.tooltip "Location to store FoxyProxy's settings">
+
+<!ENTITY foxyproxy.tab.logging.timestamp.label "Timestamp">
+<!ENTITY foxyproxy.tab.logging.url.label "URL">
+
+<!ENTITY foxyproxy.host.label "Host Name">
+<!ENTITY foxyproxy.host.accesskey "H">
+<!ENTITY foxyproxy.host.tooltip "Host Name">
+
+<!ENTITY foxyproxy.clear.label "Clear">
+<!ENTITY foxyproxy.clear.accesskey "C">
+<!ENTITY foxyproxy.clear.tooltip "Clear">
+
+<!ENTITY foxyproxy.refresh.label "Refresh">
+<!ENTITY foxyproxy.refresh.accesskey "R">
+<!ENTITY foxyproxy.refresh.tooltip "Refresh">
+
+<!ENTITY foxyproxy.save.label "Save">
+<!ENTITY foxyproxy.save.accesskey "S">
+<!ENTITY foxyproxy.save.tooltip "Save">
+
+<!ENTITY foxyproxy.addnewproxy.label "Add New Proxy">
+<!ENTITY foxyproxy.addnewproxy.accesskey "A">
+<!ENTITY foxyproxy.addnewproxy.tooltip "Add New Proxy">
+
+<!ENTITY foxyproxy.whitelist.label "Whitelist">
+<!ENTITY foxyproxy.whitelist.accesskey "W">
+<!ENTITY foxyproxy.whitelist.tooltip "URLs matching this pattern are loaded through this proxy">
+<!ENTITY foxyproxy.whitelist.description.label "URLs matching this pattern are loaded through this proxy">
+
+<!ENTITY foxyproxy.blacklist.label "Blacklist">
+<!ENTITY foxyproxy.blacklist.accesskey "B">
+<!ENTITY foxyproxy.blacklist.tooltip "URLs matching this pattern are NOT loaded through this proxy">
+<!ENTITY foxyproxy.blacklist.description.label "URLs matching this pattern are NOT loaded through this proxy">
+
+<!ENTITY foxyproxy.whiteblack.description.label "Blacklist (exclusion) patterns have precedence over whitelist (inclusion) patterns: if a URL matches both a whitelisted pattern and a blacklisted pattern for the same proxy, the URL is excluded from being loaded by that proxy.">
+
+<!ENTITY foxyproxy.usingPFF.label1 "I am using">
+<!ENTITY foxyproxy.usingPFF.label2 "Portable Firefox">
+<!ENTITY foxyproxy.usingPFF.accesskey "I">
+<!ENTITY foxyproxy.usingPFF.tooltip "Check here if you are using Portable Firefox">
+
+<!ENTITY foxyproxy.socks.version.label "SOCKS Version">
+<!ENTITY foxyproxy.autopacurl.label "Auto PAC URL">
+
+<!ENTITY foxyproxy.issocks.label "SOCKS proxy?">
+<!ENTITY foxyproxy.issocks.accesskey "S">
+<!ENTITY foxyproxy.issocks.tooltip "Is this a web proxy or SOCKS proxy?">
+
+<!ENTITY foxyproxy.moveup.label "Move Up">
+<!ENTITY foxyproxy.moveup.tooltip "Increase priority of current selection">
+<!ENTITY foxyproxy.moveup.accesskey "U">
+
+<!ENTITY foxyproxy.movedown.label "Move Down">
+<!ENTITY foxyproxy.movedown.tooltip "Decrease priority of current selection">
+<!ENTITY foxyproxy.movedown.accesskey "D">
+
+<!ENTITY foxyproxy.autoconfurl.view.label "View">
+<!ENTITY foxyproxy.autoconfurl.view.accesskey "V">
+<!ENTITY foxyproxy.autoconfurl.view.tooltip "View the auto-configuration file">
+
+<!ENTITY foxyproxy.autoconfurl.test.label "Test">
+<!ENTITY foxyproxy.autoconfurl.test.accesskey "T">
+<!ENTITY foxyproxy.autoconfurl.test.tooltip "Test the auto-configuration file">
+
+<!ENTITY foxyproxy.autoconfurl.reload.label "Reload the PAC every">
+<!ENTITY foxyproxy.autoconfurl.reload.accesskey "R">
+<!ENTITY foxyproxy.autoconfurl.reload.tooltip "Auto-reload the PAC file every specified period">
+
+<!ENTITY foxyproxy.minutes.label "minutes">
+<!ENTITY foxyproxy.minutes.tooltip "minutes">
+
+<!ENTITY foxyproxy.logging.maxsize.label "Maximum size before log wraps">
+<!ENTITY foxyproxy.logging.maxsize.accesskey "M">
+<!ENTITY foxyproxy.logging.maxsize.tooltip "Maximum number of log entries before the log wraps to the beginning">
+
+<!ENTITY foxyproxy.logging.maxsize.button.label "Set">
+<!ENTITY foxyproxy.logging.maxsize.button.accesskey "S">
+<!ENTITY foxyproxy.logging.maxsize.button.tooltip "Sets the maximum number of log entries before the log wraps to the beginning">
+
+<!ENTITY foxyproxy.random.label "Load URLs through random proxies (ignore all patterns and priorities)">
+<!ENTITY foxyproxy.random.accesskey "R">
+<!ENTITY foxyproxy.random.tooltip "Load URLs through random proxies (ignore all patterns and priorities)">
+
+<!ENTITY foxyproxy.random.includedirect.label "Include proxies configured as direct internet connections">
+<!ENTITY foxyproxy.random.includedirect.accesskey "I">
+<!ENTITY foxyproxy.random.includedirect.tooltip "Proxies configured as direct internet connections are included in random proxy selection">
+
+<!ENTITY foxyproxy.random.includedisabled.label "Include disabled proxies">
+<!ENTITY foxyproxy.random.includedisabled.accesskey "D">
+<!ENTITY foxyproxy.random.includedisabled.tooltip "Proxies configured as disabled are included in random proxy selection">
+
+<!ENTITY foxyproxy.random.settings.label "Random Proxy Selection">
+<!ENTITY foxyproxy.random.settings.accesskey "R">
+<!ENTITY foxyproxy.random.settings.tooltip "Settings which affect random proxy selection">
+
+<!ENTITY foxyproxy.tab.autoadd.label "AutoAdd">
+<!ENTITY foxyproxy.tab.autoadd.accesskey "A">
+<!ENTITY foxyproxy.tab.autoadd.tooltip "Manage AutoAdd Settings">
+
+<!ENTITY foxyproxy.autoadd.description "Specify a pattern that identifies blocked websites. When the pattern is found on a page, a pattern matching that website's URL is automatically added to a proxy and optionally reloaded. This prevents you from having to proactively identify all blocked websites.">
+
+<!ENTITY foxyproxy.autoadd.pattern.label "Pattern to identify blocked websites">
+<!ENTITY foxyproxy.autoadd.pattern.accesskey "P">
+<!ENTITY foxyproxy.autoadd.pattern.tooltip "Pattern that identifies blocked websites">
+
+<!ENTITY foxyproxy.autoadd.wildcard.example.label "Example: *You are not authorized to view this page*">
+<!ENTITY foxyproxy.autoadd.regex.example.label "Example: .*Site.*has been blocked.*">
+
+<!ENTITY foxyproxy.autoadd.proxy.label "Proxy to which patterns are automatically added">
+<!ENTITY foxyproxy.autoadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.autoadd.proxy.tooltip "Specify the proxy to which URLs are automatically added">
+
+<!ENTITY foxyproxy.pattern.template.label "URL Pattern Template">
+<!ENTITY foxyproxy.pattern.template.accesskey "U">
+<!ENTITY foxyproxy.pattern.template.tooltip "URL Pattern Template">
+<!ENTITY foxyproxy.pattern.template.example.label1 "Example for ">
+<!ENTITY foxyproxy.pattern.template.example.label2 "http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant">
+<!ENTITY foxyproxy.pattern.template.currenturl.label "Current URL">
+<!ENTITY foxyproxy.pattern.template.currenturl.accesskey "C">
+<!ENTITY foxyproxy.pattern.template.currenturl.tooltip "URL in the address bar">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.label "Generated Pattern">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.accesskey "G">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.tooltip "Dynamically generated pattern">
+
+<!ENTITY foxyproxy.autoadd.reload.label "Reload the page after pattern is added to proxy">
+<!ENTITY foxyproxy.autoadd.reload.accesskey "R">
+<!ENTITY foxyproxy.autoadd.reload.tooltip "Automatically reload the page after the pattern is added to a proxy">
+
+<!ENTITY foxyproxy.autoadd.notify.label "Notify me when AutoAdd is activated">
+<!ENTITY foxyproxy.autoadd.notify.accesskey "N">
+<!ENTITY foxyproxy.autoadd.notify.tooltip "Informs you when a page is blocked &amp; the URL pattern is added to a proxy">
+<!ENTITY foxyproxy.autoadd.notify.tooltip2 "Display a popup when AutoAdd is activated">
+
+<!ENTITY foxyproxy.pacloadnotification.label "Notify me about proxy auto-configuration file loads">
+<!ENTITY foxyproxy.pacloadnotification.accesskey "L">
+<!ENTITY foxyproxy.pacloadnotification.tooltip "Display a popup when a PAC file loads">
+
+<!ENTITY foxyproxy.pacerrornotification.label "Notify me about proxy auto-configuration file errors">
+<!ENTITY foxyproxy.pacerrornotification.accesskey "E">
+<!ENTITY foxyproxy.pacerrornotification.tooltip "Display a popup when encountering PAC file errors">
+<!ENTITY foxyproxy.toolsmenu.label "Show icon in the Firefox tools menu">
+<!ENTITY foxyproxy.toolsmenu.accesskey "T">
+<!ENTITY foxyproxy.toolsmenu.tooltip "Show icon in the Firefox tools menu">
+
+<!ENTITY foxyproxy.tip.label "Tip">
+<!ENTITY foxyproxy.pactips.popup.height "250px">
+<!ENTITY foxyproxy.pactips.popup.width "400px">
+<!ENTITY foxyproxy.pactip1.label "For PAC files stored on a local hard drive, use the file:// scheme. For example, file://c:/path/proxy.pac on Windows or file:///home/users/joe/proxy.pac on Unix/Linux/Mac.">
+<!ENTITY foxyproxy.pactip2.label "For PAC files on an ftp server, use the ftp:// scheme. For example, ftp://leahscape.com/path/proxy.pac">
+<!ENTITY foxyproxy.pactip3.label "You can also use http://, https://, and any other supported scheme.">
+<!ENTITY foxyproxy.pactip4.label "Finally, if you need to refer to a PAC file on the local file system using a relative path, you can use the special FoxyProxy relative:// scheme. This is useful if your PAC file resides on a thumb drive. Supported relative paths are documented">
+<!ENTITY foxyproxy.pactip5.label "here">
+<!ENTITY foxyproxy.pactip6.label ". Special strings in the relative:// URL you specify are replaced with their corresponding values. For example, relative://ProfD/pacs/proxy3.pac points to the file proxy3.pac in the subdirectory of the">
+<!ENTITY foxyproxy.pactip7.label "Firefox profile directory">
+<!ENTITY foxyproxy.pactip8.label "named pacs/. With Portable Firefox on Windows, the Firefox profile directory is always a relative path because the drive letter can change across computers. Please note that special strings (ProfD, Home, TempD, etc.) are case-sensitive!">
+
+
+<!ENTITY foxyproxy.contextmenu.label "Show icon in the context-menu">
+<!ENTITY foxyproxy.contextmenu.accesskey "C">
+<!ENTITY foxyproxy.contextmenu.tooltip "Show icon in the context-menu">
+
+<!ENTITY foxyproxy.quickadd.desc1 "QuickAdd adds a dynamic URL pattern to a proxy when you press Alt-F2. It is practical alternative to AutoAdd. Customize the Alt-F2 shortcut with the ">
+<!ENTITY foxyproxy.keyconfig.label "KeyConfig">
+<!ENTITY foxyproxy.quickadd.desc2 "extension">
+
+<!ENTITY foxyproxy.quickadd.label "QuickAdd">
+<!ENTITY foxyproxy.quickadd.accesskey "Q">
+<!ENTITY foxyproxy.quickadd.tooltip "Manage QuickAdd Settings">
+
+<!ENTITY foxyproxy.quickadd.notify.label "Notify me when QuickAdd is activated">
+<!ENTITY foxyproxy.quickadd.notify.accesskey "N">
+<!ENTITY foxyproxy.quickadd.notify.tooltip "Display a popup when QuickAdd is activated">
+
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label "Notify me when QuickAdd is canceled">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label2 "QuickAdd is automatically canceled when the URL in the address bar already matches a whitelist pattern in the QuickAdd proxy. In this way duplicate patterns, which can clutter your configuration, are prevented. This setting does not enable/disable cancelation; rather, it toggles notification when cancelation occurs.">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.accesskey "C">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.tooltip "Display a popup when QuickAdd is activated but canceled">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.width "400px">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.height "120px">
+<!ENTITY foxyproxy.whatsthis "What's This?">
+
+<!ENTITY foxyproxy.quickadd.prompt.label "Prompt for editing and confirmation before adding pattern to proxy">
+<!ENTITY foxyproxy.quickadd.prompt.accesskey "P">
+<!ENTITY foxyproxy.quickadd.prompt.tooltip "Prompt for editing and confirmation before adding pattern to proxy">
+
+<!ENTITY foxyproxy.quickadd.proxy.label "Proxy to which pattern is added">
+<!ENTITY foxyproxy.quickadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.quickadd.proxy.tooltip "Choose proxy to which pattern will be added">
+
+<!ENTITY foxyproxy.bypasscache.label "Bypass Firefox cache when loading">
+<!ENTITY foxyproxy.bypasscache.accesskey "B">
+<!ENTITY foxyproxy.bypasscache.tooltip "Firefox cache is ignored">
+
+<!ENTITY foxyproxy.advancedmenus.label "Use Advanced Menus">
+<!ENTITY foxyproxy.advancedmenus.accesskey "M">
+<!ENTITY foxyproxy.advancedmenus.tooltip "Use advanced menus (FoxyProxy 2.2-style)">
+
+<!ENTITY foxyproxy.importsettings.label "Import settings">
+<!ENTITY foxyproxy.importsettings.accesskey "I">
+<!ENTITY foxyproxy.importsettings.tooltip "Import settings from a file">
+
+<!ENTITY foxyproxy.exportsettings.label "Export current settings">
+<!ENTITY foxyproxy.exportsettings.accesskey "E">
+<!ENTITY foxyproxy.exportsettings.tooltip "Export current settings to file">
+
+<!ENTITY foxyproxy.importlist.label "Import list of proxies">
+<!ENTITY foxyproxy.importlist.accesskey "I">
+<!ENTITY foxyproxy.importlist.tooltip "Import a text file list of proxies">
+
+<!ENTITY foxyproxy.wildcard.reference.label "Wildcard Reference">
+<!ENTITY foxyproxy.wildcard.reference.accesskey "W">
+<!ENTITY foxyproxy.wildcard.reference.tooltip "Wildcard Reference">
+<!ENTITY foxyproxy.wildcard.reference.subtitle.label "The asterisk (*) matches zero or more characters, and the question mark (?) matches any single character">
+<!ENTITY foxyproxy.wildcard.reference.mistakes "Common Mistakes When Writing Wildcard Patterns">
+<!ENTITY foxyproxy.wildcard.reference.goal.label "Goal">
+<!ENTITY foxyproxy.wildcard.reference.goal1.label "Match all pages in MySpace's www subdomain">
+<!ENTITY foxyproxy.wildcard.reference.goal2.label "Match the local PC">
+<!ENTITY foxyproxy.wildcard.reference.goal3.label "Match all subdomains and pages at abc.com">
+<!ENTITY foxyproxy.wildcard.reference.goal4.label "Match all pages in the a.foo.com domain but not b.foo.com">
+<!ENTITY foxyproxy.wildcard.reference.correct.label "Correct">
+<!ENTITY foxyproxy.wildcard.reference.correct2.label "Must be two patterns">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.label "Incorrect">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason.label "Reason Why It's Incorrect">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason1.label "Since there are no wildcards, only the home page is matched">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason2.label "FoxyProxy doesn't understand this kind of syntax">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason3.label "There are no wildcards">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason4.label "There are no wildcards">
+<!ENTITY foxyproxy.wildcard.reference.popup.height "350px">
+
+<!ENTITY foxyproxy.logging.noURLs.label "Do not store or display URLs">
+<!ENTITY foxyproxy.logging.noURLs.accesskey "U">
+<!ENTITY foxyproxy.logging.noURLs.tooltip "URLs aren't stored in RAM or on disk">
+
+<!ENTITY foxyproxy.ok.label "OK">
+<!ENTITY foxyproxy.ok.accesskey "O">
+<!ENTITY foxyproxy.ok.tooltip "Close Window">
+
+<!ENTITY foxyproxy.pattern.template.reference.label "Pattern Template Reference">
+<!ENTITY foxyproxy.pattern.template.reference.accesskey "T">
+<!ENTITY foxyproxy.pattern.template.reference.tooltip "Pattern Template Reference">
+<!ENTITY foxyproxy.pattern.template.reference.subtitle.label "URL pattern templates define the format with which URLs are QuickAdded or AutoAdded to proxies. Templates support the following special strings which, when QuickAdd or AutoAdd are activated, are substituted with the corresponding URL component in the address bar.">
+<!ENTITY foxyproxy.pattern.template.reference.specialstring.label "Special String">
+<!ENTITY foxyproxy.pattern.template.reference.subststring.label "Substituted With">
+<!ENTITY foxyproxy.pattern.template.reference.example.label "Example">
+<!ENTITY foxyproxy.pattern.template.reference.scheme.label "protocol">
+<!ENTITY foxyproxy.pattern.template.reference.username.label "username">
+<!ENTITY foxyproxy.pattern.template.reference.password.label "password">
+<!ENTITY foxyproxy.pattern.template.reference.userpass.label "username &amp; password with &quot;:&quot; &amp; &quot;@&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.host.label "host">
+<!ENTITY foxyproxy.pattern.template.reference.port.label "port">
+<!ENTITY foxyproxy.pattern.template.reference.hostport.label "host &amp; port with &quot;:&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.prepath.label "string before the path">
+<!ENTITY foxyproxy.pattern.template.reference.path.label "path (includes filename)">
+<!ENTITY foxyproxy.pattern.template.reference.directory.label "directory">
+<!ENTITY foxyproxy.pattern.template.reference.filebasename.label "file basename">
+<!ENTITY foxyproxy.pattern.template.reference.fileextension.label "file extension">
+<!ENTITY foxyproxy.pattern.template.reference.filename.label "complete filename">
+<!ENTITY foxyproxy.pattern.template.reference.ref.label "part after the &quot;#&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.query.label "part after the &quot;?&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.spec.label "complete URL">
+<!ENTITY foxyproxy.pattern.template.reference.popup.height "400px">
+<!ENTITY foxyproxy.pattern.template.reference.popup.width "800px">
+
+<!ENTITY foxyproxy.notifications.label "Notifications">
+<!ENTITY foxyproxy.notifications.accesskey "N">
+<!ENTITY foxyproxy.notifications.tooltip "Notification Settings">
+<!ENTITY foxyproxy.indicators.label "Indicators">
+<!ENTITY foxyproxy.indicators.accesskey "I">
+<!ENTITY foxyproxy.indicators.tooltip "Indicator Settings">
+<!ENTITY foxyproxy.misc.label "Miscellaneous">
+<!ENTITY foxyproxy.misc.accesskey "M">
+<!ENTITY foxyproxy.misc.tooltip "Miscellaneous Settings">
+
+<!ENTITY foxyproxy.animatedicons.label "Animate icons when this proxy is in use">
+<!ENTITY foxyproxy.animatedicons.accesskey "A">
+<!ENTITY foxyproxy.animatedicons.tooltip "Animate icons when this proxy active (Global Settings->Animations must also be checked)">
+
+<!ENTITY foxyproxy.statusbaractivation.label "Statusbar Activation">
+<!ENTITY foxyproxy.statusbaractivation.accesskey "S">
+<!ENTITY foxyproxy.statusbaractivation.tooltip "Statusbar Activation Settings">
+
+<!ENTITY foxyproxy.toolbaractivation.label "Toolbar Activation">
+<!ENTITY foxyproxy.toolbaractivation.accesskey "T">
+<!ENTITY foxyproxy.toolbaractivation.tooltip "Toolbar Activation Settings">
+
+<!ENTITY foxyproxy.leftclicksb.label "Left-click">
+<!ENTITY foxyproxy.leftclicksb.accesskey "L">
+<!ENTITY foxyproxy.leftclicksb.tooltip "Action to take when left-clicking FoxyProxy in status bar">
+<!ENTITY foxyproxy.middleclicksb.label "Middle-click">
+<!ENTITY foxyproxy.middleclicksb.accesskey "M">
+<!ENTITY foxyproxy.middleclicksb.tooltip "Action to take when middle-clicking FoxyProxy in status bar">
+<!ENTITY foxyproxy.rightclicksb.label "Right-click">
+<!ENTITY foxyproxy.rightclicksb.accesskey "R">
+<!ENTITY foxyproxy.rightclicksb.tooltip "Action to take when right-clicking FoxyProxy in status bar">
+
+<!ENTITY foxyproxy.leftclicktb.label "Left-click">
+<!ENTITY foxyproxy.leftclicktb.accesskey "L">
+<!ENTITY foxyproxy.leftclicktb.tooltip "Action to take when left-clicking FoxyProxy in toolbar">
+<!ENTITY foxyproxy.middleclicktb.label "Middle-click">
+<!ENTITY foxyproxy.middleclicktb.accesskey "M">
+<!ENTITY foxyproxy.middleclicktb.tooltip "Action to take when middle-clicking FoxyProxy in toolbar">
+<!ENTITY foxyproxy.rightclicktb.label "Right-click">
+<!ENTITY foxyproxy.rightclicktb.accesskey "R">
+<!ENTITY foxyproxy.rightclicktb.tooltip "Action to take when right-clicking FoxyProxy in toolbar">
+
+<!ENTITY foxyproxy.click.options "Show options dialog">
+<!ENTITY foxyproxy.click.cycle "Cycles through modes">
+<!ENTITY foxyproxy.click.contextmenu "Show context menu">
+<!ENTITY foxyproxy.click.reloadcurtab "Reload current tab">
+<!ENTITY foxyproxy.click.reloadtabsinbrowser "Reload all tabs in current browser">
+<!ENTITY foxyproxy.click.reloadtabsinallbrowsers "Reload all tabs in all browsers">
+<!ENTITY foxyproxy.click.removeallcookies "Remove all cookies">
+<!ENTITY foxyproxy.click.toggle "Toggle between current mode and disabled">
+
+<!ENTITY foxyproxy.includeincycle.label "Include this proxy when cycling proxies by clicking on statusbar or toolbar (Global Settings->Statusbar/Toolbar Activation->Cycle through modes must be selected)">
+<!ENTITY foxyproxy.includeincycle.accesskey "I">
+<!ENTITY foxyproxy.includeincycle.tooltip "Include this proxy when clicking on the statusbar/toolbar">
+
+<!ENTITY foxyproxy.changes.msg1 "Help! Where are settings for HTTP, SSL, FTP, Gopher, and SOCKS?">
+<!ENTITY foxyproxy.newGUI.popup.height "280px">
+<!ENTITY foxyproxy.newGUI.popup.width "400px">
+<!ENTITY foxyproxy.newGUI1.label "The old FoxyProxy Proxy Settings screen was based on and nearly identical to Firefox's Connection Settings dialog, which in turn was nearly identical to the Proxy Settings in the ancient Mosaic 2.1.1 browser from 1996. The problem with all of these screens is their limited ability to route traffic by protocol. 21st century browsers like Firefox handle many more protocols than HTTP, SSL, FTP, and GOPHER. Clearly, these old screens would be unwieldy if they attempted to include every possible protocol.">
+<!ENTITY foxyproxy.newGUI2.label "Since FoxyProxy already enables traffic routing by protocol with wildcard and regular expression patterns, the listing of protocols on this screen is unnecessary. As of version 2.5, FoxyProxy has removed this protocol list from the Proxy Settings GUI. However, this does not reduce functionality. It makes for a simpler interface. If you need to route traffic by protocol, you should define whitelist and blacklist patterns with careful attention to the scheme/protocol portion of the pattern (e.g., ftp://*.yahoo.com/*, *://leahscape.com/*, etc.)">
+<!ENTITY foxyproxy.newGUI4.label "Click here for more information.">
+
+<!ENTITY foxyproxy.error.msg.label "Error Message">
+<!ENTITY foxyproxy.pac.result.label "PAC Result">
+<!ENTITY foxyproxy.options.width "666">
+<!ENTITY foxyproxy.options.height "477">
+<!ENTITY foxyproxy.torwiz.width "660">
+<!ENTITY foxyproxy.torwiz.height "375">
+<!ENTITY foxyproxy.addeditproxy.width "660">
+<!ENTITY foxyproxy.addeditproxy.height "470">
+
+<!ENTITY foxyproxy.casesensitive.label "Case sensitive">
+<!ENTITY foxyproxy.casesensitive.accesskey "C">
+<!ENTITY foxyproxy.casesensitive.tooltip "Enables/disables case-sensitivity for URL matching">
+
+<!ENTITY foxyproxy.statusbarwidth.label "Fixed width">
+<!ENTITY foxyproxy.statusbarwidth.accesskey "W">
+<!ENTITY foxyproxy.statusbarwidth.tooltip "Prevents statusbar resizing">
+<!ENTITY foxyproxy.pixels "pixels">
+<!ENTITY foxyproxy.unlimited.label "[0: shrink to fit] ">
+
+<!ENTITY foxyproxy.temp.popup.label "Temporary patterns allow you to create patterns for URLs that you don't visit often without cluttering the pattern list for a proxy. Temporary patterns are not saved to disk. They are kept in-memory and used for this Firefox session only.">
+<!ENTITY foxyproxy.temp.popup.height "120">
+<!ENTITY foxyproxy.temp.popup.width "400">
+<!ENTITY foxyproxy.temp.label "Temporary">
+<!ENTITY foxyproxy.temp.accesskey "T">
+<!ENTITY foxyproxy.temp.tooltip "Pattern is used only for this Firefox session">
+
+<!ENTITY foxyproxy.define.label "Define">
+<!ENTITY foxyproxy.define.accesskey "D">
+<!ENTITY foxyproxy.define.tooltip "Define">
+
+<!ENTITY foxyproxy.pattern.to.quickadd.label "Pattern to quickly add to proxy">
+<!ENTITY foxyproxy.pattern.to.autoadd.label "Pattern to automatically add to proxy">
+
+<!ENTITY foxyproxy.home "Home">
+<!ENTITY foxyproxy.support "Support">
+<!ENTITY foxyproxy.credits "Credits">
+<!ENTITY foxyproxy.donations "Donations">
+<!ENTITY foxyproxy.please.donate.label "Please Donate">
+<!ENTITY foxyproxy.please.donate.accesskey "D">
+<!ENTITY foxyproxy.keep.free "Keep FoxyProxy Free">
+<!ENTITY foxyproxy.donation.list.label "Donation List">
+<!ENTITY foxyproxy.donation.list.accesskey "L">
\ No newline at end of file
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/en-US/foxyproxy.properties 2.8.9-0ubuntu1/chrome/locale/en-US/foxyproxy.properties
--- 2.7.5~dfsg.1-1/chrome/locale/en-US/foxyproxy.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/en-US/foxyproxy.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,146 @@
+extensions.foxyproxy@eric.h.jung.description=FoxyProxy - Premier proxy management for Firefox
+foxyproxy=FoxyProxy
+tor=Tor
+privoxy=Privoxy
+settings.error=Error reading settings
+settings.error.2=Error reading settings file: %S. Attempting to create new settings file: %S.
+settings.error.3=Error writing settings file: %S. Ensure the path exists and that Firefox has write access, then restart Firefox. FoxyProxy will not function until then.
+error=Error
+welcome=Welcome to FoxyProxy!
+yes=Yes
+no=No
+disabled=Disabled
+torwiz.configure=Would you like to configure FoxyProxy for use with Tor?
+torwiz.with.without.privoxy=Are you using Tor with Privoxy or without?
+torwiz.with=with
+torwiz.without=without
+torwiz.privoxy.not.required=Please note: as of Firefox 1.5, Privoxy is no longer needed to use Firefox with Tor. Privoxy adds value such as content filtering, but it is not strictly necessary for use with Firefox 1.5+ and Tor. Would you still like Firefox to use Tor via Privoxy?
+torwiz.port=Please enter the port on which %S is listening. If you don't know, use the default.        
+torwiz.nan=That is not a number.
+torwiz.proxy.notes=Proxy through the Tor Network - http://tor.eff.org
+torwiz.google.mail=Google Mail
+torwiz.pattern=http://*mail.google.com/*
+torwiz.congratulations=Congratulations! FoxyProxy has been configured for use with Tor. Please ensure Tor is running before visiting URLs which you've specified to use the Tor network. Additionally, if you've configured FoxyProxy to use Privoxy, please ensure it is also running.
+torwiz.cancelled=The FoxyProxy Tor Wizard has been cancelled.
+mode.patterns.label=Use proxies based on their pre-defined patterns and priorities
+mode.patterns.accesskey=U
+mode.patterns.tooltip=Use proxies based on their pre-defined patterns and priorities
+mode.custom.label=Use proxy "%S" for all URLs
+mode.custom.tooltip=Use proxy "%S" for all URLs
+mode.disabled.label=Completely disable FoxyProxy
+mode.disabled.accesskey=D
+mode.disabled.tooltip=Completely disable FoxyProxy
+more.label=More
+more.accesskey=M
+more.tooltip=More Options
+invalid.url=The URL specified for automatic proxy configuration is not a valid URL.
+protocols.error=Please specify one or more protocols for the proxy.
+noport2=A port must be specified for the host.
+nohost2=A host name must be specified with the port.
+nohostport=Host name and port must be specified.
+torwiz.nopatterns.2=You didn't enter and enable any whitelisted (inclusive) URL patterns. This means the Tor network won't be used. Continue anyway?
+torwiz.nopatterns.3=You didn't enter and enable any whitelisted (inclusive) URL patterns. This means the Tor network won't be used unless FoxyProxy is set to "Use Proxy %S for all URLs". Continue anyway?
+months.long.1=January
+months.short.1=Jan
+months.long.2=February
+months.short.2=Feb
+months.long.3=March
+months.short.3=Mar
+months.long.4=April
+months.short.4=Apr
+months.long.5=May
+months.short.5=May
+months.long.6=June
+months.short.6=Jun
+months.long.7=July
+months.short.7=Jul
+months.long.8=August
+months.short.8=Aug
+months.long.9=September
+months.short.9=Sep
+months.long.10=October
+months.short.10=Oct
+months.long.11=November
+months.short.11=Nov
+months.long.12=December
+months.short.12=Dec
+days.long.1=Sunday
+days.short.1=Sun
+days.long.2=Monday
+days.short.2=Mon
+days.long.3=Tuesday
+days.short.3=Tue
+days.long.4=Wednesday
+days.short.4=Wed
+days.long.5=Thursday
+days.short.5=Thu
+days.long.6=Friday
+days.short.6=Fri
+days.long.7=Saturday
+days.short.7=Sat
+timeformat=HH:nn:ss:zzz mmm dd, yyyy
+file.select=Select the file in which to store the settings
+manual=Manual
+auto=Auto
+direct=Direct
+delete.proxy.confirm=Delete proxy: are you sure?
+pattern.required=A pattern is required.
+pattern.invalid.regex=%S is not a valid regular expression.
+proxy.error.for.url=Error determining proxy for %S
+proxy.default.settings.used=FoxyProxy not used for this URL - default Firefox connection settings were used
+proxy.all.urls=All URLs were configured to use this proxy
+pac.status=FoxyProxy PAC Status
+pac.status.loadfailure=Failed to Load PAC for Proxy "%S"
+pac.status.success=Loaded PAC for Proxy "%S"
+pac.status.error=Error in PAC for Proxy "%S"
+error.noload=Error. Please contact the FoxyProxy development team. No private data is leaking, but the resource will not load. Exception is %S
+proxy.name.required=Please enter a name for this proxy on the General Tab.
+proxy.default=Default
+proxy.default.notes=These are the settings that are used when no patterns match a URL.
+proxy.default.match.name=All
+delete.proxy.default=You cannot delete this proxy.
+copy.proxy.default=You cannot copy this proxy.
+logg.maxsize.change=This will clear the log. Continue?
+logg.maxsize.maximum=Maximum recommended size is 9999. Higher amounts will consume more memory and may affect performance. Continue anyway?
+proxy.random=Proxy was randomly selected
+mode.random.label=Use random proxies for all URLs (ignore all patterns and priorities)
+mode.random.accesskey=R
+mode.random.tooltip=Load URLs through random proxies (ignore all patterns and priorities)
+random=Random
+random.applicable=This setting only applies when mode is "Use random proxies for all URLs (ignore all patterns and priorities)"
+superadd.error=Configuration error: %S has been disabled.
+superadd.notify=Proxy %S
+superadd.url.added=Pattern %S added to proxy "%S"
+superadd.verboten2=%S cannot be enabled because either no proxies are defined or all proxies are disabled.
+autoadd.pattern.label=Dynamic AutoAdd Pattern
+quickadd.pattern.label=Dynamic QuickAdd Pattern
+torwiz.proxydns=Would you like DNS requests to go through the Tor network? If you don't understand this question, click "yes"
+autoadd.notice=Please note: AutoAdd affects the time in which a webpage loads. The more complex your pattern and the larger the webpage, the longer AutoAdd takes to process. If you experience significant delays, please disable AutoAdd.\n\nYou are encouraged to use QuickAdd instead of AutoAdd. 
+autoconfurl.test.success=The PAC was found, loaded, and successfully parsed.
+autoconfurl.test.fail=There was a problem loading, finding, or parsing the PAC:\nHTTP Status Code: %S\nException: %S
+autoconfurl.test.fail2=There was a problem loading, finding, or parsing the PAC:\n\n%S
+none=None
+delete.settings.ask=Do you want to delete the FoxyProxy settings stored at %S?
+delete.settings.confirm=%S will be deleted when all browsers are closed.
+no.wildcard.characters=The pattern has no wildcard characters. This means "%S" will be matched exactly. It is unusual for FoxyProxy to be used in this manner, and this likely means there is a mistake in the pattern or you don't understand how to define FoxyProxy patterns. Continue anyway?
+message.stop=Do not show this message again
+log.save=Save Log
+log.saved2=Log has been saved to %S. View now?
+log.nourls.url=Not logged
+log.scrub=Clean existing log entries of URLs?
+no.white.patterns.2=You didn't enter and enable any whitelisted (inclusive) URL patterns. This means the proxy won't be used. Continue anyway?
+no.white.patterns.3=You didn't enter and enable any whitelisted (inclusive) URL patterns. This means the proxy won't be used unless FoxyProxy is set to "Use Proxy %S for all URLs". Continue anyway?
+quickadd.quickadd.canceled=QuickAdd has been canceled because the current URL already matches the existing pattern named "%S" in proxy "%S"
+quickadd.nourl=Unable to get current URL
+cookies.allremoved=All cookies removed
+route.error=Error while determining which host to use for proxying
+route.exception=Exception while determining which host to use for proxying %S
+see.log=Please see log for more information.
+pac.select=Select the PAC file to use
+pac.files=PAC Files
+preferences.read.error.warning=Unable to read preference %S in %S. Please report this error to the FoxyProxy development team.
+preferences.read.error.fatal=You should recreate this preference (using about:config) so that it points to foxyproxy.xml in the format file:///c:/path/foxyproxy.xml. Alternatively, install FoxyProxy in a new Firefox profile.
+not.authorized=*You are not authorized to view this page*
+pac.empty=PAC URL or PAC content is empty
+pac.fcn.notfound=function FindProxyForURL() not found in PAC
+http.error=HTTP Status Error: %S
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/en-US/torwizhelp.dtd 2.8.9-0ubuntu1/chrome/locale/en-US/torwizhelp.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/en-US/torwizhelp.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/en-US/torwizhelp.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,13 @@
+<!ENTITY help.title.foxyproxy.help "FoxyProxy Help">
+<!ENTITY help.patterns "URL Patterns">
+<!ENTITY help.ff.asks "Before Firefox loads a URL, Firefox asks FoxyProxy if a proxy should be used. ">
+<!ENTITY help.fp.answers "FoxyProxy answers this question by attempting to match the current URL with all of the URL patterns you define below. The simplest way to specify patterns is with wildcards.">
+<!ENTITY help.a.wildcards "Wildcards">
+<!ENTITY help.p.wildcards.are "Wildcards are pervasive throughout computing; you've most likely seen them before. The asterisk (*) substitutes as a wildcard character for zero or more characters, and the question mark (?) substitutes as a wildcard character for any one character. ">
+<!ENTITY help.p.regexp "More advanced matching rules are possible using regular expressions. For details, click the 'Help Contents' button.">
+<!ENTITY help.h4.wildcard.examples "Wildcard Examples">
+<!ENTITY help.th.url.pattern "URL Pattern">
+<!ENTITY help.th.some.matches "Some Matches">
+<!ENTITY help.th.some.non.matches "Some Non-Matches">
+<!ENTITY help.td.everything.in.y "Everything in Yahoo's domain">
+<!ENTITY help.i.matches.everything "Matches everything">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/es-AR/amo.properties 2.8.9-0ubuntu1/chrome/locale/es-AR/amo.properties
--- 2.7.5~dfsg.1-1/chrome/locale/es-AR/amo.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/es-AR/amo.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,3 @@
+description.0=FoxyProxy es una herramienta avanzada para la administración de proxies que reemplaza completamente las limitadas capacidades que ofrece Firefox. Ofrece más características que SwitchProxy, ProxyButton, QuickProxy, xyzproxy, ProxyTex, TorButton, etc.
+description.1=FoxyProxy es una extensión de Firefox que cambia automáticamente una conexión de internet a través de uno o más proxies basandose en patrones de URL. O dicho simplemente, FoxyProxy automatiza el proceso manual de configuración de la Conexión de Firefox. El cambio de proxies se activa basandose en la lista de reglas de carga de URL y de conmutación que usted defina.
+description.2=Los íconos animados le muestran cuando un proxy está en uso. El registro avanzado le muestra cuales proxies fueron utilizados y cuándo. QuickAdd almacena una copia de la dirección actual para crear nuevas pautas de URL dinámicamente. FoxyProxy es completamente compatible con Firefox Portátil, tiene mejor soporte para archivos PAC que el mismo Firefox , y está traducido a más de 25 idiomas.
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/es-AR/foxyproxy.dtd 2.8.9-0ubuntu1/chrome/locale/es-AR/foxyproxy.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/es-AR/foxyproxy.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/es-AR/foxyproxy.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,436 @@
+<!ENTITY foxyproxy.label "FoxyProxy">
+<!ENTITY foxyproxy.accesskey "F">
+<!ENTITY foxyproxy.tooltip "FoxyProxy">
+<!ENTITY foxyproxy.optionsdialog.label "Opciones para FoxyProxy">
+<!ENTITY foxyproxy.options.label "Opciones">
+<!ENTITY foxyproxy.options.accesskey "O">
+<!ENTITY foxyproxy.options.tooltip "Abrir el Cuadro de Opciones">
+<!ENTITY foxyproxy.tree.pickertooltiptext.label "Seleccione con el mouse las columnas que desea mostrar">
+<!ENTITY foxyproxy.proxy.name.label "Nombre del Proxy">
+<!ENTITY foxyproxy.proxy.name.accesskey "N">
+<!ENTITY foxyproxy.proxy.name.tooltip "Nombre del Proxy">
+<!ENTITY foxyproxy.proxy.notes.label "Notas del Proxy">
+<!ENTITY foxyproxy.proxy.notes.accesskey "N">
+<!ENTITY foxyproxy.proxy.notes.tooltip "Notas del Proxy">
+<!ENTITY foxyproxy.pattern.label "Patrón">
+<!ENTITY foxyproxy.pattern.accesskey "P">
+<!ENTITY foxyproxy.pattern.tooltip "Patrón URL">
+<!ENTITY foxyproxy.urlpatterns.label "Patrones de URL">
+<!ENTITY foxyproxy.urlpatterns.accesskey "P">
+<!ENTITY foxyproxy.urlpatterns.tooltip "Patrones de URL">
+<!ENTITY foxyproxy.pattern.type.label "Tipo de Patrón">
+<!ENTITY foxyproxy.whitelist.blacklist.label "Lista Blanca (inclusiva) o Lista Negra (Exclusiva)">
+<!ENTITY foxyproxy.pattern.name.label "Nombre del Patrón">
+<!ENTITY foxyproxy.pattern.name.accesskey "P">
+<!ENTITY foxyproxy.pattern.name.tooltip "Nombre para el patrón">
+<!ENTITY foxyproxy.url.pattern.label "URL o Patrón de URL">
+<!ENTITY foxyproxy.url.pattern.accesskey "U">
+<!ENTITY foxyproxy.url.pattern.tooltip "URL o Patrón de URL">
+<!ENTITY foxyproxy.enabled.label "Habilitado">
+<!ENTITY foxyproxy.enabled.accesskey "E">
+<!ENTITY foxyproxy.enabled.tooltip "Habilitar/Deshabilitar">
+<!ENTITY foxyproxy.delete.selection.label "Eliminar Selección">
+<!ENTITY foxyproxy.delete.selection.accesskey "D">
+<!ENTITY foxyproxy.delete.selection.tooltip "Eliminar el elemento seleccionado">
+<!ENTITY foxyproxy.edit.selection.label "Editar la Selección">
+<!ENTITY foxyproxy.edit.selection.accesskey "E">
+<!ENTITY foxyproxy.edit.selection.tooltip "Editar el elemento seleccionado">
+<!ENTITY foxyproxy.help.label "Contenido de la Ayuda">
+<!ENTITY foxyproxy.help.accesskey "H">
+<!ENTITY foxyproxy.help.tooltip "Mostrar la Ayuda">
+<!ENTITY foxyproxy.close.label "Cerrar">
+<!ENTITY foxyproxy.close.accesskey "C">
+<!ENTITY foxyproxy.close.tooltip "Cerrar la Ventana">
+<!ENTITY foxyproxy.about.label "Acerca de">
+<!ENTITY foxyproxy.about.accesskey "A">
+<!ENTITY foxyproxy.about.tooltip "Abrir el cuadro de Acerca de">
+<!ENTITY foxyproxy.online.label "FoxyProxy En Línea">
+<!ENTITY foxyproxy.online.accesskey "O">
+<!ENTITY foxyproxy.online.tooltip "Visitar el Sitio Web de FoxyProxy">
+<!ENTITY foxyproxy.tor.label "Asistente Tor">
+<!ENTITY foxyproxy.tor.accesskey "W">
+<!ENTITY foxyproxy.tor.tooltip "Asistente Tor">
+<!ENTITY foxyproxy.copy.selection.label "Copiar Selección">
+<!ENTITY foxyproxy.copy.selection.accesskey "C">
+<!ENTITY foxyproxy.copy.selection.tooltip "Copia la selección">
+<!ENTITY foxyproxy.mode.label "Elija el Modo">
+<!ENTITY foxyproxy.auto.url.label "URL de configuración automática del proxy">
+<!ENTITY foxyproxy.auto.url.accesskey "A">
+<!ENTITY foxyproxy.auto.url.tooltip "Ingrese la URL del archivo PAC">
+<!ENTITY foxyproxy.auto.url.note.label "http(s)://   ftp://   file://   relative://">
+<!ENTITY foxyproxy.auto.url.note.tooltip "Click the info icon for information on relative://">
+<!ENTITY foxyproxy.port.label "Puerto">
+<!ENTITY foxyproxy.port.accesskey "P">
+<!ENTITY foxyproxy.port.tooltip "Puerto">
+<!ENTITY foxyproxy.socks.proxy.label "Proxy SOCKS">
+<!ENTITY foxyproxy.socks.proxy.accesskey "C">
+<!ENTITY foxyproxy.socks.proxy.tooltip "URL del Proxy SOCKS">
+<!ENTITY foxyproxy.socks.v4 "SOCKS v4/4a">
+<!ENTITY foxyproxy.socks.v5 "SOCKS v5">
+<!ENTITY foxyproxy.addeditpattern.title "Agregar/Editar Patrón">
+<!ENTITY foxyproxy.wildcard.label "Comodines">
+<!ENTITY foxyproxy.wildcard.accesskey "W">
+<!ENTITY foxyproxy.wildcard.tooltip "Especifica que la URL o el patrón de URL utiliza comodines y no es una expresión regular">
+<!ENTITY foxyproxy.wildcard.example.label "Ejemplo: *mail.yahoo.com/*">
+<!ENTITY foxyproxy.regex.label "Expresión Regular">
+<!ENTITY foxyproxy.regex.accesskey "R">
+<!ENTITY foxyproxy.regex.tooltip "Especifica que la URL o el patrón de URL es una expresión regular">
+<!ENTITY foxyproxy.regex.example.label "Ejemplo: https?://.*\.mail\.yahoo\.com/.*">
+<!ENTITY foxyproxy.version "Versión">
+<!ENTITY foxyproxy.createdBy "Creado Por">
+<!ENTITY foxyproxy.copyright "Derechos de Autor">
+<!ENTITY foxyproxy.rights "Todos los Derechos Reservados">
+<!ENTITY foxyproxy.released "Liberado bajo la licencia GPL.">
+<!ENTITY foxyproxy.tab.general.label "General">
+<!ENTITY foxyproxy.tab.general.accesskey "G">
+<!ENTITY foxyproxy.tab.general.tooltip "Administrar la Configuración General del Proxy">
+<!ENTITY foxyproxy.tab.proxy.label "Detalles del Proxy">
+<!ENTITY foxyproxy.tab.proxy.accesskey "R">
+<!ENTITY foxyproxy.tab.proxy.tooltip "Administrar los Detalles del Proxy">
+<!ENTITY foxyproxy.tab.patterns.label "Patrones">
+<!ENTITY foxyproxy.tab.patterns.accesskey "P">
+<!ENTITY foxyproxy.tab.patterns.tooltip "Administrar Patrones de URL">
+<!ENTITY foxyproxy.add.title "Configuración del Proxy">
+<!ENTITY foxyproxy.pattern.description "Aquí usted puede indicar cuando se utilizará o no éste proxy">
+<!ENTITY foxyproxy.pattern.matchtype.label "Contenidos del Patrón">
+<!ENTITY foxyproxy.pattern.matchtype2.label "Pattern To Identify Blocked Websites Contains">
+<!ENTITY foxyproxy.pattern.template.matchtype.label "Pattern Template Contains">
+<!ENTITY foxyproxy.pattern.whiteblack.label "Inclusión/Exclusión de URL">
+<!ENTITY foxyproxy.add.option.direct.label "Conexión Directa a Internet">
+<!ENTITY foxyproxy.add.option.direct.accesskey "D">
+<!ENTITY foxyproxy.add.option.direct.tooltip "No utilizar un Proxy - utilizar la conexión directa a Internet">
+<!ENTITY foxyproxy.add.option.manual.label "Configuración Manual del Proxy">
+<!ENTITY foxyproxy.add.option.manual.accesskey "M">
+<!ENTITY foxyproxy.add.option.manual.tooltip "Definir manualmente la configuración del proxy">
+<!ENTITY foxyproxy.add.new.pattern.label "Agregar un Nuevo Patrón">
+<!ENTITY foxyproxy.add.new.pattern.accesskey "A">
+<!ENTITY foxyproxy.add.new.pattern.tooltip "Agregar un Nuevo Patrón">
+<!ENTITY foxyproxy.menubar.file.label "Archivo">
+<!ENTITY foxyproxy.menubar.file.accesskey "F">
+<!ENTITY foxyproxy.menubar.file.tooltip "Abrir el Menú de Archivo">
+<!ENTITY foxyproxy.menubar.help.label "Ayuda">
+<!ENTITY foxyproxy.menubar.help.accesskey "H">
+<!ENTITY foxyproxy.menubar.help.tooltip "Abrir el Menú de Ayuda">
+<!ENTITY foxyproxy.mode.accesskey "M">
+<!ENTITY foxyproxy.mode.tooltip "Elegir cómo habilitar FoxyProxy">
+<!ENTITY foxyproxy.tab.proxies.label "Proxies">
+<!ENTITY foxyproxy.tab.proxies.accesskey "P">
+<!ENTITY foxyproxy.tab.proxies.tooltip "Administrar Proxies">
+<!ENTITY foxyproxy.tab.global.label "Configuración Global">
+<!ENTITY foxyproxy.tab.global.accesskey "G">
+<!ENTITY foxyproxy.tab.global.tooltip "Administrar la Configuración Global">
+<!ENTITY foxyproxy.tab.logging.label "Registro">
+<!ENTITY foxyproxy.tab.logging.accesskey "L">
+<!ENTITY foxyproxy.tab.logging.tooltip "Administrar la Configuración de Registro">
+<!ENTITY foxyproxy.proxydns.label "Utilizar un proxy SOCKS para las consultas DNS">
+<!ENTITY foxyproxy.proxydns.accesskey "U">
+<!ENTITY foxyproxy.proxydns.tooltip "Si está seleccionado, las consultas DNS se realizan por medio de un proxy SOCKS">
+<!ENTITY foxyproxy.proxydns.notice "Debe reiniciar Firefox para que los cambios en la configuración tengan efecto. Reinicia ahora?">
+<!ENTITY foxyproxy.showstatusbaricon.label "Mostrar el ícono en la barra de estado">
+<!ENTITY foxyproxy.showstatusbaricon.accesskey "S">
+<!ENTITY foxyproxy.showstatusbaricon.tooltip "Si está marcado, el ícono de FoxyProxy se mostrará en la barra de estado">
+<!ENTITY foxyproxy.showstatusbarmode.label "Mostrar el modo (texto) en la barra de estado">
+<!ENTITY foxyproxy.showstatusbarmode.accesskey "S">
+<!ENTITY foxyproxy.showstatusbarmode.tooltip "Si está marcado, el modo de FoxyProxy se mostrará en la barra de estado">
+<!ENTITY foxyproxy.storagelocation.label "Ubicación de Almacenamiento de la Configuración">
+<!ENTITY foxyproxy.storagelocation.accesskey "S">
+<!ENTITY foxyproxy.storagelocation.tooltip "Ubicación donde almacenar la configuración de FoxyProxy">
+<!ENTITY foxyproxy.tab.logging.timestamp.label "Marcas de tiempo">
+<!ENTITY foxyproxy.tab.logging.url.label "URL">
+<!ENTITY foxyproxy.host.label "Nombre de Equipo">
+<!ENTITY foxyproxy.host.accesskey "H">
+<!ENTITY foxyproxy.host.tooltip "Nombre de Equipo">
+<!ENTITY foxyproxy.clear.label "Borrar">
+<!ENTITY foxyproxy.clear.accesskey "C">
+<!ENTITY foxyproxy.clear.tooltip "Borrar">
+<!ENTITY foxyproxy.refresh.label "Refrescar">
+<!ENTITY foxyproxy.refresh.accesskey "R">
+<!ENTITY foxyproxy.refresh.tooltip "Refrescar">
+<!ENTITY foxyproxy.save.label "Guardar">
+<!ENTITY foxyproxy.save.accesskey "S">
+<!ENTITY foxyproxy.save.tooltip "Guardar">
+<!ENTITY foxyproxy.addnewproxy.label "Agregar un Nuevo Proxy">
+<!ENTITY foxyproxy.addnewproxy.accesskey "A">
+<!ENTITY foxyproxy.addnewproxy.tooltip "Agregar un Nuevo Proxy">
+<!ENTITY foxyproxy.whitelist.label "Lista Blanca">
+<!ENTITY foxyproxy.whitelist.accesskey "W">
+<!ENTITY foxyproxy.whitelist.tooltip "Las URLs que coincidan con éste patrón serán cargadas con éste proxy">
+<!ENTITY foxyproxy.whitelist.description.label "Las URLs que coincidan con éste patrón serán cargadas con éste proxy">
+<!ENTITY foxyproxy.blacklist.label "Lista Negra">
+<!ENTITY foxyproxy.blacklist.accesskey "B">
+<!ENTITY foxyproxy.blacklist.tooltip "Las URLs que coincidan con éste patrón NO serán cargadas con éste proxy">
+<!ENTITY foxyproxy.blacklist.description.label "Las URLs que coincidan con éste patrón NO serán cargadas con éste proxy">
+<!ENTITY foxyproxy.whiteblack.description.label "Los patrones de Listas Negras (exclusiones) tienen precedencia sobre los patrones de Listas Blancas (inclusiones): si una URL coincide con ambas listas para el mismo proxy, la URL será excluída de ser cargada por éste proxy.">
+<!ENTITY foxyproxy.usingPFF.label1 "Estoy utilizando">
+<!ENTITY foxyproxy.usingPFF.label2 "Firefox Portátil">
+<!ENTITY foxyproxy.usingPFF.accesskey "P">
+<!ENTITY foxyproxy.usingPFF.tooltip "Seleccione aquí si está utilizando Firefox Portátil (Portable Firefox)">
+<!ENTITY foxyproxy.socks.version.label "Versión de SOCKS">
+<!ENTITY foxyproxy.autopacurl.label "URL de Auto PAC">
+<!ENTITY foxyproxy.issocks.label "Proxy SOCKS?">
+<!ENTITY foxyproxy.issocks.accesskey "S">
+<!ENTITY foxyproxy.issocks.tooltip "Es éste un proxy HTTP o un proxy SOCKS?">
+<!ENTITY foxyproxy.moveup.label "Mover hacia Arriba">
+<!ENTITY foxyproxy.moveup.tooltip "Incrementar la prioridad de la selección">
+<!ENTITY foxyproxy.moveup.accesskey "U">
+<!ENTITY foxyproxy.movedown.label "Mover hacia Abajo">
+<!ENTITY foxyproxy.movedown.tooltip "Disminuir la prioridad de la selección">
+<!ENTITY foxyproxy.movedown.accesskey "D">
+<!ENTITY foxyproxy.autoconfurl.view.label "Ver">
+<!ENTITY foxyproxy.autoconfurl.view.accesskey "V">
+<!ENTITY foxyproxy.autoconfurl.view.tooltip "Ver el archivo de auto-configuración">
+<!ENTITY foxyproxy.autoconfurl.test.label "Probar">
+<!ENTITY foxyproxy.autoconfurl.test.accesskey "T">
+<!ENTITY foxyproxy.autoconfurl.test.tooltip "Probar el archivo de auto-configuración">
+<!ENTITY foxyproxy.autoconfurl.reload.label "Recargar el PAC cada">
+<!ENTITY foxyproxy.autoconfurl.reload.accesskey "R">
+<!ENTITY foxyproxy.autoconfurl.reload.tooltip "Recargar automáticamente el PAC cada cierto período de tiempo especificado">
+<!ENTITY foxyproxy.minutes.label "minutos">
+<!ENTITY foxyproxy.minutes.tooltip "minutos">
+<!ENTITY foxyproxy.logging.maxsize.label "Tamaño Máximo">
+<!ENTITY foxyproxy.logging.maxsize.accesskey "M">
+<!ENTITY foxyproxy.logging.maxsize.tooltip "Número máximo de entradas en el registro antes de que se lo reinicie.">
+<!ENTITY foxyproxy.logging.maxsize.button.label "Establecer">
+<!ENTITY foxyproxy.logging.maxsize.button.accesskey "S">
+<!ENTITY foxyproxy.logging.maxsize.button.tooltip "Establece el número máximo de entradas del registro antes de que deba vaciarlo">
+<!ENTITY foxyproxy.random.label "Carga URLs por medio de proxies elegidos al azar (ignora todos los patrones y prioridades)">
+<!ENTITY foxyproxy.random.accesskey "R">
+<!ENTITY foxyproxy.random.tooltip "Carga URLs por medio de proxies elegidos al azar (ignora todos los patrones y prioridades)">
+<!ENTITY foxyproxy.random.includedirect.label "Incluyendo los proxies configurados como de conexión directa a Internet">
+<!ENTITY foxyproxy.random.includedirect.accesskey "I">
+<!ENTITY foxyproxy.random.includedirect.tooltip "Se incluyen los proxies configurados como de conexión directa a Internet en la selección aleatoria del proxy">
+<!ENTITY foxyproxy.random.includedisabled.label "Incluir proxies deshabilitados">
+<!ENTITY foxyproxy.random.includedisabled.accesskey "D">
+<!ENTITY foxyproxy.random.includedisabled.tooltip "Se incluyen los proxies deshabilitados en la selección aleatoria del proxy">
+<!ENTITY foxyproxy.random.settings.label "Selección Aleatoria del Proxy">
+<!ENTITY foxyproxy.random.settings.accesskey "R">
+<!ENTITY foxyproxy.random.settings.tooltip "Opciones que afectan a la selección aleatoria de los proxies">
+<!ENTITY foxyproxy.tab.autoadd.label "Auto-Agregar">
+<!ENTITY foxyproxy.tab.autoadd.accesskey "A">
+<!ENTITY foxyproxy.tab.autoadd.tooltip "Administrar la Configuración de Auto-Agregar">
+<!ENTITY foxyproxy.autoadd.description "Especifica un patrón que identifica las páginas bloqueadas. Cuando se encuentra un patrón en una página, se añade automáticamente al proxy un patrón correspondiente a la dirección de la página, y opcionalmente se recarga. Esto evita que todas las páginas se identifiquen activamente como bloqueadas.">
+<!ENTITY foxyproxy.autoadd.pattern.label "Patrón para identificar los sitios web bloqueados">
+<!ENTITY foxyproxy.autoadd.pattern.accesskey "P">
+<!ENTITY foxyproxy.autoadd.pattern.tooltip "Patrón que identifica las páginas bloqueadas">
+<!ENTITY foxyproxy.autoadd.wildcard.example.label "Ejemplo: *No está autorizado a ver esta página*">
+<!ENTITY foxyproxy.autoadd.regex.example.label "Ejemplo: .*Sitio.*ha sido bloqueado.*">
+<!ENTITY foxyproxy.autoadd.proxy.label "Proxy al cual se añadirán automáticamente los patrones">
+<!ENTITY foxyproxy.autoadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.autoadd.proxy.tooltip "Especifica el proxy al cual se añadirán automáticamente las URLs">
+<!ENTITY foxyproxy.pattern.template.label "Plantilla de Patrón URL">
+<!ENTITY foxyproxy.pattern.template.accesskey "U">
+<!ENTITY foxyproxy.pattern.template.tooltip "Plantilla de Patrón URL">
+<!ENTITY foxyproxy.pattern.template.example.label1 "Ejemplo">
+<!ENTITY foxyproxy.pattern.template.example.label2 "http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant">
+<!ENTITY foxyproxy.pattern.template.currenturl.label "URL actual">
+<!ENTITY foxyproxy.pattern.template.currenturl.accesskey "C">
+<!ENTITY foxyproxy.pattern.template.currenturl.tooltip "URL en la barra de direcciones">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.label "Patrón Generado">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.accesskey "G">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.tooltip "Patrón generado en forma dinámica">
+<!ENTITY foxyproxy.autoadd.reload.label "Recargar la página una vez que se ha añadido al proxy">
+<!ENTITY foxyproxy.autoadd.reload.accesskey "R">
+<!ENTITY foxyproxy.autoadd.reload.tooltip "Recarga la página automáticamente una vez que ésta ha sido añadida al proxy">
+<!ENTITY foxyproxy.autoadd.notify.label "Notificarme cuando Auto-Agregar haya sido invocado">
+<!ENTITY foxyproxy.autoadd.notify.accesskey "N">
+<!ENTITY foxyproxy.autoadd.notify.tooltip "Le informa cuando una página está bloqueada &amp; y el patrón de la URL es agregado  al proxy.">
+<!ENTITY foxyproxy.autoadd.notify.tooltip2 "Mostrar un mensaje emergente cuando AutoAdd esté activado">
+<!ENTITY foxyproxy.pacloadnotification.label "Informarme cuando se cargue un archivo de configuración automática">
+<!ENTITY foxyproxy.pacloadnotification.accesskey "L">
+<!ENTITY foxyproxy.pacloadnotification.tooltip "Mostrar un mensaje emergente cuando se cargue un archivo PAC">
+<!ENTITY foxyproxy.pacerrornotification.label "Notificarme por errores en la carga de un archivo de configuración automática">
+<!ENTITY foxyproxy.pacerrornotification.accesskey "E">
+<!ENTITY foxyproxy.pacerrornotification.tooltip "Mostrar un mensaje emergente cuando se encuentren errores en un archivo PAC">
+<!ENTITY foxyproxy.toolsmenu.label "Mostrar a FoxyProxy en el menú de herramientas de Firefox">
+<!ENTITY foxyproxy.toolsmenu.accesskey "T">
+<!ENTITY foxyproxy.toolsmenu.tooltip "Mostrar a FoxyProxy en el menú de herramientas de Firefox">
+<!ENTITY foxyproxy.tip.label "Pista">
+<!ENTITY foxyproxy.pactips.popup.height "165px">
+<!ENTITY foxyproxy.pactips.popup.width "400px">
+<!ENTITY foxyproxy.pactip1.label "Para archivos PAC almacenados en el disco local, utilizar el esquema file://. Por ejemplo, para Windows: file://c:/ubicación/proxy.pac   , o para Unix/Linux/Mac: file:///home/users/proxy.pac">
+<!ENTITY foxyproxy.pactip2.label "Para archivos PAC en un servidor ftp, utilizar el esquema ftp://. Por ejemplo, ftp://leahscape.com/path/proxy.pac">
+<!ENTITY foxyproxy.pactip3.label "También puede utilizar http://, https://, y cualquier otro esquema soportado.">
+<!ENTITY foxyproxy.pactip4.label "Finalmente, si usted necesita referirse a un archivo PAC en el sistema de archivos local utilizando una ruta relativa, usted puede utilizar el esquema especial de FoxyProxy relative://. Esto es útil si su archivo PAC reside en una unidad removible (por ejemplo USB). Las rutas relativas soportadas están documentadas">
+<!ENTITY foxyproxy.pactip5.label "aquí">
+<!ENTITY foxyproxy.pactip6.label ". Las cadenas especiales que usted especificó para la URL en relative:// se reemplazarán por sus valores correspondientes. Por ejemplo, relative://ProfD/pacs/proxy3.pac apunta al archivo proxy3.pac en el subdirectorio de">
+<!ENTITY foxyproxy.pactip7.label "Directorio del perfil de Firefox">
+<!ENTITY foxyproxy.pactip8.label "denominado pacs/. Con Firefox Portátil en Windows, el directorio del perfil de Firefox es siempre una ruta relativa la letra de la unidad puede cambiar de una computadora a otra. Note por favor que las cadenas especiales (ProfD, Home, TempD, etc.) son sensibles a las mayúsculas!">
+<!ENTITY foxyproxy.contextmenu.label "Mostrar a FoxyProxy en el menú contextual">
+<!ENTITY foxyproxy.contextmenu.accesskey "C">
+<!ENTITY foxyproxy.contextmenu.tooltip "Mostrar a FoxyProxy en el menú contextual">
+<!ENTITY foxyproxy.quickadd.desc1 "QuickAdd agrega una pauta dinámica de URL al proxy cuando usted aprieta Alt-F2. Es la alternativa práctica a AutoAdd. Personalice el atajo Alt-F2 con el">
+<!ENTITY foxyproxy.keyconfig.label "KeyConfig">
+<!ENTITY foxyproxy.quickadd.desc2 "extensión">
+<!ENTITY foxyproxy.quickadd.label "QuickAdd">
+<!ENTITY foxyproxy.quickadd.accesskey "Q">
+<!ENTITY foxyproxy.quickadd.tooltip "QuickAdd">
+<!ENTITY foxyproxy.quickadd.notify.label "Avisarme cuando QuickAdd está activado">
+<!ENTITY foxyproxy.quickadd.notify.accesskey "N">
+<!ENTITY foxyproxy.quickadd.notify.tooltip "Mostrar un mensaje emergente cuando QuickAdd está activado">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label "Avisarme cuando QuickAdd sea cancelado">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label2 "QuickAdd es cancelado automáticamente cuando QuickAdd es activado por Alt-F2, y la URL actual en la barra de direcciones ya coincide con una pauta existente de whitelist para el proxy. De ésta manera se evita que se dupliquen pautas existentes en su configuración. Este seteo no habilita/deshabilita las cancelaciones; sino, activa la notificación cuando ocurre la cancelación.">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.accesskey "C">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.tooltip "Mostrar un mensaje emergente cuando QuickAdd está activado pero de canceló">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.width "400px">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.height "130px">
+<!ENTITY foxyproxy.whatsthis "Qué es Ésto?">
+<!ENTITY foxyproxy.quickadd.prompt.label "Preguntar para editar y confirmar antes de agregar un patrón al proxy">
+<!ENTITY foxyproxy.quickadd.prompt.accesskey "P">
+<!ENTITY foxyproxy.quickadd.prompt.tooltip "Preguntar para editar y confirmar antes de agregar un patrón al proxy">
+<!ENTITY foxyproxy.quickadd.proxy.label "Proxy al que se agregará el patrón">
+<!ENTITY foxyproxy.quickadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.quickadd.proxy.tooltip "Elija un proxy al que se agregará el patrón">
+<!ENTITY foxyproxy.bypasscache.label "No cargar los caches de Firefox durante la carga.">
+<!ENTITY foxyproxy.bypasscache.accesskey "B">
+<!ENTITY foxyproxy.bypasscache.tooltip "El caché de Firefox es ignorado">
+<!ENTITY foxyproxy.advancedmenus.label "Utilizar Menúes Avanzados">
+<!ENTITY foxyproxy.advancedmenus.accesskey "M">
+<!ENTITY foxyproxy.advancedmenus.tooltip "Utilizar Menúes Avanzados (estilo FoxyProxy 2.2)">
+<!ENTITY foxyproxy.importsettings.label "Importar configuración">
+<!ENTITY foxyproxy.importsettings.accesskey "I">
+<!ENTITY foxyproxy.importsettings.tooltip "Importar configuración desde un archivo">
+<!ENTITY foxyproxy.exportsettings.label "Exportar la configuración actual">
+<!ENTITY foxyproxy.exportsettings.accesskey "E">
+<!ENTITY foxyproxy.exportsettings.tooltip "Exportar la configuración actual a un archivo">
+<!ENTITY foxyproxy.importlist.label "Importar la lista de proxies">
+<!ENTITY foxyproxy.importlist.accesskey "I">
+<!ENTITY foxyproxy.importlist.tooltip "Importar la lista de proxies desde un archivo">
+<!ENTITY foxyproxy.wildcard.reference.label "Referencia de Comodines">
+<!ENTITY foxyproxy.wildcard.reference.accesskey "W">
+<!ENTITY foxyproxy.wildcard.reference.tooltip "Referencia de Comodines">
+<!ENTITY foxyproxy.wildcard.reference.subtitle.label "El arterisco (*) equivale a ninguno o más caracteres, el símbolo de interrogación (?) equivale a cualquier caracter simple">
+<!ENTITY foxyproxy.wildcard.reference.mistakes "Errores Comunes Al Escribir Patrones de Comodines">
+<!ENTITY foxyproxy.wildcard.reference.goal.label "Objetivo">
+<!ENTITY foxyproxy.wildcard.reference.goal1.label "Encontrar todas las páginas en el subdominio de www de MySpace">
+<!ENTITY foxyproxy.wildcard.reference.goal2.label "Encontrar el PC local">
+<!ENTITY foxyproxy.wildcard.reference.goal3.label "Encontrar todos los subdominios y páginas en abc.com">
+<!ENTITY foxyproxy.wildcard.reference.goal4.label "Encontrar todas las páginas en el dominio a.foo.com exceptuando b.foo.com">
+<!ENTITY foxyproxy.wildcard.reference.correct.label "Correcto">
+<!ENTITY foxyproxy.wildcard.reference.correct2.label "Deberán ser dos patrones">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.label "Incorrecto">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason.label "Rasones porque es incorrecto">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason1.label "Debido a que no se utilizaron comodines, coincidirá solo con la página principal">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason2.label "FoxyProxy no entiende éste tipo de sintaxis">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason3.label "No hay comodines">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason4.label "No hay comodines">
+<!ENTITY foxyproxy.wildcard.reference.popup.height "350px">
+<!ENTITY foxyproxy.logging.noURLs.label "No mostrar o almacenar las URLs">
+<!ENTITY foxyproxy.logging.noURLs.accesskey "U">
+<!ENTITY foxyproxy.logging.noURLs.tooltip "Las URLs no se guardarán en la memoria RAM ni en el disco">
+<!ENTITY foxyproxy.ok.label "Ok">
+<!ENTITY foxyproxy.ok.accesskey "O">
+<!ENTITY foxyproxy.ok.tooltip "Cerrar la Ventana">
+<!ENTITY foxyproxy.pattern.template.reference.label "Referencia para Plantillas de Patrones">
+<!ENTITY foxyproxy.pattern.template.reference.accesskey "T">
+<!ENTITY foxyproxy.pattern.template.reference.tooltip "Referencia para Plantillas de Patrones">
+<!ENTITY foxyproxy.pattern.template.reference.subtitle.label "Las plantillas de patrones de URL definen el formato con que las URLs son QuickAgregadas o AutoAgregadas a los proxies. Las plantillas soportan las siguientes cadenas especiales que, cuando QuickAdded o AutoAdded están activados, son substituídas con el componente correspondiente de URL en la barra de la dirección.">
+<!ENTITY foxyproxy.pattern.template.reference.specialstring.label "La Cadena Especial">
+<!ENTITY foxyproxy.pattern.template.reference.subststring.label "Se Substituye Con">
+<!ENTITY foxyproxy.pattern.template.reference.example.label "Ejemplo">
+<!ENTITY foxyproxy.pattern.template.reference.scheme.label "protocolo">
+<!ENTITY foxyproxy.pattern.template.reference.username.label "usuario">
+<!ENTITY foxyproxy.pattern.template.reference.password.label "clave">
+<!ENTITY foxyproxy.pattern.template.reference.userpass.label "usuario y clave con &quot;:&quot; y &quot;@&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.host.label "host">
+<!ENTITY foxyproxy.pattern.template.reference.port.label "puerto">
+<!ENTITY foxyproxy.pattern.template.reference.hostport.label "host y puerto con &quot;:&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.prepath.label "cadena antes del &quot;path&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.path.label "path (incluye el nombre del archivo)">
+<!ENTITY foxyproxy.pattern.template.reference.directory.label "directorio">
+<!ENTITY foxyproxy.pattern.template.reference.filebasename.label "nombre base del archivo">
+<!ENTITY foxyproxy.pattern.template.reference.fileextension.label "extensión del archivo">
+<!ENTITY foxyproxy.pattern.template.reference.filename.label "nombre completo del archivo">
+<!ENTITY foxyproxy.pattern.template.reference.ref.label "porción posterior al &quot;#&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.query.label "porción posterior al &quot;?&quot;">
+<!ENTITY foxyproxy.pattern.template.reference.spec.label "URL completa">
+<!ENTITY foxyproxy.pattern.template.reference.popup.height "400px">
+<!ENTITY foxyproxy.pattern.template.reference.popup.width "800px">
+<!ENTITY foxyproxy.notifications.label "Notificaciones">
+<!ENTITY foxyproxy.notifications.accesskey "N">
+<!ENTITY foxyproxy.notifications.tooltip "Configuración de las Notificaciones">
+<!ENTITY foxyproxy.indicators.label "Indicadores">
+<!ENTITY foxyproxy.indicators.accesskey "I">
+<!ENTITY foxyproxy.indicators.tooltip "Configuración de los Indicadores">
+<!ENTITY foxyproxy.misc.label "Misceláneas">
+<!ENTITY foxyproxy.misc.accesskey "M">
+<!ENTITY foxyproxy.misc.tooltip "Configuración de las Misceláneas">
+<!ENTITY foxyproxy.animatedicons.label "Animar el ícono de la barra de estado cuando se utilicen proxies">
+<!ENTITY foxyproxy.animatedicons.accesskey "A">
+<!ENTITY foxyproxy.animatedicons.tooltip "Anima el ícono de la barra de estado cuando se utilizan proxies">
+<!ENTITY foxyproxy.statusbaractivation.label "Activación de la Barra de Estado">
+<!ENTITY foxyproxy.statusbaractivation.accesskey "S">
+<!ENTITY foxyproxy.statusbaractivation.tooltip "Configuración de la Activación de la Barra de Estado">
+<!ENTITY foxyproxy.toolbaractivation.label "Activación de la Barra de Herramientas">
+<!ENTITY foxyproxy.toolbaractivation.accesskey "T">
+<!ENTITY foxyproxy.toolbaractivation.tooltip "Configuración de la Activación de la Barra de Herramientas">
+<!ENTITY foxyproxy.leftclicksb.label "Click Izquierdo FoxyProxy en la barra de estado">
+<!ENTITY foxyproxy.leftclicksb.accesskey "L">
+<!ENTITY foxyproxy.leftclicksb.tooltip "Acción a tomar cuando se hace click con el botón izquierdo sobre FoxyProxy en la barra de estado">
+<!ENTITY foxyproxy.middleclicksb.label "Click Central FoxyProxy en la barra de estado">
+<!ENTITY foxyproxy.middleclicksb.accesskey "M">
+<!ENTITY foxyproxy.middleclicksb.tooltip "Acción a tomar cuando se hace click con el botón central sobre FoxyProxy en la barra de estado">
+<!ENTITY foxyproxy.rightclicksb.label "Click Derecho FoxyProxy en la barra de estado">
+<!ENTITY foxyproxy.rightclicksb.accesskey "R">
+<!ENTITY foxyproxy.rightclicksb.tooltip "Acción a tomar cuando se hace click con el botón derecho sobre FoxyProxy en la barra de estado">
+<!ENTITY foxyproxy.leftclicktb.label "Click Izquierdo FoxyProxy en la barra de herramientas">
+<!ENTITY foxyproxy.leftclicktb.accesskey "L">
+<!ENTITY foxyproxy.leftclicktb.tooltip "Acción a tomar cuando se hace click con el botón izquierdo sobre FoxyProxy en la barra de herramientas">
+<!ENTITY foxyproxy.middleclicktb.label "Click Central FoxyProxy en la barra de herramientas">
+<!ENTITY foxyproxy.middleclicktb.accesskey "M">
+<!ENTITY foxyproxy.middleclicktb.tooltip "Acción a tomar cuando se hace click con el botón central sobre FoxyProxy en la barra de herramientas">
+<!ENTITY foxyproxy.rightclicktb.label "Click Derecho FoxyProxy en la barra de herramientas">
+<!ENTITY foxyproxy.rightclicktb.accesskey "R">
+<!ENTITY foxyproxy.rightclicktb.tooltip "Acción a tomar cuando se hace click con el botón derecho sobre FoxyProxy en la barra de herramientas">
+<!ENTITY foxyproxy.click.options "Muestra el diálogo de opciones">
+<!ENTITY foxyproxy.click.cycle "Cicla entre los modos">
+<!ENTITY foxyproxy.click.contextmenu "Muestra el menú contextual">
+<!ENTITY foxyproxy.click.reloadcurtab "Recarga la pestaña actual">
+<!ENTITY foxyproxy.click.reloadtabsinbrowser "Recarga todas las pestañas actuales en el navegador">
+<!ENTITY foxyproxy.click.reloadtabsinallbrowsers "Recarga todas las pestañas actuales en todos los navegadores">
+<!ENTITY foxyproxy.click.removeallcookies "Elimina todas las cookies">
+<!ENTITY foxyproxy.click.toggle "Intercambiar entre el modo actual o deshabilitado">
+<!ENTITY foxyproxy.includeincycle.label "Incluir éste proxy cuando se ciclan los proxies al hacer click en la barra de estado o en la barra de herramientas (Debe estar seleccionado Configuración Global-&gt;Barra de Estado/Barra de Herramientas-&gt;Ciclar entre los modos)">
+<!ENTITY foxyproxy.includeincycle.accesskey "I">
+<!ENTITY foxyproxy.includeincycle.tooltip "Incluir éste proxy cuando se hace click sobre la barra de estado/barra de herramientas">
+<!ENTITY foxyproxy.changes.msg1 "Ayuda!Donde están las configuraciones para HTTP, SSL, FTP, Gopher y SOCKS?">
+<!ENTITY foxyproxy.newGUI.popup.height "270px">
+<!ENTITY foxyproxy.newGUI.popup.width "400px">
+<!ENTITY foxyproxy.newGUI1.label "La configuración de Proxy del antiguo FoxyProxy estaba basada en forma casi idéntica  al diálogo de configuración de Conexiones de Firefox, el que a su vez estaba basado en el antiguo navegador Mosaic 2.1.1 de 1996. El problema con todas esas pantallas radica en la habilidad limitada para redirigir el tráfico por protocolo. Los navegadores del siglo 21 como Firefox manejan muchos más protocolos que HTTP, SSL, FTP y Gopher. Claramente éstas antiguas pantallas no alcanzan si se intenta incluir todos los protocolos posibles.">
+<!ENTITY foxyproxy.newGUI2.label "Debido a que FoxyProxy también permite redirigir el tráfico por protocolo utilizando comodines y expresiones regulares, es innecesario tener un listado de protocolos en ésta pantalla. Desde la versión 2.5, FoxyProxy ha removido ésta lista de protocolos de la interface de configuración del Proxy. De todas formas, ésto no reduce la funcionalidad. Hace que la interface sea más simple. Si usted necesita redirigir el tráfico por protocolo, sólo debe definir los patrones para las whitelist y blacklist prestando especial atención a la porción del patrón que contiene el esquema/protocolo. (Ej.&gt; ftp://*yahoo.com/* , *://leahscape.com/* , etc.)">
+<!ENTITY foxyproxy.newGUI4.label "Haga click aquí para obtener mayor información.">
+<!ENTITY foxyproxy.error.msg.label "Mensaje de Error">
+<!ENTITY foxyproxy.pac.result.label "Resultado del PAC">
+<!ENTITY foxyproxy.options.width "666">
+<!ENTITY foxyproxy.options.height "477">
+<!ENTITY foxyproxy.torwiz.width "660">
+<!ENTITY foxyproxy.torwiz.height "375">
+<!ENTITY foxyproxy.addeditproxy.width "660">
+<!ENTITY foxyproxy.addeditproxy.height "470">
+<!ENTITY foxyproxy.casesensitive.label "Sensible a mayúsculas">
+<!ENTITY foxyproxy.casesensitive.accesskey "C">
+<!ENTITY foxyproxy.casesensitive.tooltip "Habilitar/Deshabilitar sensible a mayúsculas para la comparación de URL">
+<!ENTITY foxyproxy.statusbarwidth.label "Ancho fijo">
+<!ENTITY foxyproxy.statusbarwidth.accesskey "W">
+<!ENTITY foxyproxy.statusbarwidth.tooltip "Evitar redimensionado de la barra de estado">
+<!ENTITY foxyproxy.pixels "Pixels">
+<!ENTITY foxyproxy.unlimited.label "[0: encoger hasta ajustar]">
+<!ENTITY foxyproxy.temp.popup.label "Los patrones temporales le permiten crear pautas para URL que usted no visita a menudo sin llenar la lista de patrones para un proxy. Los patrones temporales no son guardadas en el disco. Son mantenidos en la memoria y utilizados sólo para esta sesión de Firefox.">
+<!ENTITY foxyproxy.temp.popup.height "120">
+<!ENTITY foxyproxy.temp.popup.width "400">
+<!ENTITY foxyproxy.temp.label "Temporales">
+<!ENTITY foxyproxy.temp.accesskey "T">
+<!ENTITY foxyproxy.temp.tooltip "Patrones utilizados solamente para esta sesión de Firefox.">
+<!ENTITY foxyproxy.define.label "Definir">
+<!ENTITY foxyproxy.define.accesskey "D">
+<!ENTITY foxyproxy.define.tooltip "Definir">
+<!ENTITY foxyproxy.pattern.to.quickadd.label "Patrón para añadir rápidamente al proxy">
+<!ENTITY foxyproxy.pattern.to.autoadd.label "Patrón para añadir automáticamente al proxy">
+<!ENTITY foxyproxy.home "Inicio">
+<!ENTITY foxyproxy.support "Soporte">
+<!ENTITY foxyproxy.credits "Créditos">
+<!ENTITY foxyproxy.donations "Donaciones">
+<!ENTITY foxyproxy.please.donate.label "Por favor Contribuya">
+<!ENTITY foxyproxy.please.donate.accesskey "D">
+<!ENTITY foxyproxy.keep.free "Mantenga a FoxyProxy Libre">
+<!ENTITY foxyproxy.donation.list.label "Lista de Donaciones">
+<!ENTITY foxyproxy.donation.list.accesskey "L">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/es-AR/foxyproxy.properties 2.8.9-0ubuntu1/chrome/locale/es-AR/foxyproxy.properties
--- 2.7.5~dfsg.1-1/chrome/locale/es-AR/foxyproxy.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/es-AR/foxyproxy.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,146 @@
+extensions.foxyproxy@eric.h.jung.description=FoxyProxy - Premier proxy management for Firefox
+foxyproxy=FoxyProxy
+tor=Tor
+privoxy=Privoxy
+settings.error=Error al leer la configuración
+settings.error.2=Error al leer el archivo de configuración: %S. Intentando crear un nuevo archivo de configuración: %S.
+settings.error.3=Error al gueardar el archivo de configuración: %S. Asegúrese de que la ruta exista y que Firefox tenga permiso de escritura, luego reinicie Firefox. FoxyProxy no funcionará hasta que ello suceda.
+error=Error
+welcome=Bienvenido a FoxyProxy!
+yes=Si
+no=No
+disabled=Deshabilitado
+torwiz.configure=Desea configurar FoxyProxy para utilizar con Tor?
+torwiz.with.without.privoxy=Está usted utilizando Tor con o sin Privoxy?
+torwiz.with=con
+torwiz.without=sin
+torwiz.privoxy.not.required=Para tener en cuenta: como con Firefox 1.5, Privoxy ya no es necesario para utilizar Firefox con Tor. Privoxy le agrega valor como ser para filtrar contenidos, pero ya no es estrictamente necesario para utilizar Firefox 1.5+ con Tor. Desea seguir utilizando Privoxy para que Firefox utilice Tor?
+torwiz.port=Por favor ingrese el puerto sobre el cual %S está escuchando. Si no lo sabe, utilice la opción por defecto.
+torwiz.nan=Eso no es un número.
+torwiz.proxy.notes=Proxy por medio de la Red Tor - http://tor.eff.org
+torwiz.google.mail=Google Mail
+torwiz.pattern=http://*mail.google.com/*
+torwiz.congratulations=Felicitaciones! FoxyProxy ha sido configurado para ser utilizado con Tor. Por favor asegúrese de que Tor esté funcionando antes de visitar las URLs para las cuales especificó el uso de la Red Tor. Adicionalmente, si usted configuró a FoxyProxy para que utilice Privoxi, asegúrese que tambien este funcionando.
+torwiz.cancelled=El Asistente de FoxyProxy Tor ha sido cancelado.
+mode.patterns.label=Utilizar proxies basándose en los patrones y prioridades que definió previamente.
+mode.patterns.accesskey=U
+mode.patterns.tooltip=Utilizar proxies basándose en los patrones y prioridades que definió previamente.
+mode.custom.label=Utilizar el proxy "%S" para todas las URLs
+mode.custom.tooltip=Utilizar el proxy "%S" para todas las URLs
+mode.disabled.label=Deshabilitar FoxyProxy completamente
+mode.disabled.accesskey=D
+mode.disabled.tooltip=Deshabilitar FoxyProxy completamente
+more.label=Más
+more.accesskey=M
+more.tooltip=Más Opciones
+invalid.url=La URL especificada para la configuración automática de proxy no es válida.
+protocols.error=Por favor especifique uno o más protocolos para el proxy.
+noport2=Se debe especificar un puerto para el equipo.
+nohost2=Se debe especificar un nombre para el equipo junto con el puerto.
+nohostport=Se deben especificar un nombre de equipo y un puerto.
+torwiz.nopatterns.2=Usted no ingresó ni habilitó ninguna lista blanca (inclusivo) a los patrones de URL. Esto significa que la red de Tor no será utilizada. Continúa de todos modos?
+torwiz.nopatterns.3=No ha introducido ni habilitado ningún patron de URL en lista blanca (inclusiva). Esto significa que la red Tor no se utilizará a menos que FoxyProxy se ajuste a "Utilizar el Proxy %S para todas las URLs". Continúa de todos modos?
+months.long.1=Enero
+months.short.1=Ene
+months.long.2=Febrero
+months.short.2=Feb
+months.long.3=Marzo
+months.short.3=Mar
+months.long.4=Abril
+months.short.4=Abr
+months.long.5=Mayo
+months.short.5=May
+months.long.6=Junio
+months.short.6=Jun
+months.long.7=Julio
+months.short.7=Jul
+months.long.8=Agosto
+months.short.8=Ago
+months.long.9=Septiembre
+months.short.9=Sep
+months.long.10=Octubre
+months.short.10=Oct
+months.long.11=Noviembre
+months.short.11=Nov
+months.long.12=Diciembre
+months.short.12=Dic
+days.long.1=Domingo
+days.short.1=Dom
+days.long.2=Lunes
+days.short.2=Lun
+days.long.3=Martes
+days.short.3=Mar
+days.long.4=Miércole
+days.short.4=Mié
+days.long.5=Jueves
+days.short.5=Jue
+days.long.6=Viernes
+days.short.6=Vie
+days.long.7=Sábado
+days.short.7=Sáb
+timeformat=HH:MM:SS:zzz mmm dd, aaaa
+file.select=Elija el archivo sobre el cual almacenar la configuración
+manual=Manual
+auto=Automático
+direct=Directo
+delete.proxy.confirm=Borrar proxy: está usted seguro?
+pattern.required=Se necesita un patrón.
+pattern.invalid.regex=%S no es una expresión regular válida.
+proxy.error.for.url=Error al determinar el proxy para %S
+proxy.default.settings.used=No se está utilizando FoxyProxy para ésta URL - Se utilizará la conexión configurada por defecto de Firefox
+proxy.all.urls=Se configuró utilizar éste proxy para todas las URLs
+pac.status=Estado PAC de FoxyProxy
+pac.status.loadfailure=Falló la carga del PAC para el Proxy "%S"
+pac.status.success=Se cargó el PAC para el Proxy "%S"
+pac.status.error=Error en el PAC para el Proxy "%S"
+error.noload=Error. Por favor contacte al equipo de desarrollo de FoxyProxy. No se ha perdido ninguna información privada, pero los recursos no se cargarán.
+proxy.name.required=Por favor ingrese un nombre para éste proxy en la Pestaña General.
+proxy.default=Por Defecto
+proxy.default.notes=Ésta configuración se utilizará cuando no haya coincidencias con los patrones URL.
+proxy.default.match.name=Todos
+delete.proxy.default=Usted no puede eliminar éste proxy.
+copy.proxy.default=Usted no puede copiar éste proxy.
+logg.maxsize.change=Ésto eliminará el contenido del registro. Continúa?
+logg.maxsize.maximum=El tamaño máximo recomendado es 9999. Valores mayores podrían consumir mucha memoria y afectar el rendimiento. Continúa de todas formas?
+proxy.random=Se eligió un proxy al azar.
+mode.random.label=Utilizar proxies aleatorios para todas las URLs (ignorar todos los patrones y prioridades)
+mode.random.accesskey=R
+mode.random.tooltip=Cargar URLs utilizando proxies aleatorios (ignorar todos los patrones y prioridades)
+random=Aleatorio
+random.applicable=Ésta configuración sólo se aplica cuando está en el modo "Utilizar proxies aleatorios para todas las URLs (ignorar todos los patrones y prioridades)"
+superadd.error=Error de configuración. %S ha sido deshabilitado.
+superadd.notify=Proxy %S
+superadd.url.added=%S agregado al Proxy "%S"
+superadd.verboten2=% S no puede ser habilitado porque no hay proxies definidos o todos los proxies están deshabilitados.
+autoadd.pattern.label=Patrones Dinámicos
+quickadd.pattern.label=Patrones de Agregado Rápido Dinámico
+torwiz.proxydns=Desea realizar las consultas DNS por medio de la red Tor? Si no entiende la pregunta, haga click en "si"
+autoadd.notice=Para tener en cuenta: Auto-Agregar afecta el tiempo de carga de la página web. Cuanto más complejos sean los patrones que haya definodo y más grande la página web, mayor tiempo le tomará a Auto-Agregar procesar la tarea. Si experimenta retardos significativos, por favor inhabilite Auto-Agregar.
+autoconfurl.test.success=Se encontró, cargó y analizó satisfactoriamente el PAC.
+autoconfurl.test.fail=Surgió un problema cargando, buscando o analizando el PAC:\nCódigo de Estado HTTP: %S\nExcepción: %S
+autoconfurl.test.fail2=Se ha producido un problema cargando, buscando, o al analizar la PAC:\n\n%S
+none=Ninguno
+delete.settings.ask=Desea eliminar la configuración de FoxyProxy almacenada en %S?
+delete.settings.confirm=%S será eliminado cuando se cierre el navegador.
+no.wildcard.characters=El patrón no tiene caracteres de comodín. Esto significa que "%S" será comparado exactamente. Es inusual para FoxyProxy ser utilizado en esta manera, y esto puede significar que hay un error en el patrón elegido o que usted no entiendió bien cómo definir las pautas de filtrado de FoxyProxy. ¿Continúa de todos modos?
+message.stop=No mostrar éste mensaje nuevamente
+log.save=Guardar el Archivo de Registro
+log.saved2=El Archivo de Registro ha sido guardado en %S. Desea verlo ahora?
+log.nourls.url=Sin registrar
+log.scrub=Limpia las entradas existentes el registro de URLs?
+no.white.patterns.2=You didn't enter and enable any whitelisted (inclusive) URL patterns. This means the proxy won't be used. Continue anyway?
+no.white.patterns.3=No ha introducido ni habilitado ningún patron de URL en lista blanca (inclusiva). Esto significa que el proxy no se utilizará a menos que FoxyProxy se ajusta a "Utilizar el Proxy %S para todas las URLs". Continúa de todos modos?
+quickadd.quickadd.canceled=QuickAdd ha sido cancelado porque la URL actual ya coincide con la pauta existente denominada "%S" en el proxy "%S"
+quickadd.nourl=Imposible de obtener la URL actual
+cookies.allremoved=Se removieron todas las cookies
+route.error=Error al determinar cual equipo utilizar como proxy
+route.exception=Ocurrió una excepción al determinar cual equipo utilizar como proxy para  %S
+see.log=Por favor vea el registro para obtener más información.
+pac.select=Elija el archivo PAC a utilizar
+pac.files=Archivos PAC
+preferences.read.error.warning=No fue posible leer la preferencia % S en % S. Por favor, informe de éste error al equipo del desarrollo de FoxyProxy.
+preferences.read.error.fatal=Usted debe volver a crear ésta preferencia (utilizando about:config) para que señale a foxyproxy.xml con la forma file:///c:/ruta/foxyproxy.xml. Alternativamente, instale FoxyProxy en un nuevo perfil de Firefox.
+not.authorized=*Usted no está autorizado a ver esta página*
+pac.empty=La URL del PAC o el contenido del PAC está vacío
+pac.fcn.notfound=la función FindProxyForURL () no se encuentra en el PAC
+http.error=Estado de Error HTTP: %S
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/es-AR/torwizhelp.dtd 2.8.9-0ubuntu1/chrome/locale/es-AR/torwizhelp.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/es-AR/torwizhelp.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/es-AR/torwizhelp.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,13 @@
+<!ENTITY help.title.foxyproxy.help "FoxyProxy - Ayuda">
+<!ENTITY help.patterns "Patrones de URL">
+<!ENTITY help.ff.asks "Antes de cargar una URL, Firefox le pregunta a FoxyProxy si debiera utilizar un proxy.">
+<!ENTITY help.fp.answers "FoxyProxy responde ésta pregunta intentando cotejar la URL actual con todos los patrones de URL que usted haya definido. La forma más sencilla de especificar un patrón son los comodines.">
+<!ENTITY help.a.wildcards "Comodines">
+<!ENTITY help.p.wildcards.are "Los Comodines se  utilizan frecuentemente en el ámbito de la informática: seguramente usted ya los ha visto con anterioridad. El asterisco (*) oficia como comodín sustituyendo cero o más caracteres, y el símbolo de interrogación (?) reemplaza como comodín a cualquier caracter individual.">
+<!ENTITY help.p.regexp "Se pueden elaborar reglas de comparación más avanzadas utilizando expresiones regulares. Para más detalles, haga click en el menú &apos;Contenido de Ayuda&apos;.">
+<!ENTITY help.h4.wildcard.examples "Ejemplos de Comodines">
+<!ENTITY help.th.url.pattern "Patrones de URL">
+<!ENTITY help.th.some.matches "Algunas Coincidencias">
+<!ENTITY help.th.some.non.matches "Algunas No-Coincidencias">
+<!ENTITY help.td.everything.in.y "Todo lo que pertenezca al dominio de Yahoo">
+<!ENTITY help.i.matches.everything "Coincidir con todo">
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/es-ES/amo.properties 2.8.9-0ubuntu1/chrome/locale/es-ES/amo.properties
--- 2.7.5~dfsg.1-1/chrome/locale/es-ES/amo.properties	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/es-ES/amo.properties	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,3 @@
+description.0=FoxyProxy es una herramienta de administración de proxies avanzada, que reemplaza totalmente la\nlimitada funcionalidad de proxies nativa de Firefox. Ofrece mas funciones que SwitchProxy,\nProxyButton, QuickProxy, xyzproxy, ProxyTex, TorButton, etc.
+description.1=FoxyProxy es una extensión para Firefox que cambia entre uno o más proxies automáticamente, en base a patrones de direcciones. Dicho de otra manera, FoxyProxy automatiza el proceso manual de modificar los parámetros de las propiedades de conexión de Firefox. El cambio de servidor proxy depende de la página a cargar y de las reglas de selección definidas por el usuario.
+description.2=Los iconos animados indican cuando se está usando un servidor proxy. El informe avanzado muestra cuando se utilizó cada proxy. La función QuickAdd facilita la creación de nuevos patrones. FoxyProxy es totalmente compatible con Portable Firefox, tiene mejor soporte para archivos PAC que el propio Firefox, y ha sido traducido a más de 25 idiomas.
diff -pruN 2.7.5~dfsg.1-1/chrome/locale/es-ES/foxyproxy.dtd 2.8.9-0ubuntu1/chrome/locale/es-ES/foxyproxy.dtd
--- 2.7.5~dfsg.1-1/chrome/locale/es-ES/foxyproxy.dtd	1970-01-01 01:00:00.000000000 +0100
+++ 2.8.9-0ubuntu1/chrome/locale/es-ES/foxyproxy.dtd	2008-12-17 12:01:17.000000000 +0000
@@ -0,0 +1,436 @@
+<!ENTITY foxyproxy.label "FoxyProxy">
+<!ENTITY foxyproxy.accesskey "F">
+<!ENTITY foxyproxy.tooltip "FoxyProxy">
+<!ENTITY foxyproxy.optionsdialog.label "FoxyProxy - Opciones">
+<!ENTITY foxyproxy.options.label "Opciones">
+<!ENTITY foxyproxy.options.accesskey "O">
+<!ENTITY foxyproxy.options.tooltip "Abrir el cuadro de opciones">
+<!ENTITY foxyproxy.tree.pickertooltiptext.label "Pulse para seleccionar las columnas a mostrar">
+<!ENTITY foxyproxy.proxy.name.label "Nombre del proxy">
+<!ENTITY foxyproxy.proxy.name.accesskey "N">
+<!ENTITY foxyproxy.proxy.name.tooltip "Nombre del proxy">
+<!ENTITY foxyproxy.proxy.notes.label "Notas del proxy">
+<!ENTITY foxyproxy.proxy.notes.accesskey "N">
+<!ENTITY foxyproxy.proxy.notes.tooltip "Notas del proxy">
+<!ENTITY foxyproxy.pattern.label "Correspondencia de patrones">
+<!ENTITY foxyproxy.pattern.accesskey "P">
+<!ENTITY foxyproxy.pattern.tooltip "Patrón de direcciones">
+<!ENTITY foxyproxy.urlpatterns.label "Patrones de direcciones">
+<!ENTITY foxyproxy.urlpatterns.accesskey "P">
+<!ENTITY foxyproxy.urlpatterns.tooltip "Patrones de direcciones">
+<!ENTITY foxyproxy.pattern.type.label "Tipo de patrón">
+<!ENTITY foxyproxy.whitelist.blacklist.label "Lista blanca (inclusiva) o lista negra (exclusiva)">
+<!ENTITY foxyproxy.pattern.name.label "Nombre del patrón">
+<!ENTITY foxyproxy.pattern.name.accesskey "P">
+<!ENTITY foxyproxy.pattern.name.tooltip "Nombre para el patrón">
+<!ENTITY foxyproxy.url.pattern.label "Patrón de la dirección">
+<!ENTITY foxyproxy.url.pattern.accesskey "D">
+<!ENTITY foxyproxy.url.pattern.tooltip "Patrón de la dirección">
+<!ENTITY foxyproxy.enabled.label "Habilitado">
+<!ENTITY foxyproxy.enabled.accesskey "H">
+<!ENTITY foxyproxy.enabled.tooltip "Habilitar/Deshabilitar">
+<!ENTITY foxyproxy.delete.selection.label "Borrar selección">
+<!ENTITY foxyproxy.delete.selection.accesskey "C">
+<!ENTITY foxyproxy.delete.selection.tooltip "Borra el elemento seleccionado">
+<!ENTITY foxyproxy.edit.selection.label "Editar selección">
+<!ENTITY foxyproxy.edit.selection.accesskey "E">
+<!ENTITY foxyproxy.edit.selection.tooltip "Edita el elemento seleccionado">
+<!ENTITY foxyproxy.help.label "Contenidos de la ayuda">
+<!ENTITY foxyproxy.help.accesskey "u">
+<!ENTITY foxyproxy.help.tooltip "Mostrar ayuda">
+<!ENTITY foxyproxy.close.label "Cerrar">
+<!ENTITY foxyproxy.close.accesskey "C">
+<!ENTITY foxyproxy.close.tooltip "Cerrar ventana">
+<!ENTITY foxyproxy.about.label "Acerca de">
+<!ENTITY foxyproxy.about.accesskey "A">
+<!ENTITY foxyproxy.about.tooltip "Abre la ventana &apos;Acerca de&apos;">
+<!ENTITY foxyproxy.online.label "Página web de FoxProxy">
+<!ENTITY foxyproxy.online.accesskey "w">
+<!ENTITY foxyproxy.online.tooltip "Visite la página web de FoxyProxy">
+<!ENTITY foxyproxy.tor.label "Asistente Tor">
+<!ENTITY foxyproxy.tor.accesskey "T">
+<!ENTITY foxyproxy.tor.tooltip "Asistente Tor">
+<!ENTITY foxyproxy.copy.selection.label "Copiar selección">
+<!ENTITY foxyproxy.copy.selection.accesskey "C">
+<!ENTITY foxyproxy.copy.selection.tooltip "Copia la selección">
+<!ENTITY foxyproxy.mode.label "Seleccionar modo">
+<!ENTITY foxyproxy.auto.url.label "Dirección de configuración automática del proxy">
+<!ENTITY foxyproxy.auto.url.accesskey "A">
+<!ENTITY foxyproxy.auto.url.tooltip "Introduzca la dirección del archivo PAC">
+<!ENTITY foxyproxy.auto.url.note.label "http(s)://   ftp://   file://   relative://">
+<!ENTITY foxyproxy.auto.url.note.tooltip "Pulse el icono para tener información sobre relative://">
+<!ENTITY foxyproxy.port.label "Puerto">
+<!ENTITY foxyproxy.port.accesskey "P">
+<!ENTITY foxyproxy.port.tooltip "Puerto">
+<!ENTITY foxyproxy.socks.proxy.label "Proxy SOCKS">
+<!ENTITY foxyproxy.socks.proxy.accesskey "C">
+<!ENTITY foxyproxy.socks.proxy.tooltip "Dirección del Proxy SOCKS">
+<!ENTITY foxyproxy.socks.v4 "SOCKS v4/4a">
+<!ENTITY foxyproxy.socks.v5 "SOCKS v5">
+<!ENTITY foxyproxy.addeditpattern.title "Añadir/Editar patrón">
+<!ENTITY foxyproxy.wildcard.label "Comodines">
+<!ENTITY foxyproxy.wildcard.accesskey "C">
+<!ENTITY foxyproxy.wildcard.tooltip "Indica que el patrón de la dirección usa comodines y no es una expresión regular">
+<!ENTITY foxyproxy.wildcard.example.label "Ejemplo: *mail.yahoo.es/*">
+<!ENTITY foxyproxy.regex.label "Expresión regular">
+<!ENTITY foxyproxy.regex.accesskey "R">
+<!ENTITY foxyproxy.regex.tooltip "Indica que el patrón de la dirección es una expresión regular">
+<!ENTITY foxyproxy.regex.example.label "Ejemplo: https?://.*\.mail\.yahoo\.es/.*">
+<!ENTITY foxyproxy.version "Versión">
+<!ENTITY foxyproxy.createdBy "Creada por">
+<!ENTITY foxyproxy.copyright "Copyright">
+<!ENTITY foxyproxy.rights "Todos los derechos reservados.">
+<!ENTITY foxyproxy.released "Liberado bajo la licencia GPL.">
+<!ENTITY foxyproxy.tab.general.label "General">
+<!ENTITY foxyproxy.tab.general.accesskey "G">
+<!ENTITY foxyproxy.tab.general.tooltip "Administrar opciones generales de proxys">
+<!ENTITY foxyproxy.tab.proxy.label "Detalles">
+<!ENTITY foxyproxy.tab.proxy.accesskey "D">
+<!ENTITY foxyproxy.tab.proxy.tooltip "Administrar detalles de los proxys">
+<!ENTITY foxyproxy.tab.patterns.label "Patrones">
+<!ENTITY foxyproxy.tab.patterns.accesskey "P">
+<!ENTITY foxyproxy.tab.patterns.tooltip "Administrar patrones de direcciones">
+<!ENTITY foxyproxy.add.title "Opciones del proxy">
+<!ENTITY foxyproxy.pattern.description "Aquí puede añadir o eliminar las direcciones para las que se usará el proxy.">
+<!ENTITY foxyproxy.pattern.matchtype.label "El patrón contiene">
+<!ENTITY foxyproxy.pattern.matchtype2.label "El patrón para identificar las páginas bloqueadas contiene">
+<!ENTITY foxyproxy.pattern.template.matchtype.label "La plantilla del patrón contiene">
+<!ENTITY foxyproxy.pattern.whiteblack.label "Inclusión/Exclusión de direcciones">
+<!ENTITY foxyproxy.add.option.direct.label "Conexión directa a internet (sin proxy)">
+<!ENTITY foxyproxy.add.option.direct.accesskey "D">
+<!ENTITY foxyproxy.add.option.direct.tooltip "No usar ningún proxy - usar la conexión directa a internet">
+<!ENTITY foxyproxy.add.option.manual.label "Configuración manual del proxy">
+<!ENTITY foxyproxy.add.option.manual.accesskey "M">
+<!ENTITY foxyproxy.add.option.manual.tooltip "Define una configuración del proxy manualmente">
+<!ENTITY foxyproxy.add.new.pattern.label "Añadir nuevo patrón">
+<!ENTITY foxyproxy.add.new.pattern.accesskey "A">
+<!ENTITY foxyproxy.add.new.pattern.tooltip "Añadir nuevo patrón">
+<!ENTITY foxyproxy.menubar.file.label "Archivo">
+<!ENTITY foxyproxy.menubar.file.accesskey "A">
+<!ENTITY foxyproxy.menubar.file.tooltip "Abre el menú archivo">
+<!ENTITY foxyproxy.menubar.help.label "Ayuda">
+<!ENTITY foxyproxy.menubar.help.accesskey "u">
+<!ENTITY foxyproxy.menubar.help.tooltip "Abre el menú ayuda">
+<!ENTITY foxyproxy.mode.accesskey "S">
+<!ENTITY foxyproxy.mode.tooltip "Seleccionar cómo habilitar FoxyProxy">
+<!ENTITY foxyproxy.tab.proxies.label "Proxys">
+<!ENTITY foxyproxy.tab.proxies.accesskey "P">
+<!ENTITY foxyproxy.tab.proxies.tooltip "Administrar proxys">
+<!ENTITY foxyproxy.tab.global.label "Opciones globales">
+<!ENTITY foxyproxy.tab.global.accesskey "G">
+<!ENTITY foxyproxy.tab.global.tooltip "Administrar opciones globales">
+<!ENTITY foxyproxy.tab.logging.label "Registro">
+<!ENTITY foxyproxy.tab.logging.accesskey "R">
+<!ENTITY foxyproxy.tab.logging.tooltip "Cambiar opciones de registro">
+<!ENTITY foxyproxy.proxydns.label "Usar un proxy SOCKS para la búsqueda DNS">
+<!ENTITY foxyproxy.proxydns.accesskey "U">
+<!ENTITY foxyproxy.proxydns.tooltip "Si se selecciona, la búsqueda DNS se realizará a través de un servidor proxy SOCKS">
+<!ENTITY foxyproxy.proxydns.notice "Es necesario reiniciar Firefox para aplicar los cambios, ¿Reiniciar ahora?">
+<!ENTITY foxyproxy.showstatusbaricon.label "Mostrar un icono en la barra de estado">
+<!ENTITY foxyproxy.showstatusbaricon.accesskey "i">
+<!ENTITY foxyproxy.showstatusbaricon.tooltip "Si marca esta opción, el icono de FoxyProxy se mostrará en la barra de estado">
+<!ENTITY foxyproxy.showstatusbarmode.label "Mostrar modo (texto) en la barra de estao">
+<!ENTITY foxyproxy.showstatusbarmode.accesskey "S">
+<!ENTITY foxyproxy.showstatusbarmode.tooltip "Si marca esta opción, el modo de FoxyProxy se mostrará en la barra de estado">
+<!ENTITY foxyproxy.storagelocation.label "Dirección para guardar la configuración">
+<!ENTITY foxyproxy.storagelocation.accesskey "D">
+<!ENTITY foxyproxy.storagelocation.tooltip "Dirección para guardar la configuración de FoxyProxy">
+<!ENTITY foxyproxy.tab.logging.timestamp.label "Marcas de tiempo">
+<!ENTITY foxyproxy.tab.logging.url.label "Dirección">
+<!ENTITY foxyproxy.host.label "Nombre del host">
+<!ENTITY foxyproxy.host.accesskey "H">
+<!ENTITY foxyproxy.host.tooltip "Nombre del host">
+<!ENTITY foxyproxy.clear.label "Borrar">
+<!ENTITY foxyproxy.clear.accesskey "B">
+<!ENTITY foxyproxy.clear.tooltip "Borrar">
+<!ENTITY foxyproxy.refresh.label "Refrescar">
+<!ENTITY foxyproxy.refresh.accesskey "R">
+<!ENTITY foxyproxy.refresh.tooltip "Refrescar">
+<!ENTITY foxyproxy.save.label "Guardar">
+<!ENTITY foxyproxy.save.accesskey "G">
+<!ENTITY foxyproxy.save.tooltip "Guardar">
+<!ENTITY foxyproxy.addnewproxy.label "Añadir nuevo proxy">
+<!ENTITY foxyproxy.addnewproxy.accesskey "A">
+<!ENTITY foxyproxy.addnewproxy.tooltip "Añadir nuevo proxy">
+<!ENTITY foxyproxy.whitelist.label "Lista blanca">
+<!ENTITY foxyproxy.whitelist.accesskey "b">
+<!ENTITY foxyproxy.whitelist.tooltip "Las direcciones que coincidan con este patrón se cargan usando este proxy">
+<!ENTITY foxyproxy.whitelist.description.label "Las direcciones que coincidan con este patrón se cargan usando este proxy">
+<!ENTITY foxyproxy.blacklist.label "Lista negra">
+<!ENTITY foxyproxy.blacklist.accesskey "n">
+<!ENTITY foxyproxy.blacklist.tooltip "Las direcciones que coinciden con este patrón no están cargadas a través de este proxy">
+<!ENTITY foxyproxy.blacklist.description.label "Las direcciones que coinciden con este patrón no están cargadas a través de este proxy">
+<!ENTITY foxyproxy.whiteblack.description.label "La lista negra (exclusión) de patrones tiene precedencia sobre la lista blanca (inclusión): si una dirección coincide tanto con un patrón de la lista blanca como con otro de la lista negra para el mismo proxy, la dirección no será cargada por el proxy.">
+<!ENTITY foxyproxy.usingPFF.label1 "Estoy usando">
+<!ENTITY foxyproxy.usingPFF.label2 "Portable Firefox">
+<!ENTITY foxyproxy.usingPFF.accesskey "P">
+<!ENTITY foxyproxy.usingPFF.tooltip "Compruebe si está usando Portable Firefox">
+<!ENTITY foxyproxy.socks.version.label "Versión SOCKS">
+<!ENTITY foxyproxy.autopacurl.label "Dirección automática">
+<!ENTITY foxyproxy.issocks.label "¿proxy SOCKS?">
+<!ENTITY foxyproxy.issocks.accesskey "S">
+<!ENTITY foxyproxy.issocks.tooltip "¿Es un webproxy o un proxy SOCKS?">
+<!ENTITY foxyproxy.moveup.label "Mover arriba">
+<!ENTITY foxyproxy.moveup.tooltip "Sube la prioridad de la selección actual">
+<!ENTITY foxyproxy.moveup.accesskey "a">
+<!ENTITY foxyproxy.movedown.label "Mover abajo">
+<!ENTITY foxyproxy.movedown.tooltip "Baja la prioridad de la selección actual">
+<!ENTITY foxyproxy.movedown.accesskey "b">
+<!ENTITY foxyproxy.autoconfurl.view.label "Ver">
+<!ENTITY foxyproxy.autoconfurl.view.accesskey "V">
+<!ENTITY foxyproxy.autoconfurl.view.tooltip "Ver archivo de autoconfiguración">
+<!ENTITY foxyproxy.autoconfurl.test.label "Probar">
+<!ENTITY foxyproxy.autoconfurl.test.accesskey "P">
+<!ENTITY foxyproxy.autoconfurl.test.tooltip "Probar el archivo de auto-configuración">
+<!ENTITY foxyproxy.autoconfurl.reload.label "Recargar el PAC cada">
+<!ENTITY foxyproxy.autoconfurl.reload.accesskey "R">
+<!ENTITY foxyproxy.autoconfurl.reload.tooltip "Recargar automáticamente el archivo PAC en el intervalo especificado">
+<!ENTITY foxyproxy.minutes.label "minutos">
+<!ENTITY foxyproxy.minutes.tooltip "minutos">
+<!ENTITY foxyproxy.logging.maxsize.label "Tamaño máximo antes de recortar el registro">
+<!ENTITY foxyproxy.logging.maxsize.accesskey "M">
+<!ENTITY foxyproxy.logging.maxsize.tooltip "Máximo número de las entradas de registro antes de que el log se borre">
+<!ENTITY foxyproxy.logging.maxsize.button.label "Establecer">
+<!ENTITY foxyproxy.logging.maxsize.button.accesskey "S">
+<!ENTITY foxyproxy.logging.maxsize.button.tooltip "Establece el máximo número de las entradas de registro antes de que el log se borre">
+<!ENTITY foxyproxy.random.label "Cargar direcciones usando proxys aleatorios (ignorar todos los patrones y prioridades)">
+<!ENTITY foxyproxy.random.accesskey "R">
+<!ENTITY foxyproxy.random.tooltip "Cargar direcciones usando proxys aleatorios (ignorar todos los patrones y prioridades)">
+<!ENTITY foxyproxy.random.includedirect.label "Incluir proxys configurados como conexiones directas de internet">
+<!ENTITY foxyproxy.random.includedirect.accesskey "I">
+<!ENTITY foxyproxy.random.includedirect.tooltip "Los proxys configurados como conexión directa de internet se incluyen en la selección aleatoria de los proxys.">
+<!ENTITY foxyproxy.random.includedisabled.label "Incluir proxys deshabilitados">
+<!ENTITY foxyproxy.random.includedisabled.accesskey "D">
+<!ENTITY foxyproxy.random.includedisabled.tooltip "Los proxys configurados como deshabilitados serán incluidos en la selección de proxys aleatorios">
+<!ENTITY foxyproxy.random.settings.label "Selección aleatoria del proxy">
+<!ENTITY foxyproxy.random.settings.accesskey "R">
+<!ENTITY foxyproxy.random.settings.tooltip "Opciones que afectan a la selección aleatoria de los proxys">
+<!ENTITY foxyproxy.tab.autoadd.label "AutoAdd">
+<!ENTITY foxyproxy.tab.autoadd.accesskey "A">
+<!ENTITY foxyproxy.tab.autoadd.tooltip "Opciones de AutoAdd">
+<!ENTITY foxyproxy.autoadd.description "Especifica un patrón que identifica las páginas bloqueadas. Cuando se encuentra un patrón en una página, se añade automáticamente al proxy un patrón correspondiente a la dirección de la página, y opcionalmente se recarga. Esto evita que todas las páginas se identifiquen activamente como bloqueadas.">
+<!ENTITY foxyproxy.autoadd.pattern.label "Patrón para identificar las páginas bloqueadas">
+<!ENTITY foxyproxy.autoadd.pattern.accesskey "P">
+<!ENTITY foxyproxy.autoadd.pattern.tooltip "Patrón que identifica las páginas bloqueadas">
+<!ENTITY foxyproxy.autoadd.wildcard.example.label "Ejemplo: *No está autorizado a ver esta página*">
+<!ENTITY foxyproxy.autoadd.regex.example.label "Ejemplo: .*Sitio.*ha sido bloqueado.*">
+<!ENTITY foxyproxy.autoadd.proxy.label "Proxy cuyos patrones se añaden automáticamente">
+<!ENTITY foxyproxy.autoadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.autoadd.proxy.tooltip "Especifique el proxy cuyas direcciones se añaden automáticamente">
+<!ENTITY foxyproxy.pattern.template.label "Plantilla de patrón de dirección">
+<!ENTITY foxyproxy.pattern.template.accesskey "P">
+<!ENTITY foxyproxy.pattern.template.tooltip "Plantilla de patrón de dirección">
+<!ENTITY foxyproxy.pattern.template.example.label1 "Ejemplo para">
+<!ENTITY foxyproxy.pattern.template.example.label2 "http://fred:secret@mail.foo.com:8080/inbox/msg102.htm#subject?style=elegant">
+<!ENTITY foxyproxy.pattern.template.currenturl.label "Dirección actual">
+<!ENTITY foxyproxy.pattern.template.currenturl.accesskey "D">
+<!ENTITY foxyproxy.pattern.template.currenturl.tooltip "Dirección en la barra de direcciones">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.label "Patrón generado">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.accesskey "g">
+<!ENTITY foxyproxy.pattern.template.generatedpattern.tooltip "Patrón generado dinámicamente">
+<!ENTITY foxyproxy.autoadd.reload.label "Recarga la página una vez que el patrón se haya añadido al proxy">
+<!ENTITY foxyproxy.autoadd.reload.accesskey "R">
+<!ENTITY foxyproxy.autoadd.reload.tooltip "Recarga la página automáticamente una vez que el patrón se haya añadido al proxy">
+<!ENTITY foxyproxy.autoadd.notify.label "Notificarme cuando se active AutoAdd">
+<!ENTITY foxyproxy.autoadd.notify.accesskey "N">
+<!ENTITY foxyproxy.autoadd.notify.tooltip "Informa cuando una página es bloqueada &amp; y el patrón de la dirección se añade al proxy">
+<!ENTITY foxyproxy.autoadd.notify.tooltip2 "Display a popup when AutoAdd is activated">
+<!ENTITY foxyproxy.pacloadnotification.label "Notificarme de fallos en la carga del archivo de auto-configuración del proxy">
+<!ENTITY foxyproxy.pacloadnotification.accesskey "N">
+<!ENTITY foxyproxy.pacloadnotification.tooltip "Mostrar una ventana emergente cuando se cargue el archivo PAC">
+<!ENTITY foxyproxy.pacerrornotification.label "Notificarme de errores en el archivo de auto-configuración del proxy">
+<!ENTITY foxyproxy.pacerrornotification.accesskey "E">
+<!ENTITY foxyproxy.pacerrornotification.tooltip "Display a popup when about PAC file errors">
+<!ENTITY foxyproxy.toolsmenu.label "Mostrar el icono de FoxyProxy en el menú Herramientas">
+<!ENTITY foxyproxy.toolsmenu.accesskey "H">
+<!ENTITY foxyproxy.toolsmenu.tooltip "Mostrar el icono de FoxyProxy en el menú Herramientas">
+<!ENTITY foxyproxy.tip.label "Consejo">
+<!ENTITY foxyproxy.pactips.popup.height "165px">
+<!ENTITY foxyproxy.pactips.popup.width "400px">
+<!ENTITY foxyproxy.pactip1.label "Para archivos PAC guardados en el disco duro local, use el esquema file://. Por ejemplo, file://c:/path/proxy.pac en sistemas Windows, o file:///home/users/joe/proxy.pac en Unix/Linux/Mac.">
+<!ENTITY foxyproxy.pactip2.label "Para archivos PAC en un servidor ftp, use el esquema ftp://. Por ejemplo, ftp://leahscape.com/path/proxy.pac">
+<!ENTITY foxyproxy.pactip3.label "También puede usar http://, https://, y otros esquemas admitidos">
+<!ENTITY foxyproxy.pactip4.label "Finalmente, si necesita referirse a un archivo PAC de su sistema local usando una ruta relativa, puede usar el esquema especial de FoxyProxy relative://. Esta opción es útil si su archivo está en un disco extraíble. Las rutas soportadas están documentadas">
+<!ENTITY foxyproxy.pactip5.label "aquí">
+<!ENTITY foxyproxy.pactip6.label ". La cadenas especiales que especifique en la ruta relative:// se reemplazarán con sus valores correspondientes. Por ejemplo: relative://ProfD/pacs/proxy3.pac se referirá al archivo proxy3.pac en la subcarpeta del">
+<!ENTITY foxyproxy.pactip7.label "de la carpeta del perfil de Firefox">
+<!ENTITY foxyproxy.pactip8.label "llamada pacs/. Si usa Portable Firefox bajo Windows, la carpeta del perfil de Firefox es siempre una ruta relativa, ya que la letra de la unidad puede cambiar según la instalación. Tenga en cuenta que las cadenas especiales (ProfD, Home, TempD, etc.) diferencian las mayúsculas.">
+<!ENTITY foxyproxy.contextmenu.label "Mostrar el icono de FoxyProxy en el menú contextual">
+<!ENTITY foxyproxy.contextmenu.accesskey "M">
+<!ENTITY foxyproxy.contextmenu.tooltip "Mostrar icono en el menú contextual">
+<!ENTITY foxyproxy.quickadd.desc1 "QuickAdd añade un patrón de direcciones dinámica para un proxy cuando pulsa Alt-F2. Es una alternativa práctica a AutoAdd. Personalice la combinación Alt-F2 con la extensión">
+<!ENTITY foxyproxy.keyconfig.label "KeyConfig">
+<!ENTITY foxyproxy.quickadd.desc2 ".">
+<!ENTITY foxyproxy.quickadd.label "QuickAdd">
+<!ENTITY foxyproxy.quickadd.accesskey "Q">
+<!ENTITY foxyproxy.quickadd.tooltip "Administrar opciones de QuickAdd">
+<!ENTITY foxyproxy.quickadd.notify.label "Notificarme cuando QuickAdd se active">
+<!ENTITY foxyproxy.quickadd.notify.accesskey "N">
+<!ENTITY foxyproxy.quickadd.notify.tooltip "Muestra una ventana emergente cuando se activa QuickAdd">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label "Notificarme si QuickAdd se cancela">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.label2 "QuickAdd is automatically canceled when QuickAdd is activated through Alt-F2, and the current URL in the address bar already matches an existing proxy&apos;s whitelist pattern. In this way duplicate patterns, which can clutter your configuration, are prevented. This setting does not enable/disable cancelation; rather, it toggles notification when cancelation occurs.">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.accesskey "C">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.tooltip "Mostrar un aviso emergente cuando QuickAdd esté activo, pero cancelado">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.width "400px">
+<!ENTITY foxyproxy.quickadd.notify.whencanceled.popup.height "130px">
+<!ENTITY foxyproxy.whatsthis "¿Qué es esto?">
+<!ENTITY foxyproxy.quickadd.prompt.label "Aviso para editar y confimar antes de añadir patrones al proxy">
+<!ENTITY foxyproxy.quickadd.prompt.accesskey "P">
+<!ENTITY foxyproxy.quickadd.prompt.tooltip "Aviso para editar y confimar antes de añadir patrones al proxy">
+<!ENTITY foxyproxy.quickadd.proxy.label "Proxy al que será añadido el patrón">
+<!ENTITY foxyproxy.quickadd.proxy.accesskey "P">
+<!ENTITY foxyproxy.quickadd.proxy.tooltip "Elegir el proxy al que será añadido el patrón">
+<!ENTITY foxyproxy.bypasscache.label "Ignorar la caché de Firefox al cargar">
+<!ENTITY foxyproxy.bypasscache.accesskey "I">
+<!ENTITY foxyproxy.bypasscache.tooltip "La caché de Firefox es ignorada">
+<!ENTITY foxyproxy.advancedmenus.label "Usar menús avanzados">
+<!ENTITY foxyproxy.advancedmenus.accesskey "a">
+<!ENTITY foxyproxy.advancedmenus.tooltip "Usar menús avanzados (Estilo de FoxyProxy 2.2)">
+<!ENTITY foxyproxy.importsettings.label "Importar opciones">
+<!ENTITY foxyproxy.importsettings.accesskey "I">
+<!ENTITY foxyproxy.importsettings.tooltip "Importar las opciones desde un archivo">
+<!ENTITY foxyproxy.exportsettings.label "Exportar opciones actuales">
+<!ENTITY foxyproxy.exportsettings.accesskey "E">
+<!ENTITY foxyproxy.exportsettings.tooltip "Exportar las opciones actuales en un archivo">
+<!ENTITY foxyproxy.importlist.label "Importar lista de proxis">
+<!ENTITY foxyproxy.importlist.accesskey "I">
+<!ENTITY foxyproxy.importlist.tooltip "Importar un archivo de texto con una lista de proxis">
+<!ENTITY foxyproxy.wildcard.reference.label "Referencia de comodines">
+<!ENTITY foxyproxy.wildcard.reference.accesskey "R">
+<!ENTITY foxyproxy.wildcard.reference.tooltip "Referencia de comodines">
+<!ENTITY foxyproxy.wildcard.reference.subtitle.label "El asterisco (*) corresponde a cero o más caracteres, y el signo de interrogación (?) a un caracter simple">
+<!ENTITY foxyproxy.wildcard.reference.mistakes "Errores comunes al escribir patrones con comodines">
+<!ENTITY foxyproxy.wildcard.reference.goal.label "Objetivo">
+<!ENTITY foxyproxy.wildcard.reference.goal1.label "Todas las páginas en el subdominio de MySpace">
+<!ENTITY foxyproxy.wildcard.reference.goal2.label "El equipo local">
+<!ENTITY foxyproxy.wildcard.reference.goal3.label "Todos los subdominios y páginas de abc.com">
+<!ENTITY foxyproxy.wildcard.reference.goal4.label "Todas las páginas del dominio a.foo.com, pero no las de b.foo.com">
+<!ENTITY foxyproxy.wildcard.reference.correct.label "Correcto">
+<!ENTITY foxyproxy.wildcard.reference.correct2.label "Debe haber dos patrones">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.label "Incorrecto">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason.label "Razón por la que es incorrecto">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason1.label "No hay comodines, por lo que sólo la pagina de inicio coincidirá">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason2.label "FoxyProxy no entiende este tipo de sintaxis">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason3.label "No hay comodines">
+<!ENTITY foxyproxy.wildcard.reference.incorrect.reason4.label "No hay comodines">
+<!ENTITY foxyproxy.wildcard.reference.popup.height "375px">
+<!ENTITY foxyproxy.logging.noURLs.label "No guardar o mostrar las direcciones">
+<!ENTITY foxyproxy.logging.noURLs.accesskey "N">
+<!ENTITY foxyproxy.logging.noURLs.tooltip "Las direcciones no se guardarán en la RAM ni en el disco">
+<!ENTITY foxyproxy.ok.label "OK">
+<!ENTITY foxyproxy.ok.accesskey "O">
+<!ENTITY foxyproxy.ok.tooltip "Cerrar ventana">
+<!ENTITY foxyproxy.pattern.template.reference.label "Referencia de plantillas de patrones">
+<!ENTITY foxyproxy.pattern.template.reference.accesskey "R">
+<!ENTITY foxyproxy.pattern.template.reference.tooltip "Referencia de plantillas de patrones">
+<!ENTITY foxyproxy.pattern.template.reference.subtitle.label "Las plantillas de patrones de direcciones definen el formato con el que las direcciones se añadirán usando QuickAdd o AutoAdd a los proxys. Las plantillas admiten las siguientes cadenas especiales que, cuando QuickAdd o AutoAdd están activos, serán sustituidas con el componente correspondiente de la dirección en la barra de direcciones.">
+<!ENTITY foxyproxy.pattern.template.refe