tor-commits
Threads by month
- ----- 2026 -----
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 1 participants
- 215299 discussions
commit 98f7e82aaf8001208e7cd4055d51074e3a953860
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Mon Mar 21 02:47:39 2011 -0700
Add two new helper scripts.
---
trans_tools/mvmoz.sh | 6 ++++++
trans_tools/new_tb_strings.sh | 18 ++++++++++++++++++
2 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/trans_tools/mvmoz.sh b/trans_tools/mvmoz.sh
new file mode 100755
index 0000000..64ff436
--- /dev/null
+++ b/trans_tools/mvmoz.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+for locale in `ls -1 moz/`;
+do
+ mv -v moz/$locale/*.{dtd,properties} ../src/chrome/locale/$locale/
+done
diff --git a/trans_tools/new_tb_strings.sh b/trans_tools/new_tb_strings.sh
new file mode 100755
index 0000000..854f61c
--- /dev/null
+++ b/trans_tools/new_tb_strings.sh
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+moz2po -P -i ../src/chrome/locale/en/ -o po/templates/
+
+for i in `ls -1 po`
+do
+ msgmerge -U ./po/$i/torbutton.dtd.po ./po/templates/torbutton.dtd.pot
+ msgmerge -U ./po/$i/torbutton.properties.po ./po/templates/torbutton.properties.pot
+done
+
+svn diff po
+svn commit po
+
+cd po
+tx push --source
+tx push --translation
+cd ..
+
1
0
21 Mar '11
commit e353ad128abbe54c4734f0ae8bf0e9f53bc5f999
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Mon Mar 21 02:22:02 2011 -0700
Update po directory in mkmoz.sh.
---
trans_tools/mkmoz.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/trans_tools/mkmoz.sh b/trans_tools/mkmoz.sh
index 9a950d5..1f2986b 100755
--- a/trans_tools/mkmoz.sh
+++ b/trans_tools/mkmoz.sh
@@ -3,7 +3,7 @@
LOCALEDIR="../src/chrome/locale"
-poDir="pootle"
+poDir="po"
directories="`ls -1 ./$poDir|tr _ -`"
mozDir="moz"
input="en"
1
0
[torbutton/master] Update locales for torbutton-alpha from transifex.
by mikeperry@torproject.org 21 Mar '11
by mikeperry@torproject.org 21 Mar '11
21 Mar '11
commit cd2508ac7a16e593f4061017d9a3cb7b4fe5ed2d
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Mon Mar 21 02:22:36 2011 -0700
Update locales for torbutton-alpha from transifex.
---
src/chrome.manifest | 171 ++++++++++++++++++--------
src/chrome/locale/af/torbutton.properties | 1 +
src/chrome/locale/ak/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ak/torbutton.properties | 37 ++++++
src/chrome/locale/am/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/am/torbutton.properties | 37 ++++++
src/chrome/locale/ar/torbutton.properties | 1 +
src/chrome/locale/arn/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/arn/torbutton.properties | 37 ++++++
src/chrome/locale/ast/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ast/torbutton.properties | 37 ++++++
src/chrome/locale/az/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/az/torbutton.properties | 37 ++++++
src/chrome/locale/be/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/be/torbutton.properties | 37 ++++++
src/chrome/locale/bg/torbutton.properties | 1 +
src/chrome/locale/bn-IN/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/bn-IN/torbutton.properties | 37 ++++++
src/chrome/locale/bn/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/bn/torbutton.properties | 37 ++++++
src/chrome/locale/bo/torbutton.properties | 1 +
src/chrome/locale/br/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/br/torbutton.properties | 37 ++++++
src/chrome/locale/bs/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/bs/torbutton.properties | 37 ++++++
src/chrome/locale/ca/torbutton.dtd | 112 +++++++++---------
src/chrome/locale/ca/torbutton.properties | 1 +
src/chrome/locale/cs/torbutton.properties | 1 +
src/chrome/locale/csb/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/csb/torbutton.properties | 37 ++++++
src/chrome/locale/cy/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/cy/torbutton.properties | 37 ++++++
src/chrome/locale/da/torbutton.properties | 1 +
src/chrome/locale/de/torbutton.properties | 1 +
src/chrome/locale/dz/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/dz/torbutton.properties | 37 ++++++
src/chrome/locale/el/torbutton.dtd | 32 +++---
src/chrome/locale/el/torbutton.properties | 1 +
src/chrome/locale/eo/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/eo/torbutton.properties | 37 ++++++
src/chrome/locale/es/torbutton.dtd | 36 +++---
src/chrome/locale/es/torbutton.properties | 1 +
src/chrome/locale/et/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/et/torbutton.properties | 37 ++++++
src/chrome/locale/eu/torbutton.properties | 1 +
src/chrome/locale/fa/torbutton.properties | 1 +
src/chrome/locale/fi/torbutton.properties | 1 +
src/chrome/locale/fil/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/fil/torbutton.properties | 37 ++++++
src/chrome/locale/fo/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/fo/torbutton.properties | 37 ++++++
src/chrome/locale/fr/torbutton.dtd | 52 ++++----
src/chrome/locale/fr/torbutton.properties | 1 +
src/chrome/locale/fur/torbutton.properties | 1 +
src/chrome/locale/fy/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/fy/torbutton.properties | 37 ++++++
src/chrome/locale/ga/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ga/torbutton.properties | 37 ++++++
src/chrome/locale/gl/torbutton.properties | 1 +
src/chrome/locale/gu/torbutton.properties | 1 +
src/chrome/locale/gun/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/gun/torbutton.properties | 37 ++++++
src/chrome/locale/ha/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ha/torbutton.properties | 37 ++++++
src/chrome/locale/he/torbutton.properties | 1 +
src/chrome/locale/hi/torbutton.properties | 1 +
src/chrome/locale/hr/torbutton.properties | 1 +
src/chrome/locale/ht/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ht/torbutton.properties | 37 ++++++
src/chrome/locale/hu/torbutton.properties | 1 +
src/chrome/locale/hy/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/hy/torbutton.properties | 37 ++++++
src/chrome/locale/id/torbutton.properties | 1 +
src/chrome/locale/is/torbutton.properties | 1 +
src/chrome/locale/it/torbutton.properties | 1 +
src/chrome/locale/ja/torbutton.properties | 1 +
src/chrome/locale/jv/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/jv/torbutton.properties | 37 ++++++
src/chrome/locale/ka/torbutton.properties | 1 +
src/chrome/locale/km/torbutton.properties | 1 +
src/chrome/locale/kn/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/kn/torbutton.properties | 37 ++++++
src/chrome/locale/ko/torbutton.properties | 1 +
src/chrome/locale/ku/torbutton.properties | 1 +
src/chrome/locale/kw/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/kw/torbutton.properties | 37 ++++++
src/chrome/locale/ky/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ky/torbutton.properties | 37 ++++++
src/chrome/locale/lb/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/lb/torbutton.properties | 37 ++++++
src/chrome/locale/lg/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/lg/torbutton.properties | 37 ++++++
src/chrome/locale/ln/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ln/torbutton.properties | 37 ++++++
src/chrome/locale/lo/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/lo/torbutton.properties | 37 ++++++
src/chrome/locale/lt/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/lt/torbutton.properties | 37 ++++++
src/chrome/locale/lv/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/lv/torbutton.properties | 37 ++++++
src/chrome/locale/mg/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/mg/torbutton.properties | 37 ++++++
src/chrome/locale/mi/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/mi/torbutton.properties | 37 ++++++
src/chrome/locale/mk/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/mk/torbutton.properties | 37 ++++++
src/chrome/locale/ml/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ml/torbutton.properties | 37 ++++++
src/chrome/locale/mn/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/mn/torbutton.properties | 37 ++++++
src/chrome/locale/mr/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/mr/torbutton.properties | 37 ++++++
src/chrome/locale/ms/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ms/torbutton.properties | 37 ++++++
src/chrome/locale/mt/torbutton.properties | 1 +
src/chrome/locale/my/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/my/torbutton.properties | 37 ++++++
src/chrome/locale/nah/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/nah/torbutton.properties | 37 ++++++
src/chrome/locale/nap/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/nap/torbutton.properties | 37 ++++++
src/chrome/locale/nb/torbutton.properties | 1 +
src/chrome/locale/ne/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ne/torbutton.properties | 37 ++++++
src/chrome/locale/nl/torbutton.properties | 1 +
src/chrome/locale/nn/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/nn/torbutton.properties | 37 ++++++
src/chrome/locale/nso/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/nso/torbutton.properties | 37 ++++++
src/chrome/locale/oc/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/oc/torbutton.properties | 37 ++++++
src/chrome/locale/or/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/or/torbutton.properties | 37 ++++++
src/chrome/locale/pa/torbutton.properties | 1 +
src/chrome/locale/pap/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/pap/torbutton.properties | 37 ++++++
src/chrome/locale/pl/torbutton.dtd | 50 ++++----
src/chrome/locale/pl/torbutton.properties | 1 +
src/chrome/locale/pms/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/pms/torbutton.properties | 37 ++++++
src/chrome/locale/ps/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ps/torbutton.properties | 37 ++++++
src/chrome/locale/pt-BR/torbutton.dtd | 66 +++++-----
src/chrome/locale/pt-BR/torbutton.properties | 1 +
src/chrome/locale/pt/torbutton.properties | 1 +
src/chrome/locale/ro/torbutton.properties | 1 +
src/chrome/locale/ru/torbutton.dtd | 64 +++++-----
src/chrome/locale/ru/torbutton.properties | 1 +
src/chrome/locale/sco/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/sco/torbutton.properties | 37 ++++++
src/chrome/locale/sk/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/sk/torbutton.properties | 37 ++++++
src/chrome/locale/sl/torbutton.properties | 1 +
src/chrome/locale/so/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/so/torbutton.properties | 37 ++++++
src/chrome/locale/son/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/son/torbutton.properties | 37 ++++++
src/chrome/locale/sq/torbutton.properties | 1 +
src/chrome/locale/sr/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/sr/torbutton.properties | 37 ++++++
src/chrome/locale/st/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/st/torbutton.properties | 37 ++++++
src/chrome/locale/su/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/su/torbutton.properties | 37 ++++++
src/chrome/locale/sv/torbutton.properties | 1 +
src/chrome/locale/sw/torbutton.properties | 1 +
src/chrome/locale/ta/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ta/torbutton.properties | 37 ++++++
src/chrome/locale/te/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/te/torbutton.properties | 37 ++++++
src/chrome/locale/tg/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/tg/torbutton.properties | 37 ++++++
src/chrome/locale/th/torbutton.properties | 1 +
src/chrome/locale/ti/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ti/torbutton.properties | 37 ++++++
src/chrome/locale/tk/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/tk/torbutton.properties | 37 ++++++
src/chrome/locale/tr/torbutton.properties | 1 +
src/chrome/locale/uk/torbutton.properties | 1 +
src/chrome/locale/ur/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ur/torbutton.properties | 37 ++++++
src/chrome/locale/ve/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/ve/torbutton.properties | 37 ++++++
src/chrome/locale/vi/torbutton.properties | 1 +
src/chrome/locale/wa/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/wa/torbutton.properties | 37 ++++++
src/chrome/locale/wo/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/wo/torbutton.properties | 37 ++++++
src/chrome/locale/zh-CN/torbutton.dtd | 58 +++++-----
src/chrome/locale/zh-CN/torbutton.properties | 1 +
src/chrome/locale/zh-HK/torbutton.properties | 1 +
src/chrome/locale/zh-TW/torbutton.properties | 1 +
src/chrome/locale/zu/torbutton.dtd | 138 +++++++++++++++++++++
src/chrome/locale/zu/torbutton.properties | 37 ++++++
194 files changed, 12303 insertions(+), 287 deletions(-)
diff --git a/src/chrome.manifest b/src/chrome.manifest
index 2425651..6064f60 100644
--- a/src/chrome.manifest
+++ b/src/chrome.manifest
@@ -4,58 +4,125 @@ overlay chrome://browser/content/preferences/connection.xul chrome://torbutton/c
overlay chrome://messenger/content/messenger.xul chrome://torbutton/content/torbutton_tb.xul
overlay chrome://messenger/content/messengercompose/messengercompose.xul chrome://torbutton/content/torbutton_tb.xul
-
-locale torbutton af chrome/locale/af/
-locale torbutton ar chrome/locale/ar/
-locale torbutton bg chrome/locale/bg/
-locale torbutton bms chrome/locale/bms/
-locale torbutton bo chrome/locale/bo/
-locale torbutton ca chrome/locale/ca/
-locale torbutton cs chrome/locale/cs/
-locale torbutton da chrome/locale/da/
-locale torbutton de chrome/locale/de/
-locale torbutton el chrome/locale/el/
-locale torbutton en chrome/locale/en/
-locale torbutton es chrome/locale/es/
-locale torbutton eu chrome/locale/eu/
-locale torbutton fa chrome/locale/fa/
-locale torbutton fi chrome/locale/fi/
-locale torbutton fr chrome/locale/fr/
-locale torbutton fur chrome/locale/fur/
-locale torbutton gl chrome/locale/gl/
-locale torbutton gu chrome/locale/gu/
-locale torbutton he chrome/locale/he/
-locale torbutton hi chrome/locale/hi/
-locale torbutton hr chrome/locale/hr/
-locale torbutton hu chrome/locale/hu/
-locale torbutton id chrome/locale/id/
-locale torbutton is chrome/locale/is/
-locale torbutton it chrome/locale/it/
-locale torbutton ja chrome/locale/ja/
-locale torbutton ka chrome/locale/ka/
-locale torbutton km chrome/locale/km/
-locale torbutton ko chrome/locale/ko/
-locale torbutton ku chrome/locale/ku/
-locale torbutton mt chrome/locale/mt/
-locale torbutton nb chrome/locale/nb/
-locale torbutton nl chrome/locale/nl/
-locale torbutton pa chrome/locale/pa/
-locale torbutton pl chrome/locale/pl/
-locale torbutton pt chrome/locale/pt/
-locale torbutton pt-BR chrome/locale/pt-BR/
-locale torbutton ro chrome/locale/ro/
-locale torbutton ru chrome/locale/ru/
-locale torbutton sl chrome/locale/sl/
-locale torbutton sq chrome/locale/sq/
-locale torbutton sv chrome/locale/sv/
-locale torbutton sw chrome/locale/sw/
-locale torbutton th chrome/locale/th/
-locale torbutton tr chrome/locale/tr/
-locale torbutton uk chrome/locale/uk/
-locale torbutton vi chrome/locale/vi/
-locale torbutton zh-CN chrome/locale/zh-CN/
-locale torbutton zh-HK chrome/locale/zh-HK/
-locale torbutton zh-TW chrome/locale/zh-TW/
+locale torbutton af chrome/local/af
+locale torbutton ak chrome/local/ak
+locale torbutton am chrome/local/am
+locale torbutton ar chrome/local/ar
+locale torbutton arn chrome/local/arn
+locale torbutton ast chrome/local/ast
+locale torbutton az chrome/local/az
+locale torbutton be chrome/local/be
+locale torbutton bg chrome/local/bg
+locale torbutton bms chrome/local/bms
+locale torbutton bn chrome/local/bn
+locale torbutton bn-IN chrome/local/bn-IN
+locale torbutton bo chrome/local/bo
+locale torbutton br chrome/local/br
+locale torbutton bs chrome/local/bs
+locale torbutton ca chrome/local/ca
+locale torbutton cs chrome/local/cs
+locale torbutton csb chrome/local/csb
+locale torbutton cy chrome/local/cy
+locale torbutton da chrome/local/da
+locale torbutton de chrome/local/de
+locale torbutton dz chrome/local/dz
+locale torbutton el chrome/local/el
+locale torbutton en chrome/local/en
+locale torbutton eo chrome/local/eo
+locale torbutton es chrome/local/es
+locale torbutton et chrome/local/et
+locale torbutton eu chrome/local/eu
+locale torbutton fa chrome/local/fa
+locale torbutton fi chrome/local/fi
+locale torbutton fil chrome/local/fil
+locale torbutton fo chrome/local/fo
+locale torbutton fr chrome/local/fr
+locale torbutton fur chrome/local/fur
+locale torbutton fy chrome/local/fy
+locale torbutton ga chrome/local/ga
+locale torbutton gl chrome/local/gl
+locale torbutton gu chrome/local/gu
+locale torbutton gun chrome/local/gun
+locale torbutton ha chrome/local/ha
+locale torbutton he chrome/local/he
+locale torbutton hi chrome/local/hi
+locale torbutton hr chrome/local/hr
+locale torbutton ht chrome/local/ht
+locale torbutton hu chrome/local/hu
+locale torbutton hy chrome/local/hy
+locale torbutton id chrome/local/id
+locale torbutton is chrome/local/is
+locale torbutton it chrome/local/it
+locale torbutton ja chrome/local/ja
+locale torbutton jv chrome/local/jv
+locale torbutton ka chrome/local/ka
+locale torbutton km chrome/local/km
+locale torbutton kn chrome/local/kn
+locale torbutton ko chrome/local/ko
+locale torbutton ku chrome/local/ku
+locale torbutton kw chrome/local/kw
+locale torbutton ky chrome/local/ky
+locale torbutton lb chrome/local/lb
+locale torbutton lg chrome/local/lg
+locale torbutton ln chrome/local/ln
+locale torbutton lo chrome/local/lo
+locale torbutton lt chrome/local/lt
+locale torbutton lv chrome/local/lv
+locale torbutton mg chrome/local/mg
+locale torbutton mi chrome/local/mi
+locale torbutton mk chrome/local/mk
+locale torbutton ml chrome/local/ml
+locale torbutton mn chrome/local/mn
+locale torbutton mr chrome/local/mr
+locale torbutton ms chrome/local/ms
+locale torbutton mt chrome/local/mt
+locale torbutton my chrome/local/my
+locale torbutton nah chrome/local/nah
+locale torbutton nap chrome/local/nap
+locale torbutton nb chrome/local/nb
+locale torbutton ne chrome/local/ne
+locale torbutton nl chrome/local/nl
+locale torbutton nn chrome/local/nn
+locale torbutton nso chrome/local/nso
+locale torbutton oc chrome/local/oc
+locale torbutton or chrome/local/or
+locale torbutton pa chrome/local/pa
+locale torbutton pap chrome/local/pap
+locale torbutton pl chrome/local/pl
+locale torbutton pms chrome/local/pms
+locale torbutton ps chrome/local/ps
+locale torbutton pt chrome/local/pt
+locale torbutton pt-BR chrome/local/pt-BR
+locale torbutton ro chrome/local/ro
+locale torbutton ru chrome/local/ru
+locale torbutton sco chrome/local/sco
+locale torbutton sk chrome/local/sk
+locale torbutton sl chrome/local/sl
+locale torbutton so chrome/local/so
+locale torbutton son chrome/local/son
+locale torbutton sq chrome/local/sq
+locale torbutton sr chrome/local/sr
+locale torbutton st chrome/local/st
+locale torbutton su chrome/local/su
+locale torbutton sv chrome/local/sv
+locale torbutton sw chrome/local/sw
+locale torbutton ta chrome/local/ta
+locale torbutton te chrome/local/te
+locale torbutton tg chrome/local/tg
+locale torbutton th chrome/local/th
+locale torbutton ti chrome/local/ti
+locale torbutton tk chrome/local/tk
+locale torbutton tr chrome/local/tr
+locale torbutton uk chrome/local/uk
+locale torbutton ur chrome/local/ur
+locale torbutton ve chrome/local/ve
+locale torbutton vi chrome/local/vi
+locale torbutton wa chrome/local/wa
+locale torbutton wo chrome/local/wo
+locale torbutton zh-CN chrome/local/zh-CN
+locale torbutton zh-HK chrome/local/zh-HK
+locale torbutton zh-TW chrome/local/zh-TW
+locale torbutton zu chrome/local/zu
skin torbutton classic/1.0 chrome/skin/
style chrome://global/content/customizeToolbar.xul chrome://torbutton/skin/torbutton.css
diff --git a/src/chrome/locale/af/torbutton.properties b/src/chrome/locale/af/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/af/torbutton.properties
+++ b/src/chrome/locale/af/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ak/torbutton.dtd b/src/chrome/locale/ak/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ak/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ak/torbutton.properties b/src/chrome/locale/ak/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ak/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/am/torbutton.dtd b/src/chrome/locale/am/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/am/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/am/torbutton.properties b/src/chrome/locale/am/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/am/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ar/torbutton.properties b/src/chrome/locale/ar/torbutton.properties
index 66c402c..503819b 100644
--- a/src/chrome/locale/ar/torbutton.properties
+++ b/src/chrome/locale/ar/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = تحقق مفتاح تور من وجود Captcha
torbutton.popup.captcha.always = دائماً أد هذه العملية من الآن فصاعداً
torbutton.popup.redirect = إعادة التوجيه
torbutton.popup.no_redirect = لا تقم بإعادة التوجيه
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/arn/torbutton.dtd b/src/chrome/locale/arn/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/arn/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/arn/torbutton.properties b/src/chrome/locale/arn/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/arn/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ast/torbutton.dtd b/src/chrome/locale/ast/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ast/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ast/torbutton.properties b/src/chrome/locale/ast/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ast/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/az/torbutton.dtd b/src/chrome/locale/az/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/az/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/az/torbutton.properties b/src/chrome/locale/az/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/az/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/be/torbutton.dtd b/src/chrome/locale/be/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/be/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/be/torbutton.properties b/src/chrome/locale/be/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/be/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/bg/torbutton.properties b/src/chrome/locale/bg/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/bg/torbutton.properties
+++ b/src/chrome/locale/bg/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/bn-IN/torbutton.dtd b/src/chrome/locale/bn-IN/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/bn-IN/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/bn-IN/torbutton.properties b/src/chrome/locale/bn-IN/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/bn-IN/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/bn/torbutton.dtd b/src/chrome/locale/bn/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/bn/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/bn/torbutton.properties b/src/chrome/locale/bn/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/bn/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/bo/torbutton.properties b/src/chrome/locale/bo/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/bo/torbutton.properties
+++ b/src/chrome/locale/bo/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/br/torbutton.dtd b/src/chrome/locale/br/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/br/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/br/torbutton.properties b/src/chrome/locale/br/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/br/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/bs/torbutton.dtd b/src/chrome/locale/bs/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/bs/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/bs/torbutton.properties b/src/chrome/locale/bs/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/bs/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ca/torbutton.dtd b/src/chrome/locale/ca/torbutton.dtd
index 998eb76..cf76234 100644
--- a/src/chrome/locale/ca/torbutton.dtd
+++ b/src/chrome/locale/ca/torbutton.dtd
@@ -1,70 +1,70 @@
-<!ENTITY torbutton.prefs.title "Torbutton Preferences">
-<!ENTITY torbutton.prefs.display_settings "Display Settings">
-<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
-<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.title "Preferències de Torbutton">
+<!ENTITY torbutton.prefs.display_settings "Mostra la configuració">
+<!ENTITY torbutton.prefs.display_panel "Mostra la configuració proxy a la barra d'estat">
+<!ENTITY torbutton.prefs.panel_format "Format de la barra d'estat:">
<!ENTITY torbutton.prefs.panel_text_format "Text">
-<!ENTITY torbutton.prefs.panel_icon_format "Icon">
-<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
-<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
-<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
-<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
-<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
-<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
-<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
-<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
-<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
-<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.panel_icon_format "Icona">
+<!ENTITY torbutton.prefs.tor_settings "Configuració del proxy">
+<!ENTITY torbutton.prefs.recommended_settings "Utilitza la configuració recomanada de proxy per a la meva versió de Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Utilitza Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Utilitza Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Utilitza una configuració del proxy personalitzada">
+<!ENTITY torbutton.prefs.proxy.host.http "Proxy HTTP:">
+<!ENTITY torbutton.prefs.proxy.host.https "Proxy SSL:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "Proxy FTP:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Proxy Gopher:">
+<!ENTITY torbutton.prefs.proxy.host.socks "Amfitrió SOCKS:">
<!ENTITY torbutton.prefs.proxy.port "Port:">
-<!ENTITY torbutton.about.title "About Torbutton">
-<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
-<!ENTITY torbutton.pref_connection.more_info "More information">
-<!ENTITY torbutton.pref_connection_more_info.title "Help">
-<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
-<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.about.title "Quant a Torbutton">
+<!ENTITY torbutton.pref_connection.notice "No permetis que Torbutton canvii aquesta configuració.">
+<!ENTITY torbutton.pref_connection.more_info "Més informació">
+<!ENTITY torbutton.pref_connection_more_info.title "Ajuda">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton està activat. Si voleu canviar la configuració del vostre proxy quan no funciona Tor, desactiveu Torbutton i torneu aquí. Si voleu canviar la configuració de Tor, utilitzeu la finestra de preferències de Torbutton.">
+<!ENTITY torbutton.context_menu.toggle "Commuta l'estat de Tor">
<!ENTITY torbutton.context_menu.toggle.key "T">
-<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences "Preferències...">
<!ENTITY torbutton.context_menu.preferences.key "P">
-<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about "Sobre Torbutton...">
<!ENTITY torbutton.context_menu.about.key "A">
-<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections "Protecció de les galetes">
<!ENTITY torbutton.context_menu.cookieProtections.key "C">
-<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor "Copia la direcció URL de Tor">
<!ENTITY torbutton.context_menu.copyTor.key "p">
-<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab "Obre la direcció URL de Tor en una nova pestanya">
<!ENTITY torbutton.context_menu.openTorTab.key "r">
-<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow "Obre la direcció URL de Tor en una nova finestra">
<!ENTITY torbutton.context_menu.openTorWindow.key "d">
<!ENTITY torbutton.button.label "Torbutton">
-<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
-<!ENTITY torbutton.prefs.sec_settings "Security Settings">
-<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
-<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
-<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
-<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
-<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
-<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
-<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
-<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
-<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
-<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
-<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
-<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
-<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
-<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
-<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.button.tooltip "Feu clic per a iniciar Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Configuració de seguretat">
+<!ENTITY torbutton.prefs.block_thread "Bloqueja la lectura a l'historial quan Tor estigui activat (vital)">
+<!ENTITY torbutton.prefs.block_thwrite "Bloqueja l'escriptura a l'historial quan Tor estigui activat (recomanat)">
+<!ENTITY torbutton.prefs.block_nthread "Bloqueja la lectura a l'historial quan Tor no estigui activat (opcional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Bloqueja l'escriptura a l'historial quan Tor no estigui activat (opcional)">
+<!ENTITY torbutton.prefs.clear_history "Esborra l'historial quan s'alterni Tor (opcional)">
+<!ENTITY torbutton.prefs.clear_cache "Bloquejar la memoria cau del disc i buidar tota la memoria cau quan s'alterni Tor">
+<!ENTITY torbutton.prefs.block_cache "Bloquejar l'accés al disc i a la memòria cau mentre Tor estigui activat">
+<!ENTITY torbutton.prefs.cookie_jars "Emmagatzemmar les galetes que no són de Tor a un jar protegit">
+<!ENTITY torbutton.prefs.cookie_protection "Utilitza el diàleg the protecció de galetes per escollir">
+<!ENTITY torbutton.prefs.mmm_cookies "Em faré càrrec de les galetes jo mateix">
+<!ENTITY torbutton.prefs.clear_cookies "Esborra les galetes quan s'alterni Tor">
+<!ENTITY torbutton.prefs.disable_plugins "Desactivar altres plugins mentre Tor estigui activat (vital)">
+<!ENTITY torbutton.prefs.kill_bad_js "Bloquejar javascript perillós (vital)">
+<!ENTITY torbutton.prefs.isolate_content "Aïllar contingut dinàmic mentre Tor estigui activat (vital)">
+<!ENTITY torbutton.prefs.no_updates "Desactivar actualitzacions mentre Tor estigui activat">
<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
-<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
-<!ENTITY torbutton.prefs.cookies "Cookies">
-<!ENTITY torbutton.prefs.cache "Cache">
-<!ENTITY torbutton.prefs.history "History">
-<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
-<!ENTITY torbutton.prefs.shutdown "Shutdown">
-<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
-<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
-<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
-<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
-<!ENTITY torbutton.prefs.headers "Headers">
-<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.dynamic "Contingut dinàmic">
+<!ENTITY torbutton.prefs.cookies "Galetes">
+<!ENTITY torbutton.prefs.cache "Memòria cau">
+<!ENTITY torbutton.prefs.history "Historial">
+<!ENTITY torbutton.prefs.no_search "Desactivar suggeriments de recerca mentre Tor estigui activat (recommendat)">
+<!ENTITY torbutton.prefs.shutdown "Tancar">
+<!ENTITY torbutton.prefs.tor_shutdown "Esborra les galetes de Tor a l'hora de tancar un navegador amb Tor activat">
+<!ENTITY torbutton.prefs.all_shutdown "Esborra les galetes quan es tanqui qualsevol navegador">
+<!ENTITY torbutton.prefs.no_shutdown "No esborris les galetes a l'hora de tancar">
+<!ENTITY torbutton.prefs.disable_sessionstore "Desactivar guardat de sessió (recommendat)">
+<!ENTITY torbutton.prefs.headers "Capçaleres">
+<!ENTITY torbutton.prefs.spoof_english "Simular navegador anglès">
<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
diff --git a/src/chrome/locale/ca/torbutton.properties b/src/chrome/locale/ca/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/ca/torbutton.properties
+++ b/src/chrome/locale/ca/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/cs/torbutton.properties b/src/chrome/locale/cs/torbutton.properties
index dc48493..1652ad1 100644
--- a/src/chrome/locale/cs/torbutton.properties
+++ b/src/chrome/locale/cs/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/csb/torbutton.dtd b/src/chrome/locale/csb/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/csb/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/csb/torbutton.properties b/src/chrome/locale/csb/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/csb/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/cy/torbutton.dtd b/src/chrome/locale/cy/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/cy/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/cy/torbutton.properties b/src/chrome/locale/cy/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/cy/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/da/torbutton.properties b/src/chrome/locale/da/torbutton.properties
index 8101f33..5f837a9 100644
--- a/src/chrome/locale/da/torbutton.properties
+++ b/src/chrome/locale/da/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/de/torbutton.properties b/src/chrome/locale/de/torbutton.properties
index f7a7e88..010b7dc 100644
--- a/src/chrome/locale/de/torbutton.properties
+++ b/src/chrome/locale/de/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton hat ein Google Captcha festgestellt. Mö
torbutton.popup.captcha.always = Von nun an immer diese Aktion durchführen
torbutton.popup.redirect = Umleiten
torbutton.popup.no_redirect = Nicht umleiten
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/dz/torbutton.dtd b/src/chrome/locale/dz/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/dz/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/dz/torbutton.properties b/src/chrome/locale/dz/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/dz/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/el/torbutton.dtd b/src/chrome/locale/el/torbutton.dtd
index a89c71f..721a786 100644
--- a/src/chrome/locale/el/torbutton.dtd
+++ b/src/chrome/locale/el/torbutton.dtd
@@ -1,9 +1,9 @@
-<!ENTITY torbutton.prefs.title "Επιλογές του Torbutton">
+<!ENTITY torbutton.prefs.title "Επιλογές Torbutton">
<!ENTITY torbutton.prefs.display_settings "Ρυθμίσεις εμφάνισης">
<!ENTITY torbutton.prefs.display_panel "Εμφάνιση της ρύθμισης του διαμεσολαβητή Tor στην γραμμή κατάστασης">
<!ENTITY torbutton.prefs.panel_format "Προβολή στη γραμμή κατάστασης με :">
<!ENTITY torbutton.prefs.panel_text_format "Κείμενο">
-<!ENTITY torbutton.prefs.panel_icon_format "Εικονοδίο">
+<!ENTITY torbutton.prefs.panel_icon_format "Εικονίδιο">
<!ENTITY torbutton.prefs.tor_settings "Ρυθμίσεις διαμεσολαβητή">
<!ENTITY torbutton.prefs.recommended_settings "Χρήση των προτεινόμενων ρυθμίσεων για την τρέχουσα έκδοση του Firefox">
<!ENTITY torbutton.prefs.use_privoxy "Χρήση του Privoxy">
@@ -24,7 +24,7 @@
<!ENTITY torbutton.context_menu.toggle.key "Ε">
<!ENTITY torbutton.context_menu.preferences "Επιλογές...">
<!ENTITY torbutton.context_menu.preferences.key "Ε">
-<!ENTITY torbutton.context_menu.about "Περί Torbutton">
+<!ENTITY torbutton.context_menu.about "Σχετικά με το Torbutton">
<!ENTITY torbutton.context_menu.about.key "Π">
<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
<!ENTITY torbutton.context_menu.cookieProtections.key "C">
@@ -49,7 +49,7 @@
<!ENTITY torbutton.prefs.mmm_cookies "Χειρωνακτική διαχείριση cookies (επικίνδυνο)">
<!ENTITY torbutton.prefs.clear_cookies "Εκκαθάριση cookies κατά την εναλλαγή χρήσης Tor">
<!ENTITY torbutton.prefs.disable_plugins "Απενεργοποίηση πρόσθετων λειτουργιών κατά τη χρήση Tor (κρίσιμο)">
-<!ENTITY torbutton.prefs.kill_bad_js "Αγγύρωση επικίνδυνης javascript (κρίσιμο)">
+<!ENTITY torbutton.prefs.kill_bad_js "Αγγύρωση επικίνδυνου κώδικα JavaScript (κρίσιμο)">
<!ENTITY torbutton.prefs.isolate_content "Απομόνωση δυναμικού περιεχόμενου ανά κατάσταση λειτουργίας Tor (κρίσιμο)">
<!ENTITY torbutton.prefs.no_updates "Απενεργοποίηση ενημερώσεων κατα τη χρήση του Tor">
<!ENTITY torbutton.prefs.set_uagent "Ορισμός user agent για χρήση Tor (κρίσιμο)">
@@ -70,11 +70,11 @@
<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
<!ENTITY torbutton.prefs.disable_domstorage "Απενεργοποίηση αποθήκευσης DOM κατά τη χρήση Tor (κρίσιμο)">
-<!ENTITY torbutton.prefs.forms "Φόρμες">
+<!ENTITY torbutton.prefs.forms "Έντυπα">
<!ENTITY torbutton.prefs.block_tforms "Μπλοκάρισμα κωδικών + δεδομένων φορμών κατά τη χρήση Tor (συνιστάται)">
<!ENTITY torbutton.prefs.block_ntforms "Μπλοκάρισμα αποθήκευσης κωδικών + δεδομένων φορμών εκτός Tor (προαιρετικό)">
<!ENTITY torbutton.prefs.tor "Tor">
-<!ENTITY torbutton.prefs.non_tor "Χωρίς Tor">
+<!ENTITY torbutton.prefs.non_tor "Μη Tor">
<!ENTITY torbutton.prefs.restore_tor "Όταν γίνεται εκκίνηση με αποκατάσταση της συνεδρίας, τοποθέτηση του Tor σε κατάσταση:">
<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
<!ENTITY torbutton.prefs.reload_crashed_jar "Επαναφόρτωση cookie jar/ εκκαθάριση cookiew σε περίπτωση κατάρρευσης του Firefox (συνίσταται)">
@@ -92,13 +92,13 @@
<!ENTITY torbutton.prefs.shutdown_state "Κατάσταση διακοπής λειτουργίας">
<!ENTITY torbutton.prefs.startup "Εκκίνηση">
<!ENTITY torbutton.prefs.block_tor_file_net "Απαγόρευση πρόσβασης του Tor στο δίκτυο από url μορφής file:// (συνιστάται)">
-<!ENTITY torbutton.prefs.block_nontor_file_net "Απαγόρευση πρόσβασης στο δίκτυο με μη Tor πρόσβαση από URLs της μορφής file://">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Απαγόρευση πρόσβασης στο δίκτυο με μη Tor πρόσβαση από διευθήνσεις της μορφής file://">
<!ENTITY torbutton.prefs.restore_defaults "Αποκατάσταση αρχικών ρυθμίσεων">
<!ENTITY torbutton.prefs.test_settings "Έλεγχος ρυθμίσεων">
<!ENTITY torbutton.prefs.test_auto "Να γίνεται έλεγχος των ρυθμίσεων του Tor μετά την πρώτη εναλλαγή, κάθε φορά που εκκινεί ο Firefox">
<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
-<!ENTITY torbutton.prefs.tor_memory_jar "Να μην γράφονται Tor cookies στον δίσκο">
-<!ENTITY torbutton.prefs.nontor_memory_jar "Να μην γράφονται μη Tor cookies στον δίσκο">
+<!ENTITY torbutton.prefs.tor_memory_jar "Να μην γράφονται cookies του Tor στον δίσκο">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Να μην αποθηκεύονται cookies όχι του Tor στον δίσκο">
<!ENTITY torbutton.prefs.session_restore "Αποθήκευση της συνεδρίας και επαναφορά των εξής καρτελών:">
<!ENTITY torbutton.prefs.nontor_tabs "Καρτέλες που φορτώνονται σε μη Tor">
<!ENTITY torbutton.prefs.tor_tabs "Καρτέλες που φορτώνονται στο Tor">
@@ -113,16 +113,16 @@
<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
-<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.lockCol "Προστατευμένα">
<!ENTITY torbutton.cookiedialog.domainCol "Host">
-<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.nameCol "Όνομα">
<!ENTITY torbutton.cookiedialog.pathCol "Path">
<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
-<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
-<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
-<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
-<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
-<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.removeCookie "Αφαίρεση Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Ξεπροστάτευση Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Αφαίρεση Όλων Εκτός από των Προστατευμένων">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Προστασία Νέων Cookie">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Να Μη γίνεται Προστασία Νέων Cookie">
<!ENTITY torbutton.prefs.disable_livemarks "Απενεργοποίηση των ενημερώσεων του livemark όσο χρησιμοποιείται το Tor">
<!ENTITY torbutton.prefs.dtd_recommended "(συνίσταται)">
<!ENTITY torbutton.prefs.dtd_optional "(προεραιτικό)">
diff --git a/src/chrome/locale/el/torbutton.properties b/src/chrome/locale/el/torbutton.properties
index 9fc07c4..44f50a7 100644
--- a/src/chrome/locale/el/torbutton.properties
+++ b/src/chrome/locale/el/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/eo/torbutton.dtd b/src/chrome/locale/eo/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/eo/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/eo/torbutton.properties b/src/chrome/locale/eo/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/eo/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/es/torbutton.dtd b/src/chrome/locale/es/torbutton.dtd
index 99e3dab..35c8ca0 100644
--- a/src/chrome/locale/es/torbutton.dtd
+++ b/src/chrome/locale/es/torbutton.dtd
@@ -26,13 +26,13 @@
<!ENTITY torbutton.context_menu.preferences.key "P">
<!ENTITY torbutton.context_menu.about "Acerca de Torbutton...">
<!ENTITY torbutton.context_menu.about.key "A">
-<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections "Protecciones cookie">
<!ENTITY torbutton.context_menu.cookieProtections.key "C">
-<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor "Copiar el URL de Tor">
<!ENTITY torbutton.context_menu.copyTor.key "p">
-<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab "Abrir el URL de Tor en una nueva pestaña">
<!ENTITY torbutton.context_menu.openTorTab.key "r">
-<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow "Abrir el URL de Tor en nueva ventana">
<!ENTITY torbutton.context_menu.openTorWindow.key "d">
<!ENTITY torbutton.button.label "Torbutton">
<!ENTITY torbutton.button.tooltip "Haga clic para iniciar Torbutton">
@@ -45,7 +45,7 @@
<!ENTITY torbutton.prefs.clear_cache "Bloquear el caché de disco de Tor y limpiarlo al cambiar el estado de Tor">
<!ENTITY torbutton.prefs.block_cache "Bloquear el acceso a caché de memoria y disco al usar Tor">
<!ENTITY torbutton.prefs.cookie_jars "Almacenar cookies al no usar Tor en un jar protegido">
-<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.cookie_protection "Utilice el diálogo de protecciones cookie para elegir">
<!ENTITY torbutton.prefs.mmm_cookies "Gestionaré manualmente mis cookies (peligroso)">
<!ENTITY torbutton.prefs.clear_cookies "Borrar cookies al cambiar el estado de Tor">
<!ENTITY torbutton.prefs.disable_plugins "Deshabilitar plugins al usar Tor (crucial)">
@@ -59,9 +59,9 @@
<!ENTITY torbutton.prefs.history "Historial">
<!ENTITY torbutton.prefs.no_search "Deshabilitar las sugerencias de búsqueda mientras Tor está activado (recomendado)">
<!ENTITY torbutton.prefs.shutdown "Detener">
-<!ENTITY torbutton.prefs.tor_shutdown "Eliminar los cookies de Tor cuando el navegador (con Tor) se cierre">
-<!ENTITY torbutton.prefs.all_shutdown "Eliminar los cookies al cerrar el navegador">
-<!ENTITY torbutton.prefs.no_shutdown "No eliminar los cookies al cerrar el navegador">
+<!ENTITY torbutton.prefs.tor_shutdown "Eliminar las cookies de Tor cuando el navegador (con Tor) se cierre">
+<!ENTITY torbutton.prefs.all_shutdown "Eliminar cookies al cerrar el navegador">
+<!ENTITY torbutton.prefs.no_shutdown "No eliminar mis cookies al cerrar el navegador">
<!ENTITY torbutton.prefs.disable_sessionstore "Deshabilitar el guardado de sesión (recomendado)">
<!ENTITY torbutton.prefs.headers "Cabeceras">
<!ENTITY torbutton.prefs.spoof_english "Simular navegador en Inglés de EEUU">
@@ -112,17 +112,17 @@
<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
-<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
-<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.title "Administrar protecciones cookie">
+<!ENTITY torbutton.cookiedialog.lockCol "Protegidas">
<!ENTITY torbutton.cookiedialog.domainCol "Host">
-<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.nameCol "Nombre">
<!ENTITY torbutton.cookiedialog.pathCol "Path">
-<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
-<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
-<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
-<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
-<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
-<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.protectCookie "Proteger cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Eliminar cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Desproteger cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remover todas excepto las protegidas">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Proteger las nuevas cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "No proteger las nuevas cookies">
<!ENTITY torbutton.prefs.disable_livemarks "Deshabilitar las marcas de actualizaciones durante el uso de Tor">
<!ENTITY torbutton.prefs.dtd_recommended "(recomendado)">
<!ENTITY torbutton.prefs.dtd_optional "(opcional)">
@@ -135,4 +135,4 @@
<!ENTITY torbutton.prefs.engine4 "scroogle.org">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Quitar plataforma y lenguaje de los Cuadros de petición de busqueda de Google">
-<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
+<!ENTITY torbutton.prefs.transparentTor "Torificación transparente (Requiere transproxy personalizado o router Tor)">
diff --git a/src/chrome/locale/es/torbutton.properties b/src/chrome/locale/es/torbutton.properties
index 367d327..bbcfbc5 100644
--- a/src/chrome/locale/es/torbutton.properties
+++ b/src/chrome/locale/es/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detectó un Captcha Google. Querría ser
torbutton.popup.captcha.always = Siempre realice esta acción a partir de este momento.
torbutton.popup.redirect = Redireccionar
torbutton.popup.no_redirect = No redireccionar
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/et/torbutton.dtd b/src/chrome/locale/et/torbutton.dtd
new file mode 100644
index 0000000..cf24907
--- /dev/null
+++ b/src/chrome/locale/et/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbuttoni eelistused">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/et/torbutton.properties b/src/chrome/locale/et/torbutton.properties
new file mode 100644
index 0000000..738c69d
--- /dev/null
+++ b/src/chrome/locale/et/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Aktiveeri Tor
+torbutton.button.tooltip.enabled = Deaktiveeri Tor
+torbutton.panel.tooltip.disabled = Vajuta, et aktiveerida Tor
+torbutton.panel.tooltip.enabled = Vajuta, et deaktiveerida Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor on mitteaktiivne
+torbutton.panel.label.enabled = Tor on aktiivne
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton pakub lihtsat võimalust panna Firefox kasutama Tori või võtta Firefox kasutamast Tori.
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blokeeris Tori otse laadimast plugina sisu.\n\nKasuta "Salvesta nimega" selle asemel.\n\n
+torbutton.popup.confirm_ca_certs = Torbuttoni teade: tundub, et sul pole ühtegi iselisatud sertifikaadi autoriteeti. Sertifikaadi autoriteetite nimekirja uurimine on aeglane tegevus ning aeglustab Tori kasutamise ja mittekasutamise vahetamist. Kas sa soovid lõpetada sertifikaadi autoriteetide isoleerimise? (Kui sa ei mõista, millest jutt käib, siis võid julgelt seda teha.)
+torbutton.popup.ff3.warning = Hoiatus!\n\nTorbutton lekitab Firefox 3-s su ajatsooni ning elusad järjehoidjad läbi Tori.\n\nKas sa soovid ikka jätkata?
+torbutton.popup.toggle.warning = Sa pead Tori olekut muutma või Firefoxi taaskäivitama, et muudatused tööle hakkaksid.
+torbutton.popup.test.success = Tor vaheserveri kontroll õnnestus!
+torbutton.popup.test.failure = Tor vaheserveri kontroll ebaõnnestus! Kontrolli oma vaheserveri ja Polipo seadeid.
+torbutton.popup.test.confirm_toggle = Viimasel Tori vaheserveri kontrollimisel ei õnnestunud Tori kasutada.\n\nKas sa oled kindel, et tahad Tori ikkagi aktiveerida?\n\nTeade: kui sa oled probleemi parandanud, siis sa saad kontrolli uuesti käima panna Torbuttoni vaheserveri eelistuste aknas, et sellest hoiatusest lahti saada.
+torbutton.popup.test.ff3_notice = Vajuta OK, et kontrollida Tori vaheserveri seadeid. See kontroll jookseb taustal. Palun ole kannatlik.
+torbutton.panel.label.verified = Tor verifitseeritud
+torbutton.popup.test.auto_failed = Automaatsel Tori vaheserveri kontrollimisel ei õnnestunud Tori kasutada.\n\nKas sa oled kindel, et soovid Tori ikkagi aktiveerida?
+torbutton.prefs.recommended = (soovitatud)
+torbutton.prefs.optional = (valikuline)
+torbutton.prefs.crucial = (ülioluline)
+torbutton.popup.external.title = Lae välist sisu?
+torbutton.popup.external.app = Välist rakendust on vaja, et käsitseda:\n\n
+torbutton.popup.external.note = \n\nTeadaanne: välised rakendused ei ole vaikimisi Toriga koos kasutades turvalised ning võivad sind paljastada.\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Käivita rakendus
+torbutton.popup.cancel = Katkesta
+torbutton.popup.dontask = Alati käivita rakendusi edaspidi
+torbutton.popup.test.no_http_proxy = Tor vaheserveri kontroll: kohalik HTTP vaheserver kättesaamatu. Kas Polipo jookseb korralikult?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/eu/torbutton.properties b/src/chrome/locale/eu/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/eu/torbutton.properties
+++ b/src/chrome/locale/eu/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/fa/torbutton.properties b/src/chrome/locale/fa/torbutton.properties
index 20a9c52..28253c3 100644
--- a/src/chrome/locale/fa/torbutton.properties
+++ b/src/chrome/locale/fa/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = از حالا به بعد هر برنامه ای را اجرا کن
torbutton.popup.redirect = تغيير مسير....
torbutton.popup.no_redirect = تغيير مسير ممكن نيست
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/fi/torbutton.properties b/src/chrome/locale/fi/torbutton.properties
index c6c8a41..c098d75 100644
--- a/src/chrome/locale/fi/torbutton.properties
+++ b/src/chrome/locale/fi/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton havaitsi Google Captchan. Haluatko että
torbutton.popup.captcha.always = Suorita tämä toimenpide joka kerta tästä eteenpäin
torbutton.popup.redirect = Uudelleenohjaa
torbutton.popup.no_redirect = Älä Uudelleenohjaa
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/fil/torbutton.dtd b/src/chrome/locale/fil/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/fil/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/fil/torbutton.properties b/src/chrome/locale/fil/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/fil/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/fo/torbutton.dtd b/src/chrome/locale/fo/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/fo/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/fo/torbutton.properties b/src/chrome/locale/fo/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/fo/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/fr/torbutton.dtd b/src/chrome/locale/fr/torbutton.dtd
index 78cef4b..95e72a7 100644
--- a/src/chrome/locale/fr/torbutton.dtd
+++ b/src/chrome/locale/fr/torbutton.dtd
@@ -26,13 +26,13 @@
<!ENTITY torbutton.context_menu.preferences.key "P">
<!ENTITY torbutton.context_menu.about "À propos de Torbutton...">
<!ENTITY torbutton.context_menu.about.key "A">
-<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections "Protections de cookies">
<!ENTITY torbutton.context_menu.cookieProtections.key "C">
-<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor "Copier l'URL Tor">
<!ENTITY torbutton.context_menu.copyTor.key "p">
-<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab "Ouvrir l'URL Tor dans un nouvel onglet">
<!ENTITY torbutton.context_menu.openTorTab.key "r">
-<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow "Ouvrir l'URL Tor dans une nouvelle fenêtre">
<!ENTITY torbutton.context_menu.openTorWindow.key "d">
<!ENTITY torbutton.button.label "Torbutton">
<!ENTITY torbutton.button.tooltip "Cliquez pour lancer Torbutton">
@@ -45,7 +45,7 @@
<!ENTITY torbutton.prefs.clear_cache "Bloquer la mémoire tampon du disque Tor et vider tous les caches à l'activation/désactivation de Tor">
<!ENTITY torbutton.prefs.block_cache "Bloquer la mémoire tampon du disque et l'accès à la mémoire tampon pendant l'utilisation de Tor">
<!ENTITY torbutton.prefs.cookie_jars "Conserver les cookies non-Tor dans une cookie-jar sécurisée">
-<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.cookie_protection "Choisir parmi la boîte de dialogue des Protections de cookies">
<!ENTITY torbutton.prefs.mmm_cookies "Je gérerai mes cookies manuellement (dangereux)">
<!ENTITY torbutton.prefs.clear_cookies "Supprimer les cookies à l'activation/désactivation de Tor">
<!ENTITY torbutton.prefs.disable_plugins "Désactiver les plugins pendant l'utilisation de Tor (indispensable)">
@@ -65,9 +65,9 @@
<!ENTITY torbutton.prefs.disable_sessionstore "Désactiver la fonction de sauvegarde de session (recommandé)">
<!ENTITY torbutton.prefs.headers "Entêtes">
<!ENTITY torbutton.prefs.spoof_english "Imiter un navigateur anglais US">
-<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.refererspoofing "Altération d'adresse référente">
<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
-<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.smartspoof "Altération intelligente de l'adresse référente lorsque Tor est actif (altère les réferences aux domaines externes)">
<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
<!ENTITY torbutton.prefs.disable_domstorage "Désactiver le stockage DOM pendant l'utilisation de Tor (crucial)">
<!ENTITY torbutton.prefs.forms "Formulaires">
@@ -76,7 +76,7 @@
<!ENTITY torbutton.prefs.tor "Tor">
<!ENTITY torbutton.prefs.non_tor "Non-Tor">
<!ENTITY torbutton.prefs.restore_tor "Lors d'une restauration de session, mettre Tor en état:">
-<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "Au démarrage, mettre Tor en état :">
<!ENTITY torbutton.prefs.reload_crashed_jar "Recharger la cookie jar et supprimer cookies lors d'un plantage de Firefox (recommandé)">
<!ENTITY torbutton.prefs.dual_cookie_jars "Stocker les cookies Tor et non-Tor dans des cookie-jars sécurisés (dangereux)">
<!ENTITY torbutton.prefs.clear_http_auth "Supprimer les sessions HTTP authentifiées (recommandé)">
@@ -106,23 +106,23 @@
<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
<!ENTITY torbutton.prefs.no_proxies_on "Pas de Proxy pour: ">
<!ENTITY torbutton.prefs.no_proxy_warning "Attention: Évitez d'utiliser les noms d'hôtes ci-dessus">
-<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
-<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
-<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
-<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
-<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
-<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
-<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
-<!ENTITY torbutton.cookiedialog.lockCol "Protected">
-<!ENTITY torbutton.cookiedialog.domainCol "Host">
-<!ENTITY torbutton.cookiedialog.nameCol "Name">
-<!ENTITY torbutton.cookiedialog.pathCol "Path">
-<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
-<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
-<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
-<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
-<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
-<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.spoofreresh "Actualiser l'altération">
+<!ENTITY torbutton.prefs.refereroptions "Options d'altération de l'adresse référente">
+<!ENTITY torbutton.prefs.nospoof "Ne pas altérer l'adresse référente">
+<!ENTITY torbutton.prefs.spoofroot "Altérer le dossier contenant la page">
+<!ENTITY torbutton.prefs.spoofdomain "Utiliser le domaine comme adresse référente">
+<!ENTITY torbutton.prefs.spoofblank "Supprimer l'adresse référente">
+<!ENTITY torbutton.cookiedialog.title "Gérer les protections de cookies">
+<!ENTITY torbutton.cookiedialog.lockCol "Protégé">
+<!ENTITY torbutton.cookiedialog.domainCol "Hôte">
+<!ENTITY torbutton.cookiedialog.nameCol "Nom">
+<!ENTITY torbutton.cookiedialog.pathCol "Chemin">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protéger le cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Supprimer le cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Déprotéger le cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Supprimer tous les cookies non protégés">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protéger les nouveaux cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Ne pas protéger les nouveaux cookies">
<!ENTITY torbutton.prefs.disable_livemarks "Désactiver les marques-pages dynamiques durant l'utilisation de Tor">
<!ENTITY torbutton.prefs.dtd_recommended "(recommandé)">
<!ENTITY torbutton.prefs.dtd_optional "(optionnel)">
@@ -135,4 +135,4 @@
<!ENTITY torbutton.prefs.engine4 "scroogle.org">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Supprimer les informations relatives à la plateforme et à la langue des champs de recherche Google">
-<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
+<!ENTITY torbutton.prefs.transparentTor "Torification transparente (requiert un transproxy personnalisé ou un routeur Tor)">
diff --git a/src/chrome/locale/fr/torbutton.properties b/src/chrome/locale/fr/torbutton.properties
index f473a68..0189322 100644
--- a/src/chrome/locale/fr/torbutton.properties
+++ b/src/chrome/locale/fr/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton a détecté un captcha Google. Voulez-vo
torbutton.popup.captcha.always = Toujours effectuer cette action à partir de maintenant
torbutton.popup.redirect = Rediriger
torbutton.popup.no_redirect = Ne pas rediriger
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/fur/torbutton.properties b/src/chrome/locale/fur/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/fur/torbutton.properties
+++ b/src/chrome/locale/fur/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/fy/torbutton.dtd b/src/chrome/locale/fy/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/fy/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/fy/torbutton.properties b/src/chrome/locale/fy/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/fy/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ga/torbutton.dtd b/src/chrome/locale/ga/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ga/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ga/torbutton.properties b/src/chrome/locale/ga/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ga/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/gl/torbutton.properties b/src/chrome/locale/gl/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/gl/torbutton.properties
+++ b/src/chrome/locale/gl/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/gu/torbutton.properties b/src/chrome/locale/gu/torbutton.properties
index 810d465..9397f4d 100644
--- a/src/chrome/locale/gu/torbutton.properties
+++ b/src/chrome/locale/gu/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = હવે પછી હંમેશા આ ક્રિયા કરશો
torbutton.popup.redirect = બીજે મોકલો
torbutton.popup.no_redirect = બીજે ન મોકલો
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/gun/torbutton.dtd b/src/chrome/locale/gun/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/gun/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/gun/torbutton.properties b/src/chrome/locale/gun/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/gun/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ha/torbutton.dtd b/src/chrome/locale/ha/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ha/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ha/torbutton.properties b/src/chrome/locale/ha/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ha/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/he/torbutton.properties b/src/chrome/locale/he/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/he/torbutton.properties
+++ b/src/chrome/locale/he/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/hi/torbutton.properties b/src/chrome/locale/hi/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/hi/torbutton.properties
+++ b/src/chrome/locale/hi/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/hr/torbutton.properties b/src/chrome/locale/hr/torbutton.properties
index 95c1d4d..5f91488 100644
--- a/src/chrome/locale/hr/torbutton.properties
+++ b/src/chrome/locale/hr/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ht/torbutton.dtd b/src/chrome/locale/ht/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ht/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ht/torbutton.properties b/src/chrome/locale/ht/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ht/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/hu/torbutton.properties b/src/chrome/locale/hu/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/hu/torbutton.properties
+++ b/src/chrome/locale/hu/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/hy/torbutton.dtd b/src/chrome/locale/hy/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/hy/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/hy/torbutton.properties b/src/chrome/locale/hy/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/hy/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/id/torbutton.properties b/src/chrome/locale/id/torbutton.properties
index 068cbd0..a15f1c3 100644
--- a/src/chrome/locale/id/torbutton.properties
+++ b/src/chrome/locale/id/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton mendeteksi sebuah Captcha Google. Apakah
torbutton.popup.captcha.always = Selalu lakukan hal ini mulai dari sekarang
torbutton.popup.redirect = Pemindahan jalur
torbutton.popup.no_redirect = Jangan Pindahkan jalur
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/is/torbutton.properties b/src/chrome/locale/is/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/is/torbutton.properties
+++ b/src/chrome/locale/is/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/it/torbutton.properties b/src/chrome/locale/it/torbutton.properties
index 48718bf..cb5c1b6 100644
--- a/src/chrome/locale/it/torbutton.properties
+++ b/src/chrome/locale/it/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Tornbutton ha rilevato un Captcht di Google. Ti pi
torbutton.popup.captcha.always = Da adesso eseguire sempre questa azione
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = No redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ja/torbutton.properties b/src/chrome/locale/ja/torbutton.properties
index 66599a7..b3686bc 100644
--- a/src/chrome/locale/ja/torbutton.properties
+++ b/src/chrome/locale/ja/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/jv/torbutton.dtd b/src/chrome/locale/jv/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/jv/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/jv/torbutton.properties b/src/chrome/locale/jv/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/jv/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ka/torbutton.properties b/src/chrome/locale/ka/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/ka/torbutton.properties
+++ b/src/chrome/locale/ka/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/km/torbutton.properties b/src/chrome/locale/km/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/km/torbutton.properties
+++ b/src/chrome/locale/km/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/kn/torbutton.dtd b/src/chrome/locale/kn/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/kn/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/kn/torbutton.properties b/src/chrome/locale/kn/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/kn/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ko/torbutton.properties b/src/chrome/locale/ko/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/ko/torbutton.properties
+++ b/src/chrome/locale/ko/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ku/torbutton.properties b/src/chrome/locale/ku/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/ku/torbutton.properties
+++ b/src/chrome/locale/ku/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/kw/torbutton.dtd b/src/chrome/locale/kw/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/kw/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/kw/torbutton.properties b/src/chrome/locale/kw/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/kw/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ky/torbutton.dtd b/src/chrome/locale/ky/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ky/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ky/torbutton.properties b/src/chrome/locale/ky/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ky/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/lb/torbutton.dtd b/src/chrome/locale/lb/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/lb/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/lb/torbutton.properties b/src/chrome/locale/lb/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/lb/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/lg/torbutton.dtd b/src/chrome/locale/lg/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/lg/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/lg/torbutton.properties b/src/chrome/locale/lg/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/lg/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ln/torbutton.dtd b/src/chrome/locale/ln/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ln/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ln/torbutton.properties b/src/chrome/locale/ln/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ln/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/lo/torbutton.dtd b/src/chrome/locale/lo/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/lo/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/lo/torbutton.properties b/src/chrome/locale/lo/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/lo/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/lt/torbutton.dtd b/src/chrome/locale/lt/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/lt/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/lt/torbutton.properties b/src/chrome/locale/lt/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/lt/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/lv/torbutton.dtd b/src/chrome/locale/lv/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/lv/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/lv/torbutton.properties b/src/chrome/locale/lv/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/lv/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/mg/torbutton.dtd b/src/chrome/locale/mg/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/mg/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/mg/torbutton.properties b/src/chrome/locale/mg/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/mg/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/mi/torbutton.dtd b/src/chrome/locale/mi/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/mi/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/mi/torbutton.properties b/src/chrome/locale/mi/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/mi/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/mk/torbutton.dtd b/src/chrome/locale/mk/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/mk/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/mk/torbutton.properties b/src/chrome/locale/mk/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/mk/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ml/torbutton.dtd b/src/chrome/locale/ml/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ml/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ml/torbutton.properties b/src/chrome/locale/ml/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ml/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/mn/torbutton.dtd b/src/chrome/locale/mn/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/mn/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/mn/torbutton.properties b/src/chrome/locale/mn/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/mn/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/mr/torbutton.dtd b/src/chrome/locale/mr/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/mr/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/mr/torbutton.properties b/src/chrome/locale/mr/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/mr/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ms/torbutton.dtd b/src/chrome/locale/ms/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ms/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ms/torbutton.properties b/src/chrome/locale/ms/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ms/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/mt/torbutton.properties b/src/chrome/locale/mt/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/mt/torbutton.properties
+++ b/src/chrome/locale/mt/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/my/torbutton.dtd b/src/chrome/locale/my/torbutton.dtd
new file mode 100644
index 0000000..8184994
--- /dev/null
+++ b/src/chrome/locale/my/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Tor Button ဦးစားေပးညႊန္ျပခ်က္မ်ား">
+<!ENTITY torbutton.prefs.display_settings "ျပသရန္ ခ်ိန္ညိႇခ်က္မ်ား">
+<!ENTITY torbutton.prefs.display_panel "Tor proxy ခ်ိန္ညႇိခ်က္မ်ားကို Status Bar တြင္ ျပသရန္">
+<!ENTITY torbutton.prefs.panel_format "Status bar ျပသမႈ ပံုစံ">
+<!ENTITY torbutton.prefs.panel_text_format "စာသား">
+<!ENTITY torbutton.prefs.panel_icon_format "အိုင္ကြန္ ရုပ္ပံု">
+<!ENTITY torbutton.prefs.tor_settings "Proxy ခ်ိန္ညႇိခ်က္မ်ား">
+<!ENTITY torbutton.prefs.recommended_settings "အၾကံျပဳ ေထာက္ခံေသာ proxy ခ်ိန္ညိႇခ်က္မ်ားကို မိမိ၏ Firefox version တြင္ အသံုးျပဳရန္">
+<!ENTITY torbutton.prefs.use_privoxy "Privoxy ကို အသံုးျပဳရန္">
+<!ENTITY torbutton.prefs.use_polipo "Polipo ကို အသံုးျပဳရန္">
+<!ENTITY torbutton.prefs.custom_settings "proxy ခ်ိန္ညိႇခ်က္မ်ားကို စိတ္ၾကိဳက္ျပဳျပင္၍ အသံုးျပဳရန္">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP ပေရာ့စီ :">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL ပေရာ့စီ :">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP ပေရာ့စီ :">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher ပေရာ့စီ">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host :">
+<!ENTITY torbutton.prefs.proxy.port "Port :">
+<!ENTITY torbutton.about.title "Torbutton အေၾကာင္း">
+<!ENTITY torbutton.pref_connection.notice "၄င္းခ်ိန္ညႇိခ်က္မ်ားကို ေျပာင္းလဲရန္အတြက္ Torbutton ကုိ ပိတ္ထားရန္">
+<!ENTITY torbutton.pref_connection.more_info "ပိုမုိျပည့္စံုေသာ သတင္းအခ်က္အလက္မ်ားသို႕">
+<!ENTITY torbutton.pref_connection_more_info.title "ကူညီမႈရယူရန္">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton ကုိ လက္ရွိတြင္ အသံုးျပဳႏုိင္ပါသည္။ Tor Proxy မဟုတ္ေသာ ခ်ိန္ညိႇခ်က္မ်ားကို ေျပာင္းလဲ အသံုးျပဳႏုိင္ရန္အတြက္ Torbutton ကုိ အသံုးမျပဳႏိုင္ေအာင္ ပိတ္၍ ယခုေနရာသို႕ ျပန္လာပါ။ Tor ခ်ိန္ညႇိခ်က္မ်ားကို ေျပာင္းလဲလိုပါက Torbutton ဦးစားေပးညႊန္ျပခ်က္မ်ားကို ကို အသံုးျပဳပါ။">
+<!ENTITY torbutton.context_menu.toggle "Tor အေျခအေနအခ်က္ျပမႈကို ေျပာင္းလဲရန္">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "ဦးစားေပး ညႊန္ျပမႈမ်ား">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "Torbutton အေၾကာင္း">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Torbutton စတင္ရန္ ကလစ္လုပ္ပါ">
+<!ENTITY torbutton.prefs.sec_settings "လံုျခံဳမႈအတြက္ ခ်ိန္ညိႇခ်က္မ်ား">
+<!ENTITY torbutton.prefs.block_thread "Tor အသံုးျပဳစဥ္အတြင္း history ဖတ္႐ႈျခင္းကို ပိတ္ပင္ထားရန္ (အေရးၾကီးပါသည္)">
+<!ENTITY torbutton.prefs.block_thwrite "Tor အသံုးျပဳစဥ္အတြင္း history ေရးျခင္းကုိ ပိတ္ပင္ထားရန္ (အၾကံျပဳေထာက္ခံပါသည္)">
+<!ENTITY torbutton.prefs.block_nthread "Tor အသံုးမျပဳစဥ္အတြင္း history ဖတ္ျခင္းကို ပိတ္ပင္ထားရန္ (ေရြးခ်ယ္ႏိုင္ပါသည္)">
+<!ENTITY torbutton.prefs.block_nthwrite "Tor အသံုးမျပဳစဥ္အတြင္း history ေရးျခင္းကုိ ပိတ္ပင္ထားရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)">
+<!ENTITY torbutton.prefs.clear_history "Tor အသံုးျပဳ/မျပဳ ေျပာင္းလဲခ်ိန္တြင္ history ကုိ ရွင္းလင္းရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)">
+<!ENTITY torbutton.prefs.clear_cache "Tor အသံုးျပဳ/မျပဳ ေျပာင္းလဲခ်ိန္တြင္ Disk cache ျပဳလုပ္မႈႏွင့္ cache ရွင္းလင္းမႈမ်ားကုိ ပိတ္ပင္ထားရန္">
+<!ENTITY torbutton.prefs.block_cache "Tor အသံုးျပဳစဥ္အတြင္း disk ႏွင့္ memory cache အသံုးျပဳမႈကို ပိတ္ပင္ထားရန္">
+<!ENTITY torbutton.prefs.cookie_jars "Tor မဟုတ္ေသာ cookies မ်ားကို ကာကြယ္ထားသည့္ jar ထဲတြင္ သိမ္းဆည္းထားရန္">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "မိမိဘာသာ cookies မ်ားကုိ စီစဥ္မႈျပဳလုပ္ပါမည္။ (အႏၱရယ္ ရွိပါသည္)">
+<!ENTITY torbutton.prefs.clear_cookies "Tor အသံုးျပဳ/မျပဳ ေျပာင္းလဲခ်ိန္တြင္ cookies မ်ားကုိ ရွင္းလင္းရန္">
+<!ENTITY torbutton.prefs.disable_plugins "Tor အသံုးျပဳမႈရွိေနစဥ္အတြင္း plugins မ်ားကုိ ပိတ္ပင္ထားရန္ (အေရးၾကီးပါသည္)">
+<!ENTITY torbutton.prefs.kill_bad_js "အႏၱရယ္ရွိေသာ javascript မ်ားကုိ hook ခ်ိတ္ျဖင့္ထိန္းခ်ဳပ္ထားရန္ လုပ္ထားရန္ (အေရးၾကီးပါသည္)">
+<!ENTITY torbutton.prefs.isolate_content "Tor အေျခအေနတြင္ dynamic content မ်ားကို သီးျခား ခဲြထားရန္ (အေရးၾကီးပါသည္)">
+<!ENTITY torbutton.prefs.no_updates "Tor အသံုးျပဳေနစဥ္အတြင္း update အသစ္ထည့္သြင္းမႈမ်ားကို ပိတ္ပင္ထားရန္">
+<!ENTITY torbutton.prefs.set_uagent "Tor အသံုးျပဳမႈအတြက္ အသံုးျပဳသူ ကုိယ္စားလွယ္ကို သတ္မွတ္ရန္ (အေရးၾကီးပါသည္)">
+<!ENTITY torbutton.prefs.dynamic "ေျပာင္းလဲေနေသာ အခ်က္အလက္မ်ား">
+<!ENTITY torbutton.prefs.cookies "Cookies မ်ား">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "အသံုးျပဳမႈ မွတ္တမ္းစဥ္မ်ား">
+<!ENTITY torbutton.prefs.no_search "Tor အသံုးျပဳစဥ္အတြင္း ရွာေဖြရန္ အၾကံျပဳမႈမ်ားကုိ ပိတ္ပင္ထားရန္ (အၾကံျပဳေထာက္ခံပါသည္)">
+<!ENTITY torbutton.prefs.shutdown "ရပ္နားပိတ္သိမ္းရန္">
+<!ENTITY torbutton.prefs.tor_shutdown "Tor အသံုးျပဳႏုိင္ေသာ browser ကုိ ပိတ္ေနစဥ္အတြင္း Tor Cookies မ်ားကို ရွင္းလင္းရန္">
+<!ENTITY torbutton.prefs.all_shutdown "မည္သည့္ browser ကုိ မဆုိ ပိတ္ေနစဥ္အတြင္း Cookies မ်ားကို ရွင္းလင္းရန္">
+<!ENTITY torbutton.prefs.no_shutdown "ပိတ္သိမ္းလွ်င္ cookies မ်ားကုိ မရွင္းလင္းပါႏွင့္">
+<!ENTITY torbutton.prefs.disable_sessionstore "သိမ္းဆည္းေနစဥ္ Session ကုိ ပိတ္ပင္ထားရန္ (အၾကံျပဳေထာက္ခံပါသည္)">
+<!ENTITY torbutton.prefs.headers "ေခါင္းစည္းမ်ား">
+<!ENTITY torbutton.prefs.spoof_english "US အဂၤလိပ္ browser ကုိ Spoof လုပ္ရန္">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Tor အသံုးျပဳစဥ္အတြင္း DOM သိမ္းဆည္းမႈကို ပိတ္ပင္ထားရန္ (အေရးၾကီးပါသည္)">
+<!ENTITY torbutton.prefs.forms "ျဖည့္စြက္ပံုစံကြက္မ်ား">
+<!ENTITY torbutton.prefs.block_tforms "Tor အသံုးျပဳစဥ္အတြင္း စကားဝွက္ ႏွင့္ ျဖည့္စြက္ပံုစံမ်ား သိမ္းဆည္းျခင္းကုိ ပိတ္ပင္ထားရန္ (အၾကံျပဳေထာက္ခံပါသည္)">
+<!ENTITY torbutton.prefs.block_ntforms "Tor အသံုးမျပဳစဥ္အတြင္း စကားဝွက္ ႏွင့္ ျဖည့္စြက္ပံုစံမ်ား သိမ္းဆည္းျခင္းကုိ ပိတ္ပင္ထားရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)">
+<!ENTITY torbutton.prefs.tor "Tor အသံုးျပဳ">
+<!ENTITY torbutton.prefs.non_tor "Tor အသံုးမျပဳ">
+<!ENTITY torbutton.prefs.restore_tor "Session ျပန္လည္စတင္လွ်င္၊ Tor အေျခအေနကို သတ္မွတ္ရန္ :">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Firefox မွားယြင္းရပ္တန္႕သြားလွ်င္ cookie jar ကုိ ျပန္လည္ တင္ပို႕ယူရန္/ ရွင္းလင္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Tor ႏွင့္ Tor မဟုတ္ေသာ cookies မ်ားကုိ ကာကြယ္ထားေသာ jars မ်ားထဲတြင္ သိမ္းဆည္းထားရန္">
+<!ENTITY torbutton.prefs.clear_http_auth "HTTP အသံုးျပဳမႈ စစ္ေဆးေသာ က႑မ်ားကို ရွင္းလင္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)">
+<!ENTITY torbutton.prefs.block_js_history "Tor အေျခအေနသို႕ history ရွာေဖြသြားလာမႈ အသံုးျပဳခြင့္ကို သီးျခား ခဲြျခား ထားရန္ (အေရးၾကီးပါသည္)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Tor အသံုးျပဳေနစဥ္အတြင္း windows ကုိ 50 px သို႕ အရြယ္အစား ထားရွိရန္ (အၾကံျပဳေထာက္ခံပါသည္)">
+<!ENTITY torbutton.prefs.close_tor "အသံုးျပဳမႈ ေျပာင္းလဲစဥ္အတြင္း Tor windows မ်ားႏွင့္ tabs မ်ား အားလံုးကုိ ပိတ္သိမ္းရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)">
+<!ENTITY torbutton.prefs.close_nontor "အသံုးျပဳမႈ ေျပာင္းလဲစဥ္အတြင္း Tor မဟုတ္ေသာ windows မ်ားႏွင့္ tabs မ်ား အားလံုးကုိ ပိတ္သိမ္းရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)">
+<!ENTITY torbutton.prefs.block_links "မတူညီေသာ Tor အေျခအေနမ်ားတြင္ ခ်ိတ္ဆက္လင့္ခ္မ်ားကုိ ကုိ ကလစ္လုပ္ျခင္းႏွင့္ စာမ်က္ႏွာမ်ား ျပန္လည္ ေခၚယူျခင္းကို ပိတ္ပင္ရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)">
+<!ENTITY torbutton.prefs.jar_certs "Tor အသံုးျပဳေသာ သို႕မဟုတ္ Tor အသံုးမျပဳေသာ အေျခအေနတြင္ SSL certs မ်ားကုိ သီးျခား jars မ်ားတြင္ သိမ္းဆည္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Tor အသံုးျပဳေသာ သို႕မဟုတ္ Tor အသံုးမျပဳေသာ အေျခအေနတြင္ CA certs မ်ားကုိ သီးျခား jars မ်ားတြင္ သိမ္းဆည္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)">
+<!ENTITY torbutton.prefs.locked_mode "မေတာ္တဆ ေျပာင္းလဲမႈ မျဖစ္ေစရန္ Button ႏွင့္ Hotkeys မ်ားကို ပိတ္ပင္ထားရန္">
+<!ENTITY torbutton.prefs.startup_state "ပံုမွန္ စတင္မႈမ်ားတြင္ Tor အေျခအေနကုိ သတ္မွတ္ရန္ :">
+<!ENTITY torbutton.prefs.shutdown_state "ရပ္တန္႕ပိတ္သိမ္းမႈ အေျခအေန">
+<!ENTITY torbutton.prefs.startup "စတင္မႈ">
+<!ENTITY torbutton.prefs.block_tor_file_net "Network သုိ႕ Tor အသံုးျပဳမႈကုိ ပိတ္ပင္ရန္ file:// urls (အၾကံျပဳေထာက္ခံပါသည္)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Network သို႕ Tor မဟုတ္ေသာ အသံုးျပဳမႈကုိ ပိတ္ပင္ရန္ file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "မူလအေျခအေနသို႕ ျပန္လည္ ထည့္သြင္းရန္">
+<!ENTITY torbutton.prefs.test_settings "ခ်ိန္ညိႇမႈမ်ားကို စမ္းသပ္ရန္">
+<!ENTITY torbutton.prefs.test_auto "Firefox စတင္ျပီး ပထမဆံုး ေျပာင္းလဲအသံုးျပဳမႈျပီးလွ်င္ မိမိ၏ Tor ခ်ိန္ညိႇမႈမ်ားကို ျပန္လည္ စမ္းသပ္ရန္">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Tor cookies မ်ားကို disk အတြင္းသုိ႕ ေရးသားျခင္း မျပဳရန္">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Tor မဟုတ္ေသာ cookies မ်ားကုိ disk အတြင္းသို႕ ေရးသားျခင္း မျပဳရန္">
+<!ENTITY torbutton.prefs.session_restore "session သိမ္းဆည္းမႈအတြက္ သိမ္းဆည္းရန္ ရန္ႏွင့္ ျပန္လည္ တင္ယူရန္ tabs မ်ား :">
+<!ENTITY torbutton.prefs.nontor_tabs "Tor အသံုးမျပဳေသာ တင္ယူထားသည့္ tabs မ်ား">
+<!ENTITY torbutton.prefs.tor_tabs "Tor အသံုးျပဳ တင္ယူထားသည့္ tabs မ်ား">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "၄င္းတို႔အတြက္ proxy မရွိပါ:">
+<!ENTITY torbutton.prefs.no_proxy_warning "သတိေပးခ်က္: အထက္ေဖာ္ျပပါ hostname မ်ားအသံုးမျပဳရန္">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Tor အသံုးျပဳေနစဥ္အတြင္း livemarks အသစ္ထည့္သြင္းမႈမ်ားကုိ ပိတ္ပင္ထားရန္">
+<!ENTITY torbutton.prefs.dtd_recommended "(အၾကံျပဳပါသည္)">
+<!ENTITY torbutton.prefs.dtd_optional "(ေနာက္ထပ္တစ္နည္း)">
+<!ENTITY torbutton.prefs.dtd_crucial "(အေရးၾကီးေသာ)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Torbutton Updates မ်ားအား Tor မွတဆင့္သြားရန္">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Google Captcha ႏွင့္တိုးပါက တျခား search engine တစ္ခု အလိုအေလွ်ာက္ေျပာင္းသံုးရန္">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Google Search Box queries မွ platform ႏွင့္ language မ်ားေျပာင္းရန္">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/my/torbutton.properties b/src/chrome/locale/my/torbutton.properties
new file mode 100644
index 0000000..3f80a83
--- /dev/null
+++ b/src/chrome/locale/my/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Tor အသံုးျပဳခြင့္ျပဳရန္
+torbutton.button.tooltip.enabled = Tor အသံုးျပဳခြင့္ ပိတ္ပင္ရန္
+torbutton.panel.tooltip.disabled = Tor အသံုးျပဳခြင့္ ျပဳႏုိင္ရန္ ကလစ္လုပ္ပါ
+torbutton.panel.tooltip.enabled = Tor အသံုးျပဳခြင့္ ပိတ္ပင္ရန္ ကလစ္လုပ္ပါ
+torbutton.panel.plugins.disabled = Plugins မ်ား အသံုးျပဳႏုိင္ရန္ ကလစ္လုပ္ပါ
+torbutton.panel.plugins.enabled = Plugins မ်ား ပိတ္ပင္ရန္ ကလစ္လုပ္ပါ
+torbutton.panel.label.disabled = Tor အသံုးမျပဳႏုိင္ပါ
+torbutton.panel.label.enabled = Tor အသံုးျပဳႏုိင္ပါသည္။
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Tor proxy ကုိ Firefox တြင္ အလြယ္တကူ အသံုးျပဳခြင့္ ျပဳရန္/ မျပဳရန္ Torbutton မွ ခလုပ္တစ္ခုကုိ ထည့္သြင္းထားပါသည္
+torbutton.popup.history.warning = အျခား Tor state မွ loading တတ္ေနေသာ အရာမ်ားအား Torbutton မွ ပိတ္လိုက္ပါသည္။\n\nFirefox Bugs 409737 ႏွင့္ 417869 တြင္အလုပ္လုပ္ပါသည္။\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = plugin အခ်က္အလက္မ်ားကုိ Tor မွ တုိက္ရုိက္ တင္ယူျခင္းကုိ Torbutton မွ ပိတ္ပင္ပါသည္။ \n\nSave-As ကို အစားထုိး အသံုးျပဳပါ။ \n\n
+torbutton.popup.confirm_ca_certs = Torbutton မွတ္ခ်က္: သင့္အတြက္ ျပဳလုပ္ထားေသာ Certificate Authorities မေဖာ္ျပထားပါ။ Certificate Authority စာရင္း စစ္ေဆးရွာေဖြျခင္းသည္ Tor ေျပာင္းလဲ အသံုးျပဳမႈကို ေႏွးေကြးေစႏုိင္ျပီး အလုပ္လုပ္ရာတြင္ ေႏွးေကြးေစႏုိင္ပါသည္။ Certificate Authority certificates မ်ား ခဲြျခားထားရွိျခင္းကုိ ပိတ္ပင္လိုပါသလား ? (သင္ ထုိအေၾကာင္းအရာကုိ နားလည္ျခင္း မရွိပါလွ်င္ OK ကုိ ကလစ္ႏွိပ္ျခင္းျဖင့္ လံုျခံဳစိတ္ခ်ႏုိင္ပါသည္)
+torbutton.popup.ff3.warning = သတိေပးခ်က္!\n\nသင္၏ အခ်ိန္ေဒသဇုန္ႏွင့္ livemarks မ်ား ေပါက္ၾကားျခင္းကို Firefox 3 တြင္ Torbutton သည္ Tor မွတဆင့္ ျဖစ္ေပၚေစႏုိင္ပါသည္။ \n\nမည္သုိ႕ပင္ျဖစ္ေစ ေရွ႕သို႕ ဆက္လက္လုပ္ေဆာင္ လုိပါသလား ?
+torbutton.popup.toggle.warning = ခ်ိညိႇမႈမ်ား အက်ိဳးသက္ေရာက္မႈ ရွိေစရန္ Tor အသံုးျပဳမႈႏွင့္ အသံုးမျပဳမႈ ေျပာင္းလဲရန္ သို႕မဟုတ္ ျပန္လည္စတင္ရန္ လိုအပ္ပါသည္
+torbutton.popup.test.success = Tor proxy စမ္းသပ္မႈ ေအာင္ျမင္ပါသည္ !
+torbutton.popup.test.failure = Tor proxy စမ္းသပ္မႈ မေအာင္ျမင္ပါ ! သင္၏ proxy ႏွင့္ Privoxy ခ်ိန္ညိႇမႈမ်ားကို စစ္ေဆးပါ။
+torbutton.popup.test.confirm_toggle = ေနာက္ဆံုးစမ္းသတ္ထားေသာ Proxy Test မွ Tor ကိုမစတင္ႏိုင္ပါ။ \n\nTor ကို enable လုပ္ရန္ေသခ်ာပါသလား။\n\nသတိျပဳရန္-ျပင္ဆင္မွဳမ်ားကိုျပဳလုပ္ျပီးပါက၊ Torbutton Proxy Preferences window မွ ဤသတိေပးခ်က္ကို ပိတ္ပစ္ႏို္င္ပါသည္။
+torbutton.popup.test.ff3_notice = Tor proxy ခ်ိန္ညိႇမႈမ်ားကုိ စမ္းသပ္ရန္ OK ကုိ ကလစ္ႏွိပ္ပါ။ စမ္းသပ္မႈသည္ ေနာက္ကြယ္တြင္ ျပဳလုပ္ပါမည္။ ေက်းဇူးျပဳ၍ သည္းခံေစာင့္ဆုိင္းေပးပါရန္။
+torbutton.panel.label.verified = Tor မွန္ကန္ေၾကာင္း အတည္ျပဳပါသည္
+torbutton.popup.test.auto_failed = Tor အသံုးျပဳရန္ အလိုအေလ်ာက္ Tor proxy စစ္ေဆးမႈ မေအာင္ျမင္ပါ။ \n\nမည္သို႕ပင္ျဖစ္ေစ အသံုးျပဳခြင့္ျပဳရန္ ေသခ်ာပါသလား ?
+torbutton.prefs.recommended = (အၾကျပဳေထာက္ခံပါသည္)
+torbutton.prefs.optional = (ေရြးခ်ယ္ႏုိင္ပါသည္)
+torbutton.prefs.crucial = (အေရးၾကီးပါသည္)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/nah/torbutton.dtd b/src/chrome/locale/nah/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/nah/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/nah/torbutton.properties b/src/chrome/locale/nah/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/nah/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/nap/torbutton.dtd b/src/chrome/locale/nap/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/nap/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/nap/torbutton.properties b/src/chrome/locale/nap/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/nap/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/nb/torbutton.properties b/src/chrome/locale/nb/torbutton.properties
index 6c165cd..89ca137 100644
--- a/src/chrome/locale/nb/torbutton.properties
+++ b/src/chrome/locale/nb/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ne/torbutton.dtd b/src/chrome/locale/ne/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ne/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ne/torbutton.properties b/src/chrome/locale/ne/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ne/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/nl/torbutton.properties b/src/chrome/locale/nl/torbutton.properties
index eaedc67..99839be 100644
--- a/src/chrome/locale/nl/torbutton.properties
+++ b/src/chrome/locale/nl/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton heeft een Google Captcha ontdekt. Mag de
torbutton.popup.captcha.always = Vanaf nu steeds deze actie uitvoeren
torbutton.popup.redirect = Verwijzen
torbutton.popup.no_redirect = Niet verwijzen
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/nn/torbutton.dtd b/src/chrome/locale/nn/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/nn/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/nn/torbutton.properties b/src/chrome/locale/nn/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/nn/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/nso/torbutton.dtd b/src/chrome/locale/nso/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/nso/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/nso/torbutton.properties b/src/chrome/locale/nso/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/nso/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/oc/torbutton.dtd b/src/chrome/locale/oc/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/oc/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/oc/torbutton.properties b/src/chrome/locale/oc/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/oc/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/or/torbutton.dtd b/src/chrome/locale/or/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/or/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/or/torbutton.properties b/src/chrome/locale/or/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/or/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/pa/torbutton.properties b/src/chrome/locale/pa/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/pa/torbutton.properties
+++ b/src/chrome/locale/pa/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/pap/torbutton.dtd b/src/chrome/locale/pap/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/pap/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/pap/torbutton.properties b/src/chrome/locale/pap/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/pap/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/pl/torbutton.dtd b/src/chrome/locale/pl/torbutton.dtd
index 6acccf8..4b6e219 100644
--- a/src/chrome/locale/pl/torbutton.dtd
+++ b/src/chrome/locale/pl/torbutton.dtd
@@ -26,13 +26,13 @@
<!ENTITY torbutton.context_menu.preferences.key "U">
<!ENTITY torbutton.context_menu.about "O Torbutton">
<!ENTITY torbutton.context_menu.about.key "T">
-<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections "Ochrona Ciasteczek">
<!ENTITY torbutton.context_menu.cookieProtections.key "C">
-<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor "Kopiuj URL Tora">
<!ENTITY torbutton.context_menu.copyTor.key "p">
-<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab "Otwórz URL Tora w nowej karcie">
<!ENTITY torbutton.context_menu.openTorTab.key "r">
-<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow "Otwórz adres URL Tora w nowym oknie">
<!ENTITY torbutton.context_menu.openTorWindow.key "d">
<!ENTITY torbutton.button.label "Torbutton">
<!ENTITY torbutton.button.tooltip "Kliknij tutaj, aby uruchomić Torbutton">
@@ -45,7 +45,7 @@
<!ENTITY torbutton.prefs.clear_cache "Blokuj pamięć podręczną Tora i wyczyść ją przy wł/wył Tora">
<!ENTITY torbutton.prefs.block_cache "Blokuj dostęp do pamięci podręcznej (dysk/pamięć) gdy Tor jest włączony">
<!ENTITY torbutton.prefs.cookie_jars "Zapamiętuj ciasteczka z trybu zwykłego w zabezpieczonych magazynach">
-<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.cookie_protection "Użyj okna dialogowego ochrony ciasteczek, by wybrać">
<!ENTITY torbutton.prefs.mmm_cookies "Będę sam zarządzał ciasteczkami (niebezpieczne)">
<!ENTITY torbutton.prefs.clear_cookies "Czyść ciasteczka przy zmianie trybu Tor">
<!ENTITY torbutton.prefs.disable_plugins "Wyłącz wtyczki podczas użycia Tor (krytyczne)">
@@ -65,9 +65,9 @@
<!ENTITY torbutton.prefs.disable_sessionstore "Blokuj zapisywanie sesji przeglądarki (zalecane)">
<!ENTITY torbutton.prefs.headers "Nagłówki">
<!ENTITY torbutton.prefs.spoof_english "Udawaj przeglądarkę z USA">
-<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.refererspoofing "Fałszowanie adresu zwrotnego">
<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
-<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.smartspoof "Mądrze fałszuj adres zwrotny w czasie używania Tora (fałszuje odnośniki między stronami)">
<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
<!ENTITY torbutton.prefs.disable_domstorage "Blokuj zapisywanie DOM podczas używania Tora (krytyczne)">
<!ENTITY torbutton.prefs.forms "Formularze">
@@ -76,7 +76,7 @@
<!ENTITY torbutton.prefs.tor "Tor">
<!ENTITY torbutton.prefs.non_tor "bez Tora">
<!ENTITY torbutton.prefs.restore_tor "Po przywróceniu sesji, ustaw stan Tora na:">
-<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "Podczas uruchomienia przeglądarki, ustaw stan Tora na:">
<!ENTITY torbutton.prefs.reload_crashed_jar "Usuń ciasteczka z magazynów przy nieoczekiwanym zamknięciu Firefoxa (zalecane)">
<!ENTITY torbutton.prefs.dual_cookie_jars "Zapisuj wszystkie ciasteczka w zabezpieczonych magazynach(niebezpieczne)">
<!ENTITY torbutton.prefs.clear_http_auth "Czyść sesje autentykacji HTTP (zalecane)">
@@ -106,23 +106,23 @@
<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
<!ENTITY torbutton.prefs.no_proxies_on "Brak proxy dla: ">
<!ENTITY torbutton.prefs.no_proxy_warning "Uwaga: Unikaj podawania nazw hostów powyżej">
-<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
-<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
-<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
-<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
-<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
-<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
-<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
-<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.prefs.spoofreresh "Fałszuj odświeżanie">
+<!ENTITY torbutton.prefs.refereroptions "Opcje fałszowania adresu zwrotnego">
+<!ENTITY torbutton.prefs.nospoof "Nie fałszuj adresu zwrotnego">
+<!ENTITY torbutton.prefs.spoofroot "Wysyłaj folder zawierający stronę">
+<!ENTITY torbutton.prefs.spoofdomain "Wysyłaj domenę jako adres zwrotny">
+<!ENTITY torbutton.prefs.spoofblank "Wyczyść adres zwrotny">
+<!ENTITY torbutton.cookiedialog.title "Zarządzaj ochroną ciasteczek">
+<!ENTITY torbutton.cookiedialog.lockCol "Chronione">
<!ENTITY torbutton.cookiedialog.domainCol "Host">
-<!ENTITY torbutton.cookiedialog.nameCol "Name">
-<!ENTITY torbutton.cookiedialog.pathCol "Path">
-<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
-<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
-<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
-<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
-<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
-<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.nameCol "Nazwa">
+<!ENTITY torbutton.cookiedialog.pathCol "Ścieżka">
+<!ENTITY torbutton.cookiedialog.protectCookie "Chroń ciasteczko">
+<!ENTITY torbutton.cookiedialog.removeCookie "Usuń ciasteczko">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Nie chroń ciasteczka">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Usuń wszystkie oprócz chronionych">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Chroń nowe ciasteczka">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Nie chroń nowych ciasteczek">
<!ENTITY torbutton.prefs.disable_livemarks "Wyłącz aktualizacje livemarks podczas używania Tora">
<!ENTITY torbutton.prefs.dtd_recommended "(zalecane)">
<!ENTITY torbutton.prefs.dtd_optional "(opcjonalne)">
@@ -135,4 +135,4 @@
<!ENTITY torbutton.prefs.engine4 "scroogle.org">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Usuń nazwę systemu i język z zapytań Google">
-<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
+<!ENTITY torbutton.prefs.transparentTor "Przezroczysta toryfikacja (wymaga własnego transproxy lub routera Tora)">
diff --git a/src/chrome/locale/pl/torbutton.properties b/src/chrome/locale/pl/torbutton.properties
index 039f1f9..4fecbca 100644
--- a/src/chrome/locale/pl/torbutton.properties
+++ b/src/chrome/locale/pl/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton wykrył Google Captcha. Czy chcesz, aby
torbutton.popup.captcha.always = Od teraz zawsze wykonuj tę akcję
torbutton.popup.redirect = Przekieruj
torbutton.popup.no_redirect = Nie przekierowywuj
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/pms/torbutton.dtd b/src/chrome/locale/pms/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/pms/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/pms/torbutton.properties b/src/chrome/locale/pms/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/pms/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ps/torbutton.dtd b/src/chrome/locale/ps/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ps/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ps/torbutton.properties b/src/chrome/locale/ps/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ps/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/pt-BR/torbutton.dtd b/src/chrome/locale/pt-BR/torbutton.dtd
index 9d68238..99dfd4c 100644
--- a/src/chrome/locale/pt-BR/torbutton.dtd
+++ b/src/chrome/locale/pt-BR/torbutton.dtd
@@ -7,7 +7,7 @@
<!ENTITY torbutton.prefs.tor_settings "Configurações Proxy">
<!ENTITY torbutton.prefs.recommended_settings "Usar as cinfigurações recomendadas de proxy para minha versão de Firefox">
<!ENTITY torbutton.prefs.use_privoxy "Usar Privoxy">
-<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.use_polipo "Usar Polipo">
<!ENTITY torbutton.prefs.custom_settings "Usar configurações padrão de proxy">
<!ENTITY torbutton.prefs.proxy.host.http "Proxy HTTP:">
<!ENTITY torbutton.prefs.proxy.host.https "Proxy SSL:">
@@ -26,13 +26,13 @@
<!ENTITY torbutton.context_menu.preferences.key "P">
<!ENTITY torbutton.context_menu.about "Sobre Torbutton...">
<!ENTITY torbutton.context_menu.about.key "A">
-<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections "Proteções de Cookies">
<!ENTITY torbutton.context_menu.cookieProtections.key "C">
-<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor "Copiar URL do Tor">
<!ENTITY torbutton.context_menu.copyTor.key "p">
-<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab "Abrir URL do Tor em uma nova Aba">
<!ENTITY torbutton.context_menu.openTorTab.key "r">
-<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow "Abrir URL do Tor em uma nova Janela">
<!ENTITY torbutton.context_menu.openTorWindow.key "d">
<!ENTITY torbutton.button.label "Torbutton">
<!ENTITY torbutton.button.tooltip "Clique para iniciar Torbutton">
@@ -45,13 +45,13 @@
<!ENTITY torbutton.prefs.clear_cache "Bloquear o cache de disco e limpar todos os caches ao alterar o uso do TOR">
<!ENTITY torbutton.prefs.block_cache "Bloquear cache de memória e disco durante o uso do TOR">
<!ENTITY torbutton.prefs.cookie_jars "Armazenar todos os cookies não-Tor num contêiner protegido">
-<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.cookie_protection "Usar a Caixa de Diálogo de Proteções de Cookies para selecionar">
<!ENTITY torbutton.prefs.mmm_cookies "I manualmente gerenciarei meus cookies (atenção)">
<!ENTITY torbutton.prefs.clear_cookies "Limpar cookies quando alternar TOR">
<!ENTITY torbutton.prefs.disable_plugins "Desabilitar plugins durante o uso do TOR (importante)">
<!ENTITY torbutton.prefs.kill_bad_js "Deter os scripts perigosos de java (crucial)">
<!ENTITY torbutton.prefs.isolate_content "Isolar os conteúdos dinâmicos no arquivo de estado de Tor (crucial)">
-<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.no_updates "Desabilitar atualizações durante o uso do Tor">
<!ENTITY torbutton.prefs.set_uagent "Mascarar user agent durante utilização de TOR (importante)">
<!ENTITY torbutton.prefs.dynamic "Conteúdo Dinâmico">
<!ENTITY torbutton.prefs.cookies "Cookies">
@@ -65,9 +65,9 @@
<!ENTITY torbutton.prefs.disable_sessionstore "Desabilitar função de salvar sessão (recomendado)">
<!ENTITY torbutton.prefs.headers "Cabeçalho">
<!ENTITY torbutton.prefs.spoof_english "Mimetizar o navegador para Inglês US">
-<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.refererspoofing "Engano de referenciador">
<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
-<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.smartspoof "Enganar de forma inteligente o referenciador durante o uso do Tor (engana referenciadores em domínios cruzados)">
<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
<!ENTITY torbutton.prefs.disable_domstorage "Desabilitar armazenamento DOM durante o uso do TOR (importante)">
<!ENTITY torbutton.prefs.forms "Formulários">
@@ -76,7 +76,7 @@
<!ENTITY torbutton.prefs.tor "Tor">
<!ENTITY torbutton.prefs.non_tor "Não-Tor">
<!ENTITY torbutton.prefs.restore_tor "Quando restaurar sessão, definir estado do Tor para:">
-<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "Durante inicialização do navegador, definir o estado do Tor como:">
<!ENTITY torbutton.prefs.reload_crashed_jar "Recarregar cookie/limpar cookies em uma falha do Firefox (recomendado)">
<!ENTITY torbutton.prefs.dual_cookie_jars "Armazene os cookies, sejam ou não de Tor, em recipientes protegidos (Perigoso)">
<!ENTITY torbutton.prefs.clear_http_auth "Limpar as sessões HTTP autenticadas (recomendado)">
@@ -106,33 +106,33 @@
<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
<!ENTITY torbutton.prefs.no_proxies_on "Sem Proxy para: ">
<!ENTITY torbutton.prefs.no_proxy_warning "Aviso: evite usar quaisquer dos hosts acima">
-<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
-<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
-<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
-<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
-<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
-<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
-<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
-<!ENTITY torbutton.cookiedialog.lockCol "Protected">
-<!ENTITY torbutton.cookiedialog.domainCol "Host">
-<!ENTITY torbutton.cookiedialog.nameCol "Name">
-<!ENTITY torbutton.cookiedialog.pathCol "Path">
-<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
-<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
-<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
-<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
-<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
-<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
-<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.spoofreresh "Atualização de Fraudes">
+<!ENTITY torbutton.prefs.refereroptions "Opções de engano de referenciador">
+<!ENTITY torbutton.prefs.nospoof "Não enganar referenciador">
+<!ENTITY torbutton.prefs.spoofroot "Enganar o diretório que contém a página">
+<!ENTITY torbutton.prefs.spoofdomain "Enganar o domínio como referenciador">
+<!ENTITY torbutton.prefs.spoofblank "Usar referenciador em branco">
+<!ENTITY torbutton.cookiedialog.title "Gerenciar Proteções de Cookies">
+<!ENTITY torbutton.cookiedialog.lockCol "Protegido">
+<!ENTITY torbutton.cookiedialog.domainCol "Hospedeiro">
+<!ENTITY torbutton.cookiedialog.nameCol "Nome">
+<!ENTITY torbutton.cookiedialog.pathCol "Caminho">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protoger Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remover Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Desproteger Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remover Tudo Exceto Protegidos">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Proteger Novos Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Não Prototeger Novos COOKIES">
+<!ENTITY torbutton.prefs.disable_livemarks "Desabilitar atualizações Livemark durante o uso do Tor">
<!ENTITY torbutton.prefs.dtd_recommended "(recomendado)">
<!ENTITY torbutton.prefs.dtd_optional "(opcional)">
<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
-<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
-<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirecionar atualizações do Torbutton através do Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automaticamente utilizar um mecanismo de busca alternativo quando receber um Google Captcha">
<!ENTITY torbutton.prefs.engine1 "ixquick.com">
<!ENTITY torbutton.prefs.engine2 "Bing.com">
<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
-<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine4 "scroogle.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
-<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
-<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
+<!ENTITY torbutton.prefs.fix_google_srch "Remover plataforma e idioma das consultas da Caixa de Busca do Google">
+<!ENTITY torbutton.prefs.transparentTor "Torificação Transparente (Requer transpoxy customizado ou roteador Tor)">
diff --git a/src/chrome/locale/pt-BR/torbutton.properties b/src/chrome/locale/pt-BR/torbutton.properties
index 2c0786b..099b93e 100644
--- a/src/chrome/locale/pt-BR/torbutton.properties
+++ b/src/chrome/locale/pt-BR/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/pt/torbutton.properties b/src/chrome/locale/pt/torbutton.properties
index 59eb568..2aea198 100644
--- a/src/chrome/locale/pt/torbutton.properties
+++ b/src/chrome/locale/pt/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ro/torbutton.properties b/src/chrome/locale/ro/torbutton.properties
index 45617ad..255855c 100644
--- a/src/chrome/locale/ro/torbutton.properties
+++ b/src/chrome/locale/ro/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton a detectat un captcha Google.Doreşti sa
torbutton.popup.captcha.always = Se ca efectua întotdeauna această acţiune de acum încolo
torbutton.popup.redirect = Redirecţionează
torbutton.popup.no_redirect = Nu Redirecţiona
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ru/torbutton.dtd b/src/chrome/locale/ru/torbutton.dtd
index 5ad8f8d..311ad78 100644
--- a/src/chrome/locale/ru/torbutton.dtd
+++ b/src/chrome/locale/ru/torbutton.dtd
@@ -1,7 +1,7 @@
<!ENTITY torbutton.prefs.title "Настройки Torbutton">
-<!ENTITY torbutton.prefs.display_settings "Вид">
-<!ENTITY torbutton.prefs.display_panel "Отображать параметры соединения с сетью Tor">
-<!ENTITY torbutton.prefs.panel_format "Показывать в правом нижнем углу:">
+<!ENTITY torbutton.prefs.display_settings "Отобразить настройки">
+<!ENTITY torbutton.prefs.display_panel "Показать Tor-прокси настройки в строке состояния">
+<!ENTITY torbutton.prefs.panel_format "Строка состояния формата отображения:">
<!ENTITY torbutton.prefs.panel_text_format "Текст">
<!ENTITY torbutton.prefs.panel_icon_format "Значок">
<!ENTITY torbutton.prefs.tor_settings "Настройки прокси">
@@ -21,18 +21,18 @@
<!ENTITY torbutton.pref_connection_more_info.title "Подсказка">
<!ENTITY torbutton.pref_connection_more_info.text "Torbutton включен. Если будут изменяться настройки прокси, не являющегося частью сети Tor, необходимо сначала отключить Torbutton и затем вернуться сюда. Если будут изменяться настройки Tor, необходимо использовать окно настроек Torbutton.">
<!ENTITY torbutton.context_menu.toggle "Изменить состояние Tor">
-<!ENTITY torbutton.context_menu.toggle.key "И">
+<!ENTITY torbutton.context_menu.toggle.key "T">
<!ENTITY torbutton.context_menu.preferences "Настройки...">
<!ENTITY torbutton.context_menu.preferences.key "Н">
<!ENTITY torbutton.context_menu.about "О Torbutton...">
<!ENTITY torbutton.context_menu.about.key "О">
-<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections "Защита Cookie">
<!ENTITY torbutton.context_menu.cookieProtections.key "C">
-<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor "Копировать URL Tor">
<!ENTITY torbutton.context_menu.copyTor.key "p">
-<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab "Открыть Tor URL в новой вкладке">
<!ENTITY torbutton.context_menu.openTorTab.key "r">
-<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow "Открыть Tor URL в новом окне">
<!ENTITY torbutton.context_menu.openTorWindow.key "d">
<!ENTITY torbutton.button.label "Torbutton">
<!ENTITY torbutton.button.tooltip "Инициализировать Torbutton">
@@ -45,7 +45,7 @@
<!ENTITY torbutton.prefs.clear_cache "Запрещать кеширование на диск при использовании Tor и очищать весь кеш при переключении режимов Tor">
<!ENTITY torbutton.prefs.block_cache "Полностью отключить кеш при использовании Tor">
<!ENTITY torbutton.prefs.cookie_jars "Хранить cookies в режиме не-Tor в защищенном файле">
-<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.cookie_protection "Используйте Диалог защиты Cookie на выбор">
<!ENTITY torbutton.prefs.mmm_cookies "Ручное управление cookies (опасно)">
<!ENTITY torbutton.prefs.clear_cookies "Очищать cookies при переключении режимов Tor">
<!ENTITY torbutton.prefs.disable_plugins "Отключать плагины при использовании Tor (важно)">
@@ -65,9 +65,9 @@
<!ENTITY torbutton.prefs.disable_sessionstore "Отключить сохранение сессий (желательно)">
<!ENTITY torbutton.prefs.headers "Заголовки">
<!ENTITY torbutton.prefs.spoof_english "Заголовки как в версии браузера US English">
-<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.refererspoofing "Подстановка ссылок (реферер)">
<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
-<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.smartspoof "Ловкая подстановка реферера во время использования Tor (подмена перекрёстных доменных рефереров)">
<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
<!ENTITY torbutton.prefs.disable_domstorage "Отключить DOM Storage при использовани Tor (важно)">
<!ENTITY torbutton.prefs.forms "Формы">
@@ -76,7 +76,7 @@
<!ENTITY torbutton.prefs.tor "Tor">
<!ENTITY torbutton.prefs.non_tor "Не-Tor">
<!ENTITY torbutton.prefs.restore_tor "Во время запуска, если восстанавливается сессия, установить состояние Tor в:">
-<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "При запуске браузера, установить состояние Tor в:">
<!ENTITY torbutton.prefs.reload_crashed_jar "Восстанавливать/очищать cookies после аварии Firefox (желательно)">
<!ENTITY torbutton.prefs.dual_cookie_jars "Хранить все cookies в защищенных файлах (опасно)">
<!ENTITY torbutton.prefs.clear_http_auth "Очищать сессии аутентификации HTTP (желательно)">
@@ -102,27 +102,27 @@
<!ENTITY torbutton.prefs.session_restore "Может ли храниться сохраняться и воссанавливаться сессия со следующими вкладками:">
<!ENTITY torbutton.prefs.nontor_tabs "Вкладки загруженые вне режима Tor">
<!ENTITY torbutton.prefs.tor_tabs "Вкладки загруженые в режиме Tor">
-<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
-<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS 4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS 5">
<!ENTITY torbutton.prefs.no_proxies_on "Нет прокси для: ">
<!ENTITY torbutton.prefs.no_proxy_warning "Внимание: Не вносите никаких имен доменов в поле выше">
-<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
-<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
-<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
-<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
-<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
-<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
-<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
-<!ENTITY torbutton.cookiedialog.lockCol "Protected">
-<!ENTITY torbutton.cookiedialog.domainCol "Host">
-<!ENTITY torbutton.cookiedialog.nameCol "Name">
-<!ENTITY torbutton.cookiedialog.pathCol "Path">
-<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
-<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
-<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
-<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
-<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
-<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.spoofreresh "Стереть правила подстановок">
+<!ENTITY torbutton.prefs.refereroptions "Опции подстановок рефереров">
+<!ENTITY torbutton.prefs.nospoof "Оставить исходный реферер, как есть">
+<!ENTITY torbutton.prefs.spoofroot "Подмена содержащих папки страницы">
+<!ENTITY torbutton.prefs.spoofdomain "Подменить домен в качестве реферера">
+<!ENTITY torbutton.prefs.spoofblank "Сделать реферер пустым">
+<!ENTITY torbutton.cookiedialog.title "Управление защитой Cookie">
+<!ENTITY torbutton.cookiedialog.lockCol "Защищено">
+<!ENTITY torbutton.cookiedialog.domainCol "Имя компьютера">
+<!ENTITY torbutton.cookiedialog.nameCol "Имя">
+<!ENTITY torbutton.cookiedialog.pathCol "Путь">
+<!ENTITY torbutton.cookiedialog.protectCookie "Защищать Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Удалить Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Снять защиту Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Удалить все кроме защищённых">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Защищать новые Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Не защищать новые Cookies">
<!ENTITY torbutton.prefs.disable_livemarks "Отключить обновление Livemarks во время работы в Tor">
<!ENTITY torbutton.prefs.dtd_recommended "(рекомендуется)">
<!ENTITY torbutton.prefs.dtd_optional "(по желанию)">
@@ -135,4 +135,4 @@
<!ENTITY torbutton.prefs.engine4 "scroogle.org">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Удалять сведения о платформе и языке из запросов строки поиска Google">
-<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
+<!ENTITY torbutton.prefs.transparentTor "Прозрачная торификация (Требует пользовательских transproxy или Tor-маршрутизатора)">
diff --git a/src/chrome/locale/ru/torbutton.properties b/src/chrome/locale/ru/torbutton.properties
index ba9b5d9..2f070b6 100644
--- a/src/chrome/locale/ru/torbutton.properties
+++ b/src/chrome/locale/ru/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton обнаружил Google Captcha. Пе
torbutton.popup.captcha.always = В будущем всегда запускать приложения
torbutton.popup.redirect = Перенаправить
torbutton.popup.no_redirect = Не перенаправлять
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/sco/torbutton.dtd b/src/chrome/locale/sco/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/sco/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/sco/torbutton.properties b/src/chrome/locale/sco/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/sco/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/sk/torbutton.dtd b/src/chrome/locale/sk/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/sk/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/sk/torbutton.properties b/src/chrome/locale/sk/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/sk/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/sl/torbutton.properties b/src/chrome/locale/sl/torbutton.properties
index a190093..d239c1b 100644
--- a/src/chrome/locale/sl/torbutton.properties
+++ b/src/chrome/locale/sl/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/so/torbutton.dtd b/src/chrome/locale/so/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/so/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/so/torbutton.properties b/src/chrome/locale/so/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/so/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/son/torbutton.dtd b/src/chrome/locale/son/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/son/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/son/torbutton.properties b/src/chrome/locale/son/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/son/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/sq/torbutton.properties b/src/chrome/locale/sq/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/sq/torbutton.properties
+++ b/src/chrome/locale/sq/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/sr/torbutton.dtd b/src/chrome/locale/sr/torbutton.dtd
new file mode 100644
index 0000000..cacc4d5
--- /dev/null
+++ b/src/chrome/locale/sr/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton поставке">
+<!ENTITY torbutton.prefs.display_settings "Поставке приказа">
+<!ENTITY torbutton.prefs.display_panel "Прикажи поставке посредника у статусној траци">
+<!ENTITY torbutton.prefs.panel_format "Формат приказивања статусне траке:">
+<!ENTITY torbutton.prefs.panel_text_format "Текст">
+<!ENTITY torbutton.prefs.panel_icon_format "Икона">
+<!ENTITY torbutton.prefs.tor_settings "Поставке посредника">
+<!ENTITY torbutton.prefs.recommended_settings "Користи препоручене поставке посредника за моје издање фајерфокса">
+<!ENTITY torbutton.prefs.use_privoxy "Користи Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Користи Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Користи прилагођене поставке посредника">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP посредник:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL посредник:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP посредник:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher посредник:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS домаћин:">
+<!ENTITY torbutton.prefs.proxy.port "Порт:">
+<!ENTITY torbutton.about.title "О додатку">
+<!ENTITY torbutton.pref_connection.notice "Забрани промену ових поставки.">
+<!ENTITY torbutton.pref_connection.more_info "Више информација">
+<!ENTITY torbutton.pref_connection_more_info.title "Помоћ">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton је тренутно омогућен. Ако желите да промените своје поставке посредника невезане за Tor, молимо Вас да онемогућите Torbutton и вратите се овде. Ако желите да промените своје Tor поставке, молимо Вас да користите прозор за подешавања.">
+<!ENTITY torbutton.context_menu.toggle "Промени статус">
+<!ENTITY torbutton.context_menu.toggle.key "П">
+<!ENTITY torbutton.context_menu.preferences "Поставке...">
+<!ENTITY torbutton.context_menu.preferences.key "П">
+<!ENTITY torbutton.context_menu.about "О додатку...">
+<!ENTITY torbutton.context_menu.about.key "д">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Кликните да бисте покренули Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Безбедносне поставке">
+<!ENTITY torbutton.prefs.block_thread "Забрани читање историјата када је Tor омогућен (кључно)">
+<!ENTITY torbutton.prefs.block_thwrite "Забрани писање историјата када је Tor омогућен (препоручује се)">
+<!ENTITY torbutton.prefs.block_nthread "Забрани читање историјата када је неки други програм омогућен (необавезно)">
+<!ENTITY torbutton.prefs.block_nthwrite "Забрани писање историјата када је неки други програм омогућен (необавезно)">
+<!ENTITY torbutton.prefs.clear_history "Очисти историјат при покретању Tor-а (необавезно)">
+<!ENTITY torbutton.prefs.clear_cache "Забрани скривену меморију и очисти је при покретању Tor-а">
+<!ENTITY torbutton.prefs.block_cache "Забрани приступ диску и скривеној меморији када је Tor омогућен">
+<!ENTITY torbutton.prefs.cookie_jars "Смести колачиће у заштићено складиште">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "Ручно ћу управљати својим колачићима (опасно)">
+<!ENTITY torbutton.prefs.clear_cookies "Очисти колачиће при покретању Tor-а">
+<!ENTITY torbutton.prefs.disable_plugins "Онемогући додатке када је Tor покренут (кључно)">
+<!ENTITY torbutton.prefs.kill_bad_js "Повежи опасну јаваскрипту (кључно)">
+<!ENTITY torbutton.prefs.isolate_content "Изолуј динамички садржај на Tor стање (кључно)">
+<!ENTITY torbutton.prefs.no_updates "Онемогући ажурирања када је Tor покренут">
+<!ENTITY torbutton.prefs.set_uagent "Подеси кориснички агент за употребу с Tor-ом (кључно)">
+<!ENTITY torbutton.prefs.dynamic "Динамички садржај">
+<!ENTITY torbutton.prefs.cookies "Колачићи">
+<!ENTITY torbutton.prefs.cache "Међумеморија">
+<!ENTITY torbutton.prefs.history "Историјат">
+<!ENTITY torbutton.prefs.no_search "Онемогући предлоге за претрагу када је Tor покренут (препоручује се)">
+<!ENTITY torbutton.prefs.shutdown "Гашење">
+<!ENTITY torbutton.prefs.tor_shutdown "Очисти колачиће при гашењу прегледача када је Tor омогућен">
+<!ENTITY torbutton.prefs.all_shutdown "Очисти колачиће при гашењу прегледача">
+<!ENTITY torbutton.prefs.no_shutdown "Не чисти моје колачиће при гашењу">
+<!ENTITY torbutton.prefs.disable_sessionstore "Онемогући чување сесије (препоручује се)">
+<!ENTITY torbutton.prefs.headers "Заглавља">
+<!ENTITY torbutton.prefs.spoof_english "Амерички енглески прегледач">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Онемогући DOM складиште када је Tor покренут (кључно)">
+<!ENTITY torbutton.prefs.forms "Формулари">
+<!ENTITY torbutton.prefs.block_tforms "Блокирај лозинку и формулар чувања када је Tor омогућен (препоручује се)">
+<!ENTITY torbutton.prefs.block_ntforms "Блокирај лозинку и формулар чувања када је Tor онемогућен (необавезно)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Не-Tor">
+<!ENTITY torbutton.prefs.restore_tor "При покретању прозора за враћање сесије, постави стање Tor-а на:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Поново учитај jar колачић/очисти колачиће при грешци у фајерфоксу (препоручује се)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Смести обичне и Tor колачиће у заштићеним архивама (опасно) ">
+<!ENTITY torbutton.prefs.clear_http_auth "Очисти HTTP сесије (препоручује се)">
+<!ENTITY torbutton.prefs.block_js_history "Изолуј приступ навигацији историјата у Tor стању (кључно)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Промени величину прозора на 50 тачкица када је Tor омогућен (препоручује се)">
+<!ENTITY torbutton.prefs.close_tor "Затвори све Tor прозоре и језичке при покретању (необавезно)">
+<!ENTITY torbutton.prefs.close_nontor "Затвори све прозоре и језичке који нису повезани с Tor-ом (необавезно)">
+<!ENTITY torbutton.prefs.block_links "Забрани кликове на везе и поновно покретање странца од различитих Tor стања (необавезно)">
+<!ENTITY torbutton.prefs.jar_certs "Ускладишти CA сертификате у одвојеним архивама за Tor и ван-Tor мреже (препоручује се)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Ускладишти CA сертификате у одвојеним архивама за Tor и ван-Tor мреже (препоручује се)">
+<!ENTITY torbutton.prefs.locked_mode "Онемогући тастере и пречице за спречавање случајних покретања">
+<!ENTITY torbutton.prefs.startup_state "На нормалном покретању, подеси Tor стање на:">
+<!ENTITY torbutton.prefs.shutdown_state "Стање гашења">
+<!ENTITY torbutton.prefs.startup "Покретање">
+<!ENTITY torbutton.prefs.block_tor_file_net "Забрани Tor приступ мрежи из file:// urls (препоручује се)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Забрани приступ мрежи из file:// urls (препоручује се)">
+<!ENTITY torbutton.prefs.restore_defaults "Поврати подразумевано">
+<!ENTITY torbutton.prefs.test_settings "Провера поставки">
+<!ENTITY torbutton.prefs.test_auto "Провери Tor поставке одмах након покретања фајерфокса">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Не пиши Tor колачиће на диск">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Не пиши колачиће на диск">
+<!ENTITY torbutton.prefs.session_restore "Смештање, чување и враћање ових језичака:">
+<!ENTITY torbutton.prefs.nontor_tabs "Учитани језичци ван Tor-а">
+<!ENTITY torbutton.prefs.tor_tabs "Учитани језичци у Tor-у">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "Без посредника за:">
+<!ENTITY torbutton.prefs.no_proxy_warning "Упозорење: избегни коришћење изнад наведене називе домаћина">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Онемогући ажурирања довода када је Tor покренут">
+<!ENTITY torbutton.prefs.dtd_recommended "(препоручује се)">
+<!ENTITY torbutton.prefs.dtd_optional "(необавезно)">
+<!ENTITY torbutton.prefs.dtd_crucial "(кључно)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Преусмери Torbutton ажурирања преко Tor-а">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Аутоматски користи алтернативни претраживач ако Google тражи потврди кôд:">
+<!ENTITY torbutton.prefs.engine1 "IXQuick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "Scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Скини платформу и језик са Google претраживача">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/sr/torbutton.properties b/src/chrome/locale/sr/torbutton.properties
new file mode 100644
index 0000000..5a98e20
--- /dev/null
+++ b/src/chrome/locale/sr/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Омогући Tor
+torbutton.button.tooltip.enabled = Онемогући Tor
+torbutton.panel.tooltip.disabled = Кликните да бисте омогућили Tor
+torbutton.panel.tooltip.enabled = Кликните да бисте онемогућили Tor
+torbutton.panel.plugins.disabled = Кликните да бисте омогућили додатке
+torbutton.panel.plugins.enabled = Кликните да бисте онемогућили додатке
+torbutton.panel.label.disabled = Tor је онемогућен
+torbutton.panel.label.enabled = Tor је омогућен
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton ствара дугме за лакше укључивање и искључивање посредничке мреже Tor на програму фајерфокс.
+torbutton.popup.history.warning = Torbutton је забранио активности из језичка који је учитан у другачије Tor стање.\n\nОво се дешава како бисмо решили фајерфокс грешке 409737 и 417869.\n\nУколико приметите да се овај искачући прозор појављује без икаквог разлога, то значи да један од Ваших језичака покушава да се поново учита сам од себе, а то је забрањено.\n\nДа бисте поново учитали језичак у овом Tor стању, притисните „enter“ у адреси локације поља.\n\n
+torbutton.popup.plugin.warning = Torbutton је забранио директно учитавање садржаја додатака.\n\nУместо тога, користите „Сачувај као...“.\n\n
+torbutton.popup.confirm_ca_certs = Напомена: изгледа да не поседујете прилагођене сертификате. Испитивање списка сертификата је спора радња и у многоме успорава Tor мрежу. Да ли желите да онемогућите сертификате? (Уколико не разумете ово, безбедно је да кликнете на „У реду“.)
+torbutton.popup.ff3.warning = Упозорење!\n\nПознато је да Torbutton на трећем издању фајерфокса „брља“ временске зоне и доводе преко Tor мреже.\n\nДа ли ипак желите да наставите?
+torbutton.popup.toggle.warning = Морате да поново покренете Tor како би поставке ступиле на снагу.
+torbutton.popup.test.success = Тестирање посредничког сервера је успело!
+torbutton.popup.test.failure = Тестирање сервера није успело! Проверите своје посредничке и Polipo поставке.
+torbutton.popup.test.confirm_toggle = Најновије тестирање посредника није успело да се усклади с Tor мрежом.\n\nДа ли сте сигурни да желите да га омогућите?\n\nНапомена: ако сте пронашли решење проблема, можете поново покренути тест у Torbutton подешавањима посредника да бисте уклонили ово упозорење.
+torbutton.popup.test.ff3_notice = Кликните на „У реду“ да бисте тестирали поставке посредника. Овај тест ће се одвијати у позадини. Молимо, будите стрпљиви.
+torbutton.panel.label.verified = Tor је проверен
+torbutton.popup.test.auto_failed = Аутоматски тест посредника није успео да се усклади с Tor-ом.\n\nДа ли сте сигурни да желите да га омогућите?
+torbutton.prefs.recommended = (препоручено)
+torbutton.prefs.optional = (необавезно)
+torbutton.prefs.crucial = (пресудно)
+torbutton.popup.external.title = Да ли желите да учитате спољни садржај?
+torbutton.popup.external.app = Потребан је спољни програм за руковање:\n\n
+torbutton.popup.external.note = \n\nНапомена: спољни програми не гарантују безбедност и могу Вас открити!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Покрени програм
+torbutton.popup.cancel = Откажи
+torbutton.popup.dontask = Увек покрећи програме од сада па надаље
+torbutton.popup.test.no_http_proxy = Списак посредника: локални HTTP посредник је неприступачан. Проверите да ли је Polipo исправно подешен.
+torbutton.popup.captcha.title = Да ли желите да избегавате Google-ове потврдне кодове?
+torbutton.popup.captcha.ask = Torbutton је уочио Google потврдни код. Да ли желите да будете преусмерени на други претраживач за овај упит?
+torbutton.popup.captcha.always = Увек изврши ову радњу од сада па надаље.
+torbutton.popup.redirect = Преусмери
+torbutton.popup.no_redirect = Не преусмеравај
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/st/torbutton.dtd b/src/chrome/locale/st/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/st/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/st/torbutton.properties b/src/chrome/locale/st/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/st/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/su/torbutton.dtd b/src/chrome/locale/su/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/su/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/su/torbutton.properties b/src/chrome/locale/su/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/su/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/sv/torbutton.properties b/src/chrome/locale/sv/torbutton.properties
index fa95d0d..2758ae3 100644
--- a/src/chrome/locale/sv/torbutton.properties
+++ b/src/chrome/locale/sv/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Omdirigera
torbutton.popup.no_redirect = Omdirigera inte
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/sw/torbutton.properties b/src/chrome/locale/sw/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/sw/torbutton.properties
+++ b/src/chrome/locale/sw/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ta/torbutton.dtd b/src/chrome/locale/ta/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ta/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ta/torbutton.properties b/src/chrome/locale/ta/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ta/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/te/torbutton.dtd b/src/chrome/locale/te/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/te/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/te/torbutton.properties b/src/chrome/locale/te/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/te/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/tg/torbutton.dtd b/src/chrome/locale/tg/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/tg/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/tg/torbutton.properties b/src/chrome/locale/tg/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/tg/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/th/torbutton.properties b/src/chrome/locale/th/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/th/torbutton.properties
+++ b/src/chrome/locale/th/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ti/torbutton.dtd b/src/chrome/locale/ti/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ti/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ti/torbutton.properties b/src/chrome/locale/ti/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ti/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/tk/torbutton.dtd b/src/chrome/locale/tk/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/tk/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/tk/torbutton.properties b/src/chrome/locale/tk/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/tk/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/tr/torbutton.properties b/src/chrome/locale/tr/torbutton.properties
index 6fa187e..f4025f8 100644
--- a/src/chrome/locale/tr/torbutton.properties
+++ b/src/chrome/locale/tr/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Google Captcha algılandı. Aramana devam etmek i
torbutton.popup.captcha.always = Bu ayarı şu andan itibaren sürekli hale getir\n
torbutton.popup.redirect = Yönlendir
torbutton.popup.no_redirect = Yönlendirme
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/uk/torbutton.properties b/src/chrome/locale/uk/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/uk/torbutton.properties
+++ b/src/chrome/locale/uk/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ur/torbutton.dtd b/src/chrome/locale/ur/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ur/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ur/torbutton.properties b/src/chrome/locale/ur/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ur/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/ve/torbutton.dtd b/src/chrome/locale/ve/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/ve/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ve/torbutton.properties b/src/chrome/locale/ve/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/ve/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/vi/torbutton.properties b/src/chrome/locale/vi/torbutton.properties
index a0fb2ea..3d3b3d1 100644
--- a/src/chrome/locale/vi/torbutton.properties
+++ b/src/chrome/locale/vi/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/wa/torbutton.dtd b/src/chrome/locale/wa/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/wa/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/wa/torbutton.properties b/src/chrome/locale/wa/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/wa/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/wo/torbutton.dtd b/src/chrome/locale/wo/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/wo/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/wo/torbutton.properties b/src/chrome/locale/wo/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/wo/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/zh-CN/torbutton.dtd b/src/chrome/locale/zh-CN/torbutton.dtd
index abfb7fe..9333c1c 100644
--- a/src/chrome/locale/zh-CN/torbutton.dtd
+++ b/src/chrome/locale/zh-CN/torbutton.dtd
@@ -19,33 +19,33 @@
<!ENTITY torbutton.pref_connection.notice "禁用 Torbutton 来改变这些设置。">
<!ENTITY torbutton.pref_connection.more_info "更多信息">
<!ENTITY torbutton.pref_connection_more_info.title "帮助">
-<!ENTITY torbutton.pref_connection_more_info.text "Torbutton 目前使用中。如果您想改变非 Tor 代理设置,请禁用 Torbutton 后回到这里。如果您想改变 Tor 代理设置,请使用 Torbutton 偏好设置。">
+<!ENTITY torbutton.pref_connection_more_info.text "如果您想改变平常的代理设置,请在 Torbutton 禁用时修改。如果您想改变使用 TorButton 时的代理设置,请在 Torbutton 偏好设置中修改。如果这里的设置与 Torbutton 偏好设置中的不同 Torbutton 会被自动禁用。">
<!ENTITY torbutton.context_menu.toggle "转换 Tor 状态">
<!ENTITY torbutton.context_menu.toggle.key "T">
<!ENTITY torbutton.context_menu.preferences "首选项...">
<!ENTITY torbutton.context_menu.preferences.key "P">
<!ENTITY torbutton.context_menu.about "关于 Torbutton...">
<!ENTITY torbutton.context_menu.about.key "A">
-<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie 隐私保护">
<!ENTITY torbutton.context_menu.cookieProtections.key "C">
-<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor "复制 Tor URL">
<!ENTITY torbutton.context_menu.copyTor.key "p">
-<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab "在新标签中打开Tor URL">
<!ENTITY torbutton.context_menu.openTorTab.key "r">
-<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow "在新窗口中打开Tor URL">
<!ENTITY torbutton.context_menu.openTorWindow.key "d">
<!ENTITY torbutton.button.label "Torbutton">
-<!ENTITY torbutton.button.tooltip "点击初始化 Torbutton">
+<!ENTITY torbutton.button.tooltip "点此初始化 Torbutton">
<!ENTITY torbutton.prefs.sec_settings "安全选项">
<!ENTITY torbutton.prefs.block_thread "使用 Tor 时禁止读取历史(重要)">
<!ENTITY torbutton.prefs.block_thwrite "使用 Tor 时禁止写入历史(推荐)">
<!ENTITY torbutton.prefs.block_nthread "不用 Tor 时禁止读取历史(可选)">
<!ENTITY torbutton.prefs.block_nthwrite "不用 Tor 时禁止写入历史(可选)">
-<!ENTITY torbutton.prefs.clear_history "切换 Tor 时清除历史(可选)">
+<!ENTITY torbutton.prefs.clear_history "切换 Tor 状态时清除历史(可选)">
<!ENTITY torbutton.prefs.clear_cache "使用 Tor 时禁用硬盘缓存并在切换时清除缓存">
<!ENTITY torbutton.prefs.block_cache "使用 Tor 时禁止访问硬盘缓存和内存缓存">
<!ENTITY torbutton.prefs.cookie_jars "在受保护的jar中保存不用 Tor 时的cookie">
-<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.cookie_protection "请在 Cookie 隐私保护对话框内选择">
<!ENTITY torbutton.prefs.mmm_cookies "我要自己手动管理 cookies (危险)">
<!ENTITY torbutton.prefs.clear_cookies "切换 Tor 时清除 cookies">
<!ENTITY torbutton.prefs.disable_plugins "使用 Tor 时禁用插件(重要)">
@@ -65,9 +65,9 @@
<!ENTITY torbutton.prefs.disable_sessionstore "禁用 Firefox 的会话保存(推荐)">
<!ENTITY torbutton.prefs.headers "Header">
<!ENTITY torbutton.prefs.spoof_english "伪装浏览器语言为美国英语">
-<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.refererspoofing "Referer 欺骗">
<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
-<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.smartspoof "使用Tor时智能欺骗Referer(欺骗跨域Referer)">
<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
<!ENTITY torbutton.prefs.disable_domstorage "使用 Tor 时禁用浏览器的 DOM 储存(重要)">
<!ENTITY torbutton.prefs.forms "表单">
@@ -76,7 +76,7 @@
<!ENTITY torbutton.prefs.tor "使用 Tor">
<!ENTITY torbutton.prefs.non_tor "不用 Tor">
<!ENTITY torbutton.prefs.restore_tor "浏览器恢复进程时,设置 Tor 的状态为">
-<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "浏览器启动时,设置Tor的状态为:">
<!ENTITY torbutton.prefs.reload_crashed_jar "Firefox 崩溃后重载 cookie jar/清除 cookie(推荐)">
<!ENTITY torbutton.prefs.dual_cookie_jars "在受保护的 jar 文件中同时保存使用 Tor 和不用 Tor 时的 cookies(危险)">
<!ENTITY torbutton.prefs.clear_http_auth "清除 HTTP 认证进程(推荐)">
@@ -106,23 +106,23 @@
<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
<!ENTITY torbutton.prefs.no_proxies_on "不使用代理的地址:">
<!ENTITY torbutton.prefs.no_proxy_warning "警告:请不要使用上述任何主机名。">
-<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
-<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
-<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
-<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
-<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
-<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
-<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
-<!ENTITY torbutton.cookiedialog.lockCol "Protected">
-<!ENTITY torbutton.cookiedialog.domainCol "Host">
-<!ENTITY torbutton.cookiedialog.nameCol "Name">
-<!ENTITY torbutton.cookiedialog.pathCol "Path">
-<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
-<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
-<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
-<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
-<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
-<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.spoofreresh "不干预页面自动刷新">
+<!ENTITY torbutton.prefs.refereroptions "Referer 欺骗 选项">
+<!ENTITY torbutton.prefs.nospoof "不干预 Referer">
+<!ENTITY torbutton.prefs.spoofroot "发送页面的当前路径作为 Referer">
+<!ENTITY torbutton.prefs.spoofdomain "发送主域名作为 Referer">
+<!ENTITY torbutton.prefs.spoofblank "清空 Referer">
+<!ENTITY torbutton.cookiedialog.title "管理受保护的 Cookie">
+<!ENTITY torbutton.cookiedialog.lockCol "受保护">
+<!ENTITY torbutton.cookiedialog.domainCol "服务器">
+<!ENTITY torbutton.cookiedialog.nameCol "名称">
+<!ENTITY torbutton.cookiedialog.pathCol "路径">
+<!ENTITY torbutton.cookiedialog.protectCookie "保护Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "移除Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "停止保护Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "仅保留受保护的Cookie,其他移除全部">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "保护新的Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "不保护新的">
<!ENTITY torbutton.prefs.disable_livemarks "使用 Tor 时禁用 Livemark 更新(RSS书签)">
<!ENTITY torbutton.prefs.dtd_recommended "(推荐)">
<!ENTITY torbutton.prefs.dtd_optional "(可选)">
@@ -135,4 +135,4 @@
<!ENTITY torbutton.prefs.engine4 "scroogle.org">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "在 Google 搜索栏搜索时分割平台和语言信息。">
-<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
+<!ENTITY torbutton.prefs.transparentTor "Tor透明代理(需要自设透明代理或Tor路由程序的支持)">
diff --git a/src/chrome/locale/zh-CN/torbutton.properties b/src/chrome/locale/zh-CN/torbutton.properties
index fd9e1b3..22226db 100644
--- a/src/chrome/locale/zh-CN/torbutton.properties
+++ b/src/chrome/locale/zh-CN/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton 检测到了一个 Google Captcha,您
torbutton.popup.captcha.always = 此后总是使用此操作
torbutton.popup.redirect = 重定向
torbutton.popup.no_redirect = 不要重定向
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/zh-HK/torbutton.properties b/src/chrome/locale/zh-HK/torbutton.properties
index f991f5a..4116270 100644
--- a/src/chrome/locale/zh-HK/torbutton.properties
+++ b/src/chrome/locale/zh-HK/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/zh-TW/torbutton.properties b/src/chrome/locale/zh-TW/torbutton.properties
index 52048dd..6405783 100644
--- a/src/chrome/locale/zh-TW/torbutton.properties
+++ b/src/chrome/locale/zh-TW/torbutton.properties
@@ -34,3 +34,4 @@ torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you lik
torbutton.popup.captcha.always = Always perform this action from now on
torbutton.popup.redirect = Redirect
torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
diff --git a/src/chrome/locale/zu/torbutton.dtd b/src/chrome/locale/zu/torbutton.dtd
new file mode 100644
index 0000000..998eb76
--- /dev/null
+++ b/src/chrome/locale/zu/torbutton.dtd
@@ -0,0 +1,138 @@
+<!ENTITY torbutton.prefs.title "Torbutton Preferences">
+<!ENTITY torbutton.prefs.display_settings "Display Settings">
+<!ENTITY torbutton.prefs.display_panel "Display Tor proxy setting in the status bar">
+<!ENTITY torbutton.prefs.panel_format "Status bar display format:">
+<!ENTITY torbutton.prefs.panel_text_format "Text">
+<!ENTITY torbutton.prefs.panel_icon_format "Icon">
+<!ENTITY torbutton.prefs.tor_settings "Proxy Settings">
+<!ENTITY torbutton.prefs.recommended_settings "Use the recommended proxy settings for my version of Firefox">
+<!ENTITY torbutton.prefs.use_privoxy "Use Privoxy">
+<!ENTITY torbutton.prefs.use_polipo "Use Polipo">
+<!ENTITY torbutton.prefs.custom_settings "Use custom proxy settings">
+<!ENTITY torbutton.prefs.proxy.host.http "HTTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.https "SSL Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.ftp "FTP Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.gopher "Gopher Proxy:">
+<!ENTITY torbutton.prefs.proxy.host.socks "SOCKS Host:">
+<!ENTITY torbutton.prefs.proxy.port "Port:">
+<!ENTITY torbutton.about.title "About Torbutton">
+<!ENTITY torbutton.pref_connection.notice "Disable Torbutton to change these settings.">
+<!ENTITY torbutton.pref_connection.more_info "More information">
+<!ENTITY torbutton.pref_connection_more_info.title "Help">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window.">
+<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle.key "T">
+<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences.key "P">
+<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!ENTITY torbutton.context_menu.about.key "A">
+<!ENTITY torbutton.context_menu.cookieProtections "Cookie Protections">
+<!ENTITY torbutton.context_menu.cookieProtections.key "C">
+<!ENTITY torbutton.context_menu.copyTor "Copy Tor URL">
+<!ENTITY torbutton.context_menu.copyTor.key "p">
+<!ENTITY torbutton.context_menu.openTorTab "Open Tor URL in new Tab">
+<!ENTITY torbutton.context_menu.openTorTab.key "r">
+<!ENTITY torbutton.context_menu.openTorWindow "Open Tor URL in new Window">
+<!ENTITY torbutton.context_menu.openTorWindow.key "d">
+<!ENTITY torbutton.button.label "Torbutton">
+<!ENTITY torbutton.button.tooltip "Click to initialize Torbutton">
+<!ENTITY torbutton.prefs.sec_settings "Security Settings">
+<!ENTITY torbutton.prefs.block_thread "Block history reads during Tor (crucial)">
+<!ENTITY torbutton.prefs.block_thwrite "Block history writes during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_nthread "Block history reads during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.block_nthwrite "Block history writes during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.clear_history "Clear history on Tor toggle (optional)">
+<!ENTITY torbutton.prefs.clear_cache "Block Tor disk cache and clear all cache on Tor toggle">
+<!ENTITY torbutton.prefs.block_cache "Block disk and memory cache access during Tor">
+<!ENTITY torbutton.prefs.cookie_jars "Store Non-Tor cookies in a protected jar">
+<!ENTITY torbutton.prefs.cookie_protection "Use the Cookie Protections Dialog to choose">
+<!ENTITY torbutton.prefs.mmm_cookies "I will manually manage my cookies (dangerous)">
+<!ENTITY torbutton.prefs.clear_cookies "Clear cookies on Tor toggle">
+<!ENTITY torbutton.prefs.disable_plugins "Disable plugins during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.kill_bad_js "Hook dangerous javascript (crucial)">
+<!ENTITY torbutton.prefs.isolate_content "Isolate dynamic content to Tor state (crucial)">
+<!ENTITY torbutton.prefs.no_updates "Disable updates during Tor usage">
+<!ENTITY torbutton.prefs.set_uagent "Set user agent for Tor usage (crucial)">
+<!ENTITY torbutton.prefs.dynamic "Dynamic Content">
+<!ENTITY torbutton.prefs.cookies "Cookies">
+<!ENTITY torbutton.prefs.cache "Cache">
+<!ENTITY torbutton.prefs.history "History">
+<!ENTITY torbutton.prefs.no_search "Disable search suggestions during Tor (recommended)">
+<!ENTITY torbutton.prefs.shutdown "Shutdown">
+<!ENTITY torbutton.prefs.tor_shutdown "Clear Tor cookies during Tor-enabled browser shutdown">
+<!ENTITY torbutton.prefs.all_shutdown "Clear cookies during any browser shutdown">
+<!ENTITY torbutton.prefs.no_shutdown "Do not clear my cookies at shutdown">
+<!ENTITY torbutton.prefs.disable_sessionstore "Disable Session Saving (recommended)">
+<!ENTITY torbutton.prefs.headers "Headers">
+<!ENTITY torbutton.prefs.spoof_english "Spoof US English Browser">
+<!ENTITY torbutton.prefs.refererspoofing "Referer spoofing">
+<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
+<!ENTITY torbutton.prefs.smartspoof "Smart referer spoof during Tor usage (spoofs cross domain referers)">
+<!ENTITY torbutton.prefs.nospoof "No referer spoof during Tor usage (sends referers as normal)">
+<!ENTITY torbutton.prefs.disable_domstorage "Disable DOM Storage during Tor usage (crucial)">
+<!ENTITY torbutton.prefs.forms "Forms">
+<!ENTITY torbutton.prefs.block_tforms "Block password+form saving during Tor (recommended)">
+<!ENTITY torbutton.prefs.block_ntforms "Block password+form saving during Non-Tor (optional)">
+<!ENTITY torbutton.prefs.tor "Tor">
+<!ENTITY torbutton.prefs.non_tor "Non-Tor">
+<!ENTITY torbutton.prefs.restore_tor "On session restored startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.reload_crashed_jar "Reload cookie jar/clear cookies on Firefox crash (recommended)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Store both Tor and Non-Tor cookies in protected jars (dangerous)">
+<!ENTITY torbutton.prefs.clear_http_auth "Clear HTTP auth sessions (recommended)">
+<!ENTITY torbutton.prefs.block_js_history "Isolate access to history navigation to Tor state (crucial)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Resize windows to multiples of 50px during Tor usage (recommended)">
+<!ENTITY torbutton.prefs.close_tor "Close all Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.close_nontor "Close all Non-Tor windows and tabs on toggle (optional)">
+<!ENTITY torbutton.prefs.block_links "Block link clicks and page reloads from different Tor states (optional)">
+<!ENTITY torbutton.prefs.jar_certs "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Store CA certs in seperate jars for Tor/Non-Tor (recommended)">
+<!ENTITY torbutton.prefs.locked_mode "Disable Button and Hotkeys to prevent accidental toggle">
+<!ENTITY torbutton.prefs.startup_state "On normal startup, set Tor state to:">
+<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
+<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.block_tor_file_net "Block Tor access to network from file:// urls (recommended)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "Block Non-Tor access to network from file:// urls">
+<!ENTITY torbutton.prefs.restore_defaults "Restore Defaults">
+<!ENTITY torbutton.prefs.test_settings "Test Settings">
+<!ENTITY torbutton.prefs.test_auto "Test my Tor settings after the first time I toggle on every Firefox start">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
+<!ENTITY torbutton.prefs.tor_memory_jar "Do not write Tor cookies to disk">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Do not write Non-Tor cookies to disk">
+<!ENTITY torbutton.prefs.session_restore "Have the session store save and restore these tabs:">
+<!ENTITY torbutton.prefs.nontor_tabs "Tabs loaded in Non-Tor">
+<!ENTITY torbutton.prefs.tor_tabs "Tabs loaded in Tor">
+<!ENTITY torbutton.prefs.socks_vfour "SOCKS v4">
+<!ENTITY torbutton.prefs.socks_vfive "SOCKS v5">
+<!ENTITY torbutton.prefs.no_proxies_on "No Proxies for: ">
+<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!ENTITY torbutton.prefs.spoofreresh "Spoof Refresh">
+<!ENTITY torbutton.prefs.refereroptions "Referer Spoofing Options">
+<!ENTITY torbutton.prefs.nospoof "Do not spoof referer">
+<!ENTITY torbutton.prefs.spoofroot "Spoof the containing folder of the page">
+<!ENTITY torbutton.prefs.spoofdomain "Spoof the domain as referer">
+<!ENTITY torbutton.prefs.spoofblank "Make referer blank">
+<!ENTITY torbutton.cookiedialog.title "Manage Cookie Protections">
+<!ENTITY torbutton.cookiedialog.lockCol "Protected">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
+<!ENTITY torbutton.cookiedialog.nameCol "Name">
+<!ENTITY torbutton.cookiedialog.pathCol "Path">
+<!ENTITY torbutton.cookiedialog.protectCookie "Protect Cookie">
+<!ENTITY torbutton.cookiedialog.removeCookie "Remove Cookie">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "Unprotect Cookie">
+<!ENTITY torbutton.cookiedialog.removeAllBut "Remove All But Protected">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "Protect New Cookies">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Do Not Protect New Cookies">
+<!ENTITY torbutton.prefs.disable_livemarks "Disable Livemark updates during Tor usage">
+<!ENTITY torbutton.prefs.dtd_recommended "(recommended)">
+<!ENTITY torbutton.prefs.dtd_optional "(optional)">
+<!ENTITY torbutton.prefs.dtd_crucial "(crucial)">
+<!ENTITY torbutton.prefs.update_torbutton_via_tor "Redirect Torbutton updates through Tor">
+<!ENTITY torbutton.prefs.dodge_google_captcha "Automatically use an alternate search engine when presented with a Google Captcha:">
+<!ENTITY torbutton.prefs.engine1 "ixquick.com">
+<!ENTITY torbutton.prefs.engine2 "Bing.com">
+<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
+<!ENTITY torbutton.prefs.engine4 "scroogle.org">
+<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
+<!ENTITY torbutton.prefs.fix_google_srch "Strip platform and language off of Google Search Box queries">
+<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/zu/torbutton.properties b/src/chrome/locale/zu/torbutton.properties
new file mode 100644
index 0000000..4116270
--- /dev/null
+++ b/src/chrome/locale/zu/torbutton.properties
@@ -0,0 +1,37 @@
+torbutton.button.tooltip.disabled = Enable Tor
+torbutton.button.tooltip.enabled = Disable Tor
+torbutton.panel.tooltip.disabled = Click to enable Tor
+torbutton.panel.tooltip.enabled = Click to disable Tor
+torbutton.panel.plugins.disabled = Click to enable plugins
+torbutton.panel.plugins.enabled = Click to disable plugins
+torbutton.panel.label.disabled = Tor Disabled
+torbutton.panel.label.enabled = Tor Enabled
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton provides a button to easily enable or disable pointing Firefox to the Tor proxy
+torbutton.popup.history.warning = Torbutton blocked activity from a tab loaded in a different Tor state.\n\nThis is to work around Firefox Bugs 409737 and 417869.\n\nIf this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n\nTo reload the tab in this Tor state, hit 'enter' in the URL location box.\n\n
+torbutton.popup.plugin.warning = Torbutton blocked direct Tor load of plugin content.\n\nUse Save-As instead.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: It appears you have no custom Certificate Authorities. Examining the Certificate Authority list is a slow operation and slows down Tor toggle. Would you like to disable the isolation of Certificate Authority certificates? (If you don't understand this, it is safe to click OK)
+torbutton.popup.ff3.warning = Warning!\n\nTorbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n\nDo you wish to continue anyway?
+torbutton.popup.toggle.warning = You need to toggle Tor or restart for your settings to take effect.
+torbutton.popup.test.success = Tor proxy test successful!
+torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.confirm_toggle = The most recent Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?\n\nNote: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning.
+torbutton.popup.test.ff3_notice = Click OK to test Tor proxy settings. This test will happen in the background. Please be patient.
+torbutton.panel.label.verified = Tor Verified
+torbutton.popup.test.auto_failed = The automatic Tor proxy test failed to use Tor.\n\nAre you sure you want to enable anyway?
+torbutton.prefs.recommended = (recommended)
+torbutton.prefs.optional = (optional)
+torbutton.prefs.crucial = (crucial)
+torbutton.popup.external.title = Load external content?
+torbutton.popup.external.app = An external application is needed to handle:\n\n
+torbutton.popup.external.note = \n\nNOTE: External applications are NOT Tor safe by default and can unmask you!\n
+torbutton.popup.external.suggest = \nIf this file is untrusted, you should either save it to view while offline or in a VM,\nor consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n
+torbutton.popup.launch = Launch application
+torbutton.popup.cancel = Cancel
+torbutton.popup.dontask = Always launch applications from now on
+torbutton.popup.test.no_http_proxy = Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?
+torbutton.popup.captcha.title = Avoid Google Captchas?
+torbutton.popup.captcha.ask = Torbutton detected a Google Captcha. Would you like to be redirected to another search engine for this query?
+torbutton.popup.captcha.always = Always perform this action from now on
+torbutton.popup.redirect = Redirect
+torbutton.popup.no_redirect = Don't Redirect
+torbutton.popup.prompted_language = To give you more privacy, Torbutton can request the English language version of web pages. This may cause web pages that you prefer to read in your native language to display in English instead.\n\nWould you like to request English language web pages for better privacy?
1
0
Author: mikeperry
Date: 2011-03-21 09:03:03 +0000 (Mon, 21 Mar 2011)
New Revision: 24398
Modified:
translation/trunk/projects/torbutton-alpha/po/af/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/af/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ak/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ak/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/am/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/am/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ar/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ar/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/arn/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/arn/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ast/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ast/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/az/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/az/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/be/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/be/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/bg/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/bg/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/bn/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/bn/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/bo/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/bo/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/br/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/br/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/bs/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/bs/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ca/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ca/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/cs/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/cs/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/csb/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/csb/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/cy/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/cy/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/da/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/de/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/dz/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/dz/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/el/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/el/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/en/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/eo/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/eo/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/es/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/es/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/et/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/et/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/eu/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/eu/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fa/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fi/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fil/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/fil/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fo/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/fo/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fr/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/fr/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fur/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/fur/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fy/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/fy/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ga/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ga/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/gl/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/gl/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/gu/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/gu/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/gun/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/gun/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ha/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ha/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/he/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/he/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/hi/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/hi/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/hr/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/hr/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ht/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ht/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/hu/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/hu/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/hy/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/hy/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/id/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/id/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/is/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/is/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/it/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/it/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ja/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/jv/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/jv/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ka/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ka/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/km/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/km/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/kn/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/kn/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ko/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ko/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ku/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ku/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/kw/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/kw/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ky/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ky/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/lb/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/lb/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/lg/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ln/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ln/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/lo/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/lo/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/lt/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/lt/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/lv/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/lv/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mg/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mg/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mi/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mi/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mk/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mk/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ml/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ml/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mn/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mn/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mr/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mr/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ms/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ms/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mt/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mt/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/my/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/my/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/nah/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/nah/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/nap/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/nap/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/nb/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/nb/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ne/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ne/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/nl/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/nl/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/nn/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/nn/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/nso/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/nso/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/oc/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/oc/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/or/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/or/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/pa/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/pa/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/pap/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/pap/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/pl/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/pl/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/pms/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/pms/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ps/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ps/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/pt/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/pt/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/pt_BR/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/pt_BR/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ro/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ro/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ru/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ru/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sco/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/sco/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sk/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/sk/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sl/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/so/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/so/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/son/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/son/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sq/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/sq/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sr/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/st/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/st/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/su/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/su/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sv/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sw/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/sw/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ta/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ta/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/te/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/te/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/templates/torbutton.dtd.pot
translation/trunk/projects/torbutton-alpha/po/templates/torbutton.properties.pot
translation/trunk/projects/torbutton-alpha/po/tg/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/tg/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/th/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/th/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ti/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ti/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/tk/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/tk/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/tr/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/tr/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/uk/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/uk/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ur/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ur/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ve/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ve/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/vi/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/vi/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/wa/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/wa/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/wo/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/wo/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/zh_CN/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/zh_CN/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/zh_TW/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/zh_TW/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/zu/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/zu/torbutton.properties.po
Log:
Update torbutton strings
Modified: translation/trunk/projects/torbutton-alpha/po/af/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/af/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/af/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/af/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/af/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/af/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: af\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: af\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ak/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ak/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ak/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ak\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ak\n"
"Plural-Forms: nplurals=2; plural=n > 1\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ak/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ak/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ak/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ak\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ak\n"
"Plural-Forms: nplurals=2; plural=n > 1\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/am/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/am/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/am/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/am/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/am/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/am/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: am\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: am\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ar/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ar/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ar/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ar\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ar\n"
-"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"
+"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
+"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,12 +104,12 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
-"زر تور مفعّل حاليًا. إن كنت تريد تغيير إعدادات الوسيط غير المتعلقة بتور، "
-"فضلاً عطل زر تور أولاً ثم عد إلى هنا. إن كنت تريد تعديل إعدادات زر تور "
-"فاستخدم نافذة تفضيلات زر تور."
+"زر تور مفعّل حاليًا. إن كنت تريد تغيير إعدادات الوسيط غير المتعلقة بتور، فضلاً "
+"عطل زر تور أولاً ثم عد إلى هنا. إن كنت تريد تعديل إعدادات زر تور فاستخدم "
+"نافذة تفضيلات زر تور."
#: torbutton.context_menu.toggle
msgid "Toggle Tor status"
@@ -366,8 +368,7 @@
msgstr "أغلق كل نوافذ و تبويبات غير التور عند تغيير الحالة (اختياري)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"امنع نقر الروابط و إعادة تحميل الصفحات بين حالات التور المختلفة (اختياري)"
Modified: translation/trunk/projects/torbutton-alpha/po/ar/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ar/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ar/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-05-03 12:16-0600\n"
"Last-Translator: Anas Qtiesh <anasqtiesh(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -259,6 +259,15 @@
msgid "Don't Redirect"
msgstr "لا تقم بإعادة التوجيه"
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/arn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/arn/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/arn/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: arn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: arn\n"
"Plural-Forms: nplurals=2; plural=n > 1\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/arn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/arn/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/arn/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: arn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: arn\n"
"Plural-Forms: nplurals=2; plural=n > 1\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ast/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ast/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ast/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ast/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ast/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ast/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ast\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ast\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/az/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/az/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/az/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: az\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/az/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/az/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/az/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: az\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/be/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/be/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/be/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: be\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +365,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/be/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/be/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/be/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: be\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: be\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +61,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +80,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +112,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +165,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +208,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/bg/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bg/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/bg/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/bg/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bg/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/bg/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/bn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bn/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/bn/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/bn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bn/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/bn/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: bn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bn\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: bn_IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bn_IN\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: bn_IN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bn_IN\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/bo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bo/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/bo/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/bo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bo/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/bo/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: bo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bo\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/br/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/br/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/br/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: br\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/br/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/br/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/br/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: br\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: br\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/bs/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bs/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/bs/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bs\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +365,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/bs/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bs/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/bs/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: bs\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +61,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +80,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +112,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +165,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +208,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ca/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ca/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ca/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-04 18:48+0000\n"
"Last-Translator: ianmartorell <ianmartorell(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ca\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -103,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton està activat. Si voleu canviar la configuració del vostre proxy "
"quan no funciona Tor, desactiveu Torbutton i torneu aquí. Si voleu canviar "
@@ -375,8 +376,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ca/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ca/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ca/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -207,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/cs/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/cs/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/cs/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cs\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/cs/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/cs/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/cs/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-08-22 22:14+0200\n"
"Last-Translator: Martin <martinbarta(a)czech-city.eu>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -207,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/csb/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/csb/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/csb/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: csb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: csb\n"
-"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +365,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/csb/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/csb/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/csb/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: csb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: csb\n"
-"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +61,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +80,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +112,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +165,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +208,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/cy/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/cy/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/cy/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cy\n"
-"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3\n"
+"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != "
+"11) ? 2 : 3\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +365,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/cy/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/cy/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/cy/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: cy\n"
-"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3\n"
+"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != "
+"11) ? 2 : 3\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +61,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +80,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +112,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +165,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +208,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/da/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/da/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/da/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-03-02 05:32-0700\n"
"Last-Translator: Hans-Jørgen Martinus Hansen <hans-jorgen(a)live.dk>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,6 +252,15 @@
msgid "Don't Redirect"
msgstr ""
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
# Translated by Manuel Ojeda - ojeda(a)ojeda.dk
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
Modified: translation/trunk/projects/torbutton-alpha/po/de/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/de/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/de/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-04-10 06:46-0600\n"
"Last-Translator: CS <cs(a)carlostrub.ch>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -267,6 +267,15 @@
msgid "Don't Redirect"
msgstr "Nicht umleiten"
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/dz/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/dz/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/dz/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/dz/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/dz/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/dz/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: dz\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: dz\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/el/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/el/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/el/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-04 18:48+0000\n"
"Last-Translator: Evropi <yannanth(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Το Torbutton είναι ενεργοποιημένο.Αν θέλετε να αλλάξετε τις ρυθμίσεις "
"διαμεσολαβητή, εκτός του Tor, απενεργοποιήστε το Torbutton και επιστρέψτε "
@@ -192,8 +193,7 @@
#: torbutton.prefs.block_nthwrite
msgid "Block history writes during Non-Tor (optional)"
-msgstr ""
-"Απαγόρευση εγγραφής στο ιστορικό κατά τη χρήση εκτός Tor (προαιρετικό)"
+msgstr "Απαγόρευση εγγραφής στο ιστορικό κατά τη χρήση εκτός Tor (προαιρετικό)"
#: torbutton.prefs.clear_history
msgid "Clear history on Tor toggle (optional)"
@@ -357,8 +357,7 @@
#: torbutton.prefs.dual_cookie_jars
msgid "Store both Tor and Non-Tor cookies in protected jars (dangerous)"
msgstr ""
-"Αποθήκευση cookies από και εκτός Tor σε προστατευμένα αρχεία jar "
-"(επικίνδυνο)"
+"Αποθήκευση cookies από και εκτός Tor σε προστατευμένα αρχεία jar (επικίνδυνο)"
#: torbutton.prefs.clear_http_auth
msgid "Clear HTTP auth sessions (recommended)"
@@ -388,8 +387,7 @@
"λειτουργίας (προαιρετικό)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Μπλοκάρισμα κλικ σε δεσμούς και ανανέωσης σελίδων από διαφορετικές "
"καταστάσεις λειτουργίας Tor (προαιρετικό)"
@@ -397,8 +395,8 @@
#: torbutton.prefs.jar_certs
msgid "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)"
msgstr ""
-"Αποθήκευση πιστοποιητικών SSL σε ξεχωριστά αρχεία jar για χρήση με Tor/χωρίς"
-" Tor (συνιστάται)"
+"Αποθήκευση πιστοποιητικών SSL σε ξεχωριστά αρχεία jar για χρήση με Tor/χωρίς "
+"Tor (συνιστάται)"
#: torbutton.prefs.jar_ca_certs
msgid "Store CA certs in seperate jars for Tor/Non-Tor (recommended)"
@@ -409,8 +407,8 @@
#: torbutton.prefs.locked_mode
msgid "Disable Button and Hotkeys to prevent accidental toggle"
msgstr ""
-"Απενεργοποίηση Κουμπιού και Συντομεύσεων πλήκτρων για αποφυγή απροσχεδίαστης"
-" εναλλαγής"
+"Απενεργοποίηση Κουμπιού και Συντομεύσεων πλήκτρων για αποφυγή απροσχεδίαστης "
+"εναλλαγής"
#: torbutton.prefs.startup_state
msgid "On normal startup, set Tor state to:"
@@ -452,8 +450,7 @@
#: torbutton.prefs.disable_livemarks
msgid "Disable livemarks updates during Tor usage"
-msgstr ""
-"Απενεργοποίηση των ενημερώσεων του livemark όσο χρησιμοποιείται το Tor"
+msgstr "Απενεργοποίηση των ενημερώσεων του livemark όσο χρησιμοποιείται το Tor"
#: torbutton.prefs.tor_memory_jar
msgid "Do not write Tor cookies to disk"
Modified: translation/trunk/projects/torbutton-alpha/po/el/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/el/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/el/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-03-25 06:12-0600\n"
"Last-Translator: George Fragos <fragos.george(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -251,6 +251,15 @@
msgid "Don't Redirect"
msgstr ""
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation.\n"
#~ "\n"
Modified: translation/trunk/projects/torbutton-alpha/po/en/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/en/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/en/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -207,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/eo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/eo/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/eo/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/eo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/eo/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/eo/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: eo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: eo\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/es/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/es/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/es/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-04 18:48+0000\n"
"Last-Translator: ianmartorell <ianmartorell(a)gmail.com>\n"
"Language-Team: Spanish (Castilian) <None>\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -45,8 +46,7 @@
#: torbutton.prefs.recommended_settings
msgid "Use the recommended proxy settings for my version of Firefox"
-msgstr ""
-"Usar la configuración de proxy recomendada para mi versión de Firefox."
+msgstr "Usar la configuración de proxy recomendada para mi versión de Firefox."
#: torbutton.prefs.use_privoxy
msgid "Use Privoxy"
@@ -103,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton está activo. Si desea cambiar la configuración de su proxy (no "
"Tor), desactive Torbutton y regrese a este diálogo. Si desea cambiar la "
@@ -382,8 +382,7 @@
"(opcional)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Bloquear los clic en vínculos y recargas de páginas desde distintos estados "
"de Tor (opcional)"
@@ -424,8 +423,8 @@
#: torbutton.prefs.block_nontor_file_net
msgid "Block Non-Tor access to network from file:// urls"
msgstr ""
-"Bloquear el acceso sin Tor a la red desde archivos en direcciones archivo://"
-" url"
+"Bloquear el acceso sin Tor a la red desde archivos en direcciones archivo:// "
+"url"
#: torbutton.prefs.restore_defaults
msgid "Restore Defaults"
@@ -602,8 +601,7 @@
#: torbutton.prefs.fix_google_srch
msgid "Strip platform and language off of Google Search Box queries"
msgstr ""
-"Quitar plataforma y lenguaje de los Cuadros de petición de busqueda de "
-"Google"
+"Quitar plataforma y lenguaje de los Cuadros de petición de busqueda de Google"
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
Modified: translation/trunk/projects/torbutton-alpha/po/es/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/es/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/es/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-06-06 17:59-0600\n"
"Last-Translator: carolyn anhalt <carolyn(a)anhalt.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -267,6 +267,15 @@
msgid "Don't Redirect"
msgstr "No redireccionar"
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#, fuzzy
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
Modified: translation/trunk/projects/torbutton-alpha/po/et/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/et/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/et/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: et\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: et\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/et/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/et/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/et/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-02-18 03:19-0700\n"
"Last-Translator: Heiki Ojasild <heiki.ojasild(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -251,6 +251,15 @@
msgid "Don't Redirect"
msgstr ""
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/eu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/eu/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/eu/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/eu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/eu/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/eu/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: eu\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/fa/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fa/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fa/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -3,7 +3,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-09-05 02:49+0200\n"
"Last-Translator: iranfree <green.dove88(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -256,6 +256,15 @@
msgid "Don't Redirect"
msgstr "تغيير مسير ممكن نيست"
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation.\n"
#~ "\n"
Modified: translation/trunk/projects/torbutton-alpha/po/fi/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fi/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fi/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-04-08 10:59-0600\n"
"Last-Translator: AmaliaH <hilkka39(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -263,3 +263,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr "Älä Uudelleenohjaa"
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/fil/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fil/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fil/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: fil\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fil\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/fil/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fil/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fil/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: fil\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fil\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/fo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fo/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fo/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: fo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fo\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/fo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fo/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fo/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: fo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fo\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/fr/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fr/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fr/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -103,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton est actuellement activé. Si vous souhaitez modifier vos "
"paramètres proxy non-Tor, veuillez désactiver Torbutton et revenir à cette "
@@ -310,20 +311,20 @@
#: torbutton.prefs.spoofblank
msgid "Spoof blank referer during Tor usage (may break some sites)"
msgstr ""
-"Envoyer une adresse référente vide lorsque Tor est actif (risque de gêner la"
-" navigation sur certains sites)"
+"Envoyer une adresse référente vide lorsque Tor est actif (risque de gêner la "
+"navigation sur certains sites)"
#: torbutton.prefs.smartspoof
msgid "Smart referer spoof during Tor usage (spoofs cross domain referers)"
msgstr ""
-"Altération intelligente de l'adresse référente lorsque Tor est actif (altère"
-" les réferences aux domaines externes)"
+"Altération intelligente de l'adresse référente lorsque Tor est actif (altère "
+"les réferences aux domaines externes)"
#: torbutton.prefs.nospoof
msgid "No referer spoof during Tor usage (sends referers as normal)"
msgstr ""
-"Aucune altération de l'adresse référente lorsque Tor est actif (comportement"
-" normal du navigateur)"
+"Aucune altération de l'adresse référente lorsque Tor est actif (comportement "
+"normal du navigateur)"
#: torbutton.prefs.disable_domstorage
msgid "Disable DOM Storage during Tor usage (crucial)"
@@ -342,8 +343,7 @@
#: torbutton.prefs.block_ntforms
msgid "Block password+form saving during Non-Tor (optional)"
msgstr ""
-"Bloquer la sauvegarde de mot de passe+formulaire en mode non-Tor "
-"(facultatif)"
+"Bloquer la sauvegarde de mot de passe+formulaire en mode non-Tor (facultatif)"
#: torbutton.prefs.tor
msgid "Tor"
@@ -370,8 +370,7 @@
#: torbutton.prefs.dual_cookie_jars
msgid "Store both Tor and Non-Tor cookies in protected jars (dangerous)"
msgstr ""
-"Stocker les cookies Tor et non-Tor dans des cookie-jars sécurisés "
-"(dangereux)"
+"Stocker les cookies Tor et non-Tor dans des cookie-jars sécurisés (dangereux)"
#: torbutton.prefs.clear_http_auth
msgid "Clear HTTP auth sessions (recommended)"
@@ -401,8 +400,7 @@
"(optionnel)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Bloquer les liens cliquables et le rechargement des pages dans les "
"différents états de Tor (facultatif)"
@@ -419,8 +417,7 @@
#: torbutton.prefs.locked_mode
msgid "Disable Button and Hotkeys to prevent accidental toggle"
-msgstr ""
-"Désactiver le bouton et les raccourcis pour éviter un arrêt accidentel"
+msgstr "Désactiver le bouton et les raccourcis pour éviter un arrêt accidentel"
#: torbutton.prefs.startup_state
msgid "On normal startup, set Tor state to:"
@@ -622,5 +619,5 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
-"Torification transparente (requiert un transproxy personnalisé ou un routeur"
-" Tor)"
+"Torification transparente (requiert un transproxy personnalisé ou un routeur "
+"Tor)"
Modified: translation/trunk/projects/torbutton-alpha/po/fr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fr/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fr/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: Torbutton\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-07-27 20:16+0200\n"
"Last-Translator: Médéric <mederic.ribreux(a)gmail.com>\n"
"Language-Team: Mfr <mfr (ä] misericordia.be>\n"
@@ -270,6 +270,15 @@
msgid "Don't Redirect"
msgstr "Ne pas rediriger"
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/fur/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fur/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fur/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: fur\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fur\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/fur/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fur/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fur/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: fur\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fur\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/fy/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fy/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fy/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: fy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fy\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/fy/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fy/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/fy/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: fy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: fy\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ga/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ga/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ga/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ga\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ga\n"
-"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4)\n"
+"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : "
+"4)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +365,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ga/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ga/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ga/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ga\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ga\n"
-"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4)\n"
+"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : "
+"4)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +61,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +80,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +112,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +165,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +208,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/gl/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/gl/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/gl/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/gl/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/gl/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/gl/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/gu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/gu/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/gu/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: gu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: gu\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/gu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/gu/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/gu/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-09-02 16:54+0200\n"
"Last-Translator: Kartik <kartik(a)debian.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -207,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr "બીજે ન મોકલો"
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/gun/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/gun/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/gun/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: gun\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: gun\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/gun/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/gun/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/gun/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: gun\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: gun\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ha/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ha/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ha/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ha\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ha\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ha/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ha/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ha/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ha\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ha\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/he/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/he/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/he/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/he/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/he/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/he/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: he\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: he\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/hi/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hi/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/hi/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,13 +103,12 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
-"टोर बटन अभी समर्थकृत है । अगर आप आपने अन्य (टोर के अलावा) प्रोक्सी सेटिंग को"
-" बदलना चाहते है तो टोर को असमर्थ करके इधर प्रतिगमन करे । अगर आप अपने टोर "
-"सेटिंग को बदलना चाहते है तो कृपिया टोर बटन के प्रिफ़रेन्स खिड़की का उपयोग करे "
-"।"
+"टोर बटन अभी समर्थकृत है । अगर आप आपने अन्य (टोर के अलावा) प्रोक्सी सेटिंग को बदलना "
+"चाहते है तो टोर को असमर्थ करके इधर प्रतिगमन करे । अगर आप अपने टोर सेटिंग को बदलना "
+"चाहते है तो कृपिया टोर बटन के प्रिफ़रेन्स खिड़की का उपयोग करे ।"
#: torbutton.context_menu.toggle
msgid "Toggle Tor status"
@@ -180,8 +180,7 @@
#: torbutton.prefs.block_thread
msgid "Block history reads during Tor (crucial)"
-msgstr ""
-"टोर चलते समय अपने ब्राउसर के इतिहास रेकार्द को बन्द करे (अतियन्त महत्वपूर्ण)"
+msgstr "टोर चलते समय अपने ब्राउसर के इतिहास रेकार्द को बन्द करे (अतियन्त महत्वपूर्ण)"
#: torbutton.prefs.block_thwrite
msgid "Block history writes during Tor (recommended)"
@@ -368,8 +367,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/hi/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hi/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/hi/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hi\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/hr/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hr/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/hr/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: hr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hr\n"
-"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
+"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton je trenutno omogućen. Ako biste željeli promijeniti Vaše ne-Tor "
"proxy postavke, molimo Vas da onemogućite Torbutton i vratite se ovdje. Ako "
@@ -367,8 +369,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/hr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hr/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/hr/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -209,3 +209,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ht/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ht/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ht/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ht\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ht\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ht/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ht/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ht/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ht\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ht\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/hu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hu/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/hu/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/hu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hu/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/hu/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/hy/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hy/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/hy/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: hy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hy\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/hy/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hy/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/hy/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: hy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hy\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/id/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/id/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/id/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: id\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,13 +103,12 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
-"Torbutton sedang aktif. Apabila Anda ingin mengubah pengaturan proxy selain"
-" proxy Tor, Silahkan nonaktifkan Torbutton dan kembali ke sini. Apabila "
-"Anda ingin mengubah pengaturan Tor, silahkan gunakan jendela preferensi "
-"Torbutton."
+"Torbutton sedang aktif. Apabila Anda ingin mengubah pengaturan proxy selain "
+"proxy Tor, Silahkan nonaktifkan Torbutton dan kembali ke sini. Apabila Anda "
+"ingin mengubah pengaturan Tor, silahkan gunakan jendela preferensi Torbutton."
#: torbutton.context_menu.toggle
msgid "Toggle Tor status"
@@ -372,8 +372,7 @@
msgstr "Tutup semua jendela Non-Tor dan Tab pada saat peralihan (opsional)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Blokir klik tautan dan pemuatulangan halaman dari kondisi Tor yang berbeda "
"(opsional)"
@@ -385,8 +384,7 @@
#: torbutton.prefs.jar_ca_certs
msgid "Store CA certs in seperate jars for Tor/Non-Tor (recommended)"
-msgstr ""
-"Simpan sertifikat CA dalam jar terpisah untuk Tor/Non-Tor (disarankan)"
+msgstr "Simpan sertifikat CA dalam jar terpisah untuk Tor/Non-Tor (disarankan)"
#: torbutton.prefs.locked_mode
msgid "Disable Button and Hotkeys to prevent accidental toggle"
@@ -424,8 +422,8 @@
msgid ""
"Test my Tor settings after the first time I toggle on every Firefox start"
msgstr ""
-"Uji pengaturan Tor saya setelah saya melakukan peralihan yang pertama setiap"
-" kali Firefox dimulai"
+"Uji pengaturan Tor saya setelah saya melakukan peralihan yang pertama setiap "
+"kali Firefox dimulai"
#: torbutton.prefs.disable_livemarks
msgid "Disable livemarks updates during Tor usage"
Modified: translation/trunk/projects/torbutton-alpha/po/id/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/id/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/id/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-07-13 10:30-0600\n"
"Last-Translator: Iqbal Rush <iqbal_pikachu(a)yahoo.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -264,3 +264,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr "Jangan Pindahkan jalur"
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/is/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/is/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/is/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: is\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/is/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/is/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/is/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: is\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: is\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/it/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/it/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/it/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Italian <None>\n"
+"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,13 +103,12 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
-"Torbutton è attualmente attivo. Se vuoi cambiare la configurazione del proxy"
-" quando non usi Tor, disabilita Torbutton e torna qui. Se vuoi modificare "
-"la configurazione quando usi Tor, usa la finestra delle preferenze di "
-"Torbutton."
+"Torbutton è attualmente attivo. Se vuoi cambiare la configurazione del proxy "
+"quando non usi Tor, disabilita Torbutton e torna qui. Se vuoi modificare la "
+"configurazione quando usi Tor, usa la finestra delle preferenze di Torbutton."
#: torbutton.context_menu.toggle
msgid "Toggle Tor status"
@@ -189,8 +189,7 @@
#: torbutton.prefs.block_nthread
msgid "Block history reads during Non-Tor (optional)"
-msgstr ""
-"Blocca la lettura della cronologia quando non si usa Tor (facoltativo)"
+msgstr "Blocca la lettura della cronologia quando non si usa Tor (facoltativo)"
#: torbutton.prefs.block_nthwrite
msgid "Block history writes during Non-Tor (optional)"
@@ -361,8 +360,7 @@
#: torbutton.prefs.dual_cookie_jars
msgid "Store both Tor and Non-Tor cookies in protected jars (dangerous)"
msgstr ""
-"Conserva sia i cookie Tor sia quelli Non-Tor in archivi protetti "
-"(pericoloso)"
+"Conserva sia i cookie Tor sia quelli Non-Tor in archivi protetti (pericoloso)"
#: torbutton.prefs.clear_http_auth
msgid "Clear HTTP auth sessions (recommended)"
@@ -393,8 +391,7 @@
"(facoltativo)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Blocca i clic sui link e la ricarica delle pagine da stati Tor differenti "
"(facoltativo)"
@@ -436,8 +433,7 @@
#: torbutton.prefs.block_nontor_file_net
msgid "Block Non-Tor access to network from file:// urls"
msgstr ""
-"Blocca l'accesso non-Tor alla rete da indirizzi di tipo file:// "
-"(consigliato)"
+"Blocca l'accesso non-Tor alla rete da indirizzi di tipo file:// (consigliato)"
#: torbutton.prefs.restore_defaults
msgid "Restore Defaults"
Modified: translation/trunk/projects/torbutton-alpha/po/it/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/it/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/it/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-09-29 09:56+0200\n"
"Last-Translator: Frate <>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -249,6 +249,15 @@
msgid "Don't Redirect"
msgstr "No redirect"
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ja/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ja/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ja/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-04-13 22:17-0600\n"
"Last-Translator: Shinji R. Yamane <s-yamane(a)computer.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -207,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/jv/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/jv/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/jv/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: jv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: jv\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/jv/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/jv/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/jv/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: jv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: jv\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ka/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ka/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ka/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ka/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ka/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ka/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ka\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/km/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/km/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/km/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: km\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: km\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/km/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/km/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/km/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: km\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: km\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/kn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/kn/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/kn/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: kn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: kn\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/kn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/kn/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/kn/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: kn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: kn\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ko/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ko/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ko/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ko/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ko/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ko/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ku/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ku/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ku/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ku\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ku\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ku/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ku/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ku/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ku\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ku\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/kw/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/kw/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/kw/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: kw\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: kw\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : 3\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/kw/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/kw/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/kw/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: kw\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: kw\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : 3\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ky/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ky/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ky/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ky\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ky\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ky/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ky/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ky/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ky\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ky\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/lb/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lb/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/lb/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: lb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: lb\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/lb/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lb/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/lb/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: lb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: lb\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/lg/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lg/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/lg/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -207,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ln/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ln/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ln/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ln\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ln\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ln/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ln/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ln/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ln\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ln\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/lo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lo/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/lo/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: lo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: lo\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/lo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lo/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/lo/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: lo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: lo\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/lt/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lt/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/lt/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: lt\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
+"%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +365,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/lt/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lt/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/lt/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: lt\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
+"%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +61,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +80,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +112,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +165,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +208,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/lv/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lv/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/lv/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: lv\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
+"2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +365,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/lv/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lv/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/lv/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: lv\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: lv\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
+"2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +61,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +80,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +112,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +165,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +208,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mg/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mg/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mg/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mg\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/mg/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mg/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mg/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mg\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mi/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mi/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mi/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mi\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/mi/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mi/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mi/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mi\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mk/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mk/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/mk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mk/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mk/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mk\n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ml/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ml/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ml/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ml\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ml\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ml/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ml/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ml/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ml\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ml\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mn/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mn/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mn\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/mn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mn/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mn/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mn\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mr/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mr/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mr/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mr\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/mr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mr/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mr/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mr\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ms/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ms/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ms/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ms\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ms\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ms/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ms/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ms/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ms\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ms\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mt/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mt/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mt/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mt\n"
-"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3)\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n"
+"%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +365,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/mt/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mt/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/mt/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: mt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: mt\n"
-"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3)\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n"
+"%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +61,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +80,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +112,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +165,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +208,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/my/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/my/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/my/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: my\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: my\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -45,9 +46,7 @@
#: torbutton.prefs.recommended_settings
msgid "Use the recommended proxy settings for my version of Firefox"
-msgstr ""
-"အၾကံျပဳ ေထာက္ခံေသာ proxy ခ်ိန္ညိႇခ်က္မ်ားကို မိမိ၏ Firefox version တြင္ "
-"အသံုးျပဳရန္"
+msgstr "အၾကံျပဳ ေထာက္ခံေသာ proxy ခ်ိန္ညိႇခ်က္မ်ားကို မိမိ၏ Firefox version တြင္ အသံုးျပဳရန္"
#: torbutton.prefs.use_privoxy
msgid "Use Privoxy"
@@ -104,12 +103,11 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
-"Torbutton ကုိ လက္ရွိတြင္ အသံုးျပဳႏုိင္ပါသည္။ Tor Proxy မဟုတ္ေသာ "
-"ခ်ိန္ညိႇခ်က္မ်ားကို ေျပာင္းလဲ အသံုးျပဳႏုိင္ရန္အတြက္ Torbutton ကုိ "
-"အသံုးမျပဳႏိုင္ေအာင္ ပိတ္၍ ယခုေနရာသို႕ ျပန္လာပါ။ Tor ခ်ိန္ညႇိခ်က္မ်ားကို "
+"Torbutton ကုိ လက္ရွိတြင္ အသံုးျပဳႏုိင္ပါသည္။ Tor Proxy မဟုတ္ေသာ ခ်ိန္ညိႇခ်က္မ်ားကို ေျပာင္းလဲ "
+"အသံုးျပဳႏုိင္ရန္အတြက္ Torbutton ကုိ အသံုးမျပဳႏိုင္ေအာင္ ပိတ္၍ ယခုေနရာသို႕ ျပန္လာပါ။ Tor ခ်ိန္ညႇိခ်က္မ်ားကို "
"ေျပာင္းလဲလိုပါက Torbutton ဦးစားေပးညႊန္ျပခ်က္မ်ားကို ကို အသံုးျပဳပါ။"
#: torbutton.context_menu.toggle
@@ -182,43 +180,32 @@
#: torbutton.prefs.block_thread
msgid "Block history reads during Tor (crucial)"
-msgstr ""
-"Tor အသံုးျပဳစဥ္အတြင္း history ဖတ္႐ႈျခင္းကို ပိတ္ပင္ထားရန္ (အေရးၾကီးပါသည္)"
+msgstr "Tor အသံုးျပဳစဥ္အတြင္း history ဖတ္႐ႈျခင္းကို ပိတ္ပင္ထားရန္ (အေရးၾကီးပါသည္)"
#: torbutton.prefs.block_thwrite
msgid "Block history writes during Tor (recommended)"
-msgstr ""
-"Tor အသံုးျပဳစဥ္အတြင္း history ေရးျခင္းကုိ ပိတ္ပင္ထားရန္ "
-"(အၾကံျပဳေထာက္ခံပါသည္)"
+msgstr "Tor အသံုးျပဳစဥ္အတြင္း history ေရးျခင္းကုိ ပိတ္ပင္ထားရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
#: torbutton.prefs.block_nthread
msgid "Block history reads during Non-Tor (optional)"
-msgstr ""
-"Tor အသံုးမျပဳစဥ္အတြင္း history ဖတ္ျခင္းကို ပိတ္ပင္ထားရန္ "
-"(ေရြးခ်ယ္ႏိုင္ပါသည္)"
+msgstr "Tor အသံုးမျပဳစဥ္အတြင္း history ဖတ္ျခင္းကို ပိတ္ပင္ထားရန္ (ေရြးခ်ယ္ႏိုင္ပါသည္)"
#: torbutton.prefs.block_nthwrite
msgid "Block history writes during Non-Tor (optional)"
-msgstr ""
-"Tor အသံုးမျပဳစဥ္အတြင္း history ေရးျခင္းကုိ ပိတ္ပင္ထားရန္ "
-"(ေရြးခ်ယ္ႏုိင္ပါသည္)"
+msgstr "Tor အသံုးမျပဳစဥ္အတြင္း history ေရးျခင္းကုိ ပိတ္ပင္ထားရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)"
#: torbutton.prefs.clear_history
msgid "Clear history on Tor toggle (optional)"
-msgstr ""
-"Tor အသံုးျပဳ/မျပဳ ေျပာင္းလဲခ်ိန္တြင္ history ကုိ ရွင္းလင္းရန္ "
-"(ေရြးခ်ယ္ႏုိင္ပါသည္)"
+msgstr "Tor အသံုးျပဳ/မျပဳ ေျပာင္းလဲခ်ိန္တြင္ history ကုိ ရွင္းလင္းရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)"
#: torbutton.prefs.clear_cache
msgid "Block Tor disk cache and clear all cache on Tor toggle"
msgstr ""
-"Tor အသံုးျပဳ/မျပဳ ေျပာင္းလဲခ်ိန္တြင္ Disk cache ျပဳလုပ္မႈႏွင့္ cache "
-"ရွင္းလင္းမႈမ်ားကုိ ပိတ္ပင္ထားရန္"
+"Tor အသံုးျပဳ/မျပဳ ေျပာင္းလဲခ်ိန္တြင္ Disk cache ျပဳလုပ္မႈႏွင့္ cache ရွင္းလင္းမႈမ်ားကုိ ပိတ္ပင္ထားရန္"
#: torbutton.prefs.block_cache
msgid "Block disk and memory cache access during Tor"
-msgstr ""
-"Tor အသံုးျပဳစဥ္အတြင္း disk ႏွင့္ memory cache အသံုးျပဳမႈကို ပိတ္ပင္ထားရန္"
+msgstr "Tor အသံုးျပဳစဥ္အတြင္း disk ႏွင့္ memory cache အသံုးျပဳမႈကို ပိတ္ပင္ထားရန္"
#: torbutton.prefs.cookie_jars
msgid "Store Non-Tor cookies in a protected jar"
@@ -238,19 +225,15 @@
#: torbutton.prefs.disable_plugins
msgid "Disable plugins during Tor usage (crucial)"
-msgstr ""
-"Tor အသံုးျပဳမႈရွိေနစဥ္အတြင္း plugins မ်ားကုိ ပိတ္ပင္ထားရန္ (အေရးၾကီးပါသည္)"
+msgstr "Tor အသံုးျပဳမႈရွိေနစဥ္အတြင္း plugins မ်ားကုိ ပိတ္ပင္ထားရန္ (အေရးၾကီးပါသည္)"
#: torbutton.prefs.kill_bad_js
msgid "Hook dangerous javascript (crucial)"
-msgstr ""
-"အႏၱရယ္ရွိေသာ javascript မ်ားကုိ hook ခ်ိတ္ျဖင့္ထိန္းခ်ဳပ္ထားရန္ လုပ္ထားရန္ "
-"(အေရးၾကီးပါသည္)"
+msgstr "အႏၱရယ္ရွိေသာ javascript မ်ားကုိ hook ခ်ိတ္ျဖင့္ထိန္းခ်ဳပ္ထားရန္ လုပ္ထားရန္ (အေရးၾကီးပါသည္)"
#: torbutton.prefs.isolate_content
msgid "Isolate dynamic content to Tor state (crucial)"
-msgstr ""
-"Tor အေျခအေနတြင္ dynamic content မ်ားကို သီးျခား ခဲြထားရန္ (အေရးၾကီးပါသည္)"
+msgstr "Tor အေျခအေနတြင္ dynamic content မ်ားကို သီးျခား ခဲြထားရန္ (အေရးၾကီးပါသည္)"
#: torbutton.prefs.no_updates
msgid "Disable updates during Tor usage"
@@ -258,8 +241,7 @@
#: torbutton.prefs.set_uagent
msgid "Set user agent for Tor usage (crucial)"
-msgstr ""
-"Tor အသံုးျပဳမႈအတြက္ အသံုးျပဳသူ ကုိယ္စားလွယ္ကို သတ္မွတ္ရန္ (အေရးၾကီးပါသည္)"
+msgstr "Tor အသံုးျပဳမႈအတြက္ အသံုးျပဳသူ ကုိယ္စားလွယ္ကို သတ္မွတ္ရန္ (အေရးၾကီးပါသည္)"
#: torbutton.prefs.dynamic
msgid "Dynamic Content"
@@ -279,9 +261,7 @@
#: torbutton.prefs.no_search
msgid "Disable search suggestions during Tor (recommended)"
-msgstr ""
-"Tor အသံုးျပဳစဥ္အတြင္း ရွာေဖြရန္ အၾကံျပဳမႈမ်ားကုိ ပိတ္ပင္ထားရန္ "
-"(အၾကံျပဳေထာက္ခံပါသည္)"
+msgstr "Tor အသံုးျပဳစဥ္အတြင္း ရွာေဖြရန္ အၾကံျပဳမႈမ်ားကုိ ပိတ္ပင္ထားရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
#: torbutton.prefs.shutdown
msgid "Shutdown"
@@ -289,14 +269,11 @@
#: torbutton.prefs.tor_shutdown
msgid "Clear Tor cookies during Tor-enabled browser shutdown"
-msgstr ""
-"Tor အသံုးျပဳႏုိင္ေသာ browser ကုိ ပိတ္ေနစဥ္အတြင္း Tor Cookies မ်ားကို "
-"ရွင္းလင္းရန္"
+msgstr "Tor အသံုးျပဳႏုိင္ေသာ browser ကုိ ပိတ္ေနစဥ္အတြင္း Tor Cookies မ်ားကို ရွင္းလင္းရန္"
#: torbutton.prefs.all_shutdown
msgid "Clear cookies during any browser shutdown"
-msgstr ""
-"မည္သည့္ browser ကုိ မဆုိ ပိတ္ေနစဥ္အတြင္း Cookies မ်ားကို ရွင္းလင္းရန္"
+msgstr "မည္သည့္ browser ကုိ မဆုိ ပိတ္ေနစဥ္အတြင္း Cookies မ်ားကို ရွင္းလင္းရန္"
#: torbutton.prefs.no_shutdown
msgid "Do not clear my cookies at shutdown"
@@ -332,8 +309,7 @@
#: torbutton.prefs.disable_domstorage
msgid "Disable DOM Storage during Tor usage (crucial)"
-msgstr ""
-"Tor အသံုးျပဳစဥ္အတြင္း DOM သိမ္းဆည္းမႈကို ပိတ္ပင္ထားရန္ (အေရးၾကီးပါသည္)"
+msgstr "Tor အသံုးျပဳစဥ္အတြင္း DOM သိမ္းဆည္းမႈကို ပိတ္ပင္ထားရန္ (အေရးၾကီးပါသည္)"
#: torbutton.prefs.forms
msgid "Forms"
@@ -342,14 +318,12 @@
#: torbutton.prefs.block_tforms
msgid "Block password+form saving during Tor (recommended)"
msgstr ""
-"Tor အသံုးျပဳစဥ္အတြင္း စကားဝွက္ ႏွင့္ ျဖည့္စြက္ပံုစံမ်ား သိမ္းဆည္းျခင္းကုိ "
-"ပိတ္ပင္ထားရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
+"Tor အသံုးျပဳစဥ္အတြင္း စကားဝွက္ ႏွင့္ ျဖည့္စြက္ပံုစံမ်ား သိမ္းဆည္းျခင္းကုိ ပိတ္ပင္ထားရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
#: torbutton.prefs.block_ntforms
msgid "Block password+form saving during Non-Tor (optional)"
msgstr ""
-"Tor အသံုးမျပဳစဥ္အတြင္း စကားဝွက္ ႏွင့္ ျဖည့္စြက္ပံုစံမ်ား သိမ္းဆည္းျခင္းကုိ "
-"ပိတ္ပင္ထားရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)"
+"Tor အသံုးမျပဳစဥ္အတြင္း စကားဝွက္ ႏွင့္ ျဖည့္စြက္ပံုစံမ်ား သိမ္းဆည္းျခင္းကုိ ပိတ္ပင္ထားရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)"
#: torbutton.prefs.tor
msgid "Tor"
@@ -370,67 +344,60 @@
#: torbutton.prefs.reload_crashed_jar
msgid "Reload cookie jar/clear cookies on Firefox crash (recommended)"
msgstr ""
-"Firefox မွားယြင္းရပ္တန္႕သြားလွ်င္ cookie jar ကုိ ျပန္လည္ တင္ပို႕ယူရန္/ "
-"ရွင္းလင္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
+"Firefox မွားယြင္းရပ္တန္႕သြားလွ်င္ cookie jar ကုိ ျပန္လည္ တင္ပို႕ယူရန္/ ရွင္းလင္းရန္ "
+"(အၾကံျပဳေထာက္ခံပါသည္)"
#: torbutton.prefs.dual_cookie_jars
msgid "Store both Tor and Non-Tor cookies in protected jars (dangerous)"
-msgstr ""
-"Tor ႏွင့္ Tor မဟုတ္ေသာ cookies မ်ားကုိ ကာကြယ္ထားေသာ jars မ်ားထဲတြင္ "
-"သိမ္းဆည္းထားရန္"
+msgstr "Tor ႏွင့္ Tor မဟုတ္ေသာ cookies မ်ားကုိ ကာကြယ္ထားေသာ jars မ်ားထဲတြင္ သိမ္းဆည္းထားရန္"
#: torbutton.prefs.clear_http_auth
msgid "Clear HTTP auth sessions (recommended)"
-msgstr ""
-"HTTP အသံုးျပဳမႈ စစ္ေဆးေသာ က႑မ်ားကို ရွင္းလင္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
+msgstr "HTTP အသံုးျပဳမႈ စစ္ေဆးေသာ က႑မ်ားကို ရွင္းလင္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
#: torbutton.prefs.block_js_history
msgid "Isolate access to history navigation to Tor state (crucial)"
msgstr ""
-"Tor အေျခအေနသို႕ history ရွာေဖြသြားလာမႈ အသံုးျပဳခြင့္ကို သီးျခား ခဲြျခား "
-"ထားရန္ (အေရးၾကီးပါသည္)"
+"Tor အေျခအေနသို႕ history ရွာေဖြသြားလာမႈ အသံုးျပဳခြင့္ကို သီးျခား ခဲြျခား ထားရန္ "
+"(အေရးၾကီးပါသည္)"
#: torbutton.prefs.resize_on_toggle
msgid "Resize windows to multiples of 50px during Tor usage (recommended)"
-msgstr ""
-"Tor အသံုးျပဳေနစဥ္အတြင္း windows ကုိ 50 px သို႕ အရြယ္အစား ထားရွိရန္ "
-"(အၾကံျပဳေထာက္ခံပါသည္)"
+msgstr "Tor အသံုးျပဳေနစဥ္အတြင္း windows ကုိ 50 px သို႕ အရြယ္အစား ထားရွိရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
#: torbutton.prefs.close_tor
msgid "Close all Tor windows and tabs on toggle (optional)"
msgstr ""
-"အသံုးျပဳမႈ ေျပာင္းလဲစဥ္အတြင္း Tor windows မ်ားႏွင့္ tabs မ်ား အားလံုးကုိ "
-"ပိတ္သိမ္းရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)"
+"အသံုးျပဳမႈ ေျပာင္းလဲစဥ္အတြင္း Tor windows မ်ားႏွင့္ tabs မ်ား အားလံုးကုိ ပိတ္သိမ္းရန္ "
+"(ေရြးခ်ယ္ႏုိင္ပါသည္)"
#: torbutton.prefs.close_nontor
msgid "Close all Non-Tor windows and tabs on toggle (optional)"
msgstr ""
-"အသံုးျပဳမႈ ေျပာင္းလဲစဥ္အတြင္း Tor မဟုတ္ေသာ windows မ်ားႏွင့္ tabs မ်ား "
-"အားလံုးကုိ ပိတ္သိမ္းရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)"
+"အသံုးျပဳမႈ ေျပာင္းလဲစဥ္အတြင္း Tor မဟုတ္ေသာ windows မ်ားႏွင့္ tabs မ်ား အားလံုးကုိ ပိတ္သိမ္းရန္ "
+"(ေရြးခ်ယ္ႏုိင္ပါသည္)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
-"မတူညီေသာ Tor အေျခအေနမ်ားတြင္ ခ်ိတ္ဆက္လင့္ခ္မ်ားကုိ ကုိ ကလစ္လုပ္ျခင္းႏွင့္ "
-"စာမ်က္ႏွာမ်ား ျပန္လည္ ေခၚယူျခင္းကို ပိတ္ပင္ရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)"
+"မတူညီေသာ Tor အေျခအေနမ်ားတြင္ ခ်ိတ္ဆက္လင့္ခ္မ်ားကုိ ကုိ ကလစ္လုပ္ျခင္းႏွင့္ စာမ်က္ႏွာမ်ား ျပန္လည္ ေခၚယူျခင္းကို "
+"ပိတ္ပင္ရန္ (ေရြးခ်ယ္ႏုိင္ပါသည္)"
#: torbutton.prefs.jar_certs
msgid "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)"
msgstr ""
-"Tor အသံုးျပဳေသာ သို႕မဟုတ္ Tor အသံုးမျပဳေသာ အေျခအေနတြင္ SSL certs မ်ားကုိ "
-"သီးျခား jars မ်ားတြင္ သိမ္းဆည္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
+"Tor အသံုးျပဳေသာ သို႕မဟုတ္ Tor အသံုးမျပဳေသာ အေျခအေနတြင္ SSL certs မ်ားကုိ သီးျခား jars "
+"မ်ားတြင္ သိမ္းဆည္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
#: torbutton.prefs.jar_ca_certs
msgid "Store CA certs in seperate jars for Tor/Non-Tor (recommended)"
msgstr ""
-"Tor အသံုးျပဳေသာ သို႕မဟုတ္ Tor အသံုးမျပဳေသာ အေျခအေနတြင္ CA certs မ်ားကုိ "
-"သီးျခား jars မ်ားတြင္ သိမ္းဆည္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
+"Tor အသံုးျပဳေသာ သို႕မဟုတ္ Tor အသံုးမျပဳေသာ အေျခအေနတြင္ CA certs မ်ားကုိ သီးျခား jars မ်ားတြင္ "
+"သိမ္းဆည္းရန္ (အၾကံျပဳေထာက္ခံပါသည္)"
#: torbutton.prefs.locked_mode
msgid "Disable Button and Hotkeys to prevent accidental toggle"
-msgstr ""
-"မေတာ္တဆ ေျပာင္းလဲမႈ မျဖစ္ေစရန္ Button ႏွင့္ Hotkeys မ်ားကို ပိတ္ပင္ထားရန္"
+msgstr "မေတာ္တဆ ေျပာင္းလဲမႈ မျဖစ္ေစရန္ Button ႏွင့္ Hotkeys မ်ားကို ပိတ္ပင္ထားရန္"
#: torbutton.prefs.startup_state
msgid "On normal startup, set Tor state to:"
@@ -446,8 +413,7 @@
#: torbutton.prefs.block_tor_file_net
msgid "Block Tor access to network from file:// urls (recommended)"
-msgstr ""
-"Network သုိ႕ Tor အသံုးျပဳမႈကုိ ပိတ္ပင္ရန္ file:// urls (အၾကံျပဳေထာက္ခံပါသည္)"
+msgstr "Network သုိ႕ Tor အသံုးျပဳမႈကုိ ပိတ္ပင္ရန္ file:// urls (အၾကံျပဳေထာက္ခံပါသည္)"
#: torbutton.prefs.block_nontor_file_net
msgid "Block Non-Tor access to network from file:// urls"
@@ -465,13 +431,11 @@
msgid ""
"Test my Tor settings after the first time I toggle on every Firefox start"
msgstr ""
-"Firefox စတင္ျပီး ပထမဆံုး ေျပာင္းလဲအသံုးျပဳမႈျပီးလွ်င္ မိမိ၏ Tor "
-"ခ်ိန္ညိႇမႈမ်ားကို ျပန္လည္ စမ္းသပ္ရန္"
+"Firefox စတင္ျပီး ပထမဆံုး ေျပာင္းလဲအသံုးျပဳမႈျပီးလွ်င္ မိမိ၏ Tor ခ်ိန္ညိႇမႈမ်ားကို ျပန္လည္ စမ္းသပ္ရန္"
#: torbutton.prefs.disable_livemarks
msgid "Disable livemarks updates during Tor usage"
-msgstr ""
-"Tor အသံုးျပဳေနစဥ္အတြင္း livemarks အသစ္ထည့္သြင္းမႈမ်ားကုိ ပိတ္ပင္ထားရန္"
+msgstr "Tor အသံုးျပဳေနစဥ္အတြင္း livemarks အသစ္ထည့္သြင္းမႈမ်ားကုိ ပိတ္ပင္ထားရန္"
#: torbutton.prefs.tor_memory_jar
msgid "Do not write Tor cookies to disk"
@@ -483,8 +447,7 @@
#: torbutton.prefs.session_restore
msgid "Have the session store save and restore these tabs:"
-msgstr ""
-"session သိမ္းဆည္းမႈအတြက္ သိမ္းဆည္းရန္ ရန္ႏွင့္ ျပန္လည္ တင္ယူရန္ tabs မ်ား :"
+msgstr "session သိမ္းဆည္းမႈအတြက္ သိမ္းဆည္းရန္ ရန္ႏွင့္ ျပန္လည္ တင္ယူရန္ tabs မ်ား :"
#: torbutton.prefs.nontor_tabs
msgid "Tabs loaded in Non-Tor"
@@ -580,8 +543,7 @@
#: torbutton.prefs.disable_livemarks
msgid "Disable Livemark updates during Tor usage"
-msgstr ""
-"Tor အသံုးျပဳေနစဥ္အတြင္း livemarks အသစ္ထည့္သြင္းမႈမ်ားကုိ ပိတ္ပင္ထားရန္"
+msgstr "Tor အသံုးျပဳေနစဥ္အတြင္း livemarks အသစ္ထည့္သြင္းမႈမ်ားကုိ ပိတ္ပင္ထားရန္"
#: torbutton.prefs.dtd_recommended
msgid "(recommended)"
@@ -603,9 +565,7 @@
msgid ""
"Automatically use an alternate search engine when presented with a Google "
"Captcha:"
-msgstr ""
-"Google Captcha ႏွင့္တိုးပါက တျခား search engine တစ္ခု "
-"အလိုအေလွ်ာက္ေျပာင္းသံုးရန္"
+msgstr "Google Captcha ႏွင့္တိုးပါက တျခား search engine တစ္ခု အလိုအေလွ်ာက္ေျပာင္းသံုးရန္"
#: torbutton.prefs.engine1
msgid "ixquick.com"
Modified: translation/trunk/projects/torbutton-alpha/po/my/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/my/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/my/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-09-29 08:30+0200\n"
"Last-Translator: carolyn anhalt <carolyn(a)anhalt.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -248,6 +248,15 @@
msgid "Don't Redirect"
msgstr ""
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/nah/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nah/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nah/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: nah\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nah\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/nah/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nah/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nah/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: nah\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nah\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/nap/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nap/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nap/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: nap\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nap\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/nap/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nap/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nap/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: nap\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nap\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/nb/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nb/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nb/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: nb\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton er for øyeblikket aktivert. Hvis du vil endre på ikke-Tor-"
"proxyinnstillinger, vennligst deaktiver Torbutton og returner hit. Hvis du "
@@ -317,8 +318,7 @@
#: torbutton.prefs.block_tforms
msgid "Block password+form saving during Tor (recommended)"
-msgstr ""
-"Blokker lagring av passord + informasjon i skjema under Tor (anbefalt)"
+msgstr "Blokker lagring av passord + informasjon i skjema under Tor (anbefalt)"
#: torbutton.prefs.block_ntforms
msgid "Block password+form saving during Non-Tor (optional)"
@@ -350,8 +350,7 @@
#: torbutton.prefs.dual_cookie_jars
msgid "Store both Tor and Non-Tor cookies in protected jars (dangerous)"
msgstr ""
-"Lagre informasjonskapsler for både Tor og ikke-Tor i beskyttende jar "
-"(farlig)"
+"Lagre informasjonskapsler for både Tor og ikke-Tor i beskyttende jar (farlig)"
#: torbutton.prefs.clear_http_auth
msgid "Clear HTTP auth sessions (recommended)"
@@ -374,16 +373,14 @@
msgstr "Lukk alle ikke-tor-vinduer og faner på toggle (valgfritt)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Blokker klikking av linker og oppdatering av sider fra forskjellige Tor-"
"statuser (valgfritt)"
#: torbutton.prefs.jar_certs
msgid "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)"
-msgstr ""
-"Lagre SSL-sertifikater i forskjellige jars for Tor/ikke-Tor (anbefalt)"
+msgstr "Lagre SSL-sertifikater i forskjellige jars for Tor/ikke-Tor (anbefalt)"
#: torbutton.prefs.jar_ca_certs
msgid "Store CA certs in seperate jars for Tor/Non-Tor (recommended)"
Modified: translation/trunk/projects/torbutton-alpha/po/nb/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nb/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nb/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-05-10 03:59-0600\n"
"Last-Translator: Runa Sandvik <runa.sandvik(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -243,6 +243,15 @@
msgid "Don't Redirect"
msgstr ""
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ne/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ne/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ne/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ne\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ne\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ne/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ne/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ne/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ne\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ne\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/nl/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nl/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nl/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -105,8 +106,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton is momenteel ingeschakeld. Als u uw niet aan Tor gerelateerde "
"proxy-instellingen wilt wijzigen dient u Torbutton uit te schakelen en dan "
@@ -380,8 +381,7 @@
msgstr "Sluit alle niet-Tor schermen en tabs bij wissel (optioneel)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Blokkeer links en paginavernieuwingen tussen verschillen Tor toestanden "
"(optioneel)"
Modified: translation/trunk/projects/torbutton-alpha/po/nl/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nl/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nl/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-04-16 04:13-0600\n"
"Last-Translator: Flabber <flabber(a)online.be>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -262,3 +262,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr "Niet verwijzen"
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/nn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nn/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nn/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: nn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nn\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/nn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nn/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nn/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: nn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nn\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/nso/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nso/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nso/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: nso\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nso\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/nso/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nso/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/nso/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: nso\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: nso\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/oc/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/oc/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/oc/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: oc\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: oc\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/oc/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/oc/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/oc/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: oc\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: oc\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/or/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/or/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/or/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: or\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: or\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/or/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/or/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/or/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: or\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: or\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/pa/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pa/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pa/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: pa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pa\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/pa/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pa/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pa/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: pa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pa\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/pap/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pap/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pap/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: pap\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pap\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/pap/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pap/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pap/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: pap\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pap\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/pl/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pl/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pl/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-04 18:48+0000\n"
"Last-Translator: bogdrozd <bog.d(a)gazeta.pl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pl\n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
+"|| n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton jest włączony. Jeśli chcesz zmienić inne ustawienia proxy musisz "
"wyłączyć Torbutton i powrócić tutaj. Jeśli chcesz zmienić ustawienia proxy "
@@ -310,8 +312,7 @@
#: torbutton.prefs.nospoof
msgid "No referer spoof during Tor usage (sends referers as normal)"
msgstr ""
-"Nie fałszuj adresu zwrotnego w czasie używania Tora (wysyłaj adres "
-"normalnie)"
+"Nie fałszuj adresu zwrotnego w czasie używania Tora (wysyłaj adres normalnie)"
#: torbutton.prefs.disable_domstorage
msgid "Disable DOM Storage during Tor usage (crucial)"
@@ -382,8 +383,7 @@
"trybu (opcjonalnie)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Blokuj klikanie na łącza i przeładowania strony gdy zmienił się status Tora "
"(opcjonalnie)"
Modified: translation/trunk/projects/torbutton-alpha/po/pl/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pl/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pl/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: Torbutton\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-04-27 12:18-0700\n"
"Last-Translator: saint <kochambrowar(a)gmail.com>\n"
"Language-Team: pl\n"
@@ -258,6 +258,15 @@
msgid "Don't Redirect"
msgstr "Nie przekierowywuj"
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/pms/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pms/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pms/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: pms\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pms\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/pms/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pms/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pms/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: pms\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pms\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ps/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ps/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ps/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ps\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ps\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ps/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ps/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ps/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ps\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ps\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/pt/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pt/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pt/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -103,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton está activo. Se deseja mudar as configurações de Proxy que não "
"sejam do Tor, por favor desactive o Torbutton e volte aqui. Se deseja "
@@ -329,8 +330,7 @@
#: torbutton.prefs.block_ntforms
msgid "Block password+form saving during Non-Tor (optional)"
msgstr ""
-"Bloquear senhas + informações de formulários quando não usar o Tor "
-"(opcional)"
+"Bloquear senhas + informações de formulários quando não usar o Tor (opcional)"
#: torbutton.prefs.tor
msgid "Tor"
@@ -388,8 +388,7 @@
"(opcional)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Bloquear os cliques em endereços e as recarga de páginas de diferentes "
"arquivos de estado de Tor (opcional)"
@@ -443,8 +442,8 @@
msgid ""
"Test my Tor settings after the first time I toggle on every Firefox start"
msgstr ""
-"Testar as minhas configurações sempre que o Firefox iniciar, após a primeira"
-" activação do Torbutton"
+"Testar as minhas configurações sempre que o Firefox iniciar, após a primeira "
+"activação do Torbutton"
#: torbutton.prefs.disable_livemarks
msgid "Disable livemarks updates during Tor usage"
Modified: translation/trunk/projects/torbutton-alpha/po/pt/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pt/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pt/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2009-12-13 13:07-0700\n"
"Last-Translator: Tiago Faria <gouki(a)goukihq.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -247,6 +247,15 @@
msgid "Don't Redirect"
msgstr ""
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/pt_BR/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pt_BR/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pt_BR/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-04 18:48+0000\n"
"Last-Translator: lyllo <lyllo.rj(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -103,13 +104,13 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton está habilitado. Se você deseja mudar as configurações de Proxy "
-"que não sejam do Tor, por favor desabilite Torbutton e retorne aqui. Se você"
-" deseja mudar as configurações do Tor, por favor, use a janela de "
-"preferência do Torbutton."
+"que não sejam do Tor, por favor desabilite Torbutton e retorne aqui. Se você "
+"deseja mudar as configurações do Tor, por favor, use a janela de preferência "
+"do Torbutton."
#: torbutton.context_menu.toggle
msgid "Toggle Tor status"
@@ -181,8 +182,7 @@
#: torbutton.prefs.block_thread
msgid "Block history reads during Tor (crucial)"
-msgstr ""
-"Bloquear leitura do histórico durante a utilização do TOR (importante)"
+msgstr "Bloquear leitura do histórico durante a utilização do TOR (importante)"
#: torbutton.prefs.block_thwrite
msgid "Block history writes during Tor (recommended)"
@@ -304,8 +304,8 @@
#: torbutton.prefs.spoofblank
msgid "Spoof blank referer during Tor usage (may break some sites)"
msgstr ""
-"Enganar referenciador em branco durante o uso do Tor (pode não funcionar com"
-" alguns sites)"
+"Enganar referenciador em branco durante o uso do Tor (pode não funcionar com "
+"alguns sites)"
#: torbutton.prefs.smartspoof
msgid "Smart referer spoof during Tor usage (spoofs cross domain referers)"
@@ -336,8 +336,7 @@
#: torbutton.prefs.block_ntforms
msgid "Block password+form saving during Non-Tor (optional)"
msgstr ""
-"Bloquear senhas + informações de formulários quando não usar o TOR "
-"(opcional)"
+"Bloquear senhas + informações de formulários quando não usar o TOR (opcional)"
#: torbutton.prefs.tor
msgid "Tor"
@@ -357,8 +356,7 @@
#: torbutton.prefs.reload_crashed_jar
msgid "Reload cookie jar/clear cookies on Firefox crash (recommended)"
-msgstr ""
-"Recarregar cookie/limpar cookies em uma falha do Firefox (recomendado)"
+msgstr "Recarregar cookie/limpar cookies em uma falha do Firefox (recomendado)"
#: torbutton.prefs.dual_cookie_jars
msgid "Store both Tor and Non-Tor cookies in protected jars (dangerous)"
@@ -391,11 +389,10 @@
msgstr "Fechar todas as páginas e abas não-Tor ao comutar (opcional)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
-"Bloquear os link clicks e as recarga de páginas desde diferentes arquivos de"
-" estado de Tor (opcional)"
+"Bloquear os link clicks e as recarga de páginas desde diferentes arquivos de "
+"estado de Tor (opcional)"
#: torbutton.prefs.jar_certs
msgid "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)"
@@ -582,8 +579,8 @@
"Automatically use an alternate search engine when presented with a Google "
"Captcha:"
msgstr ""
-"Automaticamente utilizar um mecanismo de busca alternativo quando receber um"
-" Google Captcha"
+"Automaticamente utilizar um mecanismo de busca alternativo quando receber um "
+"Google Captcha"
#: torbutton.prefs.engine1
msgid "ixquick.com"
Modified: translation/trunk/projects/torbutton-alpha/po/pt_BR/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pt_BR/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/pt_BR/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2009-12-03 14:49-0700\n"
"Last-Translator: Bruno G Oliveira <bruno.mphx2(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -244,6 +244,15 @@
msgid "Don't Redirect"
msgstr ""
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation.\n"
#~ "\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ro/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ro/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ro/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ro\n"
-"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
+"2:1))\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -103,8 +105,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton este activată în acest moment. Dacă doriţi să schimbaţi setările "
"non-proxy Tor, dezactivaţi Torbutton şi vă rugăm să reveniţi aici. Dacă "
@@ -376,8 +378,7 @@
"Închide toate ferestrele și filele Non-Tor la oprire/pornire (opțional)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Blochează accesarea link-urilor și reîncărcarea paginilor din diferite "
"statute Tor (opțional)"
Modified: translation/trunk/projects/torbutton-alpha/po/ro/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ro/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ro/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-08-19 19:27+0200\n"
"Last-Translator: m3ta user <zugravu.gheorghe(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -262,6 +262,15 @@
msgid "Don't Redirect"
msgstr "Nu Redirecţiona"
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#, fuzzy
#~ msgid ""
#~ "The most recent Tor proxy test failed to use Tor.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ru/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ru/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ru/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-04 18:48+0000\n"
"Last-Translator: axe <axe.rode(a)ymail.com>\n"
"Language-Team: Russian <None>\n"
+"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ru\n"
-"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -103,8 +105,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton включен. Если будут изменяться настройки прокси, не являющегося "
"частью сети Tor, необходимо сначала отключить Torbutton и затем вернуться "
@@ -306,8 +308,8 @@
#: torbutton.prefs.smartspoof
msgid "Smart referer spoof during Tor usage (spoofs cross domain referers)"
msgstr ""
-"Ловкая подстановка реферера во время использования Tor (подмена перекрёстных"
-" доменных рефереров)"
+"Ловкая подстановка реферера во время использования Tor (подмена перекрёстных "
+"доменных рефереров)"
#: torbutton.prefs.nospoof
msgid "No referer spoof during Tor usage (sends referers as normal)"
@@ -378,12 +380,10 @@
#: torbutton.prefs.close_nontor
msgid "Close all Non-Tor windows and tabs on toggle (optional)"
-msgstr ""
-"Закрывать все окна и вкладки не-Tor при переключении режимов (необяз.)"
+msgstr "Закрывать все окна и вкладки не-Tor при переключении режимов (необяз.)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Блокировать щелчки по ссылкам и перезагрузку страниц из разных режимов Tor "
"(необяз.)"
@@ -407,8 +407,8 @@
#: torbutton.prefs.startup_state
msgid "On normal startup, set Tor state to:"
msgstr ""
-"При обычном запуске (без восстановления сессии), устанавливать состояние Tor"
-" в:"
+"При обычном запуске (без восстановления сессии), устанавливать состояние Tor "
+"в:"
#: torbutton.prefs.shutdown_state
msgid "Shutdown state"
Modified: translation/trunk/projects/torbutton-alpha/po/ru/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ru/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ru/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-08-02 20:21+0200\n"
"Last-Translator: achu <alex(a)chumakov.ru>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -272,6 +272,15 @@
msgid "Don't Redirect"
msgstr "Не перенаправлять"
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/sco/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sco/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sco/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: sco\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sco\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/sco/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sco/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sco/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: sco\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sco\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/sk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sk/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sk/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/sk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sk/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sk/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sk\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/sl/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sl/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sl/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-03-04 06:03-0700\n"
"Last-Translator: yeah right <telingit.howitis(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -221,3 +221,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/so/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/so/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/so/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: so\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: so\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/so/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/so/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/so/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: so\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: so\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/son/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/son/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/son/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: son\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: son\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/son/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/son/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/son/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: son\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: son\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/sq/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sq/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sq/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: sq\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sq\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/sq/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sq/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sq/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: sq\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sq\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/sr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sr/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sr/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-06-20 13:51-0600\n"
"Last-Translator: George Bush <theranchcowboy(a)googlemail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -261,3 +261,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr "Не преусмеравај"
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/st/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/st/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/st/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: st\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: st\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/st/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/st/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/st/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: st\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: st\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/su/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/su/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/su/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: su\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: su\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/su/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/su/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/su/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: su\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: su\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/sv/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sv/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sv/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-06-27 08:49-0600\n"
"Last-Translator: Yosh Marklund <torproject(a)yosh.se>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -207,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr "Omdirigera inte"
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/sw/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sw/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sw/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: sw\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sw\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/sw/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sw/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/sw/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: sw\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: sw\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ta/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ta/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ta/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ta\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ta\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ta/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ta/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ta/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ta\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ta\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/te/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/te/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/te/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: te\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: te\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/te/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/te/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/te/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: te\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: te\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/templates/torbutton.dtd.pot
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/templates/torbutton.dtd.pot 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/templates/torbutton.dtd.pot 2011-03-21 09:03:03 UTC (rev 24398)
@@ -3,7 +3,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-21 00:44-0700\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
Modified: translation/trunk/projects/torbutton-alpha/po/templates/torbutton.properties.pot
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/templates/torbutton.properties.pot 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/templates/torbutton.properties.pot 2011-03-21 09:03:03 UTC (rev 24398)
@@ -3,7 +3,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-21 00:44-0700\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
Modified: translation/trunk/projects/torbutton-alpha/po/tg/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/tg/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/tg/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: tg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: tg\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/tg/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/tg/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/tg/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: tg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: tg\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/th/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/th/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/th/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: th\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/th/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/th/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/th/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: th\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ti/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ti/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ti/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ti\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ti\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ti/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ti/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ti/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ti\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ti\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/tk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/tk/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/tk/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: tk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: tk\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/tk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/tk/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/tk/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: tk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: tk\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/tr/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/tr/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/tr/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: tr\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbuton şu anda devredışı. Proxy ayarlarını değiştirmek istiyorsan, "
"Torbutonu tekrar devredışı bırak. Genel ayarları değiştirecekten, ayarlar "
@@ -259,7 +260,8 @@
#: torbutton.prefs.no_search
msgid "Disable search suggestions during Tor (recommended)"
-msgstr "Arama yaparken \"öneriler\" özelliğini devredışı bırak(tavsiye edilen)\\"
+msgstr ""
+"Arama yaparken \"öneriler\" özelliğini devredışı bırak(tavsiye edilen)\\"
#: torbutton.prefs.shutdown
msgid "Shutdown"
@@ -365,12 +367,10 @@
#: torbutton.prefs.close_nontor
msgid "Close all Non-Tor windows and tabs on toggle (optional)"
-msgstr ""
-"Kapatmak tüm Sigara Tor pencereleri ve sekmeleri toggle (isteğe bağlı)"
+msgstr "Kapatmak tüm Sigara Tor pencereleri ve sekmeleri toggle (isteğe bağlı)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
"Blok link tıklama ve farklı Tor devletler (isteğe bağlı), sayfa yeniden "
"yükler "
@@ -382,8 +382,7 @@
#: torbutton.prefs.jar_ca_certs
msgid "Store CA certs in seperate jars for Tor/Non-Tor (recommended)"
msgstr ""
-"Tor / Non-Tor için ayrı kavanozlarda saklayın CA certs (önerilir)"
-" "
+"Tor / Non-Tor için ayrı kavanozlarda saklayın CA certs (önerilir) "
#: torbutton.prefs.locked_mode
msgid "Disable Button and Hotkeys to prevent accidental toggle"
@@ -555,8 +554,7 @@
"Automatically use an alternate search engine when presented with a Google "
"Captcha:"
msgstr ""
-"Otomatik olarak alternatif bir arama motoru Google Captcha başvurdu "
-"kullanın:"
+"Otomatik olarak alternatif bir arama motoru Google Captcha başvurdu kullanın:"
#: torbutton.prefs.engine1
msgid "ixquick.com"
Modified: translation/trunk/projects/torbutton-alpha/po/tr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/tr/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/tr/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-08-26 03:00+0200\n"
"Last-Translator: Necdet <necdetyucel(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -273,6 +273,15 @@
msgid "Don't Redirect"
msgstr "Yönlendirme "
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "The most recent Tor proxy test failed to use Tor.\n"
#~ "\n"
Modified: translation/trunk/projects/torbutton-alpha/po/uk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/uk/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/uk/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: uk\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +104,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton зараз увімкнено. Якщо Ви бажаєте змінити налаштування проксі (не "
"Tor-проксі), прошу вимкнути Torbutton та повернутися сюди. Якщо ж бажана "
@@ -368,8 +370,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/uk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/uk/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/uk/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,17 +1,19 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: uk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: uk\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +61,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +80,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +112,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +165,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +208,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ur/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ur/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ur/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ur\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ur\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ur/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ur/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ur/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ur\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ur\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ve/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ve/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ve/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ve\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ve\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ve/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ve/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/ve/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: ve\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: ve\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/vi/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/vi/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/vi/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: vi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: vi\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
"Torbutton hiện đang được bật. Nếu bạn muốn thay đổi thiết lập proxy không-"
"Tor của bạn, vui lòng tắt Torbutton và quay trở lại đây. Nếu bạn muốn thay "
@@ -370,11 +371,10 @@
msgstr "Đóng tất cả các cửa sổ và thẻ Không-Tor khi bật tắt (phụ)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
-"Chặn việc nhấp chuột lên liên kết và việc tải lại trang trong các tình trạng"
-" Tor khác nhau (phụ)"
+"Chặn việc nhấp chuột lên liên kết và việc tải lại trang trong các tình trạng "
+"Tor khác nhau (phụ)"
#: torbutton.prefs.jar_certs
msgid "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)"
Modified: translation/trunk/projects/torbutton-alpha/po/vi/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/vi/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/vi/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-03-05 23:05+0930\n"
"Last-Translator: Lyndon Johnson <lyndon.johnson58(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -246,6 +246,15 @@
msgid "Don't Redirect"
msgstr ""
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
+
#~ msgid ""
#~ "Torbutton blocked changed-state history manipulation. This is to work "
#~ "around a Firefox security bug.\n"
Modified: translation/trunk/projects/torbutton-alpha/po/wa/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/wa/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/wa/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: wa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: wa\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/wa/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/wa/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/wa/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: wa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: wa\n"
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/wo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/wo/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/wo/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: wo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: wo\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/wo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/wo/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/wo/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: wo\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: wo\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/zh_CN/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zh_CN/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/zh_CN/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-04 18:48+0000\n"
"Last-Translator: xtoaster <zhazhenzhong(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,11 +103,12 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
-"如果您想改变平常的代理设置,请在 Torbutton 禁用时修改。如果您想改变使用 TorButton 时的代理设置,请在 Torbutton "
-"偏好设置中修改。如果这里的设置与 Torbutton 偏好设置中的不同 Torbutton 会被自动禁用。"
+"如果您想改变平常的代理设置,请在 Torbutton 禁用时修改。如果您想改变使用 "
+"TorButton 时的代理设置,请在 Torbutton 偏好设置中修改。如果这里的设置与 "
+"Torbutton 偏好设置中的不同 Torbutton 会被自动禁用。"
#: torbutton.context_menu.toggle
msgid "Toggle Tor status"
@@ -365,8 +367,7 @@
msgstr "切换时关闭所有不用 Tor 的窗口和标签(可选)"
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr "Tor 状态发生改变的页面中拦截链接点击和页面刷新(可选)"
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/zh_CN/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zh_CN/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/zh_CN/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: torbutton\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2010-09-19 15:26+0800\n"
"Last-Translator: Aron Xu <happyaron.xu(a)gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh(a)googlegroups.com>\n"
@@ -253,3 +253,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr "不要重定向"
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: zh_HK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_HK\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: zh_HK\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_HK\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/zh_TW/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zh_TW/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/zh_TW/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-18 10:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,11 +103,11 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
-"Torbutton 現在已經啟用。如果您想改變非-Tor "
-"Proxy的設定,請停用Torbutton並回到這裏。如果您想改變Tor的設定,請使用Torbutton 設置視窗。"
+"Torbutton 現在已經啟用。如果您想改變非-Tor Proxy的設定,請停用Torbutton並回到"
+"這裏。如果您想改變Tor的設定,請使用Torbutton 設置視窗。"
#: torbutton.context_menu.toggle
msgid "Toggle Tor status"
@@ -365,8 +366,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/zh_TW/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zh_TW/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/zh_TW/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -207,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/zu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zu/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/zu/torbutton.dtd.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: zu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: zu\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -102,8 +103,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like"
-" to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like "
+"to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -363,8 +364,7 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid ""
-"Block link clicks and page reloads from different Tor states (optional)"
+msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/zu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zu/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
+++ translation/trunk/projects/torbutton-alpha/po/zu/torbutton.properties.po 2011-03-21 09:03:03 UTC (rev 24398)
@@ -1,16 +1,17 @@
-#
+#
+#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
-"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2011-03-21 01:52-0700\n"
"PO-Revision-Date: 2011-03-21 08:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
+"Language: zu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: zu\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
@@ -59,7 +60,8 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting "
+"to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -77,15 +79,16 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority"
-" certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority "
+"certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
+"Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -108,7 +111,8 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
+"Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -160,7 +164,8 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline "
+"or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
@@ -202,3 +207,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
1
0
Author: mikeperry
Date: 2011-03-21 08:52:02 +0000 (Mon, 21 Mar 2011)
New Revision: 24397
Modified:
translation/trunk/projects/torbutton-alpha/po/af/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/af/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ak/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ak/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/am/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/am/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/arn/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/arn/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ast/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ast/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/az/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/az/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/be/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/be/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/bg/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/bg/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/bn/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/bn/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/bo/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/bo/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/br/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/br/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/bs/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/bs/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/csb/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/csb/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/cy/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/cy/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/dz/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/dz/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/eo/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/eo/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/eu/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/eu/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fil/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/fil/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fo/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/fo/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fur/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/fur/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/fy/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/fy/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ga/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ga/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/gl/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/gl/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/gun/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/gun/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ha/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ha/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/he/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/he/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/hi/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ht/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ht/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/hu/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/hu/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/hy/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/hy/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/is/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/is/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/jv/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/jv/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ka/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ka/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/km/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/km/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/kn/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/kn/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ko/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ko/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ku/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ku/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/kw/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/kw/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ky/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ky/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/lb/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/lb/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ln/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ln/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/lo/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/lo/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/lt/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/lt/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/lv/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/lv/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mg/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mg/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mi/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mi/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mk/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mk/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ml/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ml/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mn/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mn/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mr/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mr/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ms/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ms/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/mt/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/mt/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/nah/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/nah/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/nap/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/nap/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ne/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ne/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/nn/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/nn/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/nso/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/nso/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/oc/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/oc/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/or/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/or/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/pa/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/pa/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/pap/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/pap/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/pms/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/pms/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ps/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ps/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sco/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/sco/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sk/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/sk/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/so/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/so/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/son/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/son/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sq/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/sq/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/st/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/st/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/su/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/su/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/sw/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/sw/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ta/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ta/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/te/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/te/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/templates/torbutton.dtd.pot
translation/trunk/projects/torbutton-alpha/po/templates/torbutton.properties.pot
translation/trunk/projects/torbutton-alpha/po/tg/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/tg/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/th/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ti/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ti/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/tk/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/tk/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/uk/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ur/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ur/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/ve/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/ve/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/wa/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/wa/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/wo/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/wo/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.properties.po
translation/trunk/projects/torbutton-alpha/po/zu/torbutton.dtd.po
translation/trunk/projects/torbutton-alpha/po/zu/torbutton.properties.po
Log:
Commit of tx pull
Modified: translation/trunk/projects/torbutton-alpha/po/af/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/af/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/af/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/af/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/af/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/af/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: af\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ak/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ak/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ak/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ak/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ak/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ak/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ak\n"
+"Plural-Forms: nplurals=2; plural=n > 1\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/am/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/am/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/am/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/am/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/am/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/am/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: am\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/arn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/arn/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/arn/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/arn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/arn/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/arn/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: arn\n"
+"Plural-Forms: nplurals=2; plural=n > 1\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ast/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ast/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ast/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ast/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ast/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ast/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ast\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/az/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/az/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/az/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/az/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/az/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/az/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: az\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/be/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/be/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/be/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/be/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/be/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/be/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: be\n"
+"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/bg/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bg/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/bg/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/bg/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bg/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/bg/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/bn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bn/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/bn/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/bn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bn/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/bn/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: bn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/bn_IN/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: bn_IN\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/bo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bo/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/bo/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: bo\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/bo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bo/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/bo/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: bo\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/br/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/br/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/br/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: br\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/br/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/br/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/br/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: br\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/bs/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bs/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/bs/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: bs\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/bs/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/bs/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/bs/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: bs\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/csb/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/csb/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/csb/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/csb/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/csb/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/csb/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: csb\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/cy/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/cy/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/cy/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/cy/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/cy/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/cy/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: cy\n"
+"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/dz/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/dz/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/dz/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/dz/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/dz/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/dz/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: dz\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/eo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/eo/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/eo/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/eo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/eo/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/eo/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: eo\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/eu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/eu/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/eu/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/eu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/eu/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/eu/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: eu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/fil/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fil/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/fil/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/fil/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fil/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/fil/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: fil\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/fo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fo/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/fo/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: fo\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/fo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fo/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/fo/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: fo\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/fur/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fur/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/fur/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/fur/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fur/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/fur/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: fur\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/fy/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fy/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/fy/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: fy\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/fy/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/fy/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/fy/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: fy\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ga/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ga/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ga/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ga/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ga/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ga/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ga\n"
+"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/gl/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/gl/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/gl/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/gl/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/gl/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/gl/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/gun/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/gun/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/gun/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/gun/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/gun/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/gun/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: gun\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ha/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ha/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ha/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ha/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ha/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ha/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ha\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/he/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/he/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/he/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/he/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/he/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/he/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: he\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/hi/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hi/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/hi/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: hi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ht/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ht/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ht/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ht/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ht/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ht/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ht\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/hu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hu/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/hu/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/hu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hu/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/hu/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/hy/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hy/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/hy/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: hy\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/hy/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/hy/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/hy/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: hy\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/is/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/is/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/is/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/is/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/is/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/is/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: is\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/jv/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/jv/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/jv/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: jv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/jv/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/jv/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/jv/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: jv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ka/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ka/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ka/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ka\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ka/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ka/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ka/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ka\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/km/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/km/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/km/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,15 +4,15 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-01-16 11:55+0000\n"
+"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Accelerator-Marker: &\n"
"Language: km\n"
"Plural-Forms: nplurals=1; plural=0\n"
+"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
@@ -100,7 +100,10 @@
msgstr ""
#: torbutton.pref_connection_more_info.text
-msgid "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window."
+msgid ""
+"Torbutton is currently enabled. If you would like to change your non-Tor "
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -360,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
@@ -404,7 +408,8 @@
msgstr ""
#: torbutton.prefs.test_auto
-msgid "Test my Tor settings after the first time I toggle on every Firefox start"
+msgid ""
+"Test my Tor settings after the first time I toggle on every Firefox start"
msgstr ""
#: torbutton.prefs.disable_livemarks
@@ -536,7 +541,9 @@
msgstr ""
#: torbutton.prefs.dodge_google_captcha
-msgid "Automatically use an alternate search engine when presented with a Google Captcha:"
+msgid ""
+"Automatically use an alternate search engine when presented with a Google "
+"Captcha:"
msgstr ""
#: torbutton.prefs.engine1
Modified: translation/trunk/projects/torbutton-alpha/po/km/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/km/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/km/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: km\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/kn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/kn/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/kn/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/kn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/kn/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/kn/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: kn\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ko/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ko/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ko/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ko\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ko/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ko/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ko/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ko\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ku/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ku/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ku/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ku\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ku/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ku/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ku/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ku\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/kw/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/kw/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/kw/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/kw/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/kw/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/kw/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: kw\n"
+"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : 3\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ky/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ky/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ky/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ky\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/ky/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ky/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ky/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ky\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/lb/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lb/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/lb/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/lb/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lb/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/lb/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: lb\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ln/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ln/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ln/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ln/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ln/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ln/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ln\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/lo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lo/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/lo/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/lo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lo/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/lo/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: lo\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/lt/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lt/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/lt/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/lt/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lt/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/lt/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: lt\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/lv/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lv/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/lv/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/lv/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/lv/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/lv/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: lv\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mg/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mg/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mg/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:51+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/mg/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mg/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mg/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: mg\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mi/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mi/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mi/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/mi/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mi/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mi/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: mi\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mk/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mk/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/mk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mk/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mk/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: mk\n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ml/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ml/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ml/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ml/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ml/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ml/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ml\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mn/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mn/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/mn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mn/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mn/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: mn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mr/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mr/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mr/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/mr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mr/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mr/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: mr\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ms/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ms/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ms/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ms/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ms/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ms/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ms\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/mt/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mt/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mt/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/mt/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/mt/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/mt/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: mt\n"
+"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/nah/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nah/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/nah/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,15 +4,15 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-01-16 11:55+0000\n"
+"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Accelerator-Marker: &\n"
"Language: nah\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
+"X-Accelerator-Marker: &\n"
"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
@@ -100,7 +100,10 @@
msgstr ""
#: torbutton.pref_connection_more_info.text
-msgid "Torbutton is currently enabled. If you would like to change your non-Tor proxy settings, please disable Torbutton and return here. If you would like to change your Tor settings, please use the Torbutton preference window."
+msgid ""
+"Torbutton is currently enabled. If you would like to change your non-Tor "
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -360,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
@@ -404,7 +408,8 @@
msgstr ""
#: torbutton.prefs.test_auto
-msgid "Test my Tor settings after the first time I toggle on every Firefox start"
+msgid ""
+"Test my Tor settings after the first time I toggle on every Firefox start"
msgstr ""
#: torbutton.prefs.disable_livemarks
@@ -536,7 +541,9 @@
msgstr ""
#: torbutton.prefs.dodge_google_captcha
-msgid "Automatically use an alternate search engine when presented with a Google Captcha:"
+msgid ""
+"Automatically use an alternate search engine when presented with a Google "
+"Captcha:"
msgstr ""
#: torbutton.prefs.engine1
Modified: translation/trunk/projects/torbutton-alpha/po/nah/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nah/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/nah/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: nah\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/nap/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nap/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/nap/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/nap/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nap/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/nap/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: nap\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ne/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ne/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ne/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ne/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ne/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ne/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:08+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ne\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/nn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nn/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/nn/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:55+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/nn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nn/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/nn/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: nn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/nso/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nso/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/nso/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:48+0000\n"
+"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/nso/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/nso/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/nso/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: nso\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/oc/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/oc/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/oc/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/oc/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/oc/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/oc/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: oc\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/or/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/or/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/or/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: or\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/or/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/or/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/or/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: or\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/pa/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pa/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/pa/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/pa/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pa/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/pa/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: pa\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/pap/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pap/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/pap/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/pap/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pap/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/pap/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: pap\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/pms/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pms/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/pms/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/pms/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/pms/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/pms/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: pms\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ps/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ps/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ps/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ps/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ps/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ps/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ps\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/sco/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sco/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/sco/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:48+0000\n"
+"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/sco/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sco/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/sco/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: sco\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/sk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sk/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/sk/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: sk\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/sk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sk/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/sk/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: sk\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/so/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/so/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/so/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: so\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/so/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/so/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/so/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: so\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/son/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/son/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/son/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/son/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/son/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/son/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: son\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/sq/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sq/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/sq/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: sq\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/sq/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sq/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/sq/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: sq\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/st/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/st/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/st/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: st\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/st/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/st/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/st/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: st\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/su/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/su/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/su/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/su/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/su/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/su/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: su\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/sw/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sw/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/sw/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/sw/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/sw/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/sw/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: sw\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ta/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ta/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ta/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ta/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ta/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ta/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ta\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/te/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/te/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/te/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/te/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/te/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/te/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: te\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/templates/torbutton.dtd.pot
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/templates/torbutton.dtd.pot 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/templates/torbutton.dtd.pot 2011-03-21 08:52:02 UTC (rev 24397)
@@ -3,7 +3,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 00:44-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
Modified: translation/trunk/projects/torbutton-alpha/po/templates/torbutton.properties.pot
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/templates/torbutton.properties.pot 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/templates/torbutton.properties.pot 2011-03-21 08:52:02 UTC (rev 24397)
@@ -3,7 +3,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-03 22:21-0500\n"
+"POT-Creation-Date: 2011-03-21 00:44-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -203,3 +203,12 @@
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
msgstr ""
+
+#: torbutton.popup.prompted_language
+msgid ""
+"To give you more privacy, Torbutton can request the English language version "
+"of web pages. This may cause web pages that you prefer to read in your "
+"native language to display in English instead.\n"
+"\n"
+"Would you like to request English language web pages for better privacy?"
+msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/tg/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/tg/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/tg/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/tg/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/tg/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/tg/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: tg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/th/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/th/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/th/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: th\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ti/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ti/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ti/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ti/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ti/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ti/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ti\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/tk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/tk/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/tk/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/tk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/tk/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/tk/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: tk\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/uk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/uk/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/uk/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: uk\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ur/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ur/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ur/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ur/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ur/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ur/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ur\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/ve/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ve/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ve/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:50+0000\n"
+"PO-Revision-Date: 2011-03-21 07:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/ve/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/ve/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/ve/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: ve\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/wa/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/wa/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/wa/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/wa/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/wa/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/wa/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: wa\n"
+"Plural-Forms: nplurals=2; plural=(n > 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/wo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/wo/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/wo/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.dtd
-#. extracted from ../src/chrome/locale/en/torbutton.dtd
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 07:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: wo\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.prefs.title
msgid "Torbutton Preferences"
@@ -103,8 +102,8 @@
#: torbutton.pref_connection_more_info.text
msgid ""
"Torbutton is currently enabled. If you would like to change your non-Tor "
-"proxy settings, please disable Torbutton and return here. If you would like "
-"to change your Tor settings, please use the Torbutton preference window."
+"proxy settings, please disable Torbutton and return here. If you would like"
+" to change your Tor settings, please use the Torbutton preference window."
msgstr ""
#: torbutton.context_menu.toggle
@@ -364,7 +363,8 @@
msgstr ""
#: torbutton.prefs.block_links
-msgid "Block link clicks and page reloads from different Tor states (optional)"
+msgid ""
+"Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
#: torbutton.prefs.jar_certs
Modified: translation/trunk/projects/torbutton-alpha/po/wo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/wo/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/wo/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:09+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: wo\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:49+0000\n"
+"PO-Revision-Date: 2011-03-21 07:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/zh_HK/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from ../src/chrome/locale/en-US/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: zh_HK\n"
+"Plural-Forms: nplurals=1; plural=0\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
Modified: translation/trunk/projects/torbutton-alpha/po/zu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zu/torbutton.dtd.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/zu/torbutton.dtd.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -4,7 +4,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: 2011-03-18 10:51+0000\n"
+"PO-Revision-Date: 2011-03-21 07:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/torbutton-alpha/po/zu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton-alpha/po/zu/torbutton.properties.po 2011-03-20 13:13:59 UTC (rev 24396)
+++ translation/trunk/projects/torbutton-alpha/po/zu/torbutton.properties.po 2011-03-21 08:52:02 UTC (rev 24397)
@@ -1,20 +1,19 @@
-# extracted from src/chrome/locale/en/torbutton.properties
-#. extracted from ../src/chrome/locale/en/torbutton.properties
-#, fuzzy
+#
msgid ""
msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: \n"
+"Project-Id-Version: The Tor Project\n"
+"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 22:21-0500\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"PO-Revision-Date: 2011-03-21 08:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
-"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Translate Toolkit 1.5.3\n"
+"Language: zu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"X-Accelerator-Marker: &\n"
+"X-Generator: Translate Toolkit 1.8.1\n"
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
@@ -60,8 +59,7 @@
"\n"
"This is to work around Firefox Bugs 409737 and 417869.\n"
"\n"
-"If this popup seemed to happen for no reason, one of your tabs is attempting "
-"to reload itself in the background, and this was blocked.\n"
+"If this popup seemed to happen for no reason, one of your tabs is attempting to reload itself in the background, and this was blocked.\n"
"\n"
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
@@ -79,16 +77,15 @@
msgid ""
"Torbutton Note: It appears you have no custom Certificate Authorities. "
"Examining the Certificate Authority list is a slow operation and slows down "
-"Tor toggle. Would you like to disable the isolation of Certificate Authority "
-"certificates? (If you don't understand this, it is safe to click OK)"
+"Tor toggle. Would you like to disable the isolation of Certificate Authority"
+" certificates? (If you don't understand this, it is safe to click OK)"
msgstr ""
#: torbutton.popup.ff3.warning
msgid ""
"Warning!\n"
"\n"
-"Torbutton on Firefox 3 is known to leak your timezone and livemarks via "
-"Tor.\n"
+"Torbutton on Firefox 3 is known to leak your timezone and livemarks via Tor.\n"
"\n"
"Do you wish to continue anyway?"
msgstr ""
@@ -111,8 +108,7 @@
"\n"
"Are you sure you want to enable anyway?\n"
"\n"
-"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
-"Proxy Preferences window to eliminate this warning."
+"Note: If you have fixed the problem, you can rerun the test in the Torbutton Proxy Preferences window to eliminate this warning."
msgstr ""
#: torbutton.popup.test.ff3_notice
@@ -164,8 +160,7 @@
#: torbutton.popup.external.suggest
msgid ""
"\n"
-"If this file is untrusted, you should either save it to view while offline "
-"or in a VM,\n"
+"If this file is untrusted, you should either save it to view while offline or in a VM,\n"
"or consider using a transparent Tor proxy like T(A)ILS LiveCD or torsocks.\n"
msgstr ""
1
0
21 Mar '11
commit cd24681f73a5522b29dbb51f51805e377ebe981d
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Sun Mar 20 23:44:48 2011 -0700
Add a changelog and bump version.
---
src/CHANGELOG | 14 ++++++++++++++
src/install.rdf | 2 +-
2 files changed, 15 insertions(+), 1 deletions(-)
diff --git a/src/CHANGELOG b/src/CHANGELOG
index e66fdb4..cc7f986 100644
--- a/src/CHANGELOG
+++ b/src/CHANGELOG
@@ -1,3 +1,17 @@
+1.3.2-alpha
+ 21 Mar 2010
+ * bug 1624: Use nsIDOMCrypto::logout() instead of the SSLv2 pref hack
+ * bug 1999: Disable tor:// urls by default
+ * bug 1968: Reset window.name on tor toggle
+ * bug 2148: Make refspoofing more uniform
+ * bug 2359: Fix XHTML DTD errors on FF4
+ * bugs 2465+2421: Fix javascript hook exceptions+issues in FF4.0
+ * bug 2458: Opt out of Firefox addon usage pings
+ * bug 2377: Limit the Google captcha cookies copied between google TLDs
+ * bug 2491: Clean up checks for when to jar protected cookies
+ * bug 1110: Add popup to ask if we should spoof English Accept: headers
+ * misc: Remove a noisy FF2 nsICookieManager2 fallback check.
+
1.3.1-alpha
03 Jan 2010
* bugfix: bug 1894: Amnesia is now called TAILS (patch from intrigeri)
diff --git a/src/install.rdf b/src/install.rdf
index 5052b37..8044bec 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -6,7 +6,7 @@
<em:name>Torbutton</em:name>
<em:creator>Mike Perry & Kory Kirk</em:creator>
<em:id>{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}</em:id>
- <em:version>1.3.2pre-alpha</em:version>
+ <em:version>1.3.2-alpha</em:version>
<em:homepageURL>https://www.torproject.org/torbutton/</em:homepageURL>
<em:optionsURL>chrome://torbutton/content/preferences.xul</em:optionsURL>
<em:iconURL>chrome://torbutton/skin/tor.png</em:iconURL>
1
0
[torbutton/master] Remove an ancient fallback for the Cookie api for FF2.0.
by mikeperry@torproject.org 21 Mar '11
by mikeperry@torproject.org 21 Mar '11
21 Mar '11
commit 7188d8f7e225be9206ea7abc9e9dd4e08a51f989
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Sun Mar 20 22:20:36 2011 -0700
Remove an ancient fallback for the Cookie api for FF2.0.
FF2.0 is no longer supported, and this cuts a lot of exception noise out of
the javascript debugger.
---
src/components/cookie-jar-selector.js | 12 ++----------
1 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/src/components/cookie-jar-selector.js b/src/components/cookie-jar-selector.js
index 4122862..c80d662 100644
--- a/src/components/cookie-jar-selector.js
+++ b/src/components/cookie-jar-selector.js
@@ -139,16 +139,8 @@ function CookieJarSelector() {
var isSession = (xml.@isSession == 1);
var isHttpOnly = (xml.@isHttpOnly == 1);
//this.logger.log(2, "Loading cookie: "+host+":"+cname+" until: "+expiry);
- try {
- cookieManager.add(host, path, cname, value, isSecure, isSession,
- expiry);
- } catch(e) {
- // Api changed to add httpOnly cookies support. see mozilla bug #379408
- if (e.result == Cr.NS_ERROR_XPC_NOT_ENOUGH_ARGS) {
- cookieManager.add(host, path, cname, value, isSecure,
- isHttpOnly, isSession, expiry);
- }
- }
+ cookieManager.add(host, path, cname, value, isSecure,
+ isHttpOnly, isSession, expiry);
}
}
1
0
r4540: Reverse everything related to the new release (in vidalia: tags trunk)
by vidalia-svn@svn.torproject.org 20 Mar '11
by vidalia-svn@svn.torproject.org 20 Mar '11
20 Mar '11
Author: chiiph
Date: 2011-03-20 18:03:19 +0000 (Sun, 20 Mar 2011)
New Revision: 4540
Removed:
vidalia/tags/vidalia-0.2.11/
Modified:
vidalia/trunk/CMakeLists.txt
Log:
Reverse everything related to the new release
Modified: vidalia/trunk/CMakeLists.txt
===================================================================
--- vidalia/trunk/CMakeLists.txt 2011-03-20 15:44:12 UTC (rev 4539)
+++ vidalia/trunk/CMakeLists.txt 2011-03-20 18:03:19 UTC (rev 4540)
@@ -13,7 +13,7 @@
set(VER_MAJOR "0")
set(VER_MINOR "2")
-set(VER_PATCH "12")
+set(VER_PATCH "11")
set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-svn")
message(STATUS "Configuring Vidalia ${VERSION}")
project(Vidalia)
1
0
20 Mar '11
Author: chiiph
Date: 2011-03-20 15:44:12 +0000 (Sun, 20 Mar 2011)
New Revision: 4539
Modified:
vidalia/trunk/CMakeLists.txt
Log:
Bump trunk to 0.2.12-svn
Modified: vidalia/trunk/CMakeLists.txt
===================================================================
--- vidalia/trunk/CMakeLists.txt 2011-03-20 15:40:12 UTC (rev 4538)
+++ vidalia/trunk/CMakeLists.txt 2011-03-20 15:44:12 UTC (rev 4539)
@@ -13,8 +13,8 @@
set(VER_MAJOR "0")
set(VER_MINOR "2")
-set(VER_PATCH "11")
-set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
+set(VER_PATCH "12")
+set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-svn")
message(STATUS "Configuring Vidalia ${VERSION}")
project(Vidalia)
1
0
r4538: Tag the 0.2.11 release (in vidalia/tags: . vidalia-0.2.11 vidalia-0.2.11/pkg/rpm vidalia-0.2.11/src/common vidalia-0.2.11/src/miniupnpc)
by vidalia-svn@svn.torproject.org 20 Mar '11
by vidalia-svn@svn.torproject.org 20 Mar '11
20 Mar '11
Author: chiiph
Date: 2011-03-20 15:40:12 +0000 (Sun, 20 Mar 2011)
New Revision: 4538
Added:
vidalia/tags/vidalia-0.2.11/
vidalia/tags/vidalia-0.2.11/CMakeLists.txt
vidalia/tags/vidalia-0.2.11/INSTALL
vidalia/tags/vidalia-0.2.11/config.h.in
vidalia/tags/vidalia-0.2.11/pkg/rpm/vidalia.spec.in
vidalia/tags/vidalia-0.2.11/src/common/CMakeLists.txt
vidalia/tags/vidalia-0.2.11/src/miniupnpc/connecthostport.c
vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniupnpc.c
vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniwget.c
Removed:
vidalia/tags/vidalia-0.2.11/CMakeLists.txt
vidalia/tags/vidalia-0.2.11/INSTALL
vidalia/tags/vidalia-0.2.11/config.h.in
vidalia/tags/vidalia-0.2.11/pkg/rpm/vidalia.spec.in
vidalia/tags/vidalia-0.2.11/src/common/CMakeLists.txt
vidalia/tags/vidalia-0.2.11/src/common/TorSslSocket.cpp
vidalia/tags/vidalia-0.2.11/src/common/TorSslSocket.h
vidalia/tags/vidalia-0.2.11/src/miniupnpc/connecthostport.c
vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniupnpc.c
vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniwget.c
Log:
Tag the 0.2.11 release
Deleted: vidalia/tags/vidalia-0.2.11/CMakeLists.txt
===================================================================
--- vidalia/trunk/CMakeLists.txt 2011-03-18 11:30:36 UTC (rev 4532)
+++ vidalia/tags/vidalia-0.2.11/CMakeLists.txt 2011-03-20 15:40:12 UTC (rev 4538)
@@ -1,144 +0,0 @@
-##
-## $Id$
-##
-## This file is part of Vidalia, and is subject to the license terms in the
-## LICENSE file, found in the top level directory of this distribution. If
-## you did not receive the LICENSE file with this file, you may obtain it
-## from the Vidalia source package distributed by the Vidalia Project at
-## http://www.vidalia-project.net/. No part of Vidalia, including this file,
-## may be copied, modified, propagated, or distributed except according to
-## the terms described in the LICENSE file.
-##
-
-
-set(VER_MAJOR "0")
-set(VER_MINOR "2")
-set(VER_PATCH "11")
-set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}-svn")
-message(STATUS "Configuring Vidalia ${VERSION}")
-project(Vidalia)
-
-## Specify the minimim required CMake version
-cmake_minimum_required(VERSION 2.4.7)
-if (COMMAND cmake_policy)
- # Force CMake 2.4 compatibility for handling linker search paths
- cmake_policy(SET CMP0003 OLD)
-endif(COMMAND cmake_policy)
-
-## We declare this option here, because it determines the minimum
-## required Qt version
-option(USE_MARBLE "Enable the KDE Marble-based map widget." OFF)
-
-## Specify the minimum version of Qt required
-set(QT_MIN_VERSION "4.3.0")
-
-## Specify the Qt libraries used
-include(FindQt4)
-find_package(Qt4 REQUIRED)
-set(QT_USE_QTNETWORK true)
-set(QT_USE_QTXML true)
-if (USE_MARBLE)
- set(QT_USE_QTSVG true)
- set(QT_USE_QTWEBKIT true)
- set(QT_USE_QTSCRIPT true)
- set(QT_USE_QTDBUS true)
-endif(USE_MARBLE)
-include(${QT_USE_FILE})
-include(${CMAKE_SOURCE_DIR}/cmake/VidaliaMacros.cmake)
-include(CheckIncludeFile)
-include(CheckIncludeFileCXX)
-include(CheckTypeSize)
-include(CheckFunctionExists)
-if (WIN32)
- include(${CMAKE_SOURCE_DIR}/cmake/FindWiX.cmake)
-endif(WIN32)
-if (MSVC OR UNIX)
- include(${CMAKE_SOURCE_DIR}/cmake/FindOpenSSL.cmake)
-endif(MSVC OR UNIX)
-
-if(MSVC_IDE)
- set(CMAKE_SUPPRESS_REGENERATION TRUE)
- set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
- set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
-endif(MSVC_IDE)
-
-## Define Vidalia-specific CMake options
-if (APPLE)
- option(OSX_TIGER_COMPAT "Build an OS X 10.4 Compatible Vidalia." OFF)
- if (OSX_TIGER_COMPAT)
- set(CMAKE_EXE_LINKER_FLAGS "-mmacosx-version-min=10.4"
- CACHE STRING "Flags used by the linker." FORCE)
- set(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.4u.sdk"
- CACHE STRING "isysroot used for universal binary support" FORCE)
- endif(OSX_TIGER_COMPAT)
-
- option(OSX_FAT_BINARY "Build Vidalia as a Universal binary." OFF)
- if (OSX_FAT_BINARY)
- set(CMAKE_OSX_ARCHITECTURES "ppc;i386"
- CACHE STRING "OS X build architectures" FORCE)
- set(CMAKE_EXE_LINKER_FLAGS "-mmacosx-version-min=10.4"
- CACHE STRING "Flags used by the linker." FORCE)
- set(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.4u.sdk"
- CACHE STRING "isysroot used for universal binary support" FORCE)
- endif(OSX_FAT_BINARY)
-
- option(OSX_FORCE_32BIT "Force a 32-bit build for compatibility." OFF)
- if (OSX_FORCE_32BIT)
- add_definitions(-m32)
- set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -m32"
- CACHE STRING "Flags used by the linker." FORCE)
- endif(OSX_FORCE_32BIT)
-endif(APPLE)
-
-## UPnP support is currently optional (enabled by default)
-option(USE_MINIUPNPC "Enable UPnP support using the MiniUPnPc library." ON)
-
-## Crash reporting via Google Breakpad is optional (disabled by default)
-option(USE_BREAKPAD "Enable Google Breakpad crash reporting." OFF)
-if (USE_BREAKPAD)
- include(${CMAKE_SOURCE_DIR}/cmake/FindBreakpad.cmake)
-endif(USE_BREAKPAD)
-
-## Automatic software update is optional (disabled by default)
-if (WIN32)
- option(USE_AUTOUPDATE "Enable automatic software update support." OFF)
-endif(WIN32)
-
-## Find the KDE Marble library
-if (USE_MARBLE)
- include(${CMAKE_SOURCE_DIR}/cmake/FindMarble.cmake)
-endif(USE_MARBLE)
-
-## Find the MaxMind GeoIP library
-option(USE_GEOIP "Enable GeoIP lookups via a local MaxMind database" OFF)
-if (USE_GEOIP)
- include(${CMAKE_SOURCE_DIR}/cmake/FindGeoIP.cmake)
-endif(USE_GEOIP)
-
-## Check for system header files
-check_include_file("limits.h" HAVE_LIMITS_H)
-check_include_file("sys/limits.h" HAVE_SYS_LIMITS_H)
-check_include_file("signal.h" HAVE_SIGNAL_H)
-
-## Check for the sizes of various data types
-check_type_size(int SIZEOF_INT)
-
-## Check for the existence of some platform-specific functions
-if (HAVE_SIGNAL_H)
- set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} "signal.h")
- check_function_exists(sigaction HAVE_SIGACTION)
- check_function_exists(signal HAVE_SIGNAL)
-endif(HAVE_SIGNAL_H)
-
-## Write out a configuration file
-configure_file(
- ${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
- ${CMAKE_CURRENT_BINARY_DIR}/config.h
-)
-include_directories(${CMAKE_CURRENT_BINARY_DIR})
-
-## Add the actual source directories
-add_subdirectory(src)
-add_subdirectory(doc)
-add_subdirectory(pkg)
-
Copied: vidalia/tags/vidalia-0.2.11/CMakeLists.txt (from rev 4537, vidalia/trunk/CMakeLists.txt)
===================================================================
--- vidalia/tags/vidalia-0.2.11/CMakeLists.txt (rev 0)
+++ vidalia/tags/vidalia-0.2.11/CMakeLists.txt 2011-03-20 15:40:12 UTC (rev 4538)
@@ -0,0 +1,147 @@
+##
+## $Id$
+##
+## This file is part of Vidalia, and is subject to the license terms in the
+## LICENSE file, found in the top level directory of this distribution. If
+## you did not receive the LICENSE file with this file, you may obtain it
+## from the Vidalia source package distributed by the Vidalia Project at
+## http://www.vidalia-project.net/. No part of Vidalia, including this file,
+## may be copied, modified, propagated, or distributed except according to
+## the terms described in the LICENSE file.
+##
+
+
+set(VER_MAJOR "0")
+set(VER_MINOR "2")
+set(VER_PATCH "11")
+set(VERSION "${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}")
+message(STATUS "Configuring Vidalia ${VERSION}")
+project(Vidalia)
+
+## Specify the minimim required CMake version
+cmake_minimum_required(VERSION 2.4.7)
+if (COMMAND cmake_policy)
+ # Force CMake 2.4 compatibility for handling linker search paths
+ cmake_policy(SET CMP0003 OLD)
+endif(COMMAND cmake_policy)
+
+## We declare this option here, because it determines the minimum
+## required Qt version
+option(USE_MARBLE "Enable the KDE Marble-based map widget." OFF)
+
+## Specify the minimum version of Qt required
+set(QT_MIN_VERSION "4.3.0")
+
+## Specify the Qt libraries used
+include(FindQt4)
+find_package(Qt4 REQUIRED)
+set(QT_USE_QTNETWORK true)
+set(QT_USE_QTXML true)
+if (USE_MARBLE)
+ set(QT_USE_QTSVG true)
+ set(QT_USE_QTWEBKIT true)
+ set(QT_USE_QTSCRIPT true)
+ set(QT_USE_QTDBUS true)
+endif(USE_MARBLE)
+include(${QT_USE_FILE})
+include(${CMAKE_SOURCE_DIR}/cmake/VidaliaMacros.cmake)
+include(CheckIncludeFile)
+include(CheckIncludeFileCXX)
+include(CheckTypeSize)
+include(CheckFunctionExists)
+if (WIN32)
+ include(${CMAKE_SOURCE_DIR}/cmake/FindWiX.cmake)
+endif(WIN32)
+if (MSVC)
+ include(${CMAKE_SOURCE_DIR}/cmake/FindOpenSSL.cmake)
+endif(MSVC)
+
+if(MSVC_IDE)
+ set(CMAKE_SUPPRESS_REGENERATION TRUE)
+ set(LIBRARY_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
+ set(EXECUTABLE_OUTPUT_PATH ${CMAKE_BINARY_DIR}/bin)
+endif(MSVC_IDE)
+
+## Define Vidalia-specific CMake options
+if (APPLE)
+ option(OSX_TIGER_COMPAT "Build an OS X 10.4 Compatible Vidalia." OFF)
+ if (OSX_TIGER_COMPAT)
+ set(CMAKE_EXE_LINKER_FLAGS "-mmacosx-version-min=10.4"
+ CACHE STRING "Flags used by the linker." FORCE)
+ set(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.4u.sdk"
+ CACHE STRING "isysroot used for universal binary support" FORCE)
+ endif(OSX_TIGER_COMPAT)
+
+ option(OSX_FAT_BINARY "Build Vidalia as a Universal binary." OFF)
+ if (OSX_FAT_BINARY)
+ set(CMAKE_OSX_ARCHITECTURES "ppc;i386"
+ CACHE STRING "OS X build architectures" FORCE)
+ set(CMAKE_EXE_LINKER_FLAGS "-mmacosx-version-min=10.4"
+ CACHE STRING "Flags used by the linker." FORCE)
+ set(CMAKE_OSX_SYSROOT "/Developer/SDKs/MacOSX10.4u.sdk"
+ CACHE STRING "isysroot used for universal binary support" FORCE)
+ endif(OSX_FAT_BINARY)
+
+ option(OSX_FORCE_32BIT "Force a 32-bit build for compatibility." OFF)
+ if (OSX_FORCE_32BIT)
+ add_definitions(-m32)
+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -m32"
+ CACHE STRING "Flags used by the linker." FORCE)
+ endif(OSX_FORCE_32BIT)
+endif(APPLE)
+
+## Define if compiled with Windows 2k support
+option(WIN2K "Enable Windows 2k support." OFF)
+
+## UPnP support is currently optional (enabled by default)
+option(USE_MINIUPNPC "Enable UPnP support using the MiniUPnPc library." ON)
+
+## Crash reporting via Google Breakpad is optional (disabled by default)
+option(USE_BREAKPAD "Enable Google Breakpad crash reporting." OFF)
+if (USE_BREAKPAD)
+ include(${CMAKE_SOURCE_DIR}/cmake/FindBreakpad.cmake)
+endif(USE_BREAKPAD)
+
+## Automatic software update is optional (disabled by default)
+if (WIN32)
+ option(USE_AUTOUPDATE "Enable automatic software update support." OFF)
+endif(WIN32)
+
+## Find the KDE Marble library
+if (USE_MARBLE)
+ include(${CMAKE_SOURCE_DIR}/cmake/FindMarble.cmake)
+endif(USE_MARBLE)
+
+## Find the MaxMind GeoIP library
+option(USE_GEOIP "Enable GeoIP lookups via a local MaxMind database" OFF)
+if (USE_GEOIP)
+ include(${CMAKE_SOURCE_DIR}/cmake/FindGeoIP.cmake)
+endif(USE_GEOIP)
+
+## Check for system header files
+check_include_file("limits.h" HAVE_LIMITS_H)
+check_include_file("sys/limits.h" HAVE_SYS_LIMITS_H)
+check_include_file("signal.h" HAVE_SIGNAL_H)
+
+## Check for the sizes of various data types
+check_type_size(int SIZEOF_INT)
+
+## Check for the existence of some platform-specific functions
+if (HAVE_SIGNAL_H)
+ set(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} "signal.h")
+ check_function_exists(sigaction HAVE_SIGACTION)
+ check_function_exists(signal HAVE_SIGNAL)
+endif(HAVE_SIGNAL_H)
+
+## Write out a configuration file
+configure_file(
+ ${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
+ ${CMAKE_CURRENT_BINARY_DIR}/config.h
+)
+include_directories(${CMAKE_CURRENT_BINARY_DIR})
+
+## Add the actual source directories
+add_subdirectory(src)
+add_subdirectory(doc)
+add_subdirectory(pkg)
+
Deleted: vidalia/tags/vidalia-0.2.11/INSTALL
===================================================================
--- vidalia/trunk/INSTALL 2011-03-18 11:30:36 UTC (rev 4532)
+++ vidalia/tags/vidalia-0.2.11/INSTALL 2011-03-20 15:40:12 UTC (rev 4538)
@@ -1,269 +0,0 @@
-
- Instructions for Building and Installing Vidalia from Source
-
-
-Before building and running Vidalia, you will need to have the following
-packages installed:
-
- * Qt >= 4.3 http://qt.nokia.com/downloads
- * Tor >= 0.2.0.34 https://www.torproject.org/download.html
- * CMake >= 2.4.0 http://www.cmake.org/HTML/Download.html
-
-
-Linux/BSD/Unix
---------------
- 1. To configure and compile Vidalia, you can run the following sequence of
- commands:
-
- mkdir build && cd build
- cmake ..
- make
-
- 2. When the previous command finishes, Vidalia's binary will be
- placed in the build/src/vidalia/ directory.
-
- 3. Optionally, you can run `make install` to install Vidalia into
- your /usr/local/bin/ directory.
-
-
-Mac OS X
---------
-CMake on Mac OS X gives you the option of compiling Vidalia from the command
-line using standard Unix Makefiles, or generating an Xcode project if you
-prefer building from an IDE.
-
- 1. To build Vidalia from the command line, you can run:
-
- mkdir build && cd build
- cmake ..
- make
-
- Alternatively, you can have CMake generate an Xcode project for Vidalia
- by running:
-
- mkdir xcode && cd xcode
- cmake -G Xcode ..
-
- 2. If you built from the command line, Vidalia's binary will be in an
- application bundle located at build/src/vidalia/Vidalia.app. You can copy
- Vidalia.app to your Applications folder, if you prefer.
-
- If you're building from a CMake-generated Xcode project, you can simply
- click "Build & Go" in Xcode to build and run Vidalia. Or, you can run
- 'xcodebuild' if you prefer building from the command line.
-
-
-Windows with MinGW
--------------------
- 1. Make sure the following directories are in your PATH environment
- variable:
-
- * CMake (e.g., "C:\Program Files\CMake 2.4\bin")
- * MinGW (e.g., "C:\MinGW\bin")
- * Qt (e.g., "C:\Qt\4.3.2\bin")
-
- 2. Configure Vidalia and generate Makefiles by running:
-
- mkdir build && cd build
- cmake -G "MinGW Makefiles" ..
-
- There should be no spaces in the path to your build directory. Otherwise,
- Vidalia will fail to build.
-
- 3. Compile Vidalia by running:
-
- mingw32-make
-
-
-If CMake fails to find your Qt installation, you can explicitly tell CMake
-where to find Qt as in the following example:
-
- cmake -DQT_QMAKE_EXECUTABLE="C:\Qt\4.3.2\bin\qmake.exe" ..
-
-You would replace "C:\Qt\4.3.2\bin" in the previous command with the actual
-path to your Qt installation's qmake.exe binary.
-
-
-Windows with Visual Studio
---------------------------
-Starting with Qt 4.3.2, the open source editions of Qt/Win include support for
-Visual Studio. Previously, Visual Studio support was limited to commercial
-editions of Qt unless you patched Qt's source.
-
-To build Vidalia under Visual Studio, you will first need to obtain Qt's
-source code and compile it with Visual Studio support. The following
-directions show how to compile Qt with Visual Studio 2005 support, but a
-similar process can be followed for other versions of VS.
-
- 1. Download and install Visual C++ 2005 Express
-
- http://www.microsoft.com/express/2005/download/default.aspx
-
- 2. Download and install the Windows Platform SDK and configure Visual C++ with
- the location of the Platform SDK's executable, include, and library
- directories.
-
- http://msdn2.microsoft.com/en-us/express/aa700755.aspx
-
- It is important to also install the "Microsoft Web Workshop (IE) SDK", even
- though that seems irrelevant.
-
- 3. Download the Qt/Windows open source edition source code and extract it to a
- directory with no spaces (e.g., C:\Qt\4.3.3).
-
- http://qt.nokia.com/downloads/windows-cpp
-
- 4. Edit the Visual Studio 2005 command prompt environment variables to
- include the platform SDK files, by opening
-
- C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
-
- and adding
-
- C:\Program Files\Microsoft Platform SDK for Windows Servers 2003 R2\Include
-
- to the INCLUDE variable and
-
- C:\Program Files\Microsoft Platform SDK for Windows Servers 2003 R2\Lib
-
- to the LIB variable. Modify the path to the platform SDK files as
- appropriate, depending on where you installed Visual Studio and the
- Platform SDK in Steps 1 and 2.
-
- 5. Open the Visual Studio 2005 Command Prompt and 'cd' to the location of
- your extracted Qt source code (e.g., C:\Qt\4.3.3).
-
- 6. Configure Qt with support for your version of Visual Studio. For example,
- to configure Qt with support for Visual Studio 2005, you would run:
-
- configure.exe -debug-and-release -static -fast -platform win32-msvc2005
-
- See Qt's README file for more available platform options.
-
- 7. Compile Qt by running:
-
- nmake.exe
-
- (NOTE: This step will take several hours and lots of hard drive space.)
-
-Once you have Qt compiled with Visual Studio support, you can use CMake to
-generate a Visual Studio project file by running
-
- mkdir build && cd build
- cmake -G "Visual Studio 8 2005" ..
-
-or whatever your particular version of Visual Studio happens to be.
-'cmake --help' lists other available generators.
-
-
-Windows with NMake
--------------------
-To compile Vidalia from the command line using NMake, you will first need to
-follow the steps under the 'Windows with Visual Studio' section for compiling
-Qt with Visual Studio support.
-
-If you want to build Vidalia from the command line, you can have CMake
-generate NMake makefiles by running:
-
- mkdir build && cd build
- cmake -G "NMake Makefiles" ..
-
-You can then compile Vidalia from the command line by simply running:
-
- nmake
-
-
-Available Configuration Options
--------------------------------
-You can customize your Vidalia build by supplying arguments and values to the
-`cmake` commands above. Each of the configuration options can be specified on
-the command line and follows the format "-D <var>:<type>=<value>
-
- -DUSE_QSSLSOCKET=0
-
- Disable building Vidalia with SSL support.
-
- -DUSE_MINIUPNPC=0
-
- Disable UPnP support in Vidalia.
-
- -DOSX_FAT_BINARY=1
-
- Build Vidalia as a Universal binary.
-
- -DOSX_TIGER_COMPAT=1
-
- Build Vidalia compatible with OS X Tiger (10.4).
-
- -DOSX_FORCE_32BIT=1
-
- Forces a 32-bit build. This is useful on platforms that default to 64-bit
- (e.g. Snow Leopard), but only have 32-bit versions of the Qt libraries
- available.
-
- -DQT_QMAKE_EXECUTABLE=/path/to/qmake
-
- Specifies the location of Qt's 'qmake' binary.
-
- -DOPENSSL_LIBRARY_DIR=/path/to/openssl
-
- Specifies the location of OpenSSL's libraries.
-
- -DCMAKE_INSTALL_PREFIX=/usr/local
-
- Specifies the install prefix used for `make install`.
-
- -DCMAKE_BUILD_TYPE=<buildtype>
-
- Available build types include: "release", "debug", "minsizerel"
-
- -DUSE_MARBLE=1
-
- Replace the flat map with a 3-D sphere using the Marble libraries.
-
- -DWIX_BINARY_DIR=C:\Path\To\WiX\
-
- Specifies the location of your WiX executables, such as candle.exe and
- light.exe (optional, Windows-only).
-
-
-For example, to configure CMake to look for Qt in "/usr/local/Qt-4.3.2/bin",
-you would run:
-
- cmake -DQT_QMAKE_EXECUTABLE=/usr/local/Qt-4.3.2/bin/qmake ..
-
-Don't forget the dot(s) at the end!
-
-CMake also supports other generators besides Makefiles on certain platforms.
-See 'cmake --help' or 'man cmake' (on non-Windows platforms) for more
-information about supported generators and configuration options.
-
-
-Additional Build Targets
--------------------------
-Vidalia contains a number of additional CMake build targets to assist in
-building code documentation and platform-specific packages. The targets are:
-
- 'dist' Creates a Vidalia source code tarball.
-
- 'dist-osx' Creates a Vidalia-only Mac OS X .dmg.
-
- 'dist-osx-bundle' Creates a Vidalia bundle .dmg. See
- pkg/osx/build-bundle.txt for additional
- information on the CMake options necessary to create
- a proper OS X bundle.
-
- 'dist-osx-split-bundle' Creates a "split" Mac OS X bundle. See
- pkg/osx/build-bundle.txt for additional
- information on the CMake options necessary to create
- a proper OS X bundle.
-
- 'dist-win32' Creates a Windows .msi package. You will also
- need to define -DWIX_BINARY_DIR=<path-to-WiX>
- in order to use this build target.
-
- 'doxygen' Creates the Doxygen-generated code
- documentation for Vidalia's source. You must
- have Doxygen installed for this target to
- function.
-
Copied: vidalia/tags/vidalia-0.2.11/INSTALL (from rev 4536, vidalia/trunk/INSTALL)
===================================================================
--- vidalia/tags/vidalia-0.2.11/INSTALL (rev 0)
+++ vidalia/tags/vidalia-0.2.11/INSTALL 2011-03-20 15:40:12 UTC (rev 4538)
@@ -0,0 +1,280 @@
+
+ Instructions for Building and Installing Vidalia from Source
+
+
+Before building and running Vidalia, you will need to have the following
+packages installed:
+
+ * Qt >= 4.3 http://qt.nokia.com/downloads
+ * Tor >= 0.2.0.34 https://www.torproject.org/download.html
+ * CMake >= 2.4.0 http://www.cmake.org/HTML/Download.html
+
+
+Linux/BSD/Unix
+--------------
+ 1. To configure and compile Vidalia, you can run the following sequence of
+ commands:
+
+ mkdir build && cd build
+ cmake ..
+ make
+
+ 2. When the previous command finishes, Vidalia's binary will be
+ placed in the build/src/vidalia/ directory.
+
+ 3. Optionally, you can run `make install` to install Vidalia into
+ your /usr/local/bin/ directory.
+
+
+Mac OS X
+--------
+CMake on Mac OS X gives you the option of compiling Vidalia from the command
+line using standard Unix Makefiles, or generating an Xcode project if you
+prefer building from an IDE.
+
+ 1. To build Vidalia from the command line, you can run:
+
+ mkdir build && cd build
+ cmake ..
+ make
+
+ Alternatively, you can have CMake generate an Xcode project for Vidalia
+ by running:
+
+ mkdir xcode && cd xcode
+ cmake -G Xcode ..
+
+ 2. If you built from the command line, Vidalia's binary will be in an
+ application bundle located at build/src/vidalia/Vidalia.app. You can copy
+ Vidalia.app to your Applications folder, if you prefer.
+
+ If you're building from a CMake-generated Xcode project, you can simply
+ click "Build & Go" in Xcode to build and run Vidalia. Or, you can run
+ 'xcodebuild' if you prefer building from the command line.
+
+
+Windows with MinGW
+-------------------
+ 1. Make sure the following directories are in your PATH environment
+ variable:
+
+ * CMake (e.g., "C:\Program Files\CMake 2.4\bin")
+ * MinGW (e.g., "C:\MinGW\bin")
+ * Qt (e.g., "C:\Qt\4.3.2\bin")
+
+ 2. Configure Vidalia and generate Makefiles by running:
+
+ mkdir build && cd build
+ cmake -G "MinGW Makefiles" ..
+
+ There should be no spaces in the path to your build directory. Otherwise,
+ Vidalia will fail to build.
+
+ 3. Compile Vidalia by running:
+
+ mingw32-make
+
+
+If CMake fails to find your Qt installation, you can explicitly tell CMake
+where to find Qt as in the following example:
+
+ cmake -DQT_QMAKE_EXECUTABLE="C:\Qt\4.3.2\bin\qmake.exe" ..
+
+You would replace "C:\Qt\4.3.2\bin" in the previous command with the actual
+path to your Qt installation's qmake.exe binary.
+
+If you are trying to build Vidalia for Windows 2000 and earlier, you should
+download Windows SDK, copy wspiapi.h header to MinGW include directory and
+build vidalia running:
+
+ cmake -DWIN2K ..
+
+Note: the header as it is in the SDK needs a "_inline" to be replaced to
+"__inline" for it to build properly.
+
+
+Windows with Visual Studio
+--------------------------
+Starting with Qt 4.3.2, the open source editions of Qt/Win include support for
+Visual Studio. Previously, Visual Studio support was limited to commercial
+editions of Qt unless you patched Qt's source.
+
+To build Vidalia under Visual Studio, you will first need to obtain Qt's
+source code and compile it with Visual Studio support. The following
+directions show how to compile Qt with Visual Studio 2005 support, but a
+similar process can be followed for other versions of VS.
+
+ 1. Download and install Visual C++ 2005 Express
+
+ http://www.microsoft.com/express/2005/download/default.aspx
+
+ 2. Download and install the Windows Platform SDK and configure Visual C++ with
+ the location of the Platform SDK's executable, include, and library
+ directories.
+
+ http://msdn2.microsoft.com/en-us/express/aa700755.aspx
+
+ It is important to also install the "Microsoft Web Workshop (IE) SDK", even
+ though that seems irrelevant.
+
+ 3. Download the Qt/Windows open source edition source code and extract it to a
+ directory with no spaces (e.g., C:\Qt\4.3.3).
+
+ http://qt.nokia.com/downloads/windows-cpp
+
+ 4. Edit the Visual Studio 2005 command prompt environment variables to
+ include the platform SDK files, by opening
+
+ C:\Program Files\Microsoft Visual Studio 8\Common7\Tools\vsvars32.bat
+
+ and adding
+
+ C:\Program Files\Microsoft Platform SDK for Windows Servers 2003 R2\Include
+
+ to the INCLUDE variable and
+
+ C:\Program Files\Microsoft Platform SDK for Windows Servers 2003 R2\Lib
+
+ to the LIB variable. Modify the path to the platform SDK files as
+ appropriate, depending on where you installed Visual Studio and the
+ Platform SDK in Steps 1 and 2.
+
+ 5. Open the Visual Studio 2005 Command Prompt and 'cd' to the location of
+ your extracted Qt source code (e.g., C:\Qt\4.3.3).
+
+ 6. Configure Qt with support for your version of Visual Studio. For example,
+ to configure Qt with support for Visual Studio 2005, you would run:
+
+ configure.exe -debug-and-release -static -fast -platform win32-msvc2005
+
+ See Qt's README file for more available platform options.
+
+ 7. Compile Qt by running:
+
+ nmake.exe
+
+ (NOTE: This step will take several hours and lots of hard drive space.)
+
+Once you have Qt compiled with Visual Studio support, you can use CMake to
+generate a Visual Studio project file by running
+
+ mkdir build && cd build
+ cmake -G "Visual Studio 8 2005" ..
+
+or whatever your particular version of Visual Studio happens to be.
+'cmake --help' lists other available generators.
+
+
+Windows with NMake
+-------------------
+To compile Vidalia from the command line using NMake, you will first need to
+follow the steps under the 'Windows with Visual Studio' section for compiling
+Qt with Visual Studio support.
+
+If you want to build Vidalia from the command line, you can have CMake
+generate NMake makefiles by running:
+
+ mkdir build && cd build
+ cmake -G "NMake Makefiles" ..
+
+You can then compile Vidalia from the command line by simply running:
+
+ nmake
+
+
+Available Configuration Options
+-------------------------------
+You can customize your Vidalia build by supplying arguments and values to the
+`cmake` commands above. Each of the configuration options can be specified on
+the command line and follows the format "-D <var>:<type>=<value>
+
+ -DUSE_MINIUPNPC=0
+
+ Disable UPnP support in Vidalia.
+
+ -DOSX_FAT_BINARY=1
+
+ Build Vidalia as a Universal binary.
+
+ -DOSX_TIGER_COMPAT=1
+
+ Build Vidalia compatible with OS X Tiger (10.4).
+
+ -DOSX_FORCE_32BIT=1
+
+ Forces a 32-bit build. This is useful on platforms that default to 64-bit
+ (e.g. Snow Leopard), but only have 32-bit versions of the Qt libraries
+ available.
+
+ -DQT_QMAKE_EXECUTABLE=/path/to/qmake
+
+ Specifies the location of Qt's 'qmake' binary.
+
+ -DOPENSSL_LIBRARY_DIR=/path/to/openssl
+
+ Specifies the location of OpenSSL's libraries for building installer on
+ Windows.
+
+ -DCMAKE_INSTALL_PREFIX=/usr/local
+
+ Specifies the install prefix used for `make install`.
+
+ -DCMAKE_BUILD_TYPE=<buildtype>
+
+ Available build types include: "release", "debug", "minsizerel"
+
+ -DUSE_MARBLE=1
+
+ Replace the flat map with a 3-D sphere using the Marble libraries.
+
+ -DWIX_BINARY_DIR=C:\Path\To\WiX\
+
+ Specifies the location of your WiX executables, such as candle.exe and
+ light.exe (optional, Windows-only).
+
+ -DWIN2K
+
+ Builds Vidalia using the inlines defined in wspiapi.h header for Windows
+ 2000 and earlier support.
+
+
+For example, to configure CMake to look for Qt in "/usr/local/Qt-4.3.2/bin",
+you would run:
+
+ cmake -DQT_QMAKE_EXECUTABLE=/usr/local/Qt-4.3.2/bin/qmake ..
+
+Don't forget the dot(s) at the end!
+
+CMake also supports other generators besides Makefiles on certain platforms.
+See 'cmake --help' or 'man cmake' (on non-Windows platforms) for more
+information about supported generators and configuration options.
+
+
+Additional Build Targets
+-------------------------
+Vidalia contains a number of additional CMake build targets to assist in
+building code documentation and platform-specific packages. The targets are:
+
+ 'dist' Creates a Vidalia source code tarball.
+
+ 'dist-osx' Creates a Vidalia-only Mac OS X .dmg.
+
+ 'dist-osx-bundle' Creates a Vidalia bundle .dmg. See
+ pkg/osx/build-bundle.txt for additional
+ information on the CMake options necessary to create
+ a proper OS X bundle.
+
+ 'dist-osx-split-bundle' Creates a "split" Mac OS X bundle. See
+ pkg/osx/build-bundle.txt for additional
+ information on the CMake options necessary to create
+ a proper OS X bundle.
+
+ 'dist-win32' Creates a Windows .msi package. You will also
+ need to define -DWIX_BINARY_DIR=<path-to-WiX>
+ in order to use this build target.
+
+ 'doxygen' Creates the Doxygen-generated code
+ documentation for Vidalia's source. You must
+ have Doxygen installed for this target to
+ function.
+
Deleted: vidalia/tags/vidalia-0.2.11/config.h.in
===================================================================
--- vidalia/trunk/config.h.in 2011-03-18 11:30:36 UTC (rev 4532)
+++ vidalia/tags/vidalia-0.2.11/config.h.in 2011-03-20 15:40:12 UTC (rev 4538)
@@ -1,46 +0,0 @@
-/*
-** $Id$
-**
-** This file is part of Vidalia, and is subject to the license terms in the
-** LICENSE file, found in the top level directory of this distribution. If
-** you did not receive the LICENSE file with this file, you may obtain it
-** from the Vidalia source package distributed by the Vidalia Project at
-** http://www.vidalia-project.net/. No part of Vidalia, including this file,
-** may be copied, modified, propagated, or distributed except according to
-** the terms described in the LICENSE file.
-**
-*/
-
-#ifndef _CONFIG_H
-#define _CONFIG_H
-
-#define VIDALIA_VERSION "@VERSION@"
-
-#cmakedefine HAVE_LIMITS_H
-
-#cmakedefine HAVE_SYS_LIMITS_H
-
-#cmakedefine HAVE_SIGNAL_H
-
-#cmakedefine HAVE_SIGACTION
-
-#cmakedefine HAVE_SIGNAL
-
-#cmakedefine HAVE_GEOIP_H
-
-#cmakedefine HAVE_GEOIPCITY_H
-
-#cmakedefine SIZEOF_INT @SIZEOF_INT@
-
-#cmakedefine USE_MINIUPNPC
-
-#cmakedefine USE_AUTOUPDATE
-
-#cmakedefine USE_MARBLE
-
-#cmakedefine USE_BREAKPAD
-
-#cmakedefine USE_GEOIP
-
-#endif
-
Copied: vidalia/tags/vidalia-0.2.11/config.h.in (from rev 4535, vidalia/trunk/config.h.in)
===================================================================
--- vidalia/tags/vidalia-0.2.11/config.h.in (rev 0)
+++ vidalia/tags/vidalia-0.2.11/config.h.in 2011-03-20 15:40:12 UTC (rev 4538)
@@ -0,0 +1,48 @@
+/*
+** $Id$
+**
+** This file is part of Vidalia, and is subject to the license terms in the
+** LICENSE file, found in the top level directory of this distribution. If
+** you did not receive the LICENSE file with this file, you may obtain it
+** from the Vidalia source package distributed by the Vidalia Project at
+** http://www.vidalia-project.net/. No part of Vidalia, including this file,
+** may be copied, modified, propagated, or distributed except according to
+** the terms described in the LICENSE file.
+**
+*/
+
+#ifndef _CONFIG_H
+#define _CONFIG_H
+
+#define VIDALIA_VERSION "@VERSION@"
+
+#cmakedefine HAVE_LIMITS_H
+
+#cmakedefine HAVE_SYS_LIMITS_H
+
+#cmakedefine HAVE_SIGNAL_H
+
+#cmakedefine HAVE_SIGACTION
+
+#cmakedefine HAVE_SIGNAL
+
+#cmakedefine HAVE_GEOIP_H
+
+#cmakedefine HAVE_GEOIPCITY_H
+
+#cmakedefine SIZEOF_INT @SIZEOF_INT@
+
+#cmakedefine USE_MINIUPNPC
+
+#cmakedefine USE_AUTOUPDATE
+
+#cmakedefine USE_MARBLE
+
+#cmakedefine USE_BREAKPAD
+
+#cmakedefine USE_GEOIP
+
+#cmakedefine WIN2K
+
+#endif
+
Deleted: vidalia/tags/vidalia-0.2.11/pkg/rpm/vidalia.spec.in
===================================================================
--- vidalia/trunk/pkg/rpm/vidalia.spec.in 2011-03-18 11:30:36 UTC (rev 4532)
+++ vidalia/tags/vidalia-0.2.11/pkg/rpm/vidalia.spec.in 2011-03-20 15:40:12 UTC (rev 4538)
@@ -1,141 +0,0 @@
-Name: vidalia
-Version: @VERSION@
-Release: 1%{?dist}
-Summary: GUI controller for the Tor Onion Routing Network
-
-Group: Applications/Internet
-License: GPLv2+
-URL: https://www.torproject.org/vidalia/
-Source0: https://www.torproject.org/%{name}/dist/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
-BuildRequires: desktop-file-utils
-BuildRequires: openssl-devel
-BuildRequires: qt4-devel
-BuildRequires: cmake
-
-Requires: tor
-Requires: privoxy
-Requires: hicolor-icon-theme
-
-
-%description
-Vidalia is a cross-platform controller GUI for Tor, built using the Qt
-framework. Vidalia allows you to start and stop Tor, view the status of Tor at
-a glance, and monitor Tor's bandwidth usage. Vidalia also makes it easy to
-contribute to the Tor network by helping you setup a Tor server, if you wish.
-
-
-%package doc
-Summary: Documentation for %{name}
-Group: Documentation
-BuildRequires: doxygen
-Requires: %{name} = %{version}-%{release}
-
-
-%description doc
-Doxygen generated documentations for %{name}.
-
-
-%prep
-%setup -q
-
-
-%build
-%if 0%{?_qt4_bindir:1}
-PATH=%{_qt4_bindir}:$PATH; export PATH
-%else
-PATH=%{_libdir}/qt4/bin:$PATH; export PATH
-%endif
-
-%cmake .
-
-make %{?_smp_mflags}
-
-cd doc
-doxygen Doxyfile.in
-
-
-%install
-rm -rf %{buildroot}
-
-make install \
- INSTALL="install -p" \
- DESTDIR=%{buildroot}
-
-install -Dpm0644 doc/%{name}.1 \
- %{buildroot}%{_mandir}/man1/%{name}.1
-
-
-mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}-doxygen/
-
-cp -r src/%{name}/help/ \
- %{buildroot}%{_docdir}/%{name}-%{version}-doxygen/
-
-
-
-%post
-touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
-
-
-%postun
-if [ $1 -eq 0 ] ; then
- touch --no-create %{_datadir}/icons/hicolor &>/dev/null
- gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-fi
-
-
-%posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
-
-
-%clean
-rm -rf %{buildroot}
-
-
-%files
-%defattr(-,root,root,-)
-%doc CHANGELOG CREDITS HACKING LICENSE LICENSE-GPLV2 LICENSE-GPLV3 LICENSE-OPENSSL README
-%{_bindir}/%{name}
-%{_mandir}/man1/%{name}*
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/apps/%{name}.png
-
-
-%files doc
-%defattr(-,root,root,-)
-%{_docdir}/%{name}-%{version}-doxygen/
-
-
-%changelog
-* Fri Jan 29 2010 Erinn Clark <erinn(a)torproject.org> - 0.2.7-1
-- New upstream release
-- Updated documentation installation process
-
-* Sat Jun 13 2009 Matt Edman <edmanm(a)vidalia-project.net> - 0.2.1-1
-- Added to Vidalia Subversion repository
-
-* Mon Jun 01 2009 Simon Wesp <cassmodiah(a)fedoraproject.org> - 0.1.13-2
-- Merge builds for fedora and epel
-
-* Mon Jun 01 2009 Simon Wesp <cassmodiah(a)fedoraproject.org> - 0.1.13-1
-- Update to 0.1.13
-- Adjust to fedora and epel
-
-* Sun Apr 06 2009 Simon Wesp <cassmodiah(a)fedoraproject.org> - 0.1.12-1
-- New upstream release
-- Correct typo in URL
-- Add R: hicolor for new handling of icons
-- Add update-icon-cache sniplet
-- Use summary of upstream for Desktopfile and in spec file
-- Create doxygen-documentations
-
-* Sun Feb 15 2009 Simon Wesp <cassmodiah(a)fedoraproject.org> - 0.1.10-2
-- Correct Qt in Summary
-- Correct Qt in desktop-file-source
-- Add a german Translation in the desktop-file-source
-- Using CMAKE-macro instead of cmake
-- Add more files to more documentation
-
-* Tue Feb 10 2009 Simon Wesp <cassmodiah(a)fedoraproject.org> - 0.1.10-1
-- Initial Package build
Copied: vidalia/tags/vidalia-0.2.11/pkg/rpm/vidalia.spec.in (from rev 4533, vidalia/trunk/pkg/rpm/vidalia.spec.in)
===================================================================
--- vidalia/tags/vidalia-0.2.11/pkg/rpm/vidalia.spec.in (rev 0)
+++ vidalia/tags/vidalia-0.2.11/pkg/rpm/vidalia.spec.in 2011-03-20 15:40:12 UTC (rev 4538)
@@ -0,0 +1,140 @@
+Name: vidalia
+Version: @VERSION@
+Release: 1%{?dist}
+Summary: GUI controller for the Tor Onion Routing Network
+
+Group: Applications/Internet
+License: GPLv2+
+URL: https://www.torproject.org/vidalia/
+Source0: https://www.torproject.org/%{name}/dist/%{name}-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires: desktop-file-utils
+BuildRequires: qt4-devel
+BuildRequires: cmake
+
+Requires: tor
+Requires: privoxy
+Requires: hicolor-icon-theme
+
+
+%description
+Vidalia is a cross-platform controller GUI for Tor, built using the Qt
+framework. Vidalia allows you to start and stop Tor, view the status of Tor at
+a glance, and monitor Tor's bandwidth usage. Vidalia also makes it easy to
+contribute to the Tor network by helping you setup a Tor server, if you wish.
+
+
+%package doc
+Summary: Documentation for %{name}
+Group: Documentation
+BuildRequires: doxygen
+Requires: %{name} = %{version}-%{release}
+
+
+%description doc
+Doxygen generated documentations for %{name}.
+
+
+%prep
+%setup -q
+
+
+%build
+%if 0%{?_qt4_bindir:1}
+PATH=%{_qt4_bindir}:$PATH; export PATH
+%else
+PATH=%{_libdir}/qt4/bin:$PATH; export PATH
+%endif
+
+%cmake .
+
+make %{?_smp_mflags}
+
+cd doc
+doxygen Doxyfile.in
+
+
+%install
+rm -rf %{buildroot}
+
+make install \
+ INSTALL="install -p" \
+ DESTDIR=%{buildroot}
+
+install -Dpm0644 doc/%{name}.1 \
+ %{buildroot}%{_mandir}/man1/%{name}.1
+
+
+mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}-doxygen/
+
+cp -r src/%{name}/help/ \
+ %{buildroot}%{_docdir}/%{name}-%{version}-doxygen/
+
+
+
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%postun
+if [ $1 -eq 0 ] ; then
+ touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
+%clean
+rm -rf %{buildroot}
+
+
+%files
+%defattr(-,root,root,-)
+%doc CHANGELOG CREDITS HACKING LICENSE LICENSE-GPLV2 LICENSE-GPLV3 README
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}*
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
+
+
+%files doc
+%defattr(-,root,root,-)
+%{_docdir}/%{name}-%{version}-doxygen/
+
+
+%changelog
+* Fri Jan 29 2010 Erinn Clark <erinn(a)torproject.org> - 0.2.7-1
+- New upstream release
+- Updated documentation installation process
+
+* Sat Jun 13 2009 Matt Edman <edmanm(a)vidalia-project.net> - 0.2.1-1
+- Added to Vidalia Subversion repository
+
+* Mon Jun 01 2009 Simon Wesp <cassmodiah(a)fedoraproject.org> - 0.1.13-2
+- Merge builds for fedora and epel
+
+* Mon Jun 01 2009 Simon Wesp <cassmodiah(a)fedoraproject.org> - 0.1.13-1
+- Update to 0.1.13
+- Adjust to fedora and epel
+
+* Sun Apr 06 2009 Simon Wesp <cassmodiah(a)fedoraproject.org> - 0.1.12-1
+- New upstream release
+- Correct typo in URL
+- Add R: hicolor for new handling of icons
+- Add update-icon-cache sniplet
+- Use summary of upstream for Desktopfile and in spec file
+- Create doxygen-documentations
+
+* Sun Feb 15 2009 Simon Wesp <cassmodiah(a)fedoraproject.org> - 0.1.10-2
+- Correct Qt in Summary
+- Correct Qt in desktop-file-source
+- Add a german Translation in the desktop-file-source
+- Using CMAKE-macro instead of cmake
+- Add more files to more documentation
+
+* Tue Feb 10 2009 Simon Wesp <cassmodiah(a)fedoraproject.org> - 0.1.10-1
+- Initial Package build
Deleted: vidalia/tags/vidalia-0.2.11/src/common/CMakeLists.txt
===================================================================
--- vidalia/trunk/src/common/CMakeLists.txt 2011-03-18 11:30:36 UTC (rev 4532)
+++ vidalia/tags/vidalia-0.2.11/src/common/CMakeLists.txt 2011-03-20 15:40:12 UTC (rev 4538)
@@ -1,46 +0,0 @@
-##
-## $Id$
-##
-## This file is part of Vidalia, and is subject to the license terms in the
-## LICENSE file, found in the top level directory of this distribution. If
-## you did not receive the LICENSE file with this file, you may obtain it
-## from the Vidalia source package distributed by the Vidalia Project at
-## http://www.vidalia-project.net/. No part of Vidalia, including this file,
-## may be copied, modified, propagated, or distributed except according to
-## the terms described in the LICENSE file.
-##
-
-
-set(common_SRCS
- crypto.cpp
- file.cpp
- html.cpp
- Log.cpp
- net.cpp
- procutil.cpp
- stringutil.cpp
- TorSocket.cpp
- TorSslSocket.cpp
-)
-qt4_wrap_cpp(common_SRCS
- TorSocket.h
- TorSslSocket.h
-)
-
-if(WIN32)
- set(common_SRCS ${common_SRCS}
- win32.cpp
- )
-endif(WIN32)
-
-
-add_library(common STATIC ${common_SRCS})
-target_link_libraries(common
- ${QT_QTCORE_LIBRARY}
- ${QT_QTNETWORK_LIBRARY}
-)
-
-if(OPENSSL_LIBRARIES)
- target_link_libraries(common ${OPENSSL_LIBRARIES})
-endif(OPENSSL_LIBRARIES)
-
Copied: vidalia/tags/vidalia-0.2.11/src/common/CMakeLists.txt (from rev 4533, vidalia/trunk/src/common/CMakeLists.txt)
===================================================================
--- vidalia/tags/vidalia-0.2.11/src/common/CMakeLists.txt (rev 0)
+++ vidalia/tags/vidalia-0.2.11/src/common/CMakeLists.txt 2011-03-20 15:40:12 UTC (rev 4538)
@@ -0,0 +1,40 @@
+##
+## $Id$
+##
+## This file is part of Vidalia, and is subject to the license terms in the
+## LICENSE file, found in the top level directory of this distribution. If
+## you did not receive the LICENSE file with this file, you may obtain it
+## from the Vidalia source package distributed by the Vidalia Project at
+## http://www.vidalia-project.net/. No part of Vidalia, including this file,
+## may be copied, modified, propagated, or distributed except according to
+## the terms described in the LICENSE file.
+##
+
+
+set(common_SRCS
+ crypto.cpp
+ file.cpp
+ html.cpp
+ Log.cpp
+ net.cpp
+ procutil.cpp
+ stringutil.cpp
+ TorSocket.cpp
+)
+qt4_wrap_cpp(common_SRCS
+ TorSocket.h
+)
+
+if(WIN32)
+ set(common_SRCS ${common_SRCS}
+ win32.cpp
+ )
+endif(WIN32)
+
+
+add_library(common STATIC ${common_SRCS})
+target_link_libraries(common
+ ${QT_QTCORE_LIBRARY}
+ ${QT_QTNETWORK_LIBRARY}
+)
+
Deleted: vidalia/tags/vidalia-0.2.11/src/common/TorSslSocket.cpp
===================================================================
--- vidalia/trunk/src/common/TorSslSocket.cpp 2011-03-18 11:30:36 UTC (rev 4532)
+++ vidalia/tags/vidalia-0.2.11/src/common/TorSslSocket.cpp 2011-03-20 15:40:12 UTC (rev 4538)
@@ -1,160 +0,0 @@
-/*
-** This file is part of Vidalia, and is subject to the license terms in the
-** LICENSE file, found in the top level directory of this distribution. If you
-** did not receive the LICENSE file with this file, you may obtain it from the
-** Vidalia source package distributed by the Vidalia Project at
-** http://www.vidalia-project.net/. No part of Vidalia, including this file,
-** may be copied, modified, propagated, or distributed except according to the
-** terms described in the LICENSE file.
-*/
-
-/*
-** \file TorSslSocket.cpp
-** \version $Id: /local/vidalia/trunk/src/util/torsocket.cpp 1564 2006-12-26T06:06:04.965088Z edmanm $
-** \brief A QSslSocket that makes encrypted requests over Tor
-*/
-
-#include "TorSslSocket.h"
-
-#include <QDataStream>
-#include <QStringList>
-
-#define SOCKS_VERSION 0x04 /**< SOCKS version. */
-#define SOCKS_CONNECT 0x01 /**< SOCKS connect command ID. */
-#define SOCKS_FAKE_IP 0x00000001 /**< Bogus IP. */
-#define SOCKS_RESPONSE_LEN 0x08 /**< SOCKS server response length. */
-#define SOCKS_RESPONSE_VERSION 0x00 /**< SOCKS server response version. */
-#define SOCKS_CONNECT_STATUS_OK 0x5A /**< SOCKS server response status. */
-
-
-/** Constructor. */
-TorSslSocket::TorSslSocket(const QHostAddress &socksAddr,
- quint16 socksPort, QObject *parent)
-: QSslSocket(parent),
- _socksAddr(socksAddr),
- _socksPort(socksPort)
-{
- QObject::connect(this, SIGNAL(sslErrors(QList<QSslError>)),
- this, SLOT(onSslErrors(QList<QSslError>)));
- QObject::connect(this, SIGNAL(error(QAbstractSocket::SocketError)),
- this, SLOT(onError(QAbstractSocket::SocketError)));
- QObject::connect(this, SIGNAL(readyRead()),
- this, SLOT(onHandshakeResponse()));
- QObject::connect(this, SIGNAL(connected()),
- this, SLOT(connectedToProxy()));
- QObject::connect(this, SIGNAL(encrypted()),
- this, SLOT(onEncrypted()));
-}
-
-/** Connects to the specified hostname and port via Tor. */
-void
-TorSslSocket::connectToRemoteHost(const QString &remoteHost, quint16 remotePort,
- bool encrypted)
-{
- _remoteHost = remoteHost;
- _remotePort = remotePort;
- _encrypted = encrypted;
- QTcpSocket::connectToHost(_socksAddr, _socksPort);
-}
-
-/** Called when a connection error has occurred. */
-void
-TorSslSocket::onError(QAbstractSocket::SocketError error)
-{
- Q_UNUSED(error);
- emit socketError(errorString());
-}
-
-/** Called when one or more SSL errors occur on the socket. */
-void
-TorSslSocket::onSslErrors(const QList<QSslError> &errors)
-{
- QStringList errorStrings;
- foreach (QSslError error, errors) {
- errorStrings << "\"" + error.errorString() + "\"";
- }
- emit socketError(errorStrings.join(","));
-}
-
-/** Called when a connection has been established to the proxy host and starts
- * a Socks4a handshake. */
-void
-TorSslSocket::connectedToProxy()
-{
- sendSocksHandshake(_remoteHost, _remotePort);
-}
-
-/** Called when an encrypted connection has been established to the remote
- * host. */
-void
-TorSslSocket::onEncrypted()
-{
- emit connectedToRemoteHost();
-}
-
-/** Sends the first part of a Socks4a handshake, using the remote hostname and
- * port specified in the previous call to connectToHost(). The message should
- * be formatted as follows:
- *
- * 0x04 (socks version)
- * 0x01 (connect)
- * PORT (two bytes, most significant byte first)
- * 0x00 0x00 0x00 0x01 (fake IP address: tells proxy to use SOCKS4a)
- * 0x00 (empty username field)
- * HOSTNAME (target hostname)
- * 0x00 (marks the end of the hostname field)
- */
-void
-TorSslSocket::sendSocksHandshake(const QString &remoteHost, quint16 remotePort)
-{
- QDataStream sock(this);
- sock << (quint8)SOCKS_VERSION;
- sock << (quint8)SOCKS_CONNECT;
- sock << (quint16)remotePort;
- sock << (quint32)SOCKS_FAKE_IP;
- sock << (quint8)0;
- sock.writeRawData(qPrintable(remoteHost), remoteHost.length());
- sock << (quint8)0;
-}
-
-/** Handles the second half of the handshake, received from the SOCKS
- * proxy server. The response should be formatted as follows:
- *
- * 0x00 (response version)
- * STATUS (0x5A means success; other values mean failure)
- * PORT (not set)
- * ADDRESS (not set)
- */
-void
-TorSslSocket::onHandshakeResponse()
-{
- QByteArray response;
- if (bytesAvailable() >= SOCKS_RESPONSE_LEN) {
- /* We've received our response, so stop waiting for it. */
- QObject::disconnect(this, SIGNAL(readyRead()),
- this, SLOT(onHandshakeResponse()));
-
- /* Read the 8-byte response off the socket. */
- response = read(SOCKS_RESPONSE_LEN);
-
- /* Check to make sure we got a good response from the proxy. */
- if ((uchar)response[0] == (uchar)SOCKS_RESPONSE_VERSION &&
- (uchar)response[1] == (uchar)SOCKS_CONNECT_STATUS_OK) {
- if (_encrypted) {
- /* Connection status was okay, so start client encryption. */
- /* We first need to set the peer name to the intended remote host,
- * otherwise Qt will use the proxy (e.g., 127.0.0.1) as the peer name
- * when validating the server certificate. */
- setPeerName(_remoteHost);
- startClientEncryption();
- } else {
- /* Caller wanted an unencrypted, unauthenticated, uncool conn. */
- emit connectedToRemoteHost();
- }
- } else {
- /* Remote connection failed, so close the connection to the proxy. */
- disconnectFromHost();
- }
- }
-}
-
Deleted: vidalia/tags/vidalia-0.2.11/src/common/TorSslSocket.h
===================================================================
--- vidalia/trunk/src/common/TorSslSocket.h 2011-03-18 11:30:36 UTC (rev 4532)
+++ vidalia/tags/vidalia-0.2.11/src/common/TorSslSocket.h 2011-03-20 15:40:12 UTC (rev 4538)
@@ -1,71 +0,0 @@
-/*
-** This file is part of Vidalia, and is subject to the license terms in the
-** LICENSE file, found in the top level directory of this distribution. If you
-** did not receive the LICENSE file with this file, you may obtain it from the
-** Vidalia source package distributed by the Vidalia Project at
-** http://www.vidalia-project.net/. No part of Vidalia, including this file,
-** may be copied, modified, propagated, or distributed except according to the
-** terms described in the LICENSE file.
-*/
-
-/*
-** \file TorSslSocket.h
-** \version $Id: /local/vidalia/trunk/src/util/torsocket.h 1564 2006-12-26T06:06:04.965088Z edmanm $
-** \brief A QSslSocket that makes encrypted requests over Tor
-*/
-
-#ifndef _TORSSLSOCKET_H
-#define _TORSSLSOCKET_H
-
-#include <QSslSocket>
-#include <QHostAddress>
-
-
-class TorSslSocket : public QSslSocket
-{
- Q_OBJECT
-
-public:
- /** Constructor. */
- TorSslSocket(const QHostAddress &socksAddr,
- quint16 socksPort, QObject *parent = 0);
-
- /** Connects to the specified hostname and port via Tor. */
- void connectToRemoteHost(const QString &remoteHost, quint16 remotePort,
- bool encrypted);
-
-signals:
- /** Emitted when a connection has been established through Tor to the remote
- * host specified in a prior call to connectToHost(). */
- void connectedToRemoteHost();
- /** Emitted when a connection error has occurred. */
- void socketError(QString errmsg);
-
-private slots:
- /** Called when the socket is connected to the proxy and sends our
- * half of a Socks4a handshake. */
- void connectedToProxy();
- /** Called when an encrypted connection has been established to the remote
- * host. */
- void onEncrypted();
- /** Handles the server's response part of a Socks4a handshake. */
- void onHandshakeResponse();
- /** Called when a connection error has occurred. */
- void onError(QAbstractSocket::SocketError error);
- /** Called when one or more SSL errors occur on the socket. */
- void onSslErrors(const QList<QSslError> &errors);
-
-private:
- /** Sends the client part of a Socks4a handshake with a proxy server. */
- void sendSocksHandshake(const QString &remoteHost, quint16 remotePort);
-
- QHostAddress _socksAddr; /**< Address of Tor's SOCKS listener. */
- QString _remoteHost; /**< Remote hostname. */
- quint16 _socksPort; /**< Port of Tor's SOCKS listener. */
- quint16 _remotePort; /**< Remote host port. */
- bool _encrypted; /**< Set to true if the connection to the remote
- host should be encrypted. */
-};
-
-#endif
-
Deleted: vidalia/tags/vidalia-0.2.11/src/miniupnpc/connecthostport.c
===================================================================
--- vidalia/trunk/src/miniupnpc/connecthostport.c 2011-03-18 11:30:36 UTC (rev 4532)
+++ vidalia/tags/vidalia-0.2.11/src/miniupnpc/connecthostport.c 2011-03-20 15:40:12 UTC (rev 4538)
@@ -1,221 +0,0 @@
-/* $Id: connecthostport.c,v 1.2 2010/04/05 00:08:15 nanard Exp $ */
-/* Project : miniupnp
- * Author : Thomas Bernard
- * Copyright (c) 2010 Thomas Bernard
- * This software is subject to the conditions detailed in the
- * LICENCE file provided in this distribution. */
-
-/* use getaddrinfo() or gethostbyname()
- * uncomment the following line in order to use gethostbyname() */
-/* #define USE_GETHOSTBYNAME */
-
-#include <string.h>
-#include <stdio.h>
-#ifdef WIN32
-#include <winsock2.h>
-#include <ws2tcpip.h>
-#include <io.h>
-#define snprintf _snprintf
-#define herror
-#define socklen_t int
-#else /* #ifdef WIN32 */
-#include <unistd.h>
-#include <errno.h>
-#define closesocket close
-#include <netdb.h>
-/* defining MINIUPNPC_IGNORE_EINTR enable the ignore of interruptions
- * during the connect() call */
-#define MINIUPNPC_IGNORE_EINTR
-#ifndef USE_GETHOSTBYNAME
-#include <sys/types.h>
-#include <sys/socket.h>
-#endif /* #ifndef USE_GETHOSTBYNAME */
-#endif /* #else WIN32 */
-
-/* definition of PRINT_SOCKET_ERROR */
-#ifdef WIN32
-#define PRINT_SOCKET_ERROR(x) printf("Socket error: %s, %d\n", x, WSAGetLastError());
-#else
-#define PRINT_SOCKET_ERROR(x) perror(x)
-#endif
-
-#if defined(__amigaos__) || defined(__amigaos4__)
-#define herror(A) printf("%s\n", A)
-#endif
-
-#include "connecthostport.h"
-
-/* connecthostport()
- * return a socket connected (TCP) to the host and port
- * or -1 in case of error */
-int connecthostport(const char * host, unsigned short port)
-{
- int s, n;
-#ifdef USE_GETHOSTBYNAME
- struct sockaddr_in dest;
- struct hostent *hp;
-#else /* #ifdef USE_GETHOSTBYNAME */
- char port_str[8];
- struct addrinfo *ai, *p;
- struct addrinfo hints;
-#endif /* #ifdef USE_GETHOSTBYNAME */
-#ifdef MINIUPNPC_SET_SOCKET_TIMEOUT
- struct timeval timeout;
-#endif /* #ifdef MINIUPNPC_SET_SOCKET_TIMEOUT */
-
-#ifdef USE_GETHOSTBYNAME
- hp = gethostbyname(host);
- if(hp == NULL)
- {
- herror(host);
- return -1;
- }
- memcpy(&dest.sin_addr, hp->h_addr, sizeof(dest.sin_addr));
- memset(dest.sin_zero, 0, sizeof(dest.sin_zero));
- s = socket(PF_INET, SOCK_STREAM, 0);
- if(s < 0)
- {
- PRINT_SOCKET_ERROR("socket");
- return -1;
- }
-#ifdef MINIUPNPC_SET_SOCKET_TIMEOUT
- /* setting a 3 seconds timeout for the connect() call */
- timeout.tv_sec = 3;
- timeout.tv_usec = 0;
- if(setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, &timeout, sizeof(struct timeval)) < 0)
- {
- PRINT_SOCKET_ERROR("setsockopt");
- }
- timeout.tv_sec = 3;
- timeout.tv_usec = 0;
- if(setsockopt(s, SOL_SOCKET, SO_SNDTIMEO, &timeout, sizeof(struct timeval)) < 0)
- {
- PRINT_SOCKET_ERROR("setsockopt");
- }
-#endif /* #ifdef MINIUPNPC_SET_SOCKET_TIMEOUT */
- dest.sin_family = AF_INET;
- dest.sin_port = htons(port);
- n = connect(s, (struct sockaddr *)&dest, sizeof(struct sockaddr_in));
-#ifdef MINIUPNPC_IGNORE_EINTR
- while(n < 0 && errno == EINTR)
- {
- socklen_t len;
- fd_set wset;
- int err;
- FD_ZERO(&wset);
- FD_SET(s, &wset);
- if((n = select(s + 1, NULL, &wset, NULL, NULL)) == -1 && errno == EINTR)
- continue;
- /*len = 0;*/
- /*n = getpeername(s, NULL, &len);*/
- len = sizeof(err);
- if(getsockopt(s, SOL_SOCKET, SO_ERROR, &err, &len) < 0) {
- PRINT_SOCKET_ERROR("getsockopt");
- closesocket(s);
- return -1;
- }
- if(err != 0) {
- errno = err;
- n = -1;
- }
- }
-#endif /* #ifdef MINIUPNPC_IGNORE_EINTR */
- if(n<0)
- {
- PRINT_SOCKET_ERROR("connect");
- closesocket(s);
- return -1;
- }
-#else /* #ifdef USE_GETHOSTBYNAME */
- /* use getaddrinfo() instead of gethostbyname() */
- memset(&hints, 0, sizeof(hints));
- /* hints.ai_flags = AI_ADDRCONFIG; */
-#ifdef AI_NUMERICSERV
- hints.ai_flags = AI_NUMERICSERV;
-#endif
- hints.ai_socktype = SOCK_STREAM;
- hints.ai_family = AF_UNSPEC; /* AF_INET, AF_INET6 or AF_UNSPEC */
- /* hints.ai_protocol = IPPROTO_TCP; */
- snprintf(port_str, sizeof(port_str), "%hu", port);
- n = getaddrinfo(host, port_str, &hints, &ai);
- if(n != 0)
- {
-#ifdef WIN32
- fprintf(stderr, "getaddrinfo() error : %d\n", n);
-#else
- fprintf(stderr, "getaddrinfo() error : %s\n", gai_strerror(n));
-#endif
- return -1;
- }
- s = -1;
- for(p = ai; p; p = p->ai_next)
- {
- s = socket(p->ai_family, p->ai_socktype, p->ai_protocol);
- if(s < 0)
- continue;
-#ifdef MINIUPNPC_SET_SOCKET_TIMEOUT
- /* setting a 3 seconds timeout for the connect() call */
- timeout.tv_sec = 3;
- timeout.tv_usec = 0;
- if(setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, &timeout, sizeof(struct timeval)) < 0)
- {
- PRINT_SOCKET_ERROR("setsockopt");
- }
- timeout.tv_sec = 3;
- timeout.tv_usec = 0;
- if(setsockopt(s, SOL_SOCKET, SO_SNDTIMEO, &timeout, sizeof(struct timeval)) < 0)
- {
- PRINT_SOCKET_ERROR("setsockopt");
- }
-#endif /* #ifdef MINIUPNPC_SET_SOCKET_TIMEOUT */
- n = connect(s, p->ai_addr, p->ai_addrlen);
-#ifdef MINIUPNPC_IGNORE_EINTR
- while(n < 0 && errno == EINTR)
- {
- socklen_t len;
- fd_set wset;
- int err;
- FD_ZERO(&wset);
- FD_SET(s, &wset);
- if((n = select(s + 1, NULL, &wset, NULL, NULL)) == -1 && errno == EINTR)
- continue;
- /*len = 0;*/
- /*n = getpeername(s, NULL, &len);*/
- len = sizeof(err);
- if(getsockopt(s, SOL_SOCKET, SO_ERROR, &err, &len) < 0) {
- PRINT_SOCKET_ERROR("getsockopt");
- closesocket(s);
- freeaddrinfo(ai);
- return -1;
- }
- if(err != 0) {
- errno = err;
- n = -1;
- }
- }
-#endif /* #ifdef MINIUPNPC_IGNORE_EINTR */
- if(n < 0)
- {
- closesocket(s);
- continue;
- }
- else
- {
- break;
- }
- }
- freeaddrinfo(ai);
- if(s < 0)
- {
- PRINT_SOCKET_ERROR("socket");
- return -1;
- }
- if(n < 0)
- {
- PRINT_SOCKET_ERROR("connect");
- return -1;
- }
-#endif /* #ifdef USE_GETHOSTBYNAME */
- return s;
-}
-
Copied: vidalia/tags/vidalia-0.2.11/src/miniupnpc/connecthostport.c (from rev 4535, vidalia/trunk/src/miniupnpc/connecthostport.c)
===================================================================
--- vidalia/tags/vidalia-0.2.11/src/miniupnpc/connecthostport.c (rev 0)
+++ vidalia/tags/vidalia-0.2.11/src/miniupnpc/connecthostport.c 2011-03-20 15:40:12 UTC (rev 4538)
@@ -0,0 +1,225 @@
+/* $Id: connecthostport.c,v 1.2 2010/04/05 00:08:15 nanard Exp $ */
+/* Project : miniupnp
+ * Author : Thomas Bernard
+ * Copyright (c) 2010 Thomas Bernard
+ * This software is subject to the conditions detailed in the
+ * LICENCE file provided in this distribution. */
+
+/* use getaddrinfo() or gethostbyname()
+ * uncomment the following line in order to use gethostbyname() */
+/* #define USE_GETHOSTBYNAME */
+
+#include <string.h>
+#include <stdio.h>
+#ifdef WIN32
+#include <winsock2.h>
+#include <ws2tcpip.h>
+#ifdef WIN2K
+# define __inline static inline
+# include <wspiapi.h>
+#endif
+#include <io.h>
+#define snprintf _snprintf
+#define herror
+#define socklen_t int
+#else /* #ifdef WIN32 */
+#include <unistd.h>
+#include <errno.h>
+#define closesocket close
+#include <netdb.h>
+/* defining MINIUPNPC_IGNORE_EINTR enable the ignore of interruptions
+ * during the connect() call */
+#define MINIUPNPC_IGNORE_EINTR
+#ifndef USE_GETHOSTBYNAME
+#include <sys/types.h>
+#include <sys/socket.h>
+#endif /* #ifndef USE_GETHOSTBYNAME */
+#endif /* #else WIN32 */
+
+/* definition of PRINT_SOCKET_ERROR */
+#ifdef WIN32
+#define PRINT_SOCKET_ERROR(x) printf("Socket error: %s, %d\n", x, WSAGetLastError());
+#else
+#define PRINT_SOCKET_ERROR(x) perror(x)
+#endif
+
+#if defined(__amigaos__) || defined(__amigaos4__)
+#define herror(A) printf("%s\n", A)
+#endif
+
+#include "connecthostport.h"
+
+/* connecthostport()
+ * return a socket connected (TCP) to the host and port
+ * or -1 in case of error */
+int connecthostport(const char * host, unsigned short port)
+{
+ int s, n;
+#ifdef USE_GETHOSTBYNAME
+ struct sockaddr_in dest;
+ struct hostent *hp;
+#else /* #ifdef USE_GETHOSTBYNAME */
+ char port_str[8];
+ struct addrinfo *ai, *p;
+ struct addrinfo hints;
+#endif /* #ifdef USE_GETHOSTBYNAME */
+#ifdef MINIUPNPC_SET_SOCKET_TIMEOUT
+ struct timeval timeout;
+#endif /* #ifdef MINIUPNPC_SET_SOCKET_TIMEOUT */
+
+#ifdef USE_GETHOSTBYNAME
+ hp = gethostbyname(host);
+ if(hp == NULL)
+ {
+ herror(host);
+ return -1;
+ }
+ memcpy(&dest.sin_addr, hp->h_addr, sizeof(dest.sin_addr));
+ memset(dest.sin_zero, 0, sizeof(dest.sin_zero));
+ s = socket(PF_INET, SOCK_STREAM, 0);
+ if(s < 0)
+ {
+ PRINT_SOCKET_ERROR("socket");
+ return -1;
+ }
+#ifdef MINIUPNPC_SET_SOCKET_TIMEOUT
+ /* setting a 3 seconds timeout for the connect() call */
+ timeout.tv_sec = 3;
+ timeout.tv_usec = 0;
+ if(setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, &timeout, sizeof(struct timeval)) < 0)
+ {
+ PRINT_SOCKET_ERROR("setsockopt");
+ }
+ timeout.tv_sec = 3;
+ timeout.tv_usec = 0;
+ if(setsockopt(s, SOL_SOCKET, SO_SNDTIMEO, &timeout, sizeof(struct timeval)) < 0)
+ {
+ PRINT_SOCKET_ERROR("setsockopt");
+ }
+#endif /* #ifdef MINIUPNPC_SET_SOCKET_TIMEOUT */
+ dest.sin_family = AF_INET;
+ dest.sin_port = htons(port);
+ n = connect(s, (struct sockaddr *)&dest, sizeof(struct sockaddr_in));
+#ifdef MINIUPNPC_IGNORE_EINTR
+ while(n < 0 && errno == EINTR)
+ {
+ socklen_t len;
+ fd_set wset;
+ int err;
+ FD_ZERO(&wset);
+ FD_SET(s, &wset);
+ if((n = select(s + 1, NULL, &wset, NULL, NULL)) == -1 && errno == EINTR)
+ continue;
+ /*len = 0;*/
+ /*n = getpeername(s, NULL, &len);*/
+ len = sizeof(err);
+ if(getsockopt(s, SOL_SOCKET, SO_ERROR, &err, &len) < 0) {
+ PRINT_SOCKET_ERROR("getsockopt");
+ closesocket(s);
+ return -1;
+ }
+ if(err != 0) {
+ errno = err;
+ n = -1;
+ }
+ }
+#endif /* #ifdef MINIUPNPC_IGNORE_EINTR */
+ if(n<0)
+ {
+ PRINT_SOCKET_ERROR("connect");
+ closesocket(s);
+ return -1;
+ }
+#else /* #ifdef USE_GETHOSTBYNAME */
+ /* use getaddrinfo() instead of gethostbyname() */
+ memset(&hints, 0, sizeof(hints));
+ /* hints.ai_flags = AI_ADDRCONFIG; */
+#ifdef AI_NUMERICSERV
+ hints.ai_flags = AI_NUMERICSERV;
+#endif
+ hints.ai_socktype = SOCK_STREAM;
+ hints.ai_family = AF_UNSPEC; /* AF_INET, AF_INET6 or AF_UNSPEC */
+ /* hints.ai_protocol = IPPROTO_TCP; */
+ snprintf(port_str, sizeof(port_str), "%hu", port);
+ n = getaddrinfo(host, port_str, &hints, &ai);
+ if(n != 0)
+ {
+#ifdef WIN32
+ fprintf(stderr, "getaddrinfo() error : %d\n", n);
+#else
+ fprintf(stderr, "getaddrinfo() error : %s\n", gai_strerror(n));
+#endif
+ return -1;
+ }
+ s = -1;
+ for(p = ai; p; p = p->ai_next)
+ {
+ s = socket(p->ai_family, p->ai_socktype, p->ai_protocol);
+ if(s < 0)
+ continue;
+#ifdef MINIUPNPC_SET_SOCKET_TIMEOUT
+ /* setting a 3 seconds timeout for the connect() call */
+ timeout.tv_sec = 3;
+ timeout.tv_usec = 0;
+ if(setsockopt(s, SOL_SOCKET, SO_RCVTIMEO, &timeout, sizeof(struct timeval)) < 0)
+ {
+ PRINT_SOCKET_ERROR("setsockopt");
+ }
+ timeout.tv_sec = 3;
+ timeout.tv_usec = 0;
+ if(setsockopt(s, SOL_SOCKET, SO_SNDTIMEO, &timeout, sizeof(struct timeval)) < 0)
+ {
+ PRINT_SOCKET_ERROR("setsockopt");
+ }
+#endif /* #ifdef MINIUPNPC_SET_SOCKET_TIMEOUT */
+ n = connect(s, p->ai_addr, p->ai_addrlen);
+#ifdef MINIUPNPC_IGNORE_EINTR
+ while(n < 0 && errno == EINTR)
+ {
+ socklen_t len;
+ fd_set wset;
+ int err;
+ FD_ZERO(&wset);
+ FD_SET(s, &wset);
+ if((n = select(s + 1, NULL, &wset, NULL, NULL)) == -1 && errno == EINTR)
+ continue;
+ /*len = 0;*/
+ /*n = getpeername(s, NULL, &len);*/
+ len = sizeof(err);
+ if(getsockopt(s, SOL_SOCKET, SO_ERROR, &err, &len) < 0) {
+ PRINT_SOCKET_ERROR("getsockopt");
+ closesocket(s);
+ freeaddrinfo(ai);
+ return -1;
+ }
+ if(err != 0) {
+ errno = err;
+ n = -1;
+ }
+ }
+#endif /* #ifdef MINIUPNPC_IGNORE_EINTR */
+ if(n < 0)
+ {
+ closesocket(s);
+ continue;
+ }
+ else
+ {
+ break;
+ }
+ }
+ freeaddrinfo(ai);
+ if(s < 0)
+ {
+ PRINT_SOCKET_ERROR("socket");
+ return -1;
+ }
+ if(n < 0)
+ {
+ PRINT_SOCKET_ERROR("connect");
+ return -1;
+ }
+#endif /* #ifdef USE_GETHOSTBYNAME */
+ return s;
+}
+
Deleted: vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniupnpc.c
===================================================================
--- vidalia/trunk/src/miniupnpc/miniupnpc.c 2011-03-18 11:30:36 UTC (rev 4532)
+++ vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniupnpc.c 2011-03-20 15:40:12 UTC (rev 4538)
@@ -1,892 +0,0 @@
-/* $Id: miniupnpc.c,v 1.78 2010/04/05 20:36:59 nanard Exp $ */
-/* Project : miniupnp
- * Author : Thomas BERNARD
- * copyright (c) 2005-2010 Thomas Bernard
- * This software is subjet to the conditions detailed in the
- * provided LICENSE file. */
-#define __EXTENSIONS__ 1
-#if !defined(MACOSX) && !defined(__sun)
-#if !defined(_XOPEN_SOURCE) && !defined(__OpenBSD__) && !defined(__NetBSD__)
-#ifndef __cplusplus
-#define _XOPEN_SOURCE 600
-#endif
-#endif
-#ifndef __BSD_VISIBLE
-#define __BSD_VISIBLE 1
-#endif
-#endif
-
-#ifdef __APPLE__
-#define _DARWIN_C_SOURCE
-#endif
-
-#include <stdlib.h>
-#include <stdio.h>
-#include <string.h>
-#ifdef WIN32
-/* Win32 Specific includes and defines */
-#include <winsock2.h>
-#include <ws2tcpip.h>
-#include <io.h>
-/*#include <IPHlpApi.h>*/
-#define snprintf _snprintf
-#if defined(_MSC_VER) && (_MSC_VER >= 1400)
-#define strncasecmp _memicmp
-#else /* defined(_MSC_VER) && (_MSC_VER >= 1400) */
-#define strncasecmp memicmp
-#endif /* defined(_MSC_VER) && (_MSC_VER >= 1400) */
-#define MAXHOSTNAMELEN 64
-#else /* #ifdef WIN32 */
-/* Standard POSIX includes */
-#include <unistd.h>
-#if defined(__amigaos__) && !defined(__amigaos4__)
-/* Amiga OS 3 specific stuff */
-#define socklen_t int
-#else
-#include <sys/select.h>
-#endif
-#if defined(__APPLE__)
-#undef _POSIX_C_SOURCE
-#endif
-#include <sys/socket.h>
-#include <sys/types.h>
-#include <sys/param.h>
-#include <netinet/in.h>
-#include <arpa/inet.h>
-#include <netdb.h>
-#if !defined(__amigaos__) && !defined(__amigaos4__)
-#include <poll.h>
-#endif
-#include <strings.h>
-#include <errno.h>
-#define closesocket close
-#define MINIUPNPC_IGNORE_EINTR
-#endif /* #else WIN32 */
-#ifdef MINIUPNPC_SET_SOCKET_TIMEOUT
-#include <sys/time.h>
-#endif
-#if defined(__amigaos__) || defined(__amigaos4__)
-/* Amiga OS specific stuff */
-#define TIMEVAL struct timeval
-#endif
-
-#include "miniupnpc.h"
-#include "minissdpc.h"
-#include "miniwget.h"
-#include "minisoap.h"
-#include "minixml.h"
-#include "upnpcommands.h"
-#include "connecthostport.h"
-
-#ifdef WIN32
-#define PRINT_SOCKET_ERROR(x) printf("Socket error: %s, %d\n", x, WSAGetLastError());
-#else
-#define PRINT_SOCKET_ERROR(x) perror(x)
-#endif
-
-#define SOAPPREFIX "s"
-#define SERVICEPREFIX "u"
-#define SERVICEPREFIX2 'u'
-
-/* root description parsing */
-LIBSPEC void parserootdesc(const char * buffer, int bufsize, struct IGDdatas * data)
-{
- struct xmlparser parser;
- /* xmlparser object */
- parser.xmlstart = buffer;
- parser.xmlsize = bufsize;
- parser.data = data;
- parser.starteltfunc = IGDstartelt;
- parser.endeltfunc = IGDendelt;
- parser.datafunc = IGDdata;
- parser.attfunc = 0;
- parsexml(&parser);
-#ifdef DEBUG
- printIGD(data);
-#endif
-}
-
-/* getcontentlenfromline() : parse the Content-Length HTTP header line.
- * Content-length: nnn */
-static int getcontentlenfromline(const char * p, int n)
-{
- static const char contlenstr[] = "content-length";
- const char * p2 = contlenstr;
- int a = 0;
- while(*p2)
- {
- if(n==0)
- return -1;
- if(*p2 != *p && *p2 != (*p + 32))
- return -1;
- p++; p2++; n--;
- }
- if(n==0)
- return -1;
- if(*p != ':')
- return -1;
- p++; n--;
- while(*p == ' ')
- {
- if(n==0)
- return -1;
- p++; n--;
- }
- while(*p >= '0' && *p <= '9')
- {
- if(n==0)
- return -1;
- a = (a * 10) + (*p - '0');
- p++; n--;
- }
- return a;
-}
-
-/* getContentLengthAndHeaderLength()
- * retrieve header length and content length from an HTTP response
- * TODO : retrieve Transfer-Encoding: header value, in order to support
- * HTTP/1.1, chunked transfer encoding must be supported. */
-static void
-getContentLengthAndHeaderLength(char * p, int n,
- int * contentlen, int * headerlen)
-{
- char * line;
- int linelen;
- int r;
- line = p;
- while(line < p + n)
- {
- linelen = 0;
- while(line[linelen] != '\r' && line[linelen] != '\r')
- {
- if(line+linelen >= p+n)
- return;
- linelen++;
- }
- r = getcontentlenfromline(line, linelen);
- if(r>0)
- *contentlen = r;
- line = line + linelen + 2;
- if(line[0] == '\r' && line[1] == '\n')
- {
- *headerlen = (line - p) + 2;
- return;
- }
- }
-}
-
-/* simpleUPnPcommand :
- * not so simple !
- * return values :
- * 0 - OK
- * -1 - error */
-int simpleUPnPcommand(int s, const char * url, const char * service,
- const char * action, struct UPNParg * args,
- char * buffer, int * bufsize)
-{
- char hostname[MAXHOSTNAMELEN+1];
- unsigned short port = 0;
- char * path;
- char soapact[128];
- char soapbody[2048];
- char * buf;
- int buffree;
- int n;
- int contentlen, headerlen; /* for the response */
-
- snprintf(soapact, sizeof(soapact), "%s#%s", service, action);
- if(args==NULL)
- {
- /*soapbodylen = */snprintf(soapbody, sizeof(soapbody),
- "<?xml version=\"1.0\"?>\r\n"
- "<" SOAPPREFIX ":Envelope "
- "xmlns:" SOAPPREFIX "=\"http://schemas.xmlsoap.org/soap/envelope/\" "
- SOAPPREFIX ":encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">"
- "<" SOAPPREFIX ":Body>"
- "<" SERVICEPREFIX ":%s xmlns:" SERVICEPREFIX "=\"%s\">"
- "</" SERVICEPREFIX ":%s>"
- "</" SOAPPREFIX ":Body></" SOAPPREFIX ":Envelope>"
- "\r\n", action, service, action);
- }
- else
- {
- char * p;
- const char * pe, * pv;
- int soapbodylen;
- soapbodylen = snprintf(soapbody, sizeof(soapbody),
- "<?xml version=\"1.0\"?>\r\n"
- "<" SOAPPREFIX ":Envelope "
- "xmlns:" SOAPPREFIX "=\"http://schemas.xmlsoap.org/soap/envelope/\" "
- SOAPPREFIX ":encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">"
- "<" SOAPPREFIX ":Body>"
- "<" SERVICEPREFIX ":%s xmlns:" SERVICEPREFIX "=\"%s\">",
- action, service);
- p = soapbody + soapbodylen;
- while(args->elt)
- {
- /* check that we are never overflowing the string... */
- if(soapbody + sizeof(soapbody) <= p + 100)
- {
- /* we keep a margin of at least 100 bytes */
- *bufsize = 0;
- return -1;
- }
- *(p++) = '<';
- pe = args->elt;
- while(*pe)
- *(p++) = *(pe++);
- *(p++) = '>';
- if((pv = args->val))
- {
- while(*pv)
- *(p++) = *(pv++);
- }
- *(p++) = '<';
- *(p++) = '/';
- pe = args->elt;
- while(*pe)
- *(p++) = *(pe++);
- *(p++) = '>';
- args++;
- }
- *(p++) = '<';
- *(p++) = '/';
- *(p++) = SERVICEPREFIX2;
- *(p++) = ':';
- pe = action;
- while(*pe)
- *(p++) = *(pe++);
- strncpy(p, "></" SOAPPREFIX ":Body></" SOAPPREFIX ":Envelope>\r\n",
- soapbody + sizeof(soapbody) - p);
- }
- if(!parseURL(url, hostname, &port, &path)) return -1;
- if(s<0)
- {
- s = connecthostport(hostname, port);
- if(s < 0)
- {
- *bufsize = 0;
- return -1;
- }
- }
-
- n = soapPostSubmit(s, path, hostname, port, soapact, soapbody);
- if(n<=0) {
-#ifdef DEBUG
- printf("Error sending SOAP request\n");
-#endif
- closesocket(s);
- return -1;
- }
-
- contentlen = -1;
- headerlen = -1;
- buf = buffer;
- buffree = *bufsize;
- *bufsize = 0;
- while ((n = ReceiveData(s, buf, buffree, 5000)) > 0) {
- buffree -= n;
- buf += n;
- *bufsize += n;
- getContentLengthAndHeaderLength(buffer, *bufsize,
- &contentlen, &headerlen);
-#ifdef DEBUG
- printf("received n=%dbytes bufsize=%d ContLen=%d HeadLen=%d\n",
- n, *bufsize, contentlen, headerlen);
-#endif
- /* break if we received everything */
- if(contentlen > 0 && headerlen > 0 && *bufsize >= contentlen+headerlen)
- break;
- }
-
- closesocket(s);
- return 0;
-}
-
-/* parseMSEARCHReply()
- * the last 4 arguments are filled during the parsing :
- * - location/locationsize : "location:" field of the SSDP reply packet
- * - st/stsize : "st:" field of the SSDP reply packet.
- * The strings are NOT null terminated */
-static void
-parseMSEARCHReply(const char * reply, int size,
- const char * * location, int * locationsize,
- const char * * st, int * stsize)
-{
- int a, b, i;
- i = 0;
- a = i; /* start of the line */
- b = 0;
- while(i<size)
- {
- switch(reply[i])
- {
- case ':':
- if(b==0)
- {
- b = i; /* end of the "header" */
- /*for(j=a; j<b; j++)
- {
- putchar(reply[j]);
- }
- */
- }
- break;
- case '\x0a':
- case '\x0d':
- if(b!=0)
- {
- /*for(j=b+1; j<i; j++)
- {
- putchar(reply[j]);
- }
- putchar('\n');*/
- do { b++; } while(reply[b]==' ');
- if(0==strncasecmp(reply+a, "location", 8))
- {
- *location = reply+b;
- *locationsize = i-b;
- }
- else if(0==strncasecmp(reply+a, "st", 2))
- {
- *st = reply+b;
- *stsize = i-b;
- }
- b = 0;
- }
- a = i+1;
- break;
- default:
- break;
- }
- i++;
- }
-}
-
-/* port upnp discover : SSDP protocol */
-#define PORT 1900
-#define XSTR(s) STR(s)
-#define STR(s) #s
-#define UPNP_MCAST_ADDR "239.255.255.250"
-
-/* upnpDiscover() :
- * return a chained list of all devices found or NULL if
- * no devices was found.
- * It is up to the caller to free the chained list
- * delay is in millisecond (poll) */
-LIBSPEC struct UPNPDev * upnpDiscover(int delay, const char * multicastif,
- const char * minissdpdsock, int sameport)
-{
- struct UPNPDev * tmp;
- struct UPNPDev * devlist = 0;
- int opt = 1;
- static const char MSearchMsgFmt[] =
- "M-SEARCH * HTTP/1.1\r\n"
- "HOST: " UPNP_MCAST_ADDR ":" XSTR(PORT) "\r\n"
- "ST: %s\r\n"
- "MAN: \"ssdp:discover\"\r\n"
- "MX: %u\r\n"
- "\r\n";
- static const char * const deviceList[] = {
- "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
- "urn:schemas-upnp-org:service:WANIPConnection:1",
- "urn:schemas-upnp-org:service:WANPPPConnection:1",
- "upnp:rootdevice",
- 0
- };
- int deviceIndex = 0;
- char bufr[1536]; /* reception and emission buffer */
- int sudp;
- int n;
- struct sockaddr sockudp_r;
- unsigned int mx;
- int rv;
- struct addrinfo hints, *servinfo, *p;
-#ifdef WIN32
- /*MIB_IPFORWARDROW ip_forward;*/
-#endif
-
-#if !defined(WIN32) && !defined(__amigaos__) && !defined(__amigaos4__)
- /* first try to get infos from minissdpd ! */
- if(!minissdpdsock)
- minissdpdsock = "/var/run/minissdpd.sock";
- while(!devlist && deviceList[deviceIndex]) {
- devlist = getDevicesFromMiniSSDPD(deviceList[deviceIndex],
- minissdpdsock);
- /* We return what we have found if it was not only a rootdevice */
- if(devlist && !strstr(deviceList[deviceIndex], "rootdevice"))
- return devlist;
- deviceIndex++;
- }
- deviceIndex = 0;
-#endif
- /* fallback to direct discovery */
-#ifdef WIN32
- sudp = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP);
-#else
- sudp = socket(PF_INET, SOCK_DGRAM, 0);
-#endif
- if(sudp < 0)
- {
- PRINT_SOCKET_ERROR("socket");
- return NULL;
- }
- /* reception */
- memset(&sockudp_r, 0, sizeof(struct sockaddr));
- if(0/*ipv6*/) {
- struct sockaddr_in6 * p = (struct sockaddr_in6 *)&sockudp_r;
- p->sin6_family = AF_INET6;
- if(sameport)
- p->sin6_port = htons(PORT);
- p->sin6_addr = in6addr_any;//IN6ADDR_ANY_INIT;/*INADDR_ANY;*/
- } else {
- struct sockaddr_in * p = (struct sockaddr_in *)&sockudp_r;
- p->sin_family = AF_INET;
- if(sameport)
- p->sin_port = htons(PORT);
- p->sin_addr.s_addr = INADDR_ANY;
- }
-#if 0
- /* emission */
- memset(&sockudp_w, 0, sizeof(struct sockaddr_in));
- sockudp_w.sin_family = AF_INET;
- sockudp_w.sin_port = htons(PORT);
- sockudp_w.sin_addr.s_addr = inet_addr(UPNP_MCAST_ADDR);
-#endif
-#ifdef WIN32
-/* This code could help us to use the right Network interface for
- * SSDP multicast traffic */
-/* TODO : Get IP associated with the index given in the ip_forward struct
- * in order to give this ip to setsockopt(sudp, IPPROTO_IP, IP_MULTICAST_IF) */
- /*
- if(GetBestRoute(inet_addr("223.255.255.255"), 0, &ip_forward) == NO_ERROR) {
- DWORD dwRetVal = 0;
- PMIB_IPADDRTABLE pIPAddrTable;
- DWORD dwSize = 0;
- IN_ADDR IPAddr;
- int i;
- printf("ifIndex=%lu nextHop=%lx \n", ip_forward.dwForwardIfIndex, ip_forward.dwForwardNextHop);
- pIPAddrTable = (MIB_IPADDRTABLE *) malloc(sizeof (MIB_IPADDRTABLE));
- if (GetIpAddrTable(pIPAddrTable, &dwSize, 0) == ERROR_INSUFFICIENT_BUFFER) {
- free(pIPAddrTable);
- pIPAddrTable = (MIB_IPADDRTABLE *) malloc(dwSize);
- }
- if(pIPAddrTable) {
- dwRetVal = GetIpAddrTable( pIPAddrTable, &dwSize, 0 );
- printf("\tNum Entries: %ld\n", pIPAddrTable->dwNumEntries);
- for (i=0; i < (int) pIPAddrTable->dwNumEntries; i++) {
- printf("\n\tInterface Index[%d]:\t%ld\n", i, pIPAddrTable->table[i].dwIndex);
- IPAddr.S_un.S_addr = (u_long) pIPAddrTable->table[i].dwAddr;
- printf("\tIP Address[%d]: \t%s\n", i, inet_ntoa(IPAddr) );
- IPAddr.S_un.S_addr = (u_long) pIPAddrTable->table[i].dwMask;
- printf("\tSubnet Mask[%d]: \t%s\n", i, inet_ntoa(IPAddr) );
- IPAddr.S_un.S_addr = (u_long) pIPAddrTable->table[i].dwBCastAddr;
- printf("\tBroadCast[%d]: \t%s (%ld)\n", i, inet_ntoa(IPAddr), pIPAddrTable->table[i].dwBCastAddr);
- printf("\tReassembly size[%d]:\t%ld\n", i, pIPAddrTable->table[i].dwReasmSize);
- printf("\tType and State[%d]:", i);
- printf("\n");
- }
- free(pIPAddrTable);
- pIPAddrTable = NULL;
- }
- }
-*/
-#endif
-
-#ifdef WIN32
- if (setsockopt(sudp, SOL_SOCKET, SO_REUSEADDR, (const char *)&opt, sizeof (opt)) < 0)
-#else
- if (setsockopt(sudp, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof (opt)) < 0)
-#endif
- {
- PRINT_SOCKET_ERROR("setsockopt");
- return NULL;
- }
-
- if(multicastif)
- {
- struct in_addr mc_if;
- mc_if.s_addr = inet_addr(multicastif);
- if(0/*ipv6*/) {
- } else {
- ((struct sockaddr_in *)&sockudp_r)->sin_addr.s_addr = mc_if.s_addr;
- }
- if(setsockopt(sudp, IPPROTO_IP, IP_MULTICAST_IF, (const char *)&mc_if, sizeof(mc_if)) < 0)
- {
- PRINT_SOCKET_ERROR("setsockopt");
- }
- }
-
- /* Avant d'envoyer le paquet on bind pour recevoir la reponse */
- if (bind(sudp, &sockudp_r, 0/*ipv6*/?sizeof(struct sockaddr_in6):sizeof(struct sockaddr_in)) != 0)
- {
- PRINT_SOCKET_ERROR("bind");
- closesocket(sudp);
- return NULL;
- }
-
- /* Calculating maximum response time in seconds */
- mx = ((unsigned int)delay) / 1000u;
- /* receiving SSDP response packet */
- for(n = 0;;)
- {
- if(n == 0)
- {
- /* sending the SSDP M-SEARCH packet */
- n = snprintf(bufr, sizeof(bufr),
- MSearchMsgFmt, deviceList[deviceIndex++], mx);
- /*printf("Sending %s", bufr);*/
-#if 0
- n = sendto(sudp, bufr, n, 0,
- (struct sockaddr *)&sockudp_w, sizeof(struct sockaddr_in));
- if (n < 0) {
- PRINT_SOCKET_ERROR("sendto");
- closesocket(sudp);
- return devlist;
- }
-#endif
- memset(&hints, 0, sizeof(hints));
- hints.ai_family = AF_UNSPEC; // AF_INET6 or AF_INET
- hints.ai_socktype = SOCK_DGRAM;
- /*hints.ai_flags = */
- if ((rv = getaddrinfo(UPNP_MCAST_ADDR, XSTR(PORT), &hints, &servinfo)) != 0) {
-#ifdef WIN32
- fprintf(stderr, "getaddrinfo() failed: %d\n", rv);
-#else
- fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(rv));
-#endif
- return devlist;
- }
- for(p = servinfo; p; p = p->ai_next) {
- n = sendto(sudp, bufr, n, 0, p->ai_addr, p->ai_addrlen);
- if (n < 0) {
- PRINT_SOCKET_ERROR("sendto");
- continue;
- }
- }
- freeaddrinfo(servinfo);
- if(n < 0) {
- closesocket(sudp);
- return devlist;
- }
- }
- /* Waiting for SSDP REPLY packet to M-SEARCH */
- n = ReceiveData(sudp, bufr, sizeof(bufr), delay);
- if (n < 0) {
- /* error */
- closesocket(sudp);
- return devlist;
- } else if (n == 0) {
- /* no data or Time Out */
- if (devlist || (deviceList[deviceIndex] == 0)) {
- /* no more device type to look for... */
- closesocket(sudp);
- return devlist;
- }
- } else {
- const char * descURL=NULL;
- int urlsize=0;
- const char * st=NULL;
- int stsize=0;
- /*printf("%d byte(s) :\n%s\n", n, bufr);*/ /* affichage du message */
- parseMSEARCHReply(bufr, n, &descURL, &urlsize, &st, &stsize);
- if(st&&descURL)
- {
- /*printf("M-SEARCH Reply:\nST: %.*s\nLocation: %.*s\n",
- stsize, st, urlsize, descURL); */
- tmp = (struct UPNPDev *)malloc(sizeof(struct UPNPDev)+urlsize+stsize);
- tmp->pNext = devlist;
- tmp->descURL = tmp->buffer;
- tmp->st = tmp->buffer + 1 + urlsize;
- memcpy(tmp->buffer, descURL, urlsize);
- tmp->buffer[urlsize] = '\0';
- memcpy(tmp->buffer + urlsize + 1, st, stsize);
- tmp->buffer[urlsize+1+stsize] = '\0';
- devlist = tmp;
- }
- }
- }
-}
-
-/* freeUPNPDevlist() should be used to
- * free the chained list returned by upnpDiscover() */
-LIBSPEC void freeUPNPDevlist(struct UPNPDev * devlist)
-{
- struct UPNPDev * next;
- while(devlist)
- {
- next = devlist->pNext;
- free(devlist);
- devlist = next;
- }
-}
-
-static void
-url_cpy_or_cat(char * dst, const char * src, int n)
-{
- if( (src[0] == 'h')
- &&(src[1] == 't')
- &&(src[2] == 't')
- &&(src[3] == 'p')
- &&(src[4] == ':')
- &&(src[5] == '/')
- &&(src[6] == '/'))
- {
- strncpy(dst, src, n);
- }
- else
- {
- int l = strlen(dst);
- if(src[0] != '/')
- dst[l++] = '/';
- if(l<=n)
- strncpy(dst + l, src, n - l);
- }
-}
-
-/* Prepare the Urls for usage...
- */
-LIBSPEC void GetUPNPUrls(struct UPNPUrls * urls, struct IGDdatas * data,
- const char * descURL)
-{
- char * p;
- int n1, n2, n3;
- n1 = strlen(data->urlbase);
- if(n1==0)
- n1 = strlen(descURL);
- n1 += 2; /* 1 byte more for Null terminator, 1 byte for '/' if needed */
- n2 = n1; n3 = n1;
- n1 += strlen(data->first.scpdurl);
- n2 += strlen(data->first.controlurl);
- n3 += strlen(data->CIF.controlurl);
-
- urls->ipcondescURL = (char *)malloc(n1);
- urls->controlURL = (char *)malloc(n2);
- urls->controlURL_CIF = (char *)malloc(n3);
- /* maintenant on chope la desc du WANIPConnection */
- if(data->urlbase[0] != '\0')
- strncpy(urls->ipcondescURL, data->urlbase, n1);
- else
- strncpy(urls->ipcondescURL, descURL, n1);
- p = strchr(urls->ipcondescURL+7, '/');
- if(p) p[0] = '\0';
- strncpy(urls->controlURL, urls->ipcondescURL, n2);
- strncpy(urls->controlURL_CIF, urls->ipcondescURL, n3);
-
- url_cpy_or_cat(urls->ipcondescURL, data->first.scpdurl, n1);
-
- url_cpy_or_cat(urls->controlURL, data->first.controlurl, n2);
-
- url_cpy_or_cat(urls->controlURL_CIF, data->CIF.controlurl, n3);
-
-#ifdef DEBUG
- printf("urls->ipcondescURL='%s' %u n1=%d\n", urls->ipcondescURL,
- (unsigned)strlen(urls->ipcondescURL), n1);
- printf("urls->controlURL='%s' %u n2=%d\n", urls->controlURL,
- (unsigned)strlen(urls->controlURL), n2);
- printf("urls->controlURL_CIF='%s' %u n3=%d\n", urls->controlURL_CIF,
- (unsigned)strlen(urls->controlURL_CIF), n3);
-#endif
-}
-
-LIBSPEC void
-FreeUPNPUrls(struct UPNPUrls * urls)
-{
- if(!urls)
- return;
- free(urls->controlURL);
- urls->controlURL = 0;
- free(urls->ipcondescURL);
- urls->ipcondescURL = 0;
- free(urls->controlURL_CIF);
- urls->controlURL_CIF = 0;
-}
-
-
-int ReceiveData(int socket, char * data, int length, int timeout)
-{
- int n;
-#if !defined(WIN32) && !defined(__amigaos__) && !defined(__amigaos4__)
- struct pollfd fds[1]; /* for the poll */
-#ifdef MINIUPNPC_IGNORE_EINTR
- do {
-#endif
- fds[0].fd = socket;
- fds[0].events = POLLIN;
- n = poll(fds, 1, timeout);
-#ifdef MINIUPNPC_IGNORE_EINTR
- } while(n < 0 && errno == EINTR);
-#endif
- if(n < 0)
- {
- PRINT_SOCKET_ERROR("poll");
- return -1;
- }
- else if(n == 0)
- {
- return 0;
- }
-#else
- fd_set socketSet;
- TIMEVAL timeval;
- FD_ZERO(&socketSet);
- FD_SET(socket, &socketSet);
- timeval.tv_sec = timeout / 1000;
- timeval.tv_usec = (timeout % 1000) * 1000;
- n = select(FD_SETSIZE, &socketSet, NULL, NULL, &timeval);
- if(n < 0)
- {
- PRINT_SOCKET_ERROR("select");
- return -1;
- }
- else if(n == 0)
- {
- return 0;
- }
-#endif
- n = recv(socket, data, length, 0);
- if(n<0)
- {
- PRINT_SOCKET_ERROR("recv");
- }
- return n;
-}
-
-int
-UPNPIGD_IsConnected(struct UPNPUrls * urls, struct IGDdatas * data)
-{
- char status[64];
- unsigned int uptime;
- status[0] = '\0';
- UPNP_GetStatusInfo(urls->controlURL, data->first.servicetype,
- status, &uptime, NULL);
- if(0 == strcmp("Connected", status))
- {
- return 1;
- }
- else
- return 0;
-}
-
-
-/* UPNP_GetValidIGD() :
- * return values :
- * 0 = NO IGD found
- * 1 = A valid connected IGD has been found
- * 2 = A valid IGD has been found but it reported as
- * not connected
- * 3 = an UPnP device has been found but was not recognized as an IGD
- *
- * In any non zero return case, the urls and data structures
- * passed as parameters are set. Donc forget to call FreeUPNPUrls(urls) to
- * free allocated memory.
- */
-LIBSPEC int
-UPNP_GetValidIGD(struct UPNPDev * devlist,
- struct UPNPUrls * urls,
- struct IGDdatas * data,
- char * lanaddr, int lanaddrlen)
-{
- char * descXML;
- int descXMLsize = 0;
- struct UPNPDev * dev;
- int ndev = 0;
- int state; /* state 1 : IGD connected. State 2 : IGD. State 3 : anything */
- if(!devlist)
- {
-#ifdef DEBUG
- printf("Empty devlist\n");
-#endif
- return 0;
- }
- for(state = 1; state <= 3; state++)
- {
- for(dev = devlist; dev; dev = dev->pNext)
- {
- /* we should choose an internet gateway device.
- * with st == urn:schemas-upnp-org:device:InternetGatewayDevice:1 */
- descXML = miniwget_getaddr(dev->descURL, &descXMLsize,
- lanaddr, lanaddrlen);
- if(descXML)
- {
- ndev++;
- memset(data, 0, sizeof(struct IGDdatas));
- memset(urls, 0, sizeof(struct UPNPUrls));
- parserootdesc(descXML, descXMLsize, data);
- free(descXML);
- descXML = NULL;
- if(0==strcmp(data->CIF.servicetype,
- "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1")
- || state >= 3 )
- {
- GetUPNPUrls(urls, data, dev->descURL);
-
-#ifdef DEBUG
- printf("UPNPIGD_IsConnected(%s) = %d\n",
- urls->controlURL,
- UPNPIGD_IsConnected(urls, data));
-#endif
- if((state >= 2) || UPNPIGD_IsConnected(urls, data))
- return state;
- FreeUPNPUrls(urls);
- if(data->second.servicetype[0] != '\0') {
-#ifdef DEBUG
- printf("We tried %s, now we try %s !\n",
- data->first.servicetype, data->second.servicetype);
-#endif
- /* swaping WANPPPConnection and WANIPConnection ! */
- memcpy(&data->tmp, &data->first, sizeof(struct IGDdatas_service));
- memcpy(&data->first, &data->second, sizeof(struct IGDdatas_service));
- memcpy(&data->second, &data->tmp, sizeof(struct IGDdatas_service));
- GetUPNPUrls(urls, data, dev->descURL);
-#ifdef DEBUG
- printf("UPNPIGD_IsConnected(%s) = %d\n",
- urls->controlURL,
- UPNPIGD_IsConnected(urls, data));
-#endif
- if((state >= 2) || UPNPIGD_IsConnected(urls, data))
- return state;
- FreeUPNPUrls(urls);
- }
- }
- memset(data, 0, sizeof(struct IGDdatas));
- }
-#ifdef DEBUG
- else
- {
- printf("error getting XML description %s\n", dev->descURL);
- }
-#endif
- }
- }
- return 0;
-}
-
-/* UPNP_GetIGDFromUrl()
- * Used when skipping the discovery process.
- * return value :
- * 0 - Not ok
- * 1 - OK */
-int
-UPNP_GetIGDFromUrl(const char * rootdescurl,
- struct UPNPUrls * urls,
- struct IGDdatas * data,
- char * lanaddr, int lanaddrlen)
-{
- char * descXML;
- int descXMLsize = 0;
- descXML = miniwget_getaddr(rootdescurl, &descXMLsize,
- lanaddr, lanaddrlen);
- if(descXML) {
- memset(data, 0, sizeof(struct IGDdatas));
- memset(urls, 0, sizeof(struct UPNPUrls));
- parserootdesc(descXML, descXMLsize, data);
- free(descXML);
- descXML = NULL;
- GetUPNPUrls(urls, data, rootdescurl);
- return 1;
- } else {
- return 0;
- }
-}
-
Copied: vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniupnpc.c (from rev 4535, vidalia/trunk/src/miniupnpc/miniupnpc.c)
===================================================================
--- vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniupnpc.c (rev 0)
+++ vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniupnpc.c 2011-03-20 15:40:12 UTC (rev 4538)
@@ -0,0 +1,896 @@
+/* $Id: miniupnpc.c,v 1.78 2010/04/05 20:36:59 nanard Exp $ */
+/* Project : miniupnp
+ * Author : Thomas BERNARD
+ * copyright (c) 2005-2010 Thomas Bernard
+ * This software is subjet to the conditions detailed in the
+ * provided LICENSE file. */
+#define __EXTENSIONS__ 1
+#if !defined(MACOSX) && !defined(__sun)
+#if !defined(_XOPEN_SOURCE) && !defined(__OpenBSD__) && !defined(__NetBSD__)
+#ifndef __cplusplus
+#define _XOPEN_SOURCE 600
+#endif
+#endif
+#ifndef __BSD_VISIBLE
+#define __BSD_VISIBLE 1
+#endif
+#endif
+
+#ifdef __APPLE__
+#define _DARWIN_C_SOURCE
+#endif
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.h>
+#ifdef WIN32
+/* Win32 Specific includes and defines */
+#include <winsock2.h>
+#include <ws2tcpip.h>
+#ifdef WIN2K
+# define __inline static inline
+# include <wspiapi.h>
+#endif
+#include <io.h>
+/*#include <IPHlpApi.h>*/
+#define snprintf _snprintf
+#if defined(_MSC_VER) && (_MSC_VER >= 1400)
+#define strncasecmp _memicmp
+#else /* defined(_MSC_VER) && (_MSC_VER >= 1400) */
+#define strncasecmp memicmp
+#endif /* defined(_MSC_VER) && (_MSC_VER >= 1400) */
+#define MAXHOSTNAMELEN 64
+#else /* #ifdef WIN32 */
+/* Standard POSIX includes */
+#include <unistd.h>
+#if defined(__amigaos__) && !defined(__amigaos4__)
+/* Amiga OS 3 specific stuff */
+#define socklen_t int
+#else
+#include <sys/select.h>
+#endif
+#if defined(__APPLE__)
+#undef _POSIX_C_SOURCE
+#endif
+#include <sys/socket.h>
+#include <sys/types.h>
+#include <sys/param.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
+#include <netdb.h>
+#if !defined(__amigaos__) && !defined(__amigaos4__)
+#include <poll.h>
+#endif
+#include <strings.h>
+#include <errno.h>
+#define closesocket close
+#define MINIUPNPC_IGNORE_EINTR
+#endif /* #else WIN32 */
+#ifdef MINIUPNPC_SET_SOCKET_TIMEOUT
+#include <sys/time.h>
+#endif
+#if defined(__amigaos__) || defined(__amigaos4__)
+/* Amiga OS specific stuff */
+#define TIMEVAL struct timeval
+#endif
+
+#include "miniupnpc.h"
+#include "minissdpc.h"
+#include "miniwget.h"
+#include "minisoap.h"
+#include "minixml.h"
+#include "upnpcommands.h"
+#include "connecthostport.h"
+
+#ifdef WIN32
+#define PRINT_SOCKET_ERROR(x) printf("Socket error: %s, %d\n", x, WSAGetLastError());
+#else
+#define PRINT_SOCKET_ERROR(x) perror(x)
+#endif
+
+#define SOAPPREFIX "s"
+#define SERVICEPREFIX "u"
+#define SERVICEPREFIX2 'u'
+
+/* root description parsing */
+LIBSPEC void parserootdesc(const char * buffer, int bufsize, struct IGDdatas * data)
+{
+ struct xmlparser parser;
+ /* xmlparser object */
+ parser.xmlstart = buffer;
+ parser.xmlsize = bufsize;
+ parser.data = data;
+ parser.starteltfunc = IGDstartelt;
+ parser.endeltfunc = IGDendelt;
+ parser.datafunc = IGDdata;
+ parser.attfunc = 0;
+ parsexml(&parser);
+#ifdef DEBUG
+ printIGD(data);
+#endif
+}
+
+/* getcontentlenfromline() : parse the Content-Length HTTP header line.
+ * Content-length: nnn */
+static int getcontentlenfromline(const char * p, int n)
+{
+ static const char contlenstr[] = "content-length";
+ const char * p2 = contlenstr;
+ int a = 0;
+ while(*p2)
+ {
+ if(n==0)
+ return -1;
+ if(*p2 != *p && *p2 != (*p + 32))
+ return -1;
+ p++; p2++; n--;
+ }
+ if(n==0)
+ return -1;
+ if(*p != ':')
+ return -1;
+ p++; n--;
+ while(*p == ' ')
+ {
+ if(n==0)
+ return -1;
+ p++; n--;
+ }
+ while(*p >= '0' && *p <= '9')
+ {
+ if(n==0)
+ return -1;
+ a = (a * 10) + (*p - '0');
+ p++; n--;
+ }
+ return a;
+}
+
+/* getContentLengthAndHeaderLength()
+ * retrieve header length and content length from an HTTP response
+ * TODO : retrieve Transfer-Encoding: header value, in order to support
+ * HTTP/1.1, chunked transfer encoding must be supported. */
+static void
+getContentLengthAndHeaderLength(char * p, int n,
+ int * contentlen, int * headerlen)
+{
+ char * line;
+ int linelen;
+ int r;
+ line = p;
+ while(line < p + n)
+ {
+ linelen = 0;
+ while(line[linelen] != '\r' && line[linelen] != '\r')
+ {
+ if(line+linelen >= p+n)
+ return;
+ linelen++;
+ }
+ r = getcontentlenfromline(line, linelen);
+ if(r>0)
+ *contentlen = r;
+ line = line + linelen + 2;
+ if(line[0] == '\r' && line[1] == '\n')
+ {
+ *headerlen = (line - p) + 2;
+ return;
+ }
+ }
+}
+
+/* simpleUPnPcommand :
+ * not so simple !
+ * return values :
+ * 0 - OK
+ * -1 - error */
+int simpleUPnPcommand(int s, const char * url, const char * service,
+ const char * action, struct UPNParg * args,
+ char * buffer, int * bufsize)
+{
+ char hostname[MAXHOSTNAMELEN+1];
+ unsigned short port = 0;
+ char * path;
+ char soapact[128];
+ char soapbody[2048];
+ char * buf;
+ int buffree;
+ int n;
+ int contentlen, headerlen; /* for the response */
+
+ snprintf(soapact, sizeof(soapact), "%s#%s", service, action);
+ if(args==NULL)
+ {
+ /*soapbodylen = */snprintf(soapbody, sizeof(soapbody),
+ "<?xml version=\"1.0\"?>\r\n"
+ "<" SOAPPREFIX ":Envelope "
+ "xmlns:" SOAPPREFIX "=\"http://schemas.xmlsoap.org/soap/envelope/\" "
+ SOAPPREFIX ":encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">"
+ "<" SOAPPREFIX ":Body>"
+ "<" SERVICEPREFIX ":%s xmlns:" SERVICEPREFIX "=\"%s\">"
+ "</" SERVICEPREFIX ":%s>"
+ "</" SOAPPREFIX ":Body></" SOAPPREFIX ":Envelope>"
+ "\r\n", action, service, action);
+ }
+ else
+ {
+ char * p;
+ const char * pe, * pv;
+ int soapbodylen;
+ soapbodylen = snprintf(soapbody, sizeof(soapbody),
+ "<?xml version=\"1.0\"?>\r\n"
+ "<" SOAPPREFIX ":Envelope "
+ "xmlns:" SOAPPREFIX "=\"http://schemas.xmlsoap.org/soap/envelope/\" "
+ SOAPPREFIX ":encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\">"
+ "<" SOAPPREFIX ":Body>"
+ "<" SERVICEPREFIX ":%s xmlns:" SERVICEPREFIX "=\"%s\">",
+ action, service);
+ p = soapbody + soapbodylen;
+ while(args->elt)
+ {
+ /* check that we are never overflowing the string... */
+ if(soapbody + sizeof(soapbody) <= p + 100)
+ {
+ /* we keep a margin of at least 100 bytes */
+ *bufsize = 0;
+ return -1;
+ }
+ *(p++) = '<';
+ pe = args->elt;
+ while(*pe)
+ *(p++) = *(pe++);
+ *(p++) = '>';
+ if((pv = args->val))
+ {
+ while(*pv)
+ *(p++) = *(pv++);
+ }
+ *(p++) = '<';
+ *(p++) = '/';
+ pe = args->elt;
+ while(*pe)
+ *(p++) = *(pe++);
+ *(p++) = '>';
+ args++;
+ }
+ *(p++) = '<';
+ *(p++) = '/';
+ *(p++) = SERVICEPREFIX2;
+ *(p++) = ':';
+ pe = action;
+ while(*pe)
+ *(p++) = *(pe++);
+ strncpy(p, "></" SOAPPREFIX ":Body></" SOAPPREFIX ":Envelope>\r\n",
+ soapbody + sizeof(soapbody) - p);
+ }
+ if(!parseURL(url, hostname, &port, &path)) return -1;
+ if(s<0)
+ {
+ s = connecthostport(hostname, port);
+ if(s < 0)
+ {
+ *bufsize = 0;
+ return -1;
+ }
+ }
+
+ n = soapPostSubmit(s, path, hostname, port, soapact, soapbody);
+ if(n<=0) {
+#ifdef DEBUG
+ printf("Error sending SOAP request\n");
+#endif
+ closesocket(s);
+ return -1;
+ }
+
+ contentlen = -1;
+ headerlen = -1;
+ buf = buffer;
+ buffree = *bufsize;
+ *bufsize = 0;
+ while ((n = ReceiveData(s, buf, buffree, 5000)) > 0) {
+ buffree -= n;
+ buf += n;
+ *bufsize += n;
+ getContentLengthAndHeaderLength(buffer, *bufsize,
+ &contentlen, &headerlen);
+#ifdef DEBUG
+ printf("received n=%dbytes bufsize=%d ContLen=%d HeadLen=%d\n",
+ n, *bufsize, contentlen, headerlen);
+#endif
+ /* break if we received everything */
+ if(contentlen > 0 && headerlen > 0 && *bufsize >= contentlen+headerlen)
+ break;
+ }
+
+ closesocket(s);
+ return 0;
+}
+
+/* parseMSEARCHReply()
+ * the last 4 arguments are filled during the parsing :
+ * - location/locationsize : "location:" field of the SSDP reply packet
+ * - st/stsize : "st:" field of the SSDP reply packet.
+ * The strings are NOT null terminated */
+static void
+parseMSEARCHReply(const char * reply, int size,
+ const char * * location, int * locationsize,
+ const char * * st, int * stsize)
+{
+ int a, b, i;
+ i = 0;
+ a = i; /* start of the line */
+ b = 0;
+ while(i<size)
+ {
+ switch(reply[i])
+ {
+ case ':':
+ if(b==0)
+ {
+ b = i; /* end of the "header" */
+ /*for(j=a; j<b; j++)
+ {
+ putchar(reply[j]);
+ }
+ */
+ }
+ break;
+ case '\x0a':
+ case '\x0d':
+ if(b!=0)
+ {
+ /*for(j=b+1; j<i; j++)
+ {
+ putchar(reply[j]);
+ }
+ putchar('\n');*/
+ do { b++; } while(reply[b]==' ');
+ if(0==strncasecmp(reply+a, "location", 8))
+ {
+ *location = reply+b;
+ *locationsize = i-b;
+ }
+ else if(0==strncasecmp(reply+a, "st", 2))
+ {
+ *st = reply+b;
+ *stsize = i-b;
+ }
+ b = 0;
+ }
+ a = i+1;
+ break;
+ default:
+ break;
+ }
+ i++;
+ }
+}
+
+/* port upnp discover : SSDP protocol */
+#define PORT 1900
+#define XSTR(s) STR(s)
+#define STR(s) #s
+#define UPNP_MCAST_ADDR "239.255.255.250"
+
+/* upnpDiscover() :
+ * return a chained list of all devices found or NULL if
+ * no devices was found.
+ * It is up to the caller to free the chained list
+ * delay is in millisecond (poll) */
+LIBSPEC struct UPNPDev * upnpDiscover(int delay, const char * multicastif,
+ const char * minissdpdsock, int sameport)
+{
+ struct UPNPDev * tmp;
+ struct UPNPDev * devlist = 0;
+ int opt = 1;
+ static const char MSearchMsgFmt[] =
+ "M-SEARCH * HTTP/1.1\r\n"
+ "HOST: " UPNP_MCAST_ADDR ":" XSTR(PORT) "\r\n"
+ "ST: %s\r\n"
+ "MAN: \"ssdp:discover\"\r\n"
+ "MX: %u\r\n"
+ "\r\n";
+ static const char * const deviceList[] = {
+ "urn:schemas-upnp-org:device:InternetGatewayDevice:1",
+ "urn:schemas-upnp-org:service:WANIPConnection:1",
+ "urn:schemas-upnp-org:service:WANPPPConnection:1",
+ "upnp:rootdevice",
+ 0
+ };
+ int deviceIndex = 0;
+ char bufr[1536]; /* reception and emission buffer */
+ int sudp;
+ int n;
+ struct sockaddr sockudp_r;
+ unsigned int mx;
+ int rv;
+ struct addrinfo hints, *servinfo, *p;
+#ifdef WIN32
+ /*MIB_IPFORWARDROW ip_forward;*/
+#endif
+
+#if !defined(WIN32) && !defined(__amigaos__) && !defined(__amigaos4__)
+ /* first try to get infos from minissdpd ! */
+ if(!minissdpdsock)
+ minissdpdsock = "/var/run/minissdpd.sock";
+ while(!devlist && deviceList[deviceIndex]) {
+ devlist = getDevicesFromMiniSSDPD(deviceList[deviceIndex],
+ minissdpdsock);
+ /* We return what we have found if it was not only a rootdevice */
+ if(devlist && !strstr(deviceList[deviceIndex], "rootdevice"))
+ return devlist;
+ deviceIndex++;
+ }
+ deviceIndex = 0;
+#endif
+ /* fallback to direct discovery */
+#ifdef WIN32
+ sudp = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP);
+#else
+ sudp = socket(PF_INET, SOCK_DGRAM, 0);
+#endif
+ if(sudp < 0)
+ {
+ PRINT_SOCKET_ERROR("socket");
+ return NULL;
+ }
+ /* reception */
+ memset(&sockudp_r, 0, sizeof(struct sockaddr));
+ if(0/*ipv6*/) {
+ struct sockaddr_in6 * p = (struct sockaddr_in6 *)&sockudp_r;
+ p->sin6_family = AF_INET6;
+ if(sameport)
+ p->sin6_port = htons(PORT);
+ p->sin6_addr = in6addr_any;//IN6ADDR_ANY_INIT;/*INADDR_ANY;*/
+ } else {
+ struct sockaddr_in * p = (struct sockaddr_in *)&sockudp_r;
+ p->sin_family = AF_INET;
+ if(sameport)
+ p->sin_port = htons(PORT);
+ p->sin_addr.s_addr = INADDR_ANY;
+ }
+#if 0
+ /* emission */
+ memset(&sockudp_w, 0, sizeof(struct sockaddr_in));
+ sockudp_w.sin_family = AF_INET;
+ sockudp_w.sin_port = htons(PORT);
+ sockudp_w.sin_addr.s_addr = inet_addr(UPNP_MCAST_ADDR);
+#endif
+#ifdef WIN32
+/* This code could help us to use the right Network interface for
+ * SSDP multicast traffic */
+/* TODO : Get IP associated with the index given in the ip_forward struct
+ * in order to give this ip to setsockopt(sudp, IPPROTO_IP, IP_MULTICAST_IF) */
+ /*
+ if(GetBestRoute(inet_addr("223.255.255.255"), 0, &ip_forward) == NO_ERROR) {
+ DWORD dwRetVal = 0;
+ PMIB_IPADDRTABLE pIPAddrTable;
+ DWORD dwSize = 0;
+ IN_ADDR IPAddr;
+ int i;
+ printf("ifIndex=%lu nextHop=%lx \n", ip_forward.dwForwardIfIndex, ip_forward.dwForwardNextHop);
+ pIPAddrTable = (MIB_IPADDRTABLE *) malloc(sizeof (MIB_IPADDRTABLE));
+ if (GetIpAddrTable(pIPAddrTable, &dwSize, 0) == ERROR_INSUFFICIENT_BUFFER) {
+ free(pIPAddrTable);
+ pIPAddrTable = (MIB_IPADDRTABLE *) malloc(dwSize);
+ }
+ if(pIPAddrTable) {
+ dwRetVal = GetIpAddrTable( pIPAddrTable, &dwSize, 0 );
+ printf("\tNum Entries: %ld\n", pIPAddrTable->dwNumEntries);
+ for (i=0; i < (int) pIPAddrTable->dwNumEntries; i++) {
+ printf("\n\tInterface Index[%d]:\t%ld\n", i, pIPAddrTable->table[i].dwIndex);
+ IPAddr.S_un.S_addr = (u_long) pIPAddrTable->table[i].dwAddr;
+ printf("\tIP Address[%d]: \t%s\n", i, inet_ntoa(IPAddr) );
+ IPAddr.S_un.S_addr = (u_long) pIPAddrTable->table[i].dwMask;
+ printf("\tSubnet Mask[%d]: \t%s\n", i, inet_ntoa(IPAddr) );
+ IPAddr.S_un.S_addr = (u_long) pIPAddrTable->table[i].dwBCastAddr;
+ printf("\tBroadCast[%d]: \t%s (%ld)\n", i, inet_ntoa(IPAddr), pIPAddrTable->table[i].dwBCastAddr);
+ printf("\tReassembly size[%d]:\t%ld\n", i, pIPAddrTable->table[i].dwReasmSize);
+ printf("\tType and State[%d]:", i);
+ printf("\n");
+ }
+ free(pIPAddrTable);
+ pIPAddrTable = NULL;
+ }
+ }
+*/
+#endif
+
+#ifdef WIN32
+ if (setsockopt(sudp, SOL_SOCKET, SO_REUSEADDR, (const char *)&opt, sizeof (opt)) < 0)
+#else
+ if (setsockopt(sudp, SOL_SOCKET, SO_REUSEADDR, &opt, sizeof (opt)) < 0)
+#endif
+ {
+ PRINT_SOCKET_ERROR("setsockopt");
+ return NULL;
+ }
+
+ if(multicastif)
+ {
+ struct in_addr mc_if;
+ mc_if.s_addr = inet_addr(multicastif);
+ if(0/*ipv6*/) {
+ } else {
+ ((struct sockaddr_in *)&sockudp_r)->sin_addr.s_addr = mc_if.s_addr;
+ }
+ if(setsockopt(sudp, IPPROTO_IP, IP_MULTICAST_IF, (const char *)&mc_if, sizeof(mc_if)) < 0)
+ {
+ PRINT_SOCKET_ERROR("setsockopt");
+ }
+ }
+
+ /* Avant d'envoyer le paquet on bind pour recevoir la reponse */
+ if (bind(sudp, &sockudp_r, 0/*ipv6*/?sizeof(struct sockaddr_in6):sizeof(struct sockaddr_in)) != 0)
+ {
+ PRINT_SOCKET_ERROR("bind");
+ closesocket(sudp);
+ return NULL;
+ }
+
+ /* Calculating maximum response time in seconds */
+ mx = ((unsigned int)delay) / 1000u;
+ /* receiving SSDP response packet */
+ for(n = 0;;)
+ {
+ if(n == 0)
+ {
+ /* sending the SSDP M-SEARCH packet */
+ n = snprintf(bufr, sizeof(bufr),
+ MSearchMsgFmt, deviceList[deviceIndex++], mx);
+ /*printf("Sending %s", bufr);*/
+#if 0
+ n = sendto(sudp, bufr, n, 0,
+ (struct sockaddr *)&sockudp_w, sizeof(struct sockaddr_in));
+ if (n < 0) {
+ PRINT_SOCKET_ERROR("sendto");
+ closesocket(sudp);
+ return devlist;
+ }
+#endif
+ memset(&hints, 0, sizeof(hints));
+ hints.ai_family = AF_UNSPEC; // AF_INET6 or AF_INET
+ hints.ai_socktype = SOCK_DGRAM;
+ /*hints.ai_flags = */
+ if ((rv = getaddrinfo(UPNP_MCAST_ADDR, XSTR(PORT), &hints, &servinfo)) != 0) {
+#ifdef WIN32
+ fprintf(stderr, "getaddrinfo() failed: %d\n", rv);
+#else
+ fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(rv));
+#endif
+ return devlist;
+ }
+ for(p = servinfo; p; p = p->ai_next) {
+ n = sendto(sudp, bufr, n, 0, p->ai_addr, p->ai_addrlen);
+ if (n < 0) {
+ PRINT_SOCKET_ERROR("sendto");
+ continue;
+ }
+ }
+ freeaddrinfo(servinfo);
+ if(n < 0) {
+ closesocket(sudp);
+ return devlist;
+ }
+ }
+ /* Waiting for SSDP REPLY packet to M-SEARCH */
+ n = ReceiveData(sudp, bufr, sizeof(bufr), delay);
+ if (n < 0) {
+ /* error */
+ closesocket(sudp);
+ return devlist;
+ } else if (n == 0) {
+ /* no data or Time Out */
+ if (devlist || (deviceList[deviceIndex] == 0)) {
+ /* no more device type to look for... */
+ closesocket(sudp);
+ return devlist;
+ }
+ } else {
+ const char * descURL=NULL;
+ int urlsize=0;
+ const char * st=NULL;
+ int stsize=0;
+ /*printf("%d byte(s) :\n%s\n", n, bufr);*/ /* affichage du message */
+ parseMSEARCHReply(bufr, n, &descURL, &urlsize, &st, &stsize);
+ if(st&&descURL)
+ {
+ /*printf("M-SEARCH Reply:\nST: %.*s\nLocation: %.*s\n",
+ stsize, st, urlsize, descURL); */
+ tmp = (struct UPNPDev *)malloc(sizeof(struct UPNPDev)+urlsize+stsize);
+ tmp->pNext = devlist;
+ tmp->descURL = tmp->buffer;
+ tmp->st = tmp->buffer + 1 + urlsize;
+ memcpy(tmp->buffer, descURL, urlsize);
+ tmp->buffer[urlsize] = '\0';
+ memcpy(tmp->buffer + urlsize + 1, st, stsize);
+ tmp->buffer[urlsize+1+stsize] = '\0';
+ devlist = tmp;
+ }
+ }
+ }
+}
+
+/* freeUPNPDevlist() should be used to
+ * free the chained list returned by upnpDiscover() */
+LIBSPEC void freeUPNPDevlist(struct UPNPDev * devlist)
+{
+ struct UPNPDev * next;
+ while(devlist)
+ {
+ next = devlist->pNext;
+ free(devlist);
+ devlist = next;
+ }
+}
+
+static void
+url_cpy_or_cat(char * dst, const char * src, int n)
+{
+ if( (src[0] == 'h')
+ &&(src[1] == 't')
+ &&(src[2] == 't')
+ &&(src[3] == 'p')
+ &&(src[4] == ':')
+ &&(src[5] == '/')
+ &&(src[6] == '/'))
+ {
+ strncpy(dst, src, n);
+ }
+ else
+ {
+ int l = strlen(dst);
+ if(src[0] != '/')
+ dst[l++] = '/';
+ if(l<=n)
+ strncpy(dst + l, src, n - l);
+ }
+}
+
+/* Prepare the Urls for usage...
+ */
+LIBSPEC void GetUPNPUrls(struct UPNPUrls * urls, struct IGDdatas * data,
+ const char * descURL)
+{
+ char * p;
+ int n1, n2, n3;
+ n1 = strlen(data->urlbase);
+ if(n1==0)
+ n1 = strlen(descURL);
+ n1 += 2; /* 1 byte more for Null terminator, 1 byte for '/' if needed */
+ n2 = n1; n3 = n1;
+ n1 += strlen(data->first.scpdurl);
+ n2 += strlen(data->first.controlurl);
+ n3 += strlen(data->CIF.controlurl);
+
+ urls->ipcondescURL = (char *)malloc(n1);
+ urls->controlURL = (char *)malloc(n2);
+ urls->controlURL_CIF = (char *)malloc(n3);
+ /* maintenant on chope la desc du WANIPConnection */
+ if(data->urlbase[0] != '\0')
+ strncpy(urls->ipcondescURL, data->urlbase, n1);
+ else
+ strncpy(urls->ipcondescURL, descURL, n1);
+ p = strchr(urls->ipcondescURL+7, '/');
+ if(p) p[0] = '\0';
+ strncpy(urls->controlURL, urls->ipcondescURL, n2);
+ strncpy(urls->controlURL_CIF, urls->ipcondescURL, n3);
+
+ url_cpy_or_cat(urls->ipcondescURL, data->first.scpdurl, n1);
+
+ url_cpy_or_cat(urls->controlURL, data->first.controlurl, n2);
+
+ url_cpy_or_cat(urls->controlURL_CIF, data->CIF.controlurl, n3);
+
+#ifdef DEBUG
+ printf("urls->ipcondescURL='%s' %u n1=%d\n", urls->ipcondescURL,
+ (unsigned)strlen(urls->ipcondescURL), n1);
+ printf("urls->controlURL='%s' %u n2=%d\n", urls->controlURL,
+ (unsigned)strlen(urls->controlURL), n2);
+ printf("urls->controlURL_CIF='%s' %u n3=%d\n", urls->controlURL_CIF,
+ (unsigned)strlen(urls->controlURL_CIF), n3);
+#endif
+}
+
+LIBSPEC void
+FreeUPNPUrls(struct UPNPUrls * urls)
+{
+ if(!urls)
+ return;
+ free(urls->controlURL);
+ urls->controlURL = 0;
+ free(urls->ipcondescURL);
+ urls->ipcondescURL = 0;
+ free(urls->controlURL_CIF);
+ urls->controlURL_CIF = 0;
+}
+
+
+int ReceiveData(int socket, char * data, int length, int timeout)
+{
+ int n;
+#if !defined(WIN32) && !defined(__amigaos__) && !defined(__amigaos4__)
+ struct pollfd fds[1]; /* for the poll */
+#ifdef MINIUPNPC_IGNORE_EINTR
+ do {
+#endif
+ fds[0].fd = socket;
+ fds[0].events = POLLIN;
+ n = poll(fds, 1, timeout);
+#ifdef MINIUPNPC_IGNORE_EINTR
+ } while(n < 0 && errno == EINTR);
+#endif
+ if(n < 0)
+ {
+ PRINT_SOCKET_ERROR("poll");
+ return -1;
+ }
+ else if(n == 0)
+ {
+ return 0;
+ }
+#else
+ fd_set socketSet;
+ TIMEVAL timeval;
+ FD_ZERO(&socketSet);
+ FD_SET(socket, &socketSet);
+ timeval.tv_sec = timeout / 1000;
+ timeval.tv_usec = (timeout % 1000) * 1000;
+ n = select(FD_SETSIZE, &socketSet, NULL, NULL, &timeval);
+ if(n < 0)
+ {
+ PRINT_SOCKET_ERROR("select");
+ return -1;
+ }
+ else if(n == 0)
+ {
+ return 0;
+ }
+#endif
+ n = recv(socket, data, length, 0);
+ if(n<0)
+ {
+ PRINT_SOCKET_ERROR("recv");
+ }
+ return n;
+}
+
+int
+UPNPIGD_IsConnected(struct UPNPUrls * urls, struct IGDdatas * data)
+{
+ char status[64];
+ unsigned int uptime;
+ status[0] = '\0';
+ UPNP_GetStatusInfo(urls->controlURL, data->first.servicetype,
+ status, &uptime, NULL);
+ if(0 == strcmp("Connected", status))
+ {
+ return 1;
+ }
+ else
+ return 0;
+}
+
+
+/* UPNP_GetValidIGD() :
+ * return values :
+ * 0 = NO IGD found
+ * 1 = A valid connected IGD has been found
+ * 2 = A valid IGD has been found but it reported as
+ * not connected
+ * 3 = an UPnP device has been found but was not recognized as an IGD
+ *
+ * In any non zero return case, the urls and data structures
+ * passed as parameters are set. Donc forget to call FreeUPNPUrls(urls) to
+ * free allocated memory.
+ */
+LIBSPEC int
+UPNP_GetValidIGD(struct UPNPDev * devlist,
+ struct UPNPUrls * urls,
+ struct IGDdatas * data,
+ char * lanaddr, int lanaddrlen)
+{
+ char * descXML;
+ int descXMLsize = 0;
+ struct UPNPDev * dev;
+ int ndev = 0;
+ int state; /* state 1 : IGD connected. State 2 : IGD. State 3 : anything */
+ if(!devlist)
+ {
+#ifdef DEBUG
+ printf("Empty devlist\n");
+#endif
+ return 0;
+ }
+ for(state = 1; state <= 3; state++)
+ {
+ for(dev = devlist; dev; dev = dev->pNext)
+ {
+ /* we should choose an internet gateway device.
+ * with st == urn:schemas-upnp-org:device:InternetGatewayDevice:1 */
+ descXML = miniwget_getaddr(dev->descURL, &descXMLsize,
+ lanaddr, lanaddrlen);
+ if(descXML)
+ {
+ ndev++;
+ memset(data, 0, sizeof(struct IGDdatas));
+ memset(urls, 0, sizeof(struct UPNPUrls));
+ parserootdesc(descXML, descXMLsize, data);
+ free(descXML);
+ descXML = NULL;
+ if(0==strcmp(data->CIF.servicetype,
+ "urn:schemas-upnp-org:service:WANCommonInterfaceConfig:1")
+ || state >= 3 )
+ {
+ GetUPNPUrls(urls, data, dev->descURL);
+
+#ifdef DEBUG
+ printf("UPNPIGD_IsConnected(%s) = %d\n",
+ urls->controlURL,
+ UPNPIGD_IsConnected(urls, data));
+#endif
+ if((state >= 2) || UPNPIGD_IsConnected(urls, data))
+ return state;
+ FreeUPNPUrls(urls);
+ if(data->second.servicetype[0] != '\0') {
+#ifdef DEBUG
+ printf("We tried %s, now we try %s !\n",
+ data->first.servicetype, data->second.servicetype);
+#endif
+ /* swaping WANPPPConnection and WANIPConnection ! */
+ memcpy(&data->tmp, &data->first, sizeof(struct IGDdatas_service));
+ memcpy(&data->first, &data->second, sizeof(struct IGDdatas_service));
+ memcpy(&data->second, &data->tmp, sizeof(struct IGDdatas_service));
+ GetUPNPUrls(urls, data, dev->descURL);
+#ifdef DEBUG
+ printf("UPNPIGD_IsConnected(%s) = %d\n",
+ urls->controlURL,
+ UPNPIGD_IsConnected(urls, data));
+#endif
+ if((state >= 2) || UPNPIGD_IsConnected(urls, data))
+ return state;
+ FreeUPNPUrls(urls);
+ }
+ }
+ memset(data, 0, sizeof(struct IGDdatas));
+ }
+#ifdef DEBUG
+ else
+ {
+ printf("error getting XML description %s\n", dev->descURL);
+ }
+#endif
+ }
+ }
+ return 0;
+}
+
+/* UPNP_GetIGDFromUrl()
+ * Used when skipping the discovery process.
+ * return value :
+ * 0 - Not ok
+ * 1 - OK */
+int
+UPNP_GetIGDFromUrl(const char * rootdescurl,
+ struct UPNPUrls * urls,
+ struct IGDdatas * data,
+ char * lanaddr, int lanaddrlen)
+{
+ char * descXML;
+ int descXMLsize = 0;
+ descXML = miniwget_getaddr(rootdescurl, &descXMLsize,
+ lanaddr, lanaddrlen);
+ if(descXML) {
+ memset(data, 0, sizeof(struct IGDdatas));
+ memset(urls, 0, sizeof(struct UPNPUrls));
+ parserootdesc(descXML, descXMLsize, data);
+ free(descXML);
+ descXML = NULL;
+ GetUPNPUrls(urls, data, rootdescurl);
+ return 1;
+ } else {
+ return 0;
+ }
+}
+
Deleted: vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniwget.c
===================================================================
--- vidalia/trunk/src/miniupnpc/miniwget.c 2011-03-18 11:30:36 UTC (rev 4532)
+++ vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniwget.c 2011-03-20 15:40:12 UTC (rev 4538)
@@ -1,250 +0,0 @@
-/* $Id: miniwget.c,v 1.36 2010/04/05 12:34:05 nanard Exp $ */
-/* Project : miniupnp
- * Author : Thomas Bernard
- * Copyright (c) 2005-2010 Thomas Bernard
- * This software is subject to the conditions detailed in the
- * LICENCE file provided in this distribution. */
-
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include "miniupnpc.h"
-#ifdef WIN32
-#include <winsock2.h>
-#include <ws2tcpip.h>
-#include <io.h>
-#define MAXHOSTNAMELEN 64
-#define MIN(x,y) (((x)<(y))?(x):(y))
-#define snprintf _snprintf
-#define socklen_t int
-#else /* #ifdef WIN32 */
-#include <unistd.h>
-#include <sys/param.h>
-#if defined(__amigaos__) && !defined(__amigaos4__)
-#define socklen_t int
-#else /* #if defined(__amigaos__) && !defined(__amigaos4__) */
-#include <sys/select.h>
-#endif /* #else defined(__amigaos__) && !defined(__amigaos4__) */
-#include <sys/socket.h>
-#include <arpa/inet.h>
-#include <netdb.h>
-#define closesocket close
-/* defining MINIUPNPC_IGNORE_EINTR enable the ignore of interruptions
- * during the connect() call */
-#define MINIUPNPC_IGNORE_EINTR
-#endif /* #else WIN32 */
-#if defined(__sun) || defined(sun)
-#define MIN(x,y) (((x)<(y))?(x):(y))
-#endif
-
-#include "miniupnpcstrings.h"
-#include "miniwget.h"
-#include "connecthostport.h"
-
-/* miniwget2() :
- * do all the work.
- * Return NULL if something failed. */
-static void *
-miniwget2(const char * url, const char * host,
- unsigned short port, const char * path,
- int * size, char * addr_str, int addr_str_len)
-{
- char buf[2048];
- int s;
- int n;
- int len;
- int sent;
-
- *size = 0;
- s = connecthostport(host, port);
- if(s < 0)
- return NULL;
-
- /* get address for caller ! */
- if(addr_str)
- {
- struct sockaddr saddr;
- socklen_t saddrlen;
-
- saddrlen = sizeof(saddr);
- if(getsockname(s, &saddr, &saddrlen) < 0)
- {
- perror("getsockname");
- }
- else
- {
-#if defined(__amigaos__) && !defined(__amigaos4__)
- /* using INT WINAPI WSAAddressToStringA(LPSOCKADDR, DWORD, LPWSAPROTOCOL_INFOA, LPSTR, LPDWORD);
- * But his function make a string with the port : nn.nn.nn.nn:port */
-/* if(WSAAddressToStringA((SOCKADDR *)&saddr, sizeof(saddr),
- NULL, addr_str, (DWORD *)&addr_str_len))
- {
- printf("WSAAddressToStringA() failed : %d\n", WSAGetLastError());
- }*/
- strncpy(addr_str, inet_ntoa(((struct sockaddr_in *)&saddr)->sin_addr), addr_str_len);
-#else
- /*inet_ntop(AF_INET, &saddr.sin_addr, addr_str, addr_str_len);*/
- n = getnameinfo(&saddr, saddrlen,
- addr_str, addr_str_len,
- NULL, 0,
- NI_NUMERICHOST | NI_NUMERICSERV);
- if(n != 0) {
-#ifdef WIN32
- fprintf(stderr, "getnameinfo() failed : %d\n", n);
-#else
- fprintf(stderr, "getnameinfo() failed : %s\n", gai_strerror(n));
-#endif
- }
-#endif
- }
-#ifdef DEBUG
- printf("address miniwget : %s\n", addr_str);
-#endif
- }
-
- len = snprintf(buf, sizeof(buf),
- "GET %s HTTP/1.0\r\n"
- "Host: %s:%d\r\n"
- "Connection: Close\r\n"
- "User-Agent: " OS_STRING ", UPnP/1.0, MiniUPnPc/" MINIUPNPC_VERSION_STRING "\r\n"
-
- "\r\n",
- path, host, port);
- sent = 0;
- /* sending the HTTP request */
- while(sent < len)
- {
- n = send(s, buf+sent, len-sent, 0);
- if(n < 0)
- {
- perror("send");
- closesocket(s);
- return NULL;
- }
- else
- {
- sent += n;
- }
- }
- {
- /* TODO : in order to support HTTP/1.1, chunked transfer encoding
- * must be supported. That means parsing of headers must be
- * added. */
- int headers=1;
- char * respbuffer = NULL;
- int allreadyread = 0;
- /*while((n = recv(s, buf, 2048, 0)) > 0)*/
- while((n = ReceiveData(s, buf, 2048, 5000)) > 0)
- {
- if(headers)
- {
- int i=0;
- while(i<n-3)
- {
- /* searching for the end of the HTTP headers */
- if(buf[i]=='\r' && buf[i+1]=='\n'
- && buf[i+2]=='\r' && buf[i+3]=='\n')
- {
- headers = 0; /* end */
- if(i<n-4)
- {
- /* Copy the content into respbuffet */
- respbuffer = (char *)realloc((void *)respbuffer,
- allreadyread+(n-i-4));
- memcpy(respbuffer+allreadyread, buf + i + 4, n-i-4);
- allreadyread += (n-i-4);
- }
- break;
- }
- i++;
- }
- }
- else
- {
- respbuffer = (char *)realloc((void *)respbuffer,
- allreadyread+n);
- memcpy(respbuffer+allreadyread, buf, n);
- allreadyread += n;
- }
- }
- *size = allreadyread;
-#ifdef DEBUG
- printf("%d bytes read\n", *size);
-#endif
- closesocket(s);
- return respbuffer;
- }
-}
-
-/* parseURL()
- * arguments :
- * url : source string not modified
- * hostname : hostname destination string (size of MAXHOSTNAMELEN+1)
- * port : port (destination)
- * path : pointer to the path part of the URL
- *
- * Return values :
- * 0 - Failure
- * 1 - Success */
-int parseURL(const char * url, char * hostname, unsigned short * port, char * * path)
-{
- char * p1, *p2, *p3;
- p1 = strstr(url, "://");
- if(!p1)
- return 0;
- p1 += 3;
- if( (url[0]!='h') || (url[1]!='t')
- ||(url[2]!='t') || (url[3]!='p'))
- return 0;
- p2 = strchr(p1, ':');
- p3 = strchr(p1, '/');
- if(!p3)
- return 0;
- memset(hostname, 0, MAXHOSTNAMELEN + 1);
- if(!p2 || (p2>p3))
- {
- strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p3-p1)));
- *port = 80;
- }
- else
- {
- strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
- *port = 0;
- p2++;
- while( (*p2 >= '0') && (*p2 <= '9'))
- {
- *port *= 10;
- *port += (unsigned short)(*p2 - '0');
- p2++;
- }
- }
- *path = p3;
- return 1;
-}
-
-void * miniwget(const char * url, int * size)
-{
- unsigned short port;
- char * path;
- /* protocol://host:port/chemin */
- char hostname[MAXHOSTNAMELEN+1];
- *size = 0;
- if(!parseURL(url, hostname, &port, &path))
- return NULL;
- return miniwget2(url, hostname, port, path, size, 0, 0);
-}
-
-void * miniwget_getaddr(const char * url, int * size, char * addr, int addrlen)
-{
- unsigned short port;
- char * path;
- /* protocol://host:port/chemin */
- char hostname[MAXHOSTNAMELEN+1];
- *size = 0;
- if(addr)
- addr[0] = '\0';
- if(!parseURL(url, hostname, &port, &path))
- return NULL;
- return miniwget2(url, hostname, port, path, size, addr, addrlen);
-}
-
Copied: vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniwget.c (from rev 4535, vidalia/trunk/src/miniupnpc/miniwget.c)
===================================================================
--- vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniwget.c (rev 0)
+++ vidalia/tags/vidalia-0.2.11/src/miniupnpc/miniwget.c 2011-03-20 15:40:12 UTC (rev 4538)
@@ -0,0 +1,254 @@
+/* $Id: miniwget.c,v 1.36 2010/04/05 12:34:05 nanard Exp $ */
+/* Project : miniupnp
+ * Author : Thomas Bernard
+ * Copyright (c) 2005-2010 Thomas Bernard
+ * This software is subject to the conditions detailed in the
+ * LICENCE file provided in this distribution. */
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include "miniupnpc.h"
+#ifdef WIN32
+#include <winsock2.h>
+#include <ws2tcpip.h>
+#ifdef WIN2K
+# define __inline static inline
+# include <wspiapi.h>
+#endif
+#include <io.h>
+#define MAXHOSTNAMELEN 64
+#define MIN(x,y) (((x)<(y))?(x):(y))
+#define snprintf _snprintf
+#define socklen_t int
+#else /* #ifdef WIN32 */
+#include <unistd.h>
+#include <sys/param.h>
+#if defined(__amigaos__) && !defined(__amigaos4__)
+#define socklen_t int
+#else /* #if defined(__amigaos__) && !defined(__amigaos4__) */
+#include <sys/select.h>
+#endif /* #else defined(__amigaos__) && !defined(__amigaos4__) */
+#include <sys/socket.h>
+#include <arpa/inet.h>
+#include <netdb.h>
+#define closesocket close
+/* defining MINIUPNPC_IGNORE_EINTR enable the ignore of interruptions
+ * during the connect() call */
+#define MINIUPNPC_IGNORE_EINTR
+#endif /* #else WIN32 */
+#if defined(__sun) || defined(sun)
+#define MIN(x,y) (((x)<(y))?(x):(y))
+#endif
+
+#include "miniupnpcstrings.h"
+#include "miniwget.h"
+#include "connecthostport.h"
+
+/* miniwget2() :
+ * do all the work.
+ * Return NULL if something failed. */
+static void *
+miniwget2(const char * url, const char * host,
+ unsigned short port, const char * path,
+ int * size, char * addr_str, int addr_str_len)
+{
+ char buf[2048];
+ int s;
+ int n;
+ int len;
+ int sent;
+
+ *size = 0;
+ s = connecthostport(host, port);
+ if(s < 0)
+ return NULL;
+
+ /* get address for caller ! */
+ if(addr_str)
+ {
+ struct sockaddr saddr;
+ socklen_t saddrlen;
+
+ saddrlen = sizeof(saddr);
+ if(getsockname(s, &saddr, &saddrlen) < 0)
+ {
+ perror("getsockname");
+ }
+ else
+ {
+#if defined(__amigaos__) && !defined(__amigaos4__)
+ /* using INT WINAPI WSAAddressToStringA(LPSOCKADDR, DWORD, LPWSAPROTOCOL_INFOA, LPSTR, LPDWORD);
+ * But his function make a string with the port : nn.nn.nn.nn:port */
+/* if(WSAAddressToStringA((SOCKADDR *)&saddr, sizeof(saddr),
+ NULL, addr_str, (DWORD *)&addr_str_len))
+ {
+ printf("WSAAddressToStringA() failed : %d\n", WSAGetLastError());
+ }*/
+ strncpy(addr_str, inet_ntoa(((struct sockaddr_in *)&saddr)->sin_addr), addr_str_len);
+#else
+ /*inet_ntop(AF_INET, &saddr.sin_addr, addr_str, addr_str_len);*/
+ n = getnameinfo(&saddr, saddrlen,
+ addr_str, addr_str_len,
+ NULL, 0,
+ NI_NUMERICHOST | NI_NUMERICSERV);
+ if(n != 0) {
+#ifdef WIN32
+ fprintf(stderr, "getnameinfo() failed : %d\n", n);
+#else
+ fprintf(stderr, "getnameinfo() failed : %s\n", gai_strerror(n));
+#endif
+ }
+#endif
+ }
+#ifdef DEBUG
+ printf("address miniwget : %s\n", addr_str);
+#endif
+ }
+
+ len = snprintf(buf, sizeof(buf),
+ "GET %s HTTP/1.0\r\n"
+ "Host: %s:%d\r\n"
+ "Connection: Close\r\n"
+ "User-Agent: " OS_STRING ", UPnP/1.0, MiniUPnPc/" MINIUPNPC_VERSION_STRING "\r\n"
+
+ "\r\n",
+ path, host, port);
+ sent = 0;
+ /* sending the HTTP request */
+ while(sent < len)
+ {
+ n = send(s, buf+sent, len-sent, 0);
+ if(n < 0)
+ {
+ perror("send");
+ closesocket(s);
+ return NULL;
+ }
+ else
+ {
+ sent += n;
+ }
+ }
+ {
+ /* TODO : in order to support HTTP/1.1, chunked transfer encoding
+ * must be supported. That means parsing of headers must be
+ * added. */
+ int headers=1;
+ char * respbuffer = NULL;
+ int allreadyread = 0;
+ /*while((n = recv(s, buf, 2048, 0)) > 0)*/
+ while((n = ReceiveData(s, buf, 2048, 5000)) > 0)
+ {
+ if(headers)
+ {
+ int i=0;
+ while(i<n-3)
+ {
+ /* searching for the end of the HTTP headers */
+ if(buf[i]=='\r' && buf[i+1]=='\n'
+ && buf[i+2]=='\r' && buf[i+3]=='\n')
+ {
+ headers = 0; /* end */
+ if(i<n-4)
+ {
+ /* Copy the content into respbuffet */
+ respbuffer = (char *)realloc((void *)respbuffer,
+ allreadyread+(n-i-4));
+ memcpy(respbuffer+allreadyread, buf + i + 4, n-i-4);
+ allreadyread += (n-i-4);
+ }
+ break;
+ }
+ i++;
+ }
+ }
+ else
+ {
+ respbuffer = (char *)realloc((void *)respbuffer,
+ allreadyread+n);
+ memcpy(respbuffer+allreadyread, buf, n);
+ allreadyread += n;
+ }
+ }
+ *size = allreadyread;
+#ifdef DEBUG
+ printf("%d bytes read\n", *size);
+#endif
+ closesocket(s);
+ return respbuffer;
+ }
+}
+
+/* parseURL()
+ * arguments :
+ * url : source string not modified
+ * hostname : hostname destination string (size of MAXHOSTNAMELEN+1)
+ * port : port (destination)
+ * path : pointer to the path part of the URL
+ *
+ * Return values :
+ * 0 - Failure
+ * 1 - Success */
+int parseURL(const char * url, char * hostname, unsigned short * port, char * * path)
+{
+ char * p1, *p2, *p3;
+ p1 = strstr(url, "://");
+ if(!p1)
+ return 0;
+ p1 += 3;
+ if( (url[0]!='h') || (url[1]!='t')
+ ||(url[2]!='t') || (url[3]!='p'))
+ return 0;
+ p2 = strchr(p1, ':');
+ p3 = strchr(p1, '/');
+ if(!p3)
+ return 0;
+ memset(hostname, 0, MAXHOSTNAMELEN + 1);
+ if(!p2 || (p2>p3))
+ {
+ strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p3-p1)));
+ *port = 80;
+ }
+ else
+ {
+ strncpy(hostname, p1, MIN(MAXHOSTNAMELEN, (int)(p2-p1)));
+ *port = 0;
+ p2++;
+ while( (*p2 >= '0') && (*p2 <= '9'))
+ {
+ *port *= 10;
+ *port += (unsigned short)(*p2 - '0');
+ p2++;
+ }
+ }
+ *path = p3;
+ return 1;
+}
+
+void * miniwget(const char * url, int * size)
+{
+ unsigned short port;
+ char * path;
+ /* protocol://host:port/chemin */
+ char hostname[MAXHOSTNAMELEN+1];
+ *size = 0;
+ if(!parseURL(url, hostname, &port, &path))
+ return NULL;
+ return miniwget2(url, hostname, port, path, size, 0, 0);
+}
+
+void * miniwget_getaddr(const char * url, int * size, char * addr, int addrlen)
+{
+ unsigned short port;
+ char * path;
+ /* protocol://host:port/chemin */
+ char hostname[MAXHOSTNAMELEN+1];
+ *size = 0;
+ if(addr)
+ addr[0] = '\0';
+ if(!parseURL(url, hostname, &port, &path))
+ return NULL;
+ return miniwget2(url, hostname, port, path, size, addr, addrlen);
+}
+
1
0