tor-commits
Threads by month
- ----- 2025 -----
- 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
August 2012
- 19 participants
- 901 discussions

30 Aug '12
commit a90d0d3dd964480c6b5ef7999dfe768dc9dbe999
Author: David Fifield <david(a)bamsoftware.com>
Date: Thu Aug 30 15:45:28 2012 -0700
Obey REMOTE_ADDR host when registering.
---
flashproxy-client | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/flashproxy-client b/flashproxy-client
index dfa295e..a8dcd15 100755
--- a/flashproxy-client
+++ b/flashproxy-client
@@ -29,7 +29,7 @@ try:
except ImportError:
numpy = None
-DEFAULT_REMOTE_ADDRESS = "0.0.0.0"
+DEFAULT_REMOTE_ADDRESS = None
DEFAULT_REMOTE_PORT = 9000
DEFAULT_LOCAL_ADDRESS = "127.0.0.1"
DEFAULT_LOCAL_PORT = 9001
@@ -423,6 +423,7 @@ class WebSocketBinaryEncoder(object):
def listen_socket(addr):
"""Return a nonblocking socket listening on the given address."""
+ addr = (addr[0] or "0.0.0.0", addr[1])
addrinfo = socket.getaddrinfo(addr[0], addr[1], 0, socket.SOCK_STREAM, socket.IPPROTO_TCP)[0]
s = socket.socket(addrinfo[0], addrinfo[1], addrinfo[2])
s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1)
@@ -624,7 +625,7 @@ def register():
# Maybe the script was read from stdin; in any case don't guess at the directory.
return
command = [os.path.join(script_dir, "flashproxy-reg-http")]
- spec = format_addr((None, options.remote_addr[1]))
+ spec = format_addr(options.remote_addr)
if options.facilitator_addr is None:
log(u"Registering \"%s\"." % spec)
else:
1
0

30 Aug '12
commit 1b9814bf603871689d16d0a3decddaea4c0247ce
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Thu Aug 30 15:33:11 2012 -0700
Updated strings from transifex.
---
src/chrome/locale/ar/torbutton.dtd | 2 +-
src/chrome/locale/cs/torbutton.dtd | 2 +-
src/chrome/locale/da/torbutton.dtd | 2 +-
src/chrome/locale/de/torbutton.dtd | 2 +-
src/chrome/locale/el/torbutton.dtd | 2 +-
src/chrome/locale/es/torbutton.dtd | 2 +-
src/chrome/locale/et/torbutton.properties | 4 +-
src/chrome/locale/eu/torbutton.dtd | 2 +-
src/chrome/locale/fa/torbutton.dtd | 2 +-
src/chrome/locale/fi/torbutton.dtd | 2 +-
src/chrome/locale/fr/torbutton.dtd | 2 +-
src/chrome/locale/gu/torbutton.dtd | 2 +-
src/chrome/locale/hu/torbutton.dtd | 2 +-
src/chrome/locale/id/torbutton.dtd | 2 +-
src/chrome/locale/id/torbutton.properties | 12 +-
src/chrome/locale/it/torbutton.dtd | 2 +-
src/chrome/locale/ko/torbutton.dtd | 240 ++++++++++++++--------------
src/chrome/locale/ko/torbutton.properties | 84 +++++-----
src/chrome/locale/lv/torbutton.properties | 84 +++++-----
src/chrome/locale/my/torbutton.dtd | 230 ++++++++++++++--------------
src/chrome/locale/my/torbutton.properties | 82 +++++-----
src/chrome/locale/nb/torbutton.dtd | 2 +-
src/chrome/locale/nl/torbutton.dtd | 2 +-
src/chrome/locale/pl/torbutton.dtd | 2 +-
src/chrome/locale/pt-BR/torbutton.dtd | 2 +-
src/chrome/locale/pt/torbutton.dtd | 2 +-
src/chrome/locale/ro/torbutton.dtd | 2 +-
src/chrome/locale/ro/torbutton.properties | 2 +-
src/chrome/locale/ru/torbutton.dtd | 2 +-
src/chrome/locale/sr/torbutton.dtd | 8 +-
src/chrome/locale/sr/torbutton.properties | 58 ++++----
src/chrome/locale/tr/torbutton.dtd | 2 +-
src/chrome/locale/uk/torbutton.dtd | 72 +++++-----
src/chrome/locale/uk/torbutton.properties | 36 ++--
src/chrome/locale/vi/torbutton.dtd | 2 +-
src/chrome/locale/vi/torbutton.properties | 28 ++--
src/chrome/locale/zh-CN/torbutton.dtd | 34 ++--
37 files changed, 510 insertions(+), 510 deletions(-)
diff --git a/src/chrome/locale/ar/torbutton.dtd b/src/chrome/locale/ar/torbutton.dtd
index f2a08a9..8f924ca 100644
--- a/src/chrome/locale/ar/torbutton.dtd
+++ b/src/chrome/locale/ar/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "أز٠اÙÙ
ÙØµØ© ÙØ§ÙÙØºØ© Ù
Ù Ø§Ø³ØªÙØ³Ø§Ø±Ø§Øª Ù
ØØ±Ù ØšØØ« ØºÙØºÙ">
<!ENTITY torbutton.prefs.transparentTor "ØŽÙØ§ÙÙØ© ØªÙØ±ÙÙÙÙØŽÙ (ØªØØªØ§Ø¬ Ù
ÙØ¬Ù ØªÙØ± Ø£Ù ØªØ±Ø§ÙØ³ØšÙÙØ³Ù Ù
خصص)">
diff --git a/src/chrome/locale/cs/torbutton.dtd b/src/chrome/locale/cs/torbutton.dtd
index e60e73f..6c56a47 100644
--- a/src/chrome/locale/cs/torbutton.dtd
+++ b/src/chrome/locale/cs/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.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)">
diff --git a/src/chrome/locale/da/torbutton.dtd b/src/chrome/locale/da/torbutton.dtd
index f705743..0aec979 100644
--- a/src/chrome/locale/da/torbutton.dtd
+++ b/src/chrome/locale/da/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Fjern platform og sprog fra forespÞrgsler i Google-sÞgninger">
<!ENTITY torbutton.prefs.transparentTor "Gennemsigtig Torifikation (KrÊver tilpasset transproxy eller Tor-router)">
diff --git a/src/chrome/locale/de/torbutton.dtd b/src/chrome/locale/de/torbutton.dtd
index 2d39bcf..20bac8b 100644
--- a/src/chrome/locale/de/torbutton.dtd
+++ b/src/chrome/locale/de/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Betriebssystem und Sprache bei Google Suchabfragen nicht ÃŒbermitteln">
<!ENTITY torbutton.prefs.transparentTor "Transparente Torification (Erfordert eigenen Transproxy oder Tor-Router)">
diff --git a/src/chrome/locale/el/torbutton.dtd b/src/chrome/locale/el/torbutton.dtd
index 3c74a8b..297b3fb 100644
--- a/src/chrome/locale/el/torbutton.dtd
+++ b/src/chrome/locale/el/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "ÎÏαίÏεÏε ÏηΜ ÏλαÏÏÏÏΌα και Ïη γλÏÏÏα (ÏοÏ
ÏÏ
ÏÏήΌαÏοÏ) αÏο Ïα εÏÏÏήΌαÏα ÏÏα κοÏ
Ïιά αΜαζήÏηÏηÏ">
<!ENTITY torbutton.prefs.transparentTor "ÎιαÏÎ±ÎœÎ®Ï Torification (ÎÏαιÏεί ÏÏοÏαÏΌοÏÎŒÎΜο proxy ή Tor ÎŽÏοΌολογηÏή)">
diff --git a/src/chrome/locale/es/torbutton.dtd b/src/chrome/locale/es/torbutton.dtd
index 6b02699..22ac5dd 100644
--- a/src/chrome/locale/es/torbutton.dtd
+++ b/src/chrome/locale/es/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!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 "Torificación transparente (Requiere transproxy personalizado o router Tor)">
diff --git a/src/chrome/locale/et/torbutton.properties b/src/chrome/locale/et/torbutton.properties
index e40b20e..4935488 100644
--- a/src/chrome/locale/et/torbutton.properties
+++ b/src/chrome/locale/et/torbutton.properties
@@ -32,8 +32,8 @@ torbutton.popup.test.no_http_proxy = Tor vaheserveri kontroll: kohalik HTTP vahe
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.redirect = Suuna ÃŒmber
+torbutton.popup.no_redirect = Ãra suuna ÃŒmber
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?
torbutton.popup.no_newnym = Torbutton cannot safely give you a new identity. It does not have access to the Tor Control Port.\n\nAre you running Tor Browser Bundle?
torbutton.popup.use_tbb = It appears that you are using Torbutton with Firefox, which is no longer a recommended safe configuration.\n\nInstead, we recommend that you obtain the latest Tor Browser Bundle by sending email to gettor(a)torproject.org or by downloading it at the following URL:
diff --git a/src/chrome/locale/eu/torbutton.dtd b/src/chrome/locale/eu/torbutton.dtd
index 4e7db0f..1495c6b 100644
--- a/src/chrome/locale/eu/torbutton.dtd
+++ b/src/chrome/locale/eu/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Kendu plataforma eta hizkuntza Google Searh Box eskaeretatik">
<!ENTITY torbutton.prefs.transparentTor "Torifikazio Gardena (transproxy pertsonalizatua edo Tor routerra behar du)">
diff --git a/src/chrome/locale/fa/torbutton.dtd b/src/chrome/locale/fa/torbutton.dtd
index 1197684..6882cba 100644
--- a/src/chrome/locale/fa/torbutton.dtd
+++ b/src/chrome/locale/fa/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Ø§Ø·ÙØ§Ø¹Ø§Øª Ù
Ø±ØšÙØ· ØšÙ ÙÙØ¹ Ø³ÙØ³ØªÙ
عاÙ
Ù Ù Ù
Ø±ÙØ±Ú¯Ø± ٠زؚا٠Ù
ÙØ±Ø¯ Ø§Ø³ØªÙØ§Ø¯Ù ØŽÙ
ا را از ÙØ±ÙدÛâÙØ§Û جستجÙگر Ú¯ÙÚ¯Ù ØØ°Ù Ú©Ù">
<!ENTITY torbutton.prefs.transparentTor "Ø³Ø§Ø²Ú¯Ø§Ø±Ø³Ø§Ø²Û ØšØ§ ØªÙØ± ØšÙ ØµÙØ±Øª ØŽÙØ§Ù (ÙÙØ§Ø² ؚ٠رÙÙØ§Øš ØªÙØ± ÙØ§ Tor router Ù ÙØ§ transproxy Ø³ÙØ§Ø±ØŽÛ دارد)">
diff --git a/src/chrome/locale/fi/torbutton.dtd b/src/chrome/locale/fi/torbutton.dtd
index 428812f..3cad5aa 100644
--- a/src/chrome/locale/fi/torbutton.dtd
+++ b/src/chrome/locale/fi/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Poista yksilöintitiedot (laitteisto ja kieliasetukset) Google hakuja suoritettaessa ">
<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/fr/torbutton.dtd b/src/chrome/locale/fr/torbutton.dtd
index ca7644a..2e21353 100644
--- a/src/chrome/locale/fr/torbutton.dtd
+++ b/src/chrome/locale/fr/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Supprimer les informations relatives à la plateforme et à la langue des requêtes Google">
<!ENTITY torbutton.prefs.transparentTor "Torification transparente (requiert un transproxy personnalisé ou un routeur Tor)">
diff --git a/src/chrome/locale/gu/torbutton.dtd b/src/chrome/locale/gu/torbutton.dtd
index bfa8c59..73d91f4 100644
--- a/src/chrome/locale/gu/torbutton.dtd
+++ b/src/chrome/locale/gu/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.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)">
diff --git a/src/chrome/locale/hu/torbutton.dtd b/src/chrome/locale/hu/torbutton.dtd
index 42c5b5e..c88d5e9 100644
--- a/src/chrome/locale/hu/torbutton.dtd
+++ b/src/chrome/locale/hu/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Szedje ki az operációs rendszert és a nyelvet a Google keresŠablakokból">
<!ENTITY torbutton.prefs.transparentTor "Ãtlátszó Tor-osÃtás (Egyedi transproxy-t vagy Tor routert igényel)">
diff --git a/src/chrome/locale/id/torbutton.dtd b/src/chrome/locale/id/torbutton.dtd
index b999ac5..18fe5b5 100644
--- a/src/chrome/locale/id/torbutton.dtd
+++ b/src/chrome/locale/id/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Lepaskan serambi dan bahasa dari Kotak Pencarian Google">
<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/id/torbutton.properties b/src/chrome/locale/id/torbutton.properties
index 1c4dbc6..827a7c9 100644
--- a/src/chrome/locale/id/torbutton.properties
+++ b/src/chrome/locale/id/torbutton.properties
@@ -34,12 +34,12 @@ 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?
-torbutton.popup.no_newnym = Torbutton cannot safely give you a new identity. It does not have access to the Tor Control Port.\n\nAre you running Tor Browser Bundle?
-torbutton.popup.use_tbb = It appears that you are using Torbutton with Firefox, which is no longer a recommended safe configuration.\n\nInstead, we recommend that you obtain the latest Tor Browser Bundle by sending email to gettor(a)torproject.org or by downloading it at the following URL:
-torbutton.popup.pref_error = Torbutton cannot update preferences in the Tor Browser profile directory.
-torbutton.popup.permission_denied = Please either reset the permissions of the Tor Browser directory or copy it to a new location.
-torbutton.popup.device_full = The disk appears to be full. Please free up space or move Tor Browser to a new device.
+torbutton.popup.prompted_language = Untuk memberikan Anda kerahasiaan yang lebih, Torbutton akan meminta versi bahasa Inggris dari halaman web. Ini mungkin menyebabkan halaman web yang Anda ingin baca dalam bahasa asli Anda akan ditampilkan dalam bahasa Inggris. â â Apakah anda mau meminta halaman web bahasa Inggris untuk kerahasiaan yang lebih baik?
+torbutton.popup.no_newnym = Torbution tidak dapat memberikan Anda identitas baru secara aman. Torbutton tidak memiliki akses terhadap Tor Control Port. ââ Apakah Anda sedang menjalankan paket browser Tor?
+torbutton.popup.use_tbb = Tampaknya Anda menggunakan Torbutton dengan Firefox, yang mana bukan lagi merupakan konfigurasi aman yang direkomendasikan.ââ sebaliknya, Kami rekomendasikan Anda untuk mendapatkan paket browser Tor yang terbaru dengan mengirimkan email ke gettor(a)torproject.org atau dengan mendownload melalui URL berikut:
+torbutton.popup.pref_error = Torbutton tidak dapat memperbarui preferensi di dalam petunjuk profil browser Tor.
+torbutton.popup.permission_denied = Silahkan reset izin petunjuk dari browser Tor atau copy ke lokasi baru
+torbutton.popup.device_full = Disk tampaknya sudah penuh. Harap kosongkan tempat atau pindahkan browser Tor ke alat baru.
torbutton.title.prompt_torbrowser = Important Torbutton Information
torbutton.popup.prompt_torbrowser = Torbutton works differently now: you can't turn it off any more.\n\nWe made this change because it isn't safe to use Torbutton in a browser that's also used for non-Tor browsing. There were too many bugs there that we couldn't fix any other way.\n\nIf you want to keep using Firefox normally, you should uninstall Torbutton and download Tor Browser Bundle. The privacy properties of Tor Browser are also superior to those of normal Firefox, even when Firefox is used with Torbutton.\n\nTo remove Torbutton, go to Tools->Addons->Extensions and then click the Remove button next to Torbutton.
torbutton.popup.short_torbrowser = Important Torbutton Information!\n\nTorbutton is now always enabled.\n\nClick on the Torbutton for more information.
diff --git a/src/chrome/locale/it/torbutton.dtd b/src/chrome/locale/it/torbutton.dtd
index e84fb1b..834a96d 100644
--- a/src/chrome/locale/it/torbutton.dtd
+++ b/src/chrome/locale/it/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Estrai sistema e idioma dalle interrogazioni di Google Search Box">
<!ENTITY torbutton.prefs.transparentTor "Torificazione trasparente (richiede un transproxy personalizzato o un tor router)">
diff --git a/src/chrome/locale/ko/torbutton.dtd b/src/chrome/locale/ko/torbutton.dtd
index 01fa8f1..eedb001 100644
--- a/src/chrome/locale/ko/torbutton.dtd
+++ b/src/chrome/locale/ko/torbutton.dtd
@@ -1,147 +1,147 @@
-<!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.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.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 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.about.version "Version:">
-<!ENTITY torbutton.about.summary "Protects the privacy of your Tor browsing.">
-<!ENTITY torbutton.about.code "Code Contributors:">
-<!ENTITY torbutton.about.maintainer "Maintainer:">
-<!ENTITY torbutton.about.security_review "Security Review:">
-<!ENTITY torbutton.about.donate "If you like using Tor, you might consider">
-<!ENTITY torbutton.about.make_donation "making a donation.">
-<!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.new_identity "New Identity">
+<!ENTITY torbutton.prefs.proxy.port "í¬íž : ">
+<!ENTITY torbutton.about.title "Torbuttonì ëíì¬">
+<!ENTITY torbutton.about.version "ë²ì :">
+<!ENTITY torbutton.about.summary "Tor ëžëŒì°ì§ì íëŒìŽë²ì 볎íž">
+<!ENTITY torbutton.about.code "ìœë ê³µíì:">
+<!ENTITY torbutton.about.maintainer "êŽëЬì :">
+<!ENTITY torbutton.about.security_review "볎ì 늬뷰:">
+<!ENTITY torbutton.about.donate "Tor륌 ì¬ì©íë ê²ìŽ ì¢ìŒìë€ë©Ž, êž°ì¬í ì ììµëë€">
+<!ENTITY torbutton.about.make_donation "êž°ë¶íêž°">
+<!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 ì€ì ì ë°êŸžê³ ì¶ìŒìë€ë©Ž, Torbutton ì€ì í멎ì ì¬ì©íŽ ì£Œììì€.">
+<!ENTITY torbutton.context_menu.new_identity "ìë¡ìŽ ì ì">
<!ENTITY torbutton.context_menu.new_identity_key "I">
-<!ENTITY torbutton.context_menu.toggle "Toggle Tor status">
+<!ENTITY torbutton.context_menu.toggle "Tor ìí í êž">
<!ENTITY torbutton.context_menu.toggle.key "T">
-<!ENTITY torbutton.context_menu.preferences "Preferences...">
+<!ENTITY torbutton.context_menu.preferences "ì€ì ...">
<!ENTITY torbutton.context_menu.preferences.key "P">
-<!ENTITY torbutton.context_menu.about "About Torbutton...">
+<!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 "ì¿ í€ ë³Žíž">
<!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.copyTor "Tor URL ë³µì¬">
+<!ENTITY torbutton.context_menu.copyTor.key "P">
+<!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 "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.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 Toggleìì íì€í 늬 ìŽêž°í (ì í)">
+<!ENTITY torbutton.prefs.clear_cache "Tor ëì€í¬ ìºì륌 ë§ê³ Tor Toggleìì 몚ë ìºì ìŽêž°í">
+<!ENTITY torbutton.prefs.block_cache "Tor ìëì€ ëì€í¬ì ë©ëªšëЬ ìºì ì ê·Œ ì°šëš">
+<!ENTITY torbutton.prefs.cookie_jars "볎ížëë íì늬ì Torê° ìë ì¿ í€ ì ì¥">
+<!ENTITY torbutton.prefs.cookie_protection "ì ííêž° ìí ì¿ í€ ë³Žíž ë€ìŽìŽë¡ê·ž ì¬ì©">
+<!ENTITY torbutton.prefs.mmm_cookies "ëë ìëìŒë¡ ëŽ ì¿ í€ë¥Œ êŽëЬí ê²ì
ëë€ (ìí)">
+<!ENTITY torbutton.prefs.clear_cookies "Tor toggleìì ì¿ í€ ìŽêž°í">
+<!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 "US ììŽ ëžëŒì°ì ë¡ ì¡°ì">
+<!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 "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.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 "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.restore_tor "ììì ì ì¥ë ìžì
ìŽ ìë€ë©Ž, Tor ìí륌 ë€ì곌 ê°ìŽ í©ëë€.">
+<!ENTITY torbutton.prefs.startup_tor "ëžëŒì°ì ê° ììë ë, Tor ìí : ">
+<!ENTITY torbutton.prefs.reload_crashed_jar "íìŽìŽíì€ê° ì€ë¥ë¡ ì¢
ë£ëììë Cookie Jar륌 ë€ì ë¡ëíê³ ì¿ í€ë¥Œ ì ê±°í©ëë€.">
+<!ENTITY torbutton.prefs.dual_cookie_jars "볎ížë Jar íìŒì Tor ë° ë¹-Tor ì¿ í€ ì ì¥ (ìí)">
+<!ENTITY torbutton.prefs.clear_http_auth "HTTP ìžìŠ ìžì
ì§ì°êž° (ê¶ì¥)">
+<!ENTITY torbutton.prefs.block_js_history "Tor ìíë¡ íì êž°ë¡ì ëí ì¡ìžì€ ë¶ëЬ (ì€ì)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Tor륌 ì¬ì©íë ëì 50 íœì
ì ë°°ìë¡ ì°œ í¬êž° ì¡°ì (ê¶ì¥)">
+<!ENTITY torbutton.prefs.close_tor "ì í ì 몚ë Tor 찜곌 í ë«êž° (ìµì
)">
+<!ENTITY torbutton.prefs.close_nontor "ì í ì 몚ë ë¹-Tor 찜곌 í ë«êž° (ìµì
)">
+<!ENTITY torbutton.prefs.block_links "ë€ë¥ž Tor ìíë¡ë¶í° ë§í¬ íŽëŠê³Œ íìŽì§ë¥Œ ë€ì ë¡ëíë ê²ì ë§ì (ì í)">
+<!ENTITY torbutton.prefs.jar_certs "SSL ìžìŠì륌 Tor/Non-Torìž ëì ë€ë¥ž 볎êŽìì ë³ŽêŽ (ì¶ì²)">
+<!ENTITY torbutton.prefs.jar_ca_certs "CA ìžìŠì륌 Tor/Non-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 "file:// urlë¡ Torì ì ê·Œì ë§ì (ì¶ì²)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "file:// urlë¡ Tor륌 ì¬ì©ì€ìŽì§ ìì ìíìì ì ê·Œì ë§ì">
+<!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 "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.tor_memory_jar "Tor ì¿ í€ë¥Œ ëì€í¬ì ì°ì§ ìì">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Torê° ìë ì¿ í€ë¥Œ ëì€í¬ì ì°ì§ ìì">
+<!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 "No Proxies for: ">
-<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!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.prefs.refereroptions "Referer Spoofing ìµì
">
+<!ENTITY torbutton.prefs.nospoof "늬íŒë¬ë¥Œ spoof íì§ ë§ììì€">
+<!ENTITY torbutton.prefs.spoofroot "íìŽì§ íŽë륌 í¬íšíë spoof">
+<!ENTITY torbutton.prefs.spoofdomain "ëì믌ì 늬íŒë¬ë¡ spoof íììì€">
+<!ENTITY torbutton.prefs.spoofblank "referer륌 ê³µëìŒë¡ ë§ë€êž°">
+<!ENTITY torbutton.cookiedialog.title "ì¿ í€ ë³Žíž êŽëЬ">
+<!ENTITY torbutton.cookiedialog.lockCol "볎ížëš">
<!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.cookiedialog.nameCol "ìŽëŠ">
+<!ENTITY torbutton.cookiedialog.pathCol "겜ë¡">
+<!ENTITY torbutton.cookiedialog.protectCookie "ì¿ í€ ë³Žíž">
+<!ENTITY torbutton.cookiedialog.removeCookie "ì¿ í€ ìì ">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "ì¿ í€ ë³Žížíì§ ìì">
+<!ENTITY torbutton.cookiedialog.removeAllBut "볎ížë ê² ë¹Œê³ ëªšë ì§ì°êž°">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "ìë¡ìŽ ì¿ í€ ë³Žíž">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "ìë¡ìŽ ì¿ í€ë¥Œ 볎ížíì§ ìì">
+<!ENTITY torbutton.prefs.disable_livemarks "Tor toggle ëì Livemark ì
ë°ìŽíž ë¹íì±í">
+<!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 Captcha ê° ê°ì§ëììë ìëì ìŒë¡ ë€ë¥ž ê²ì ìì§ ì¬ì©">
<!ENTITY torbutton.prefs.engine1 "ixquick.com">
<!ENTITY torbutton.prefs.engine2 "Bing.com">
<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
<!ENTITY torbutton.prefs.engine4 "startpage.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 "êµ¬êž ê²ì 쿌늬ì íë«íŒê³Œ ìžìŽ ì 볎륌 ë²ê²šë">
+<!ENTITY torbutton.prefs.transparentTor "í¬ëª
Toritication (ì¬ì©ì transproxyë Tor ëŒì°í° íì)">
diff --git a/src/chrome/locale/ko/torbutton.properties b/src/chrome/locale/ko/torbutton.properties
index 8679003..32f11ce 100644
--- a/src/chrome/locale/ko/torbutton.properties
+++ b/src/chrome/locale/ko/torbutton.properties
@@ -1,45 +1,45 @@
-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 Tails 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?
-torbutton.popup.no_newnym = Torbutton cannot safely give you a new identity. It does not have access to the Tor Control Port.\n\nAre you running Tor Browser Bundle?
-torbutton.popup.use_tbb = It appears that you are using Torbutton with Firefox, which is no longer a recommended safe configuration.\n\nInstead, we recommend that you obtain the latest Tor Browser Bundle by sending email to gettor(a)torproject.org or by downloading it at the following URL:
-torbutton.popup.pref_error = Torbutton cannot update preferences in the Tor Browser profile directory.
-torbutton.popup.permission_denied = Please either reset the permissions of the Tor Browser directory or copy it to a new location.
-torbutton.popup.device_full = The disk appears to be full. Please free up space or move Tor Browser to a new device.
+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ì Firefoxê° Tor íë¡ì륌 ì¬ì©íê±°ë ì¬ì©íì§ ìëë¡ ìœê² íŽ ì£Œë ë²íŒì
ëë€.
+torbutton.popup.history.warning = Torbuttonì ë€ë¥ž Tor ìíìì ìŽëа íì íëì ë§ììµëë€.\n\nìŽê²ì Firefox ë²ê·ž 409737곌 417869 ë묞ì ìŒìŽë¬ìµëë€.\n\në§ìœ ìŽ íì
ìŽ ìŽì ììŽ ìŒìŽë ê²ì²ëŒ 볎ìžë€ë©Ž, ê·íì í ì€ íëê° ë°±ê·žëŒìŽëìì ë€ì ìŽëŠ¬ë €ê³ íë ê²ìŽê³ , ìŽê²ìŽ ë§íìµëë€.\n\nê·ž íì ìŽ Tor ìíìì ìŽêž° ìíì¬, URL ììì Enter í€ë¥Œ ë륎ììì€.\n
+torbutton.popup.plugin.warning = Torbuttonì íë¬ê·žìž ìœí
ìž ì ì§ì Tor ë¡ë륌 ë§ììµëë€.\n\në€ë¥ž ìŽëŠìŒë¡ ì ì¥ì ëì ì¬ì©íììì€.\n\n
+torbutton.popup.confirm_ca_certs = Torbutton Note: ì¬ì©ì ì ì ìžìŠ êž°êŽìŽ ìë ê²ìŒë¡ 볎ì
ëë€. ìžìŠ êž°êŽ ëª©ë¡ ê²ì¬ë ëëŠ¬ê³ , Tor toggle ìëê° ëë €ì§ëë€. ìžìŠ êž°êŽ ìžìŠìì 격늬륌 íŽì íìê² ìµëê¹? (ë§ìœ ìŽíŽê° ì ëì ë€ë©Ž, OK륌 ëë¬ë ìì í©ëë€.)
+torbutton.popup.ff3.warning = ê²œê³ !\n\nFirefox 3 ìì Torbuttonì íì졎곌 Livemark륌 Tor륌 íµíŽ ëì¶ìíµëë€.\n\nê·žëë ê³ìíìê² ìµëê¹?
+torbutton.popup.toggle.warning = ê·íì ì€ì ìŽ íšê³Œë¥Œ ë°ííêž° ìíŽìë, Tor륌 í êžíê±°ë ì¬ììí íìê° ììµëë€.
+torbutton.popup.test.success = Tor íë¡ì í
ì€íž ì±ê³µ!
+torbutton.popup.test.failure = Tor íë¡ì í
ì€íž "ì€íš"! íë¡ìì Polipo ì€ì ì íìžíììì€.
+torbutton.popup.test.confirm_toggle = ìµê·Œ ëë¶ë¶ Tor륌 ì¬ì©íêž° ìí Tor íë¡ì í
ì€ížê° ì€íšíììµëë€.\n\nìŽìšë íì±ííìꞰ륌 ìíë ê²ìŽ íì€íìëê¹?\n\nNote: 묞ì 륌 ê³ ì¹ì
šë€ë©Ž, ìŽ ê²œê³ ë¥Œ ìì êž° ìíŽ Tor íë¡ì ì€ì ì í
ì€ížë¥Œ ë€ì í ì ììµëë€.
+torbutton.popup.test.ff3_notice = OK륌 ë륎ì멎 Tor íë¡ì ì€ì ì í
ì€íží©ëë€. ìŽ í
ì€ížë 백귞ëŒìŽëìì ìì
ë©ëë€. ì ì êž°ë€ë € 쥡ìì€.
+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\nNOTE: ìžë¶ ì í늬ìŒìŽì
ì Ʞ볞ì ìŒë¡ Torì ìíŽ ìì íŽì§ì§ ììŒë©°, ê·íì ì ìì 볎륌 ì»ì ì ììµëë€.\n
+torbutton.popup.external.suggest = \në§ìœ ìŽ íìŒìŽ ì 뢰ëì§ ìëë€ë©Ž, íìŒì ì ì¥íŽì ì€íëŒìž ìíë¡ ë³Žìëì§, VM ëŽìì 볎ì
ìŒ í©ëë€.\nëë Tails LuveCDë Torsocks ê°ì í¬ëª
Tor íë¡ì륌 ì¬ì©íë ê²ì ê³ ë €íŽ ë³Žììì€.\n
+torbutton.popup.launch = ì í늬ìŒìŽì
ì€í
+torbutton.popup.cancel = ì·šì
+torbutton.popup.dontask = ì§êžë¶í° íì ì í늬ìŒìŽì
ì€í
+torbutton.popup.test.no_http_proxy = Tor íë¡ì í
ì€íž: ë¡ì»¬ HTTP íë¡ìì ì ê·Œí ì ììµëë€. Polipoê° íì€í ìëì€ ì
ëê¹?
+torbutton.popup.captcha.title = Google Capchas íŒíêž°?
+torbutton.popup.captcha.ask = TorbuttonìŽ Google Capctha륌 ê°ì§íìµëë€. ìŽ ì¿ŒëŠ¬ë¥Œ ìíŽ ë€ë¥ž ê²ì ìì§ìŒë¡ 늬ë€ìŽë íž íìê² ìµëê¹?
+torbutton.popup.captcha.always = ì§êžë¶í° ìŽ ëì êž°ìµíêž°
+torbutton.popup.redirect = 늬ë€ìŽë íž
+torbutton.popup.no_redirect = 늬ë€ìŽë íž íì§ ìì
+torbutton.popup.prompted_language = ë ë§ì ê°ìž ì 볎륌 ìíŽ, Torbuttonì ììŽ ë²ì ì¹íìŽì§ë¥Œ ìì²í ì ììµëë€. ìŽê²ì ê·íì 몚êµìŽ ëì ììŽë¥Œ íìíë ì¹ íìŽì§ë¥Œ ìŒìŒí¬ ì ììµëë€.\n\në ëì ê°ìž ì 볎륌 ìíŽ ììŽ ì¹ íìŽì§ë¥Œ ìì²íìê² ìµëê¹?
+torbutton.popup.no_newnym = Torbuttonì ìì íê² ìë¡ìŽ ì ìì ì€ ì ììµëë€. ìŽê²ì Tor 컚ížë¡€ í¬ížì ì ê·Œí ì ììµëë€.\n\nTor Browser Bundleì ì¬ì©íê³ ê³ìëê¹?
+torbutton.popup.use_tbb = ìŽê²ì Torbuttonì íìŽìŽíì€ì íšê» ì¬ì©íì€ ë ëíë©ëë€. ê·žëŠ¬ê³ ë©ì ì¶ì²ëë ìì ì€ì ìŽ ìëëë€.\n\nëì , ì í¬ë gettor(a)torproject.org ìê² ë©ìŒì 볎ëŽê±°ë, ë€ì URLì ì ìíŽì ìµì Tor browser bundleì ë°ë ê²ì ì¶ì²ë늜ëë€:
+torbutton.popup.pref_error = Torbuttonì Tor Browser íë¡íìŒ ëë íŽë¥Œ ì
ë°ìŽíž í ì ììµëë€.
+torbutton.popup.permission_denied = Tor Browser ëë í 늬ì ê¶íì ìŽêž°í íìê±°ë, Tor browser륌 ìë¡ìŽ ìì¹ë¡ ì®ê²š 죌ììì€.
+torbutton.popup.device_full = ìŽ ëì€í¬ë ê°ë ì°¬ ê² ê°ìµëë€. ë¹ ê³µê°ì ë§ëìê±°ë ìë¡ìŽ ì¥ì¹ë¡ Tor browser륌 ì®ê²š 죌ììì€.
torbutton.title.prompt_torbrowser = Important Torbutton Information
torbutton.popup.prompt_torbrowser = Torbutton works differently now: you can't turn it off any more.\n\nWe made this change because it isn't safe to use Torbutton in a browser that's also used for non-Tor browsing. There were too many bugs there that we couldn't fix any other way.\n\nIf you want to keep using Firefox normally, you should uninstall Torbutton and download Tor Browser Bundle. The privacy properties of Tor Browser are also superior to those of normal Firefox, even when Firefox is used with Torbutton.\n\nTo remove Torbutton, go to Tools->Addons->Extensions and then click the Remove button next to Torbutton.
torbutton.popup.short_torbrowser = Important Torbutton Information!\n\nTorbutton is now always enabled.\n\nClick on the Torbutton for more information.
diff --git a/src/chrome/locale/lv/torbutton.properties b/src/chrome/locale/lv/torbutton.properties
index 8679003..620e159 100644
--- a/src/chrome/locale/lv/torbutton.properties
+++ b/src/chrome/locale/lv/torbutton.properties
@@ -1,45 +1,45 @@
-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 Tails 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?
-torbutton.popup.no_newnym = Torbutton cannot safely give you a new identity. It does not have access to the Tor Control Port.\n\nAre you running Tor Browser Bundle?
-torbutton.popup.use_tbb = It appears that you are using Torbutton with Firefox, which is no longer a recommended safe configuration.\n\nInstead, we recommend that you obtain the latest Tor Browser Bundle by sending email to gettor(a)torproject.org or by downloading it at the following URL:
-torbutton.popup.pref_error = Torbutton cannot update preferences in the Tor Browser profile directory.
-torbutton.popup.permission_denied = Please either reset the permissions of the Tor Browser directory or copy it to a new location.
-torbutton.popup.device_full = The disk appears to be full. Please free up space or move Tor Browser to a new device.
+torbutton.button.tooltip.disabled = IespÄjot Tor
+torbutton.button.tooltip.enabled = AtspÄjot Tor
+torbutton.panel.tooltip.disabled = NoklikšķinÄt, lai iespÄjotu Tor
+torbutton.panel.tooltip.enabled = NoklikšķinÄt, lai atspÄjotu Tor
+torbutton.panel.plugins.disabled = NoklikšķinÄt, lai iespÄjotu spraudÅus
+torbutton.panel.plugins.enabled = NoklikšķinÄt, lai atspÄjotu spraudÅus
+torbutton.panel.label.disabled = Tor ir atspÄjots
+torbutton.panel.label.enabled = Tor ir iespÄjots
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton piedÄvÄ pogu, lai viegli iespÄjotu vai atspÄjotu Firefox rÄdīšanu uz Tor starpnieka
+torbutton.popup.history.warning = Torbutton bloÄ·Äja cilnes aktivitÄti, kura ielÄdÄta citÄ Tor stÄvoklÄ«.â â Tas nepiecieÅ¡ams, lai novÄrstu Firefox kČūdas nr. 409737 un 417869.â â Ja Å¡is uznirstoÅ¡ais elements parÄdÄ«jÄs bez šķietama iemesla, tad kÄda no jÅ«su cilnÄm cenÅ¡as sevi fonÄ pÄrlÄdÄt, taÄu Å¡is mÄÄ£inÄjums tika bloÄ·Äts.â âLai pÄrlÄdÄtu cilni Å¡ajÄ Tor stÄvoklÄ«, lodziÅÄ URL atraÅ¡anÄs vieta nospiediet taustiÅu "IevadÄ«t".â â\n
+torbutton.popup.plugin.warning = Torbutton bloÄ·Äja tieÅ¡u Tor spraudÅa satura ielÄdi. â â TÄdÄ gadÄ«jumÄ lietojiet SaglabÄt kÄ. â â\n
+torbutton.popup.confirm_ca_certs = Torbutton piezÄ«me: Å Ä·iet, ka jums nav pielÄgotu SertificÄÅ¡anas iestÄÅŸu. SertificÄÅ¡anas iestÄÅŸu pÄrbaude ir laikietilpÄ«ga darbÄ«ba un palÄnina Tor pÄrslÄgÅ¡anos. Vai vÄlaties atspÄjot sertificÄÅ¡anas iestÄÅŸu sertifikÄtu izolÄÅ¡anu? (Ja nesaprotat, kas tieÅ¡i te ir domÄts, tad, ziniet, ka ir droÅ¡i noklikšķinÄt Labi jeb OK)
+torbutton.popup.ff3.warning = BrÄ«dinÄjums!â âIr zinÄms, ka Torbutton, strÄdÄjot Firefox 3, ar Tor starpniecÄ«bu nopludina jÅ«su laika joslu un tieÅ¡atzÄ«mes.â â Vai vÄlaties tomÄr turpinÄt?
+torbutton.popup.toggle.warning = NepiecieÅ¡ams pÄrslÄgt vai pÄrstartÄt Tor, lai iestatÄ«jumi stÄtos spÄkÄ.
+torbutton.popup.test.success = Tor starpnieka pÄrbaude ir sekmÄ«ga!
+torbutton.popup.test.failure = Tor starpnieka pÄrbaudes tests NEIZDEVÄS! PÄrbaudiet starpnieka un Polipo iestatÄ«jumus.
+torbutton.popup.test.confirm_toggle = PÄdÄjÄ Tor starpnieka pÄrbaudÄ neizdevÄs izmantot Tor.â â Vai esat pÄrliecinÄts, ka tomÄr vÄlaties to iespÄjot?â â PiezÄ«me: Ja esat atrisinÄjis Å¡o problÄmu, varat atkÄrtoti palaist pÄrbaudi lodziÅÄ Torbutton starpnieka preferences, lai nebÅ«tu šī brÄ«dinÄjuma.
+torbutton.popup.test.ff3_notice = Noklikšķiniet Labi jeb OK, lai pÄrbaudÄ«tu Tor starpnieka iestatÄ«jumus. Å Ä« pÄrbaude notiks fonÄ. LÅ«dzu, esiet pacietÄ«gs.
+torbutton.panel.label.verified = Tor ir verificÄts
+torbutton.popup.test.auto_failed = AutomÄtiskÄ Tor starpnieka pÄrbaudÄ neizdevÄs izmantot Tor.â â Vai esat pÄrliecinÄts, ka tomÄr vÄlaties to iespÄjot?
+torbutton.prefs.recommended = (ieteicams)
+torbutton.prefs.optional = (neobligÄts)
+torbutton.prefs.crucial = (būtisks)
+torbutton.popup.external.title = IelÄdÄt ÄrÄju saturu?
+torbutton.popup.external.app = NepiecieÅ¡ama ÄrÄja lietotne, lai apstrÄdÄtu:â â\n
+torbutton.popup.external.note = \nâ âPIEZĪME: PÄc noklusÄjuma ÄrÄjas lietotnes NAV gana droÅ¡as Tor un var jÅ«s atklÄt!â\n
+torbutton.popup.external.suggest = \nJa šī datne nav uzticama, jums vai nu tÄ jÄsaglabÄ, lai apskatÄ«tu bezsaistÄ vai VM, vai arÄ« apsveriet izmantot pÄrskatÄmu Tor starpnieku, tÄdu kÄ Tails LiveCD vai torsocks.\n
+torbutton.popup.launch = Palaist lietotni
+torbutton.popup.cancel = Atcelt
+torbutton.popup.dontask = TurpmÄk vienmÄr palaist lietotnes
+torbutton.popup.test.no_http_proxy = Tor starpnieka pÄrbaude: HTTP vietÄjais starpnieks nav sasniedzams. Vai Polipo darbojas pareizi?
+torbutton.popup.captcha.title = Izvairīties no Google Captchas?
+torbutton.popup.captcha.ask = Torbutton konstatÄja Google Captcha. Vai vÄlaties, lai Å¡is vaicÄjums tiktu pÄradresÄts uz citu meklÄtÄjprogrammu?
+torbutton.popup.captcha.always = TurpmÄk vienmÄr veikt Å¡o darbÄ«bu
+torbutton.popup.redirect = Novirzīt
+torbutton.popup.no_redirect = Nenovirzīt
+torbutton.popup.prompted_language = Lai nodroÅ¡inÄtu jums lielÄku privÄtuma lÄ«meni, Torbutton var pieprasÄ«t tÄ«mekÄŒa vietÅu angÄŒu valodas versiju. Tas var radÄ«t situÄciju, ka tÄ«mekÄŒa vietnes, kuras izvÄlaties lasÄ«t dzimtajÄ valodÄ, tiek attÄlotas angÄŒu valodÄ.â â Vai vÄlaties pieprasÄ«t tÄ«mekÄŒa vietnes angÄŒu valodÄ, lai nodroÅ¡inÄtu lielÄku privÄtuma lÄ«meni?
+torbutton.popup.no_newnym = Torbutton nespÄj droÅ¡i sniegt jums jaunu identitÄti. Tai nav piekÄŒuves pie Tor vadÄ«bas porta. â â Vai esat palaidis PÄrlÅ«ka Tor komplektu?
+torbutton.popup.use_tbb = Å Ä·iet, ka strÄdÄjot ar Firefox lietojat Torbutton, kas vairs nav rekomendÄta droÅ¡a konfigurÄcija.â â TÄ vietÄ mÄs iesakÄm izmantot jaunÄko pÄrlÅ«ka Tor komplektu, ko iespÄjams saÅemt nosÅ«tot epastu, kurÅ¡ adresÄts gettor@torprojec , vai lejupielÄdÄjot komplektu norÄdÄ«tajÄ URL:
+torbutton.popup.pref_error = Torbutton nespÄj atjauninÄt preferences PÄrlÅ«ka Tor profila direktorijÄ.
+torbutton.popup.permission_denied = LÅ«dzu vai nu atiestatiet pÄrlÅ«ka Tor direktorijas atÄŒaujas, vai arÄ« kopÄjiet to uz jaunu vietu.
+torbutton.popup.device_full = Å Ä·iet, ka cietais disks ir pilns. LÅ«dzu, atbrÄ«vojiet vietu uz diska vai pÄrvietojiet pÄrlÅ«ku Tor uz citu ierÄ«ci.
torbutton.title.prompt_torbrowser = Important Torbutton Information
torbutton.popup.prompt_torbrowser = Torbutton works differently now: you can't turn it off any more.\n\nWe made this change because it isn't safe to use Torbutton in a browser that's also used for non-Tor browsing. There were too many bugs there that we couldn't fix any other way.\n\nIf you want to keep using Firefox normally, you should uninstall Torbutton and download Tor Browser Bundle. The privacy properties of Tor Browser are also superior to those of normal Firefox, even when Firefox is used with Torbutton.\n\nTo remove Torbutton, go to Tools->Addons->Extensions and then click the Remove button next to Torbutton.
torbutton.popup.short_torbrowser = Important Torbutton Information!\n\nTorbutton is now always enabled.\n\nClick on the Torbutton for more information.
diff --git a/src/chrome/locale/my/torbutton.dtd b/src/chrome/locale/my/torbutton.dtd
index 771a432..43a7761 100644
--- a/src/chrome/locale/my/torbutton.dtd
+++ b/src/chrome/locale/my/torbutton.dtd
@@ -1,147 +1,147 @@
-<!ENTITY torbutton.prefs.title "Torbutton ááá¯áá¬ážáá»ááºáá»á¬áž">
-<!ENTITY torbutton.prefs.display_settings "á¡áá¯ááºáá±á¬áºááŒááŸá¯á
áá
áºááŒááºáááºááŸá¯áá»á¬áž">
-<!ENTITY torbutton.prefs.display_panel "á¡ááŒá±á¡áá±ááŒáá¬ážáááºážá Tor ááá±á¬áá·áºáá® á
áá
áºááŒááºáááºááŸá¯ááᯠáá±á¬áºááŒáá«á">
-<!ENTITY torbutton.prefs.panel_format "á¡ááŒá±á¡áá±áጠáá¬ážáááºážá áá±á¬áºááŒááá·áº áá¯á¶á
á¶ -">
+<!ENTITY torbutton.prefs.title "Torbutton áŠážá
á¬ážáá±ážáá»ááºáá»á¬áž">
+<!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 "ááá±á¬áá·áºáá®á
áá
áºááŒááºáááºááŸá¯áá»á¬áž">
-<!ENTITY torbutton.prefs.recommended_settings "áá»áœááºáá±á¬á·áºá Firefox áá¬ážááŸááºážá¡ááœáẠá¡ááŒá¶ááŒá¯áá¬ážááá·áº ááá±á¬áá·áºáá®á
áá
áºááŒááºáááºááŸá¯áá»á¬ážááᯠáá¯á¶ážáá«á">
-<!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.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 Host -">
+<!ENTITY torbutton.prefs.proxy.port "Port -">
<!ENTITY torbutton.about.title "Torbutton á¡ááŒá±á¬ááºáž">
<!ENTITY torbutton.about.version "áá¬ážááŸááºáž - ">
-<!ENTITY torbutton.about.summary "áááºá Tor á¡áá¯á¶ážááŒá¯ ááŸá¬ááœá±ááŒááºážá ááá¯ááºááá¯ááºáá¯á¶ááŒá¯á¶áá±ážááᯠá¡áá¬á¡ááœááºáá±ážáá«á">
-<!ENTITY torbutton.about.code "áá¯áẠáá«áááºáá±ážáá¬ážáá±ážáá°áá»á¬áž -">
+<!ENTITY torbutton.about.summary "áááºá· Tor ááœááºá·ááŒááºá·ááŒááºáž áá®ážááŒá¬ážáááºáááºááŸá¯ááᯠáá¬ááœááºáá«á">
+<!ENTITY torbutton.about.code "áá¯áẠáá«ááẠáá±ážáá¬ážáá°áá»á¬áž -">
<!ENTITY torbutton.about.maintainer "ááááºážááááºážáá° -">
-<!ENTITY torbutton.about.security_review "áá¯á¶ááŒá¯á¶áá±ážááá¯ááºáá¬ááŒááºáááºáá¯á¶ážáááºáá»áẠ-">
-<!ENTITY torbutton.about.donate "áááºááẠTor ááᯠáá¯á¶ážááŒááºážááᯠááŒáá¯ááºááŸá
áºáááºáá»áŸáẠáááºááẠá
ááºážá
á¬ážááá·áºáááºá">
-<!ENTITY torbutton.about.make_donation "ááŸá°áá«ááºážááŒááºáž">
-<!ENTITY torbutton.pref_connection.notice "áá®áááºáááºáá»á¬ážááá¯ááŒá±á¬ááºážáá²áááºá¡ááœáẠTorbutton ááá¯á¡áá¯á¶ážáááŒá¯áá«á">
-<!ENTITY torbutton.pref_connection.more_info "áá±á¬ááºáááºááááºážá¡áá»ááºá¡áááºáá»á¬áž">
+<!ENTITY torbutton.about.security_review "áá¯á¶ááŒá¯á¶áá±ážááá¯ááºáᬠáá¯á¶ážáááºáá»áẠ-">
+<!ENTITY torbutton.about.donate "á¡áááºá Tor ááᯠááẠá¡áá¯á¶ážááŒá¯ááá¯áá»áŸááºá ááẠá
ááºážá
á¬ážáááºá·áááº">
+<!ENTITY torbutton.about.make_donation "ááŸá°áá«ááºážááŸá¯ ááŒá¯áá¯ááºáá«á">
+<!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.context_menu.new_identity "á¡áá±á¬ááºá¡áá¬ážá¡áá
áº">
+<!ENTITY torbutton.pref_connection_more_info.text "Torbutton ááᯠáá±á¬áá±á¬ááẠááœááºá·áá¬ážáááºá á¡áááºá áááºá· Tor ááá±á¬ááºáá® ááá¯á¶ážáá±á¬ áá»áááºááŸááá»ááºáá»á¬ážááᯠááŒá±á¬ááºážááá¯áá»áŸááºá Torbutton ááᯠááááºááŒá®áž á€áá±áá¬ááá¯á· ááŒááºáá¬áá«á á¡áááºá áááºá· Tor áá»áááºááŸááá»ááºáá»á¬ážááᯠááŒá±á¬ááºážááá¯áá«áá Torbutton áŠážá
á¬ážáá±ážááŸá¯ áááºážááá¯ážááᯠáá¯á¶ážá
áœá²áá«á">
+<!ENTITY torbutton.context_menu.new_identity "á¡áá±á¬ááºá¡áá¬áž á¡áá
áº">
<!ENTITY torbutton.context_menu.new_identity_key "I">
-<!ENTITY torbutton.context_menu.toggle "Tor á¡ááŒá±á¡áá±ááᯠá¡ááŒááºá¡ááŸáẠááŒá±á¬ááºážáá²ááá¯ááºáá«á">
+<!ENTITY torbutton.context_menu.toggle "Tor status ááᯠááááºážâáá»á±á¬ááºážáááº">
<!ENTITY torbutton.context_menu.toggle.key "T">
-<!ENTITY torbutton.context_menu.preferences "áŠážá
á¬ážáá±ážáá»ááºáá»á¬áž ...">
+<!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 "ááœááºáá®áž áá¬ááœááºááŸá¯áá»á¬áž">
<!ENTITY torbutton.context_menu.cookieProtections.key "C">
-<!ENTITY torbutton.context_menu.copyTor "Tor URL áááºážááŒá±á¬ááºážááᯠáá°ážáá°áá«á">
+<!ENTITY torbutton.context_menu.copyTor "Tor URL ááᯠáá±á¬áºáá®ážáá°ážáááº">
<!ENTITY torbutton.context_menu.copyTor.key "P">
-<!ENTITY torbutton.context_menu.openTorTab "áá»ááºááŸá¬á
á¬á¡áá
áºááœááºTor URL áááºážááŒá±á¬ááºážááᯠááœáá·áºáá«á">
+<!ENTITY torbutton.context_menu.openTorTab "Tor URL ááᯠá
á¬á¡ááŸááºáá
áºááœáẠááœááºá·áááº">
<!ENTITY torbutton.context_menu.openTorTab.key "r">
-<!ENTITY torbutton.context_menu.openTorWindow "áááºážááá¯ážá¡áá
áºááœáẠTor URLáááºážááŒá±á¬ááºážááᯠááœáá·áºáá«á">
+<!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.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_cache "Toráááá¯áááẠá¡ááœáá·áºá¡áááẠá¡ááŸáá·áºá¡ááŒá±á¬ááºážá Tor áá±áá¬ááá¯ááŸá®ážá
ááºá¡ááœááºáá±áá¹áááŸááºáá¬ááºááᯠááááºáááºááŒá®áž áá±áá¹áááŸááºáá¬ááºáá»á¬ážá¡á¬ážáá¯á¶ážááᯠááŸááºážáá«á">
-<!ENTITY torbutton.prefs.block_cache "Torááᯠá¡áá¯á¶ážááŒá¯áá»áááºá¡ááœááºáž áá±áá¬ááá¯ááŸá®ážá
ááºá¡ááœáẠáá±áá¹áááŸááºáá¬ááºááŸáá·áº áá®ááá¯áá®á¡ááœáẠáá±áá¹áááŸááºáá¬ááºááá¯á·á០áááºáá±á¬ááºááŸá¯ááᯠááááºáááºáá«á">
-<!ENTITY torbutton.prefs.cookie_jars "áá¬ááœááºáá¬ážááá·áº jar áá²á Tor ááá¯ááºááá·áº áááá¯ááááºá០ááœááºáá®ážáá»á¬ážááᯠááááºážáá«á">
-<!ENTITY torbutton.prefs.cookie_protection "ááœá±ážáá»ááºááẠááœááºáá®áž áá¬ááœááºááŸá¯áá»á¬áž ááá¯ááºáá¬áá±á¬á·á¡ááœááºááᯠáá¯á¶ážáá«á">
-<!ENTITY torbutton.prefs.mmm_cookies "áá»áœááºáá±á¬áºá ááœááºáá®ážáá»á¬ážááᯠáá»áœááºáá±á¬á·áºáá¬áá¬áá»áœááºáá±á¬áº á
á®áá¶ááá·áºááœá²ááœá¬ážáááºá (á¡áá¹ááá¬ááºááŸááááºá)">
-<!ENTITY torbutton.prefs.clear_cookies "Tor ááᯠá¡ááœáá·áºá¡ááááºááŒá¯áá¯áºá
áẠááœááºáá®ážáá»á¬ážááᯠááŸááºážáááºážáá«á">
-<!ENTITY torbutton.prefs.disable_plugins "Tor ááᯠá¡áá¯á¶ážááŒá¯áá»áááºá¡ááœááºáž ááŒáá·áºá
áœááºáááá¯ááááºáá»á¬ážááᯠááá
á±ááẠááŒá¯áá¯ááºáá«á (á¡ááááºážá¡á
á±á¬ááºážááá¶áá«á)">
-<!ENTITY torbutton.prefs.kill_bad_js "á¡áá¹ááá¬ááºááŸáááá·áº javascript ááᯠááœá²áá»áááºáá¬ážáá«á (á¡ááááºážá¡á
á±á¬ááºážááá¶áá«á)">
-<!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.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_cache "Tor disk âáá¬áá® ááááºážáááºážáááºážááᯠááááºááŒá®áž Tor á¡ááááºážá០áá¬áá®ááá¯ááºáá»á¬áž á¡á¬ážáá¯á¶ážááᯠááŸááºážáááºážáá«">
+<!ENTITY torbutton.prefs.block_cache "Tor á¡áá¯ááºáá¯ááºâââáá±á
áẠDisk ááŸááºá· ááŸááºáá¬ááºááœááºáž áá¬áá® áááºáá±á¬ááºááŸá¯ááᯠááááºáááº">
+<!ENTITY torbutton.prefs.cookie_jars "áá¬ááœááºáá¬ážáááºá· jar áá²ááœáẠTor ááá¯ááºââââââáá±á¬ ááœááºáá®ážáá»á¬ážááᯠááááºážáááº">
+<!ENTITY torbutton.prefs.cookie_protection "ááœá±ážáá»ááºááẠááœááºáá®áž á¡áá¬á¡ááœááºáá»á¬áž á¡ááœáŸááºážá
á¬áá»ááºááŸá¬ááᯠáá¯á¶ážáááº">
+<!ENTITY torbutton.prefs.mmm_cookies "áá»áœááºáá±á¬áºá· ááœááºáá®ážáá»á¬ážááᯠáá»áœááºáá±á¬áº ááá¯ááºááá¯áẠá
á®áá¶áááºá·ááœá²ááẠ(á¡áá¹ááá¬ááºááŸááááº)">
+<!ENTITY torbutton.prefs.clear_cookies "Tor á¡ááááºážáá±á«áºá ááœááºáá®ážáá»á¬ážááᯠááŸááºážáááºážáááº">
+<!ENTITY torbutton.prefs.disable_plugins "Tor áá¯á¶ážá
áœá²áá±áá»áááºá¡ááœááºáž ááááºá¡ááºáá»á¬ážááᯠááááºááẠ(á¡áá±ážááŒá®ážáááº)">
+<!ENTITY torbutton.prefs.kill_bad_js "á¡áá¹ááá¬ááºááŸááá±á¬ javascript ááᯠáá»áááºáá¬ážááẠ(á¡áá±ážááŒá®ážáááº)">
+<!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.cache "áá¬áá® ááááºážáááºážáááºáž">
<!ENTITY torbutton.prefs.history "ááŸááºáááºáž">
-<!ENTITY torbutton.prefs.no_search "Tor áá¯á¶ážáá±áá»áááºá¡ááœááºáž ááŸá¬ááœá±ááŸá¯á¡ááŒá¶ááŒá¯áá»ááºáá»á¬ážá¡á¬áž ááááá¯ááºá¡á±á¬áẠááŒá¯áá¯ááºáá«á (á¡ááŒá¶ááŒá¯ááá¯ááºááœááºážáá¬ážáááºá)">
-<!ENTITY torbutton.prefs.shutdown "á
ááºááᯠááááºáá«á">
-<!ENTITY torbutton.prefs.tor_shutdown "Tor áááá¯ááºááá·áº ááá±á¬áá·áºáá¬ááᯠááááºááá¯ááºáá»áááºááœáẠTor ááœááºáá®ážáá»á¬ážááᯠááŸááºážáááºážáá«á">
-<!ENTITY torbutton.prefs.all_shutdown "áááºááá·áº ááá±á¬áá·áºáá¬ááá¯áááᯠááááºááá¯ááºááá·áºá¡áá«ááá¯ááºáž ááœááºáá®ážáá»á¬ážááᯠááŸááºážáááºážáá«á">
-<!ENTITY torbutton.prefs.no_shutdown "á
ááºááááºáá»áááºá áá»áœááºáá±á¬á·áºáááœááºáá®ážááᯠáááŸááºážáááºážáá
áºáá«ááŸáá·áºá">
-<!ENTITY torbutton.prefs.disable_sessionstore "ááŸááºáá¬ááºá¡ááá¯ááºážáááºááá¯ááááºážááŒááºážááᯠááá
á±ááẠááŒá¯áá¯ááºáá«á (á¡ááŒá¶ááŒá¯ááá¯ááºááœááºážáááºá)">
+<!ENTITY torbutton.prefs.no_search "Tor áá¯á¶ážá
áœá²áá±áá»áááºá¡ááœááºáž ááŸá¬ááœá±ááŸá¯ á¡ááŒá¶ááŒá¯áá»ááºáá»á¬ážááᯠááááºááẠ(á¡ááŒá¶ááŒá¯áá¬ážáááº)">
+<!ENTITY torbutton.prefs.shutdown "á
ááºááááºáááº">
+<!ENTITY torbutton.prefs.tor_shutdown "Tor áá¯á¶ážáá¬ážáá±á¬ ááá±á¬ááºáá¬ááᯠááááºáá±áá»áááºááœáẠ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 "ááœáŸááºážáá°á០áá¯á¶ááŸá¬ážááá¯ááºááŒááºáž">
+<!ENTITY torbutton.prefs.spoof_english "áá°á¡ááºá
Ạá¡ááºá¹áááááºáá¯á¶áž ááá±á¬ááºáá¬ááᯠáá¯á¶ááŸá¬ážááá¯ááºáááº">
+<!ENTITY torbutton.prefs.refererspoofing "áááºááœáŸááºážáá° áá¯á¶ááŸá¬ážááá¯ááºááŒááºáž">
<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
-<!ENTITY torbutton.prefs.smartspoof "Tor á¡áá¯á¶ážááŒá¯áá»áááºá¡ááœááºáž ááœáŸááºážáá° áá¯á¶ááŸá¬ážááá¯ááºááŒááºážááŸá¬ áá±á¬ááºážááŸáááºá (ááá¯ááááºážááœáŸááºážáá°áá»á¬ážááá¯ááŒááºáá»ááºáá¯á¶ááŸá¬ážááá¯ááºáááºá)">
+<!ENTITY torbutton.prefs.smartspoof "Tor áá¯á¶ážá
áœá²áá±áá»áááºá¡ááœááºáž áááºááœáŸááºážáá»áẠáá¯á¶ááŸá¬ážááá¯ááºááŒááºážááᯠááŒááºáááº(ááá¯ááááºáž áááºááœáŸááºážáá»ááºáá»á¬ážááᯠáá¯á¶ááŸá¬ážááá¯ááºáá»ááºáá»á¬áž)">
<!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.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 "áááºááŸááºááᯠáááá¯á¡ááá¯ááºáž ááŒááºáá¯ááºááŒá®áž áááá¯ááááºá¡á
ááŒá¯áá¬á Tor á¡ááŒá±á¡áá±ááᯠáá±á¬áºááŒáá«á¡ááá¯ááºáž áááºááŸááºáá«á -">
-<!ENTITY torbutton.prefs.startup_tor "ááá±á¬áá·áºáá¬ááᯠá
á
ááœáá·áºáá»ááºážááœáẠTor á¡ááŒá±á¡áá±ááᯠáá±á¬áºááŒáá«á¡ááá¯ááºáž áááºááŸááºáá«á - ">
-<!ENTITY torbutton.prefs.reload_crashed_jar "Firefox á¡áá¯ááºáá¯ááºáá¬á០áá¯ááºáááẠáááºááá·áºááœá¬ážááá·áºá¡áá« ááœááºáá®áž jar ááᯠááŒááºááœá²áááºáá«á (ááá¯á·ááá¯ááº) ááœááºáá®ážáá»á¬ážááᯠááŸááºážáá«á (á¡ááŒá¶ááŒá¯ááá¯ááºááœááºážáá¬ážáááºá)">
-<!ENTITY torbutton.prefs.dual_cookie_jars "Tor ááŸáá·áº Tor ááá¯ááºááá·áº áááá¯áááẠá
áááºááá¯á·á០ááœááºáá®ážáá»á¬ážááᯠáá¬ááœááºáá¬ážááá·áº jar áá»á¬ážá¡áá±ááŒáá·áº ááááºážáá«á (á¡áá¹ááá¬ááºááŸááááºá)">
-<!ENTITY torbutton.prefs.clear_http_auth "HTTP auth áááºááŸááºáá»á¬ážááᯠááŸááºážáá«á (á¡ááŒá¶ááŒá¯ááá¯ááºááœááºážáá¬ážáááºá)">
-<!ENTITY torbutton.prefs.block_js_history "Tor á¡ááŒá±á¡áá±ááá¯á· ááŸááºáááºáž áááºážááŒá±á¬ááºážááŒáá¬ážáá»ááºá¡á¬áž áááºáá±á¬ááºááŒááºážááᯠáá®ážááŒá¬ážááœá²áá¬ážáááºá (á¡ááááºážá¡á
á±á¬ááºážááá¶áá«á)">
-<!ENTITY torbutton.prefs.resize_on_toggle "Tor ááᯠá¡áá¯á¶ážáá»áááºá¡ááœááºáž áááºážááá¯ážáá»á¬ážááᯠá¡á á
á áá
áºáááºááá¯á· á¡ááœáẠááŒá±á¬ááºážáá«á (á¡ááŒá¶ááŒá¯ááá¯ááºááœááºážáá¬ážáááºá)">
-<!ENTITY torbutton.prefs.close_tor "Tor ááᯠá¡ááœáá·áºá¡ááááºááŒá¯áá¯ááºá
áẠáááºážááá¯ážáá»á¬ážá¡á¬ážáá¯á¶ážááŸáá·áº áá»ááºááŸá¬á
á¬áá»á¬ážá¡á¬ážáá¯á¶ážááᯠááááºáá«á (áááœá±ážáá»ááºáááºážááááºá)">
-<!ENTITY torbutton.prefs.close_nontor "Tor ááá¯ááºááá·áº áááá¯ááááºááᯠá¡ááœáá·áºá¡ááááºááŒá¯áá¯ááºá
áẠáááºážááá¯ážáá»á¬ážá¡á¬ážáá¯á¶ážááŸáá·áº áá»ááºááŸá¬á
á¬áá»á¬ážá¡á¬ážáá¯á¶ážááᯠááááºáá«á (áááœá±ážáá»ááºáááºážááááºá)">
-<!ENTITY torbutton.prefs.block_links "ááá°áá®ááá·áº Tor á¡ááŒá±á¡áá±áá»á¬ážá០á¡ááºáá¬áááºáá»áááºáááºááŒá±á¬ááºážááŸáááºáá»ááºáá»á¬ážááŸáá·áº á
á¬áá»ááºááŸá¬ ááŒááºááœá²áááºááŒááºážáá»á¬áž ááᯠááááºáááºáá«á (áááœá±ážáá»ááºáááºážááááºá)">
-<!ENTITY torbutton.prefs.jar_certs "Tor/Tor ááá¯ááºááá·áº áááá¯áááẠááá¯á·á¡ááœáẠáá®ážááŒá¬áž jar áá»á¬ážáá²á SSL á¡ááá¡ááŸááºááŒá¯ááœáŸá¬áá»á¬ážááᯠááááºážáá«á (á¡ááŒá¶ááŒá¯ááá¯ááºááœááºážáá¬ážáááºá)">
-<!ENTITY torbutton.prefs.jar_ca_certs "Tor/Tor ááá¯ááºááá·áº áááá¯áááẠááá¯á·á¡ááœáẠáá®ážááŒá¬áž jar áá»á¬ážáá²á CA á¡ááá¡ááŸááºááŒá¯ááœáŸá¬áá»á¬ážááᯠááááºážáá«á (á¡ááŒá¶ááŒá¯ááá¯ááºááœááºážáá¬ážáááºá)">
-<!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 "file:// urls á០ááœááºáááºááá¯á· Tor á០áááºáá¬ááºááŒááºážááᯠááááºáááºáá«á (á¡ááŒá¶ááŒá¯ááá¯ááºááœááºážáá¬ážáááºá)">
-<!ENTITY torbutton.prefs.block_nontor_file_net "file://urls á០ááœááºáááºááá¯á· Tor ááá¯ááºááá·áº áááá¯ááááºááá¯á· áááºáá±á¬ááºááŒááºážááᯠááááºáááºáá«á">
-<!ENTITY torbutton.prefs.restore_defaults " áá°áá¡ááŸáá¡ááá¯ááºáž ááŒááºáá¬ážáá«á">
-<!ENTITY torbutton.prefs.test_settings "á
á
áºáá±ážááŸá¯á
áá
áºááŒááºáááºááŸá¯áá»á¬áž">
-<!ENTITY torbutton.prefs.test_auto "Firefox á
áááºááá·áº á¡áá»áááºááá¯ááž Tor ááᯠá
ááœáá·áºááŒá®ážáá±á¬áẠáá»áœááºáá±á¬áºá Tor á
áá
áºááŒááºáááºááŸá¯áá»á¬ážááᯠá
á
áºáá±ážáá«á">
+<!ENTITY torbutton.prefs.non_tor "Tor ááá¯ááºáá±á¬ áááá¯ááááºáá»á¬áž">
+<!ENTITY torbutton.prefs.restore_tor "áá¯ááºâáááºáž á
áááºáá±á
ááºá Tor á¡ááŒá±á¡áá± áááºááŸááºáááºá· áá¯á¶á
á¶ -">
+<!ENTITY torbutton.prefs.startup_tor "ááá±á¬ááºáᬠááœááºá·áá±á
ááºá Tor á¡ááŒá±á¡áá± áááºááŸááºáááºá· áá¯á¶á
á¶ -">
+<!ENTITY torbutton.prefs.reload_crashed_jar "áá®ážâáá»áŸá¶ááŒá±ááœá±áž áá»ááºáááºá·á¡áá« ááœááºáá®áž jar ááᯠááŒááºááœááºá·áááº/ááœááºáá®ážááᯠááŸááºážáááºážááẠ(á¡ááŒá¶ááŒá¯áá¬ážáááº)">
+<!ENTITY torbutton.prefs.dual_cookie_jars "Tor ááŸááºá· Tor ááá«áá±á¬ ááœááºáá®áž ááŸá
áºáá¯á
áá¯á¶ážááᯠáá¬ááœááºáá¬ážáááºá· jar áá»á¬ážáá²á ááááºážáááºážááẠ(á¡áá¹ááá¬ááºááŸááááº)">
+<!ENTITY torbutton.prefs.clear_http_auth "HTTP auth áá¯ááºáááºážáá»á¬ážááᯠááŸááºážáááºážááẠ(á¡ááŒá¶ááŒá¯áá¬ážáááº)">
+<!ENTITY torbutton.prefs.block_js_history "Tor á¡ááŒá±á¡áá±áá² ááŸááºáááºáž áááºážááŒá±á¬ááºáž áááºáá±á¬ááºááŸá¯ááᯠááááºááẠ(âá¡áá±ážááŒá®ážáááº)">
+<!ENTITY torbutton.prefs.resize_on_toggle "Tor áá¯á¶ážá
áœá²áá±áá»áááºááœáẠáááºážááá¯ážááᯠá
á px á¡ááœáẠááœá¬ážááẠá¡ááœááºááŸááá« (á¡ááŒá¶ááŒá¯áá¬ážáááº)">
+<!ENTITY torbutton.prefs.close_tor "á¡ááááºážáá±á«áºááŸá Tor áááºážááá¯ážááŸááºá· á
á¬á¡ááŸááºáá»á¬ážááᯠááááºááẠ(ááá¯á¡ááºáá»áŸááº)">
+<!ENTITY torbutton.prefs.close_nontor "Tor ááá«áá±á¬ áááºážááá¯ážááŸááºá· á
á¬á¡ááŸáẠá¡á¬ážáá¯á¶ážááᯠááááºááẠ(ááá¯á¡ááºáá»áŸááº)">
+<!ENTITY torbutton.prefs.block_links "Tor á¡ááŒá±á¡áá± á¡áá»áá¯ážáá»áá¯ážá០ááŸáááºáá»ááºáá»á¬ážááŸááºá· á
á¬áá»ááºááŸá¬ ááŒááºááœááºá·áá»ááºáá»á¬ážááᯠááááºááẠ(ááá¯á¡ááºáá»áŸááº)">
+<!ENTITY torbutton.prefs.jar_certs "Tor/Tor ááá¯ááºáá±á¬ áááá¯ááááºáá»á¬áž á¡ááœáẠSSL áááºááŸááºáá»á¬ážááᯠáá®ážááŒá¬áž jar áá²á ááááºážáááºážááẠ(á¡ááŒá¶ááŒá¯áá¬ážáááº)">
+<!ENTITY torbutton.prefs.jar_ca_certs "Tor/Tor ááá¯ááºáá±á¬ áááá¯áááẠá¡ááœáẠCA áááºááŸááºáá»á¬ážááᯠáá®ážááŒá¬áž jar áá²á ááááºážáá¬ážááẠ(á¡ááŒá¶ááŒá¯áá¬ážáááº)">
+<!ENTITY torbutton.prefs.locked_mode "ááá±á¬áºáá á¡ááœááºá·á¡áááẠááŒá¯áá¯ááºááŒááºážááᯠáá¬ááœááºááẠááá¯ááºáá»á¬ážááŸááºá· Hotkeys áá»á¬ážááᯠááááºáááº">
+<!ENTITY torbutton.prefs.startup_state "áá¯á¶ááŸáẠáááºážááá¯ážá¡áááºááœááºá Tor á¡ááŒá±á¡áá±ááᯠáááºááŸááºáááºá· áá¯á¶á
á¶ -">
+<!ENTITY torbutton.prefs.shutdown_state "á
ááºááááºáááºá· á¡ááŒá±á¡áá±">
+<!ENTITY torbutton.prefs.startup "áááºážááá¯áž á¡áááº">
+<!ENTITY torbutton.prefs.block_tor_file_net "file:// urls á០ááœááºáááºááá¯á· Tor áááºáá¬ááºááŸá¯ááᯠááááºááẠ(á¡ááŒá¶ááŒá¯áá¬ážáááº)">
+<!ENTITY torbutton.prefs.block_nontor_file_net "file://urls á០ááœááºáááºááá¯á· Tor ááá¯ááºáá±á¬ áááá¯áááẠáááºáá±á¬ááºááŸá¯ááᯠááááºáááº">
+<!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 "Tor ááá¯ááºááá·áº áááá¯ááááºá០ááœááºáá®ážáá»á¬ážááᯠá
ááºááœááºážááá¯á· ááá±ážááŸááºáá«á">
-<!ENTITY torbutton.prefs.session_restore "áááºááŸáẠááá¯ááŸá±á¬ááºáá¬ážááŸá¯ááᯠááááºážáá¬ážááŒá®áž áááºáž áá»ááºááŸá¬á
á¬áá»á¬ážááᯠáááá¯á¡ááá¯ááºáž ááŒááºáá¯ááºáá«á -">
-<!ENTITY torbutton.prefs.nontor_tabs "Tor ááá¯ááºááá·áº áááá¯ááááºá០áá±á«áºáá°ááá·áº áá»ááºááŸá¬á
á¬áá»á¬áž">
-<!ENTITY torbutton.prefs.tor_tabs "Tor á០áá±á«áºáá°ááá·áº áá»ááºááŸá¬á
á¬áá»á¬áž">
+<!ENTITY torbutton.prefs.tor_memory_jar "Tor ááœááºáá®ážáá»á¬ážááᯠdisk áá² áá±ážáá¬ážááŒááºáž áááŒá¯áááº">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Tor ááá¯ááºáá±á¬ áááá¯ááááºá០ááœááºáá®ážáá»á¬ážááᯠdisk áá² áá±ážáá¬ážááŒááºáž áááŒá¯áááº">
+<!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 "áááºááºá
á¬áá»ááºááŸá¬ááŒááºáá±á«áºááá¯ááŸá¯á¡á¬ážáá¯á¶ááŸá¬ážááá¯ááºáá«">
-<!ENTITY torbutton.prefs.refereroptions "ááœáŸááºážáá° áá¯á¶ááŸá¬ážááá¯ááºááŒááºáž ááœá±ážáá»ááºá
áá¬áá»á¬áž">
-<!ENTITY torbutton.prefs.nospoof "áááºááœáŸááºážáá°á¡á¬áž ááá¯ááá«ááŸáá·áº">
-<!ENTITY torbutton.prefs.spoofroot "á
á¬áá»ááºááŸá¬áááá¯ááºááœá²áá«áááºáááºáá»á¬ážááᯠáá¯ááá«á">
-<!ENTITY torbutton.prefs.spoofdomain "áááºááœáŸááºážáá°á¡ááŒá
Ạááá¯ááááºážááᯠáá¯ááá«á">
-<!ENTITY torbutton.prefs.spoofblank "áááºááœáŸááºážáá°á¡áááºá¡á¬áž áááá·áºáá²áá¬ážáá«á">
-<!ENTITY torbutton.cookiedialog.title "ááœááºáá®ážáá¬ááœááºááŸá¯áá»á¬ážááᯠá
á®áá¶ááá·áºááœá²áá«á">
-<!ENTITY torbutton.cookiedialog.lockCol "áá¬ááœááºáá¬ážááŒá®ážááŒá
áºáááºá">
-<!ENTITY torbutton.cookiedialog.domainCol " á¡áááºááŸááºááœááºáá»á°áá¬">
+<!ENTITY torbutton.prefs.no_proxies_on "ááá±á¬ááºáá® áááá¯á¡ááºáááºá· á¡áᬠ-">
+<!ENTITY torbutton.prefs.no_proxy_warning "ááááá±ážáá»áẠ- á¡áááºá០host á¡áááºáá»á¬áž áá¯á¶ážá
áœá²ááŸá¯ááᯠááŸá±á¬ááºáá«">
+<!ENTITY torbutton.prefs.spoofreresh "ááŒááºááŸá¯ááºááŸáá¯ážááŸá¯ááᯠSpoof áá¯ááºáááº">
+<!ENTITY torbutton.prefs.refereroptions "áááºááœáŸááºážáá»áẠáá¯á¶ááŸá¬ážááá¯ááºáááºá· ááœá±ážá
áá¬áá»á¬áž">
+<!ENTITY torbutton.prefs.nospoof "áááºááœáŸááºážáá»ááºááᯠSpoof ááá¯ááºáááº">
+<!ENTITY torbutton.prefs.spoofroot "á€á
á¬áá»ááºááŸá¬á ááŸááá±á¬ ááá¯ááºááœá²ááᯠSpoof áá¯ááºáááº">
+<!ENTITY torbutton.prefs.spoofdomain "ááá¯ááááºážááᯠáááºááœáŸááºážáá°á¡ááŒá
ẠSpoof áá¯ááºáááº">
+<!ENTITY torbutton.prefs.spoofblank "áááºááœáŸááºážáá°ááᯠá¡ááœááºáá¬ážáááº">
+<!ENTITY torbutton.cookiedialog.title "ááœááºáá®áž áá¬ááœááºááŸá¯áá»á¬ážááᯠá
á®áá¶áááºá·ááœá²áááº">
+<!ENTITY torbutton.cookiedialog.lockCol "á¡áá¬á¡ááœáẠáá¯ááºáá¬ážáááº">
+<!ENTITY torbutton.cookiedialog.domainCol "Host">
<!ENTITY torbutton.cookiedialog.nameCol "á¡áááº">
<!ENTITY torbutton.cookiedialog.pathCol "áááºážááŒá±á¬ááºáž">
-<!ENTITY torbutton.cookiedialog.protectCookie "ááœááºáá®ážááᯠáá¬ááœááºáá«á">
-<!ENTITY torbutton.cookiedialog.removeCookie "ááœááºáá®ážááᯠáááºáá¯ááºáá«á">
-<!ENTITY torbutton.cookiedialog.unprotectCookie "ááœááºáá®ážááᯠáá¬ááœááºááá¬ážáá«á">
-<!ENTITY torbutton.cookiedialog.removeAllBut "á¡á¬ážáá¯á¶ážááᯠáááºáá¯ááºáá«á ááá¯á·áá±á¬áº á¡áá¬á¡ááœááºááŒá¯áá¯ááºáá¬ážáááºá">
-<!ENTITY torbutton.cookiedialog.saveAllCookies "ááœááºáá®ážá¡áá
áºáá»á¬ážááᯠáá¬ááœááºáá«á">
-<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "ááœááºáá®ážá¡áá
áºáá»á¬ážááᯠáá¬ááœááºááá¬ážáá«ááŸáá·áºá">
-<!ENTITY torbutton.prefs.disable_livemarks "Tor ááᯠá¡áá¯á¶ážááŒá¯áá»áááºá¡ááœááºáž Livemark á¡ááá·áºááá¯ážááŒáŸáá·áºááŸá¯áá»á¬ážááᯠááá
á±ááẠááŒá¯áá¯ááºáá«á">
-<!ENTITY torbutton.prefs.dtd_recommended "(á¡ááŒá¶ááŒá¯ááá¯ááºááœááºážáá¬ážáááºá)">
-<!ENTITY torbutton.prefs.dtd_optional "(áááœá±ážáá»ááºáááºážááááºá)">
-<!ENTITY torbutton.prefs.dtd_crucial "(á¡ááááºážá¡á
á±á¬ááºážááá¶áá«á)">
-<!ENTITY torbutton.prefs.update_torbutton_via_tor "Tor ááŸáááá·áº Torbutton á¡ááá·áºááá¯ážááŒáŸáá·áºááŸá¯áá»á¬ážááᯠáááºááá·áº ááœáŸá²áá«á">
-<!ENTITY torbutton.prefs.dodge_google_captcha "Google Captcha áááá¯áááẠááŸáá·áºá¡áá° áá±á¬áºááŒááá·áºá¡áá« ááŸá¬ááœá±ááŸá¯á¡ááºáá»ááºáá±á¬ááºáá
áºáá»áá¯ážááᯠá¡ááá¯á¡áá»á±á¬áẠáá¯á¶ážáá«á">
+<!ENTITY torbutton.cookiedialog.protectCookie "ááœááºáá®ážááᯠáá¬ááœááºáááº">
+<!ENTITY torbutton.cookiedialog.removeCookie "ááœááºáá®ážááᯠáááºáá¯ááºáááº">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "ááœááºáá®ážááᯠáá¬ááœááºááá¬ážáá«">
+<!ENTITY torbutton.cookiedialog.removeAllBut "á¡á¬ážáá¯á¶ážááᯠáááºáá¯ááºáá«á ááá¯á·áá±á¬áº á¡áá¬á¡ááœáẠáá¯ááºáá¬ážáááº">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "ááœááºáá®ážáá
áºáá»á¬ážááᯠáá¬ááœááºáááº">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "ááœááºáá®ážáá
áºáá»á¬ážááᯠáá¬ááœááºááŒááºáž áááŒá¯áááº">
+<!ENTITY torbutton.prefs.disable_livemarks "Tor áá¯á¶ážá
áœá²áá±áá»áááºááœáẠLivemark ááœááºážáá¶áá»ááºáá»á¬ážááᯠááááºáááº">
+<!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 "áá°áá² 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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
-<!ENTITY torbutton.prefs.fix_google_srch "Google ááŸá¬ááœá±ááŸá¯á¡ááœááºááŸá áá±ážááœááºážáá»á¬ážá០ááááºáá±á¬ááºážááŸáá·áº áá¬áá¬á
áá¬ážááá¯á·ááᯠáááºáá¯ááºáá«á">
-<!ENTITY torbutton.prefs.transparentTor "áááá¬ááŒááºáá¬ááŒá
áºááá·áº Tor ááŒá
áºá
á±áááºááŒá¯áá¯ááºááŒááºáž (ááá¯ááºááŸá
áºáááºáᬠTor Router ááá¯á·ááá¯áẠtransproxy áá
áºáá¯áá¯ááᯠááá¯á¡ááºáááºá)">
+<!ENTITY torbutton.prefs.fix_google_srch "áá°áá² ááŸá¬ááœá±áá±áž á¡ááœááºááŸá áá±ážááœááºážáá»á¬ážá០ááááºáá±á¬ááºážááŸááºá· áá¬áá¬á
áá¬áž ááá¯á·ááᯠáááºáá¯ááºáááº">
+<!ENTITY torbutton.prefs.transparentTor "ááœááºá·áááºážááŒááºáá¬áá±á¬ Tor áá¯á¶ážá
áœá²ááŸá¯ (á
áááºááŒáá¯áẠtransproxy ááŸááºá· Tor Router ááá¯á¡ááºáááº)">
diff --git a/src/chrome/locale/my/torbutton.properties b/src/chrome/locale/my/torbutton.properties
index ece3efa..e005bc0 100644
--- a/src/chrome/locale/my/torbutton.properties
+++ b/src/chrome/locale/my/torbutton.properties
@@ -1,45 +1,45 @@
-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 ááẠFirefox á¡á¬áž Tor ááá±á¬áá·áºáá®ááá¯á· ááœááºáá°á
áœá¬ ááœáŸááºááŒááá¯ááºá
á±ááá·áº (ááá¯á·) ááœáŸááºááŒááŸá¯ááá¯áá»á±á¬ááºáá
áºááá¯ááºááá·áº ááá¯ááºáá
áºáá¯ááᯠáá±á¬ááºáá¶á·áá¬ážáááºá
-torbutton.popup.history.warning = Torbutton ááẠááá°áá®ááá·áº Tor á¡ááŒá±á¡áá±áá
áºáá¯ááœáẠáá±á«áºáá°áá¬ážááá·áº áá»ááºááŸá¬á
á¬áá
áºáá¯á០ááŸá¯ááºááŸá¬ážááŸá¯ááᯠááááºáááºáá¬ážáááºá\n\náááºážáá²á·ááá¯á· ááŒá¯áá¯ááºááŒááºážááẠFirefox áá»áá¯á·ááœááºážáá»ááºáá»á¬áž áááááá ááŸáá·áº áááááá áááºážáá»ááºá á¡áá¯ááºáá¯ááºááẠááŒá
áºáááºá\n\ná¡áááºá áááºážááœáá·áºáá»áá®ážáá°ážááẠá¡ááŒá±á¬ááºážáááŸááá² áá±á«áºáá¬áááºáᯠáááºááŒááºáá»áŸáẠáááºá áá»ááºááŸá¬á
á¬áá»á¬ážá¡ááẠáá
áºáá¯ááẠáá±á¬ááºááœááºá០áá°á·áá¬áá¬áá° ááŒááºááœá²áááºáááº
ááŒáá¯áááºážáá±ááŒá®áž áááºážááᯠááááºáááºáá¬ážáááºá\n\náááºáž Tor á¡ááŒá±á¡áá±ááœáẠáá»ááºááŸá¬á
á¬ááᯠááŒááºááœá²áááºááẠURL áááºážááŒá±á¬ááºáž áááºáá±áᬠá¡ááœááºáá²ááœáẠ'enter' ááá¯ááºááᯠááŸáááºáá«á\n\n
-torbutton.popup.plugin.warning = Torbutton ááẠááŒáá·áºá
áœááºáááá¯áááẠá¡ááŒá±á¬ááºážá¡áá¬á Tor ááᯠááá¯ááºááá¯ááºááœá²áá°ááŒááºáž ááᯠááááºáááºáááºá\n\náááºážá¡á
á¬áž áá±á¬ááºáá
áºáááºážááŒáá·áºááááºážááẠááᯠá¡áá¯á¶ážááŒá¯áá«á\n\n
-torbutton.popup.confirm_ca_certs = Torbutton ááŸááºááẠ- ááá·áºáá¶ááœáẠá¡ááá¡ááŸááºááŒá¯ááẠáá¯ááºááá¯ááºááœáá·áº á¡áá»áá¯ážáá»áá¯áž áááŸáááẠáᯠáááºááááºá á¡ááá¡ááŸááºááŒá¯ááẠáá¯ááºááá¯ááºááœáá·áº á
á¬áááºážááᯠá
á
áºáá±ážááŒááºážááẠá¡ááœááºááŸá±ážááœá±ážááá·áº áá¯ááºáááºážáááºáááºááŸá¯ááŒá
áºááŒá®áž Tor á¡ááœáá·áºá¡ááááºá¡á¬áž ááŸá±ážááœá±ážááœá¬ážá
á±áááºá á¡ááá¡ááŸááºááŒá¯ááẠáá¯ááºááá¯ááºááœáá·áº áá®ážááá·áºáá¬ážááŒááºážááᯠáááºá ááŒááºááŒá¯ááºááá¯áá«ááá¬áž ? (á¡áááºá áááºááẠáááºážááá
á¹á
ááᯠáá¬ážááááºáá«áá»áŸáẠá
á±á¬ááºážááŒá® ááá¯ááºááᯠááŸáááºááẠá
áááºáá»ááááºá)
-torbutton.popup.ff3.warning = ááááá±ážáá»ááº!\n\nFirefox 3 á០Torbutton ááẠTor ááŸáááá·áº áááºá á¡áá»áááºáá¯ááºááŸáá·áº livemarks ááá¯á·ááᯠáá±á«ááºááŒá¬ážá
á±áááºáᯠáááá¬ážáááºá\n\náááºááẠáááºááá·áºáááºážááŒáá·áºáááᯠáááºááœá¬ážááá¯áá«ááá¬ážá
-torbutton.popup.toggle.warning = Tor ááᯠááááºááŒá®áž ááŒááºááœáá·áºááẠááá¯á¡ááºáááºá ááá¯á·ááá¯ááºáá«á áááºá á
áá
áºááŒááºáááºááŸá¯áá»á¬áž á¡áááºáááºááẠá
ááºááᯠááŒááºááœáá·áºáá«á
-torbutton.popup.test.success = Tor ááá±á¬áá·áºáá®á
á
áºáá±ážááŸá¯ á¡á±á¬ááºááŒááºáááº!
-torbutton.popup.test.failure = Tor á
á
áºáá±ážááŸá¯ áá¡á±á¬ááºááŒááºáá« ! áááºá ááá±á¬áá·áºáá® ááŸáá·áº Polipo á
áá
ẠááŒááºáááºááŸá¯áá»á¬ážááᯠá
á
áºáá±ážáá«á
-torbutton.popup.test.confirm_toggle = Tor ááᯠáá¯á¶ážááẠáááŒá¬áá±ážáá®á Tor ááá±á¬áá·áºáá® á
á
áºáá±ážááŸá¯ áá¡á±á¬ááºááŒááºáá«á\n\náááºááá·áºáááºážáááºážááŒáá·áºáááᯠá¡á±á¬ááºááŒááºá¡á±á¬áẠáá¯ááºáá»ááºáááºááŸá¬ áá±áá»á¬áá«ááá¬áž?\n\nááŸááºááẠ- á¡áááºá áááºááẠááŒá¿áá¬ááᯠááŒááºáááºááá¯áá«áá»áŸáẠáááºááẠááᯠááááá±ážáá»ááºááᯠáááºááŸá¬ážáá
áºááẠTorbutton ááá±á¬áá·áºáá® ááá¯áá¬ážáá»ááºáá»á¬áž áááºážááá¯ážáá²ááŸá á
á
áºáá±ážááŸá¯ááá¯á· ááŒááºááœá¬ážááá¯ááºáááºá
-torbutton.popup.test.ff3_notice = Tor ááá±á¬áá·áºáá®á
áá
áºááŒááºáááºááŸá¯áá»á¬ážááᯠá
á
áºáá±ážááẠáá±á¬ááºážááŒá®ááᯠááŸáááºáá«á áááºážá
á
áºáá±ážááŸá¯ááẠáá±á¬ááºááœááºá០áá¯ááºáá±á¬ááºááœá¬ážáááá·áºáááºá áá»á±ážáá°ážááŒá¯á á
áááºááŸááºáá±ážáá«á
-torbutton.panel.label.verified = Tor á¡áááºááŒá¯ááŒá®áž ááŒá
áºáááºá
-torbutton.popup.test.auto_failed = Tor ááᯠá¡áá¯á¶ážááŒá¯ááẠTor ááá±á¬áá·áºáá® á¡ááá¯á¡áá»á±á¬áẠá
á
áºáá±ážááŸá¯ áá¡á±á¬ááºááŒááºáá«á\n\náááºááẠáááºááá·áºáááºážááŒáá·áºáááᯠáá¡á±á¬ááºáá¯ááºáá»ááºáááºááŸá¬ áá±áá»á¬áá«ááá¬ážá
+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áááºážááᯠáá®ážáá»áŸá¶ááŒá±ááœá±áž áá»áá¯á·ááœááºážáá»ááºáá»á¬áž áááááá ááŸááºá· áááááá áááºážáá»ááºá á¡áá¯ááºáá¯ááºááẠááŒá
áºáááºá\n\ná¡áááºá á€ááœááºá·ááœáẠá
á¬áá»ááºááŸá¬ááẠá¡ááŒá±á¬ááºážáááŸááá² áá±á«áºáá¬áá«áá áááºá· á
á¬á¡ááŸáẠáá
áºáá¯ááẠáá±á¬ááºááœááºá០áá°á·áá¬áᬠááœááºá·ááẠááŒáá¯ážáááºážáá±ááŒá®ážá áááºážááᯠááááºáá¬ážáááºá\n\nဠTor á¡ááŒá±á
¡áá±ááœáẠá
á¬á¡ááŸááºáºááᯠááŒááºááœááºá·áá«áá URL áááºážááŒá±á¬ááºáž áááºáá±áᬠá¡ááœááºáá²ááœáẠ'áááºá·ááœááºážáááº' ááá¯ááºááᯠááŸáááºáá«á\n\n
+torbutton.popup.plugin.warning = Torbutton ááẠááááºá¡áẠá¡ááŒá±á¬ááºážá¡áá¬áá²á ááá¯ááºááá¯áẠTor ááœááºá·ááŒáá»ááºááᯠááááºááá¯ááºáááºá\n\náááºážá¡á
á¬áž Save-As ááᯠáá¯á¶ážáá«á\n\n
+torbutton.popup.confirm_ca_certs = Torbutton ááŸááºáá»áẠ- áááºá·áá¶á á
áááºááŒáá¯áẠá¡ááá¡ááŸááºááŒá¯ áá¯ááºááá¯ááºááœááºá·áá»á¬áž ááŸááá¯á¶ááá±á«áºáá«á á¡ááá¡ááŸááºááŒá¯ áá¯ááºááá¯ááºááœááºá· á
á¬áááºážááᯠá
á
áºáá±ážááŒááºážááẠá¡ááœáẠááŸá±ážááœá±ážáááºá· áá¯ááºáááºážááŒá
áºááŒá®ážTor á¡ááááºážááá¯ááºááᯠááŸá±ážááœá±ážá
á±áááºá á¡ááá¡ááŸááºááŒá¯ áá¯ááºááá¯ááºááœááºá· áááºááŸááºáá»á¬ážááᯠáá®ážáááºá·áá¬ážááŸáááŸá¯ááᯠááẠááááºááá¯ááá¬ážá (á¡áááºá á€á¡áá»ááºááᯠááẠáá¬ážááááºáá«áá áá±á¬ááºážááŒá® ááá¯ááºááᯠá
áááºáá»ááá
ºáá» ááŸáááºááá¯ááºáááº)
+torbutton.popup.ff3.warning = ááááá±ážáá»ááº!\n\náá®ážáá»áŸá¶ááŒá±ááœá±áž á á ááŸááá±á¬ Torbutton ááẠTor áááááºá· áááºá· á
á¶âáá±á¬áºáá»áááºááŸááºá· livemarks ááá¯á·ááᯠáá±á«ááºááŒá¬ážá
á±ááá¯ááºáááºáᯠááááááºá\n\nááẠáááºááẠáá¯ááºáá±á¬ááºááá¯ááá¬áž?
+torbutton.popup.toggle.warning = Tor ááᯠááááºááŒá®áž áááºá·áá»áááºááŸááá»ááºáá»á¬áž á¡áá»áá¯ážáááºáá±á¬ááºááŸá¯ ááŸáá
á±ááẠáááºážááá¯ážááŒááºááœááºá·ááá¯á· ááá¯á¡ááºáááºá
+torbutton.popup.test.success = Tor ááá±á¬ááºáá® á
ááºážáááºáá»áẠá¡á±á¬ááºááŒááºáááº!
+torbutton.popup.test.failure = Tor á
ááºážáááºááŸá¯ áá¡á±á¬ááºááŒááºáá«! áááºá· ááá±á¬ááºáá®ááŸááºá· Polipo áá»áááºááŸááá»ááºáá»á¬ážááᯠá
á
áºáá±ážáá«á
+torbutton.popup.test.confirm_toggle = áááºááá±á¬ Tor ááá±á¬ááºáá® á
ááºážáááºááŸá¯ áá¡á±á¬ááºááŒááºáá«á\n\náááºážááᯠááœááºá·ááẠáá±áá»á¬ááá¬ážá?\n\nááŸááºáá»áẠ- á¡áááºá áááºááẠááŒá¿áá¬ááᯠááŒá±ááŸááºážááá¯ááºáá»áŸááºá á
ááºážáááºááŸá¯ááᯠTorbutton ááá±á¬ááºáá® áŠážá
á¬ážáá±ážáá»ááºáá»á¬áž áááºážááá¯ážá ááŒá¯áá¯ááºááŒá®áž á€ááááá±ážáá»ááºááᯠááẠáááºááŸá¬ážááá¯ááºáááºá
+torbutton.popup.test.ff3_notice = Tor ááá±á¬ááºáá® áá»áááºááŸááá»ááºáá»á¬ážááᯠá
ááºážáááºááẠáá±á¬ááºážááŒá®ááᯠááŸáááºáá«á á€á
ááºážáááºááŸá¯ááẠáá±á¬ááºáá¶á ááŒá
áºáá»ááºáá¬ááááºá·áááºá á
áááºááŸááºáá±ážáááẠááŒá
áºáááºá
+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ááŸááºááẠ- ááŒááºáá០á¡áá¯á¶ážáá»áá±á¬á·ááºáá²ááºááẠáá¯á¶ááŸááºá¡á¬ážááŒáá·áº Tor á¡á¬áž ááá¯á¶ááŒá¯á¶á
á±áá«á ááá·áºá¡á¬áž Unmask ááŒá
áºá
á±áááºá\n
-torbutton.popup.external.suggest = \ná¡áááºá áááºážááá¯ááºááᯠáá¯á¶ááŒááºá
áááºááá»ááá»áŸáẠá¡ááºáá¬ááá¯ááºážááŒááºááá»ááẠááá¯á·ááá¯áẠVM áá
áºáá¯á¡áá²ááœáẠááŸááá»áááºááá¯á·ááœáẠááŒáá·áºááẠáááºážááá¯ááºááᯠááºááºá ááááºážáá¬ážááááºá \nááá¯á·ááá¯ááºáá«ááááºáž Tails LiveCD ááá¯á·ááá¯áẠtorsock ááá¯á·áá²á·ááá¯á· áááºáá¬ááŒááºáá¬ááŸáááá·áº Tor ááá±á¬áá·áºáá®ááᯠáá¯á¶ážááŒáá·áºááááºá\n
-torbutton.popup.launch = á¡áá¯á¶ážáá»áá±á¬á·ááºáá²ááºááᯠá¡á
ááŒá¯á á¡áá¯ááºáá¯ááºáá±á¬ááºá
á±áááºá
-torbutton.popup.cancel = áááºáá»ááºáá«á
-torbutton.popup.dontask = áááºáá±áá¬ááŸá
á á¡áá¯á¶ážáá»áá±á¬á·ááºáá²ááºáá»á¬ážááᯠá¡ááŒá²áááºáž á¡á
ááŒá¯á¡áá¯ááºáá¯ááºáá±á¬ááºá
á±áá«á
-torbutton.popup.test.no_http_proxy = Tor ááá±á¬áá·áºáá® á
á
áºáá±ážááŸá¯ - ááá¯ááẠHTTP ááá±á¬áá·áºáá® ááᯠááá±á¬ááºááŸáááá¯ááºáá«á Polipo áá±á¬ááºážá
áœá¬ á¡áá¯ááºáá¯ááºáá±á¬ááºáá«ááá¬áž?
-torbutton.popup.captcha.title = Google Captchas áááá¯ááááºááᯠááá¯ááºáá»ááºáá°ážáá¬áž?
-torbutton.popup.captcha.ask = Torbutton ááẠGoogle Captcha áááá¯ááááºááᯠá
á
áºáá±ážááœá±á·ááŸááá±áááºá
-torbutton.popup.captcha.always = áááºáá±áá¬ááŸá
á áááºááŸá¯ááºááŸá¬ážááŸá¯ááᯠá¡ááŒá²áááºáž áá¯ááºáá±á¬ááºáá«á
-torbutton.popup.redirect = áááºážááŒá±á¬ááºážááŒá±á¬ááºážáá«á
-torbutton.popup.no_redirect = áááºážááŒá±á¬ááºážáááŒá±á¬ááºážáá«á
-torbutton.popup.prompted_language = áááºá áá¯áá¹áááááá¯á¶ááŒá¯á¶ááŸá¯ááᯠááá¯ááᯠáááŸáááẠáááºááºá
á¬áá»ááºááŸá¬áá»á¬ážá á¡ááºá¹áááááºáá¬áá¬á
áá¬ážáá¬ážááŸááºážááᯠTorbutton á áá±á¬ááºážááá¯ááá¯ááºáááºá áááºážááá¯á·ááŒá¯áá¯ááºááŒááºážááẠá¡ááºá¹áááááºáá¬áá¬á
áá¬ážááŒáá·áºáááºá áááºá áááááºáá¬áá¬á
áá¬ážááŒáá·áº áááºááá¯ááá·áº áááºááºá
á¬áá»ááºááŸá¬áá»á¬ážááááºážááá¯á·ááŒá¯áá¯ááºááŒááºážááẠáááºááºá
á¬áá»ááºááŸá¬áá»á¬ážááᯠá¡ááºá¹áááááºáá¬áá¬á
áá¬ážááŒáá·áº ááŒáááá·áºá¡á
á¬áž áááºá áááááºáá¬áá¬á
áá¬ážááŒáá·áº áááºáá
á¯á·áá
á±áááº
-torbutton.popup.no_newnym = Torbutton ááẠááá·áºá¡á¬áž á¡áá¯ááºáá®á¡áá
áºááᯠáá¯á¶ááŒá¯á¶á
áááºáá»áá
áœá¬ ááá±ážááá¯ááºáá«á áááºážááẠTor ááááºážáá»á¯áẠáááºááœááºáá±á«ááºááá¯á· ááááºáá±á¬ááºáá«á\n\náááºááẠTor ááá±á¬áá·áºáᬠá¡á
á¯á¡áá±ážááᯠááœáá·áºáá¬ážáá«ááá¬áž ?
-torbutton.popup.use_tbb = áá
-torbutton.popup.pref_error = Tor ááŒáá·áºááŸá¯áááá¯áááẠáááá¯ááá¯áẠáááºážááŒá±á¬ááºážáá²ááœáẠááá¯áá¬ážáá»ááºáá»á¬ážááᯠTorbutton á á¡ááá·áºáááŒáŸáá·áºáááºáá±ážááá¯ááºáá«á
-torbutton.popup.permission_denied = áá»á±ážáá°ážááŒá¯á Tor ááŒáá·áºááŸá¯áááá¯áááẠááá¯ááºáááºážááŒá±á¬ááºážá ááœáá·áºááŒá¯áá»ááºáá»á¬ážááᯠááŒááºááẠáááºááŸááºáá«á ááá¯á·ááá¯ááºáá«á Tor ááŒáá·áºááŸá¯áááá¯áááẠááá¯ááºáááºážááŒá±á¬ááºážááᯠáááºáá±áá¬á¡áá
áºááá¯á· áá°ážáá°áá«á
-torbutton.popup.device_full = ááá¯ááŸá±á¬ááºá
áẠáá±áá¬ááŒáá·áºáá±áááºáá¯áááºááááºá áá»á±ážáá°ážááŒá¯á ááá¯ááŸá±á¬ááºáááºáá±áá¬ááœááºá¡á±á¬ááºáá¯ááºáá«á ááá¯á·ááá¯áẠá
ááºá¡áá
áºááá¯á· Tor ááŒáá·áºááŸá¯áááá¯áááẠááᯠááŒá±á¬ááºážááœá±á·áá«á
+torbutton.prefs.optional = (ááá¯á¡ááºáá«á)
+torbutton.prefs.crucial = (á¡ááœááºááŒá®ážáááº)
+torbutton.popup.external.title = ááŒááºáá០á¡ááŒá±á¬ááºážá¡áá¬ááᯠááœááºá·áááº
+torbutton.popup.external.app = ááŒááºá á¡áá¹ááá®áá±ážááŸááºáž áá
áºáá¯ááᯠááŒá±ááŸááºážááẠááá¯á¡ááºááẠ- \n\n
+torbutton.popup.external.note = \n\nááŸááºáá»áẠ- ááŒááºá á¡áá¹ááá®áá±ážááŸááºážáá»á¬ážááẠáá¯á¶ááŸááºá¡á¬ážááŒááºá· áá¯á¶ááŒá¯á¶áá±á¬ Tor ááá¯ááºáá«á áááºážá áááºá·ááᯠáá±á«áºááá¯ááºáááºá\n
+torbutton.popup.external.suggest = \ná¡áááºá á€ááá¯ááºááᯠá
áááºááá»áá«áá ááẠá¡á±á¬á·ááºááá¯ááºáž ááŸááá±áá»áááºá (ááá¯á·) VM áá
áºáá¯áá²ááœááº\n ááŸááá±áá»áááºááœáẠáááºážááᯠááŒááºá·ááẠááẠááááºážáááºážáá¬ážááá¯ááºááẠ(ááá¯á·) Tails LiveCD ááá¯á·ááá¯ááº\n torsocks ááá¯á·áá²á·ááá¯á·áá±á¬ Tor ááá±á¬ááºáá®ááᯠáá¯á¶ážá
áœá²ááẠá
ááºážá
á¬ážáá«á\n
+torbutton.popup.launch = á¡áá¹ááá®áá±ážááŸááºážááᯠááœááºá·áááº
+torbutton.popup.cancel = áá»ááºááááºážáááº
+torbutton.popup.dontask = ááá¯á¡áá»áááºááŸá
ááŒá®áž á¡áá¹ááá®áá±ážááŸááºážáá»á¬ážááᯠá¡ááŒá² ááœááºá·áááº
+torbutton.popup.test.no_http_proxy = Tor ááá±á¬ááºáá® á
ááºážáááºáá»áẠ- ááá¯ááẠHTTP ááá±á¬ááºáá®ááᯠáááºááŸááºáž áááŸá®ááá¯ááºáá«á Polipo ááẠáá±á¬ááºážááœááºá
áœá¬ á¡áá¯áẠáá¯ááºáá±áá«ááá¬áž?
+torbutton.popup.captcha.title = áá°áá² Captchas ááᯠááŸá±á¬ááºááŸá¬ážááá¬áž?
+torbutton.popup.captcha.ask = Torbutton ááẠáá°áá² Captcha ááᯠá
á
áºáá±ážááœá±á·ááŸááááºá á€áá±ážááŒááºážáá»ááºááᯠá¡ááŒá¬áž ááŸá¬ááœá±áá±áž á¡ááºáá»ááºáá® áááºážááœáŸá²áááºáá¬áž?
+torbutton.popup.captcha.always = á€ááŸá¯ááºááŸá¬ážááŸá¯ááᯠááá¯ááŸá
ááŒá®áž á¡ááŒá²áááºáž áá¯ááºáá±á¬ááºáááº
+torbutton.popup.redirect = áááºážááœáŸá²áááº
+torbutton.popup.no_redirect = áááºážáááœáŸá²áá«
+torbutton.popup.prompted_language = áááºá· ááá¯ááºáá±ážááá¯ááºáᬠáá¯á¶ááŒá¯á¶áá±ážááᯠááá¯ááᯠáááŸááááºá Torbutton ááẠááœááºááẠá
á¬áá»ááºááŸá¬áá»á¬ážááᯠá¡ááºá¹ááááẠáá¬áᬠáá¬ážááŸááºážááŒááºá· áá±á¬ááºážáá¶áá±ážááá¯ááºáááºá áááºážááá¯á·ááŒá¯áá¯ááºááŒááºážááẠáááºá· áá¬áá¬ááŒááºá· áááºááŸá¯ááá¯áá±á¬ ááœááºááẠá
á¬áá»ááºááŸá¬áá»á¬ážááᯠá¡ááºá¹ááááẠáá¬áá¬áááŒááºá· áá±á«áºááŒáá±ááẠááŒá
áºáááºá\n\náá¯á¶ááŒá¯á¶ááŸá¯ ááá¯ááŸááááºá¡ááœáẠá¡ááºá¹ááááẠáá¬áá¬ááŒááºá· ááœááºáááºá
á¬áá»ááºááŸá¬áá»á¬ážááᯠááẠáá±á¬ááºážáá¶á
áá¯ááá¬áž?
+torbutton.popup.no_newnym = Torbutton ááẠáááºá·á¡á¬áž á¡áá±á¬ááºá¡áá¬áž á¡áá
áºááᯠáá¯á¶áá¯á¶ááŒá¯á¶ááŒá¯á¶ ááá±ážááá¯ááºáá«á áááºážááẠTor ááááºážáá»á¯ááºáá±áž Port áá² ááááºáá±á¬ááºááá¯ááºáá«á\n\nTor Browser Bundle ááᯠááẠáá¯á¶ážá
áœá²áá±ááá¬áž?
+torbutton.popup.use_tbb = áááºááẠTorbutton ááᯠáá®ážâáá»áŸá¶ááŒá±ááœá±ážááŸááºá· á¡áá¯á¶ážááŒá¯áá±áá¯á¶áá±á«áºáááºá áááºážááẠá¡ááŒá¶ááŒá¯áá¬ážáá±á¬ áá¯á¶ááŒá¯á¶áááºá· ááŒááºáááºáá»áẠááá¯ááºáá±á¬á·áá«á\n\náááºážá¡á
á¬ážá áá±á¬ááºáá¯á¶ážááœáẠTor Browser Bundle ááᯠgettor(a)torproject.org áá¶ á¡á®ážáá±ážáẠáá±ážááá¯á·ááŒááºážááŒááºá· (ááá¯á·) á¡á±á¬ááºáá« URL á âáá±á«ááºážáá¯áẠááœá²ááŒááºážááŒááºá· áááºáááŸáááẠáá»áœááºá¯ááºááá¯á· á¡ááŒá¶ááŒá¯ááá¯ááẠ-
+torbutton.popup.pref_error = Torbutton ááẠáŠážâá
á¬ážáá±ážáá»ááºáá»á¬ážááᯠTor Browser áááá¯ááá¯ááºážáá²á ááœááºážáá¶ááá±ážááá¯ááºáá«á
+torbutton.popup.permission_denied = Tor Browser ááá¯ááºáááºážááŒá±á¬ááºážá¡ááœáẠááœááºá·ááŒá¯áá»ááºáá»á¬ážááᯠááŒááºáá»áááºáá« ááá¯á·ááá¯áẠáááºážááᯠáá±áá¬á¡áá
áºááá¯á· áá±á¬áºáá®áá°ážáá«á
+torbutton.popup.device_full = Disk ááŒááºá·áá±áá¯á¶áá±á«áºáááºá áá±áá¬ááᯠá¡ááœááºáá¬ážáá« (ááá¯á·) Tor Browser ááᯠá
ááºáááááᬠá¡áá
áºáá
áºáá¯áá² ááœáŸá±á·ááá¯ááºáá«á
torbutton.title.prompt_torbrowser = Important Torbutton Information
torbutton.popup.prompt_torbrowser = Torbutton works differently now: you can't turn it off any more.\n\nWe made this change because it isn't safe to use Torbutton in a browser that's also used for non-Tor browsing. There were too many bugs there that we couldn't fix any other way.\n\nIf you want to keep using Firefox normally, you should uninstall Torbutton and download Tor Browser Bundle. The privacy properties of Tor Browser are also superior to those of normal Firefox, even when Firefox is used with Torbutton.\n\nTo remove Torbutton, go to Tools->Addons->Extensions and then click the Remove button next to Torbutton.
torbutton.popup.short_torbrowser = Important Torbutton Information!\n\nTorbutton is now always enabled.\n\nClick on the Torbutton for more information.
diff --git a/src/chrome/locale/nb/torbutton.dtd b/src/chrome/locale/nb/torbutton.dtd
index 7373684..c05d5dc 100644
--- a/src/chrome/locale/nb/torbutton.dtd
+++ b/src/chrome/locale/nb/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Fjern platform og språk fra Google Search Box sÞk.">
<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/nl/torbutton.dtd b/src/chrome/locale/nl/torbutton.dtd
index ade7d9c..8eaa23f 100644
--- a/src/chrome/locale/nl/torbutton.dtd
+++ b/src/chrome/locale/nl/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Systeem- en taalgegevens verwijderen bij gebruik van de Google zoekbalk">
<!ENTITY torbutton.prefs.transparentTor "Transparante Torificatie (Heeft aangepaste transparente proxy of Tor router nodig)">
diff --git a/src/chrome/locale/pl/torbutton.dtd b/src/chrome/locale/pl/torbutton.dtd
index aaf9e6a..8a5b965 100644
--- a/src/chrome/locale/pl/torbutton.dtd
+++ b/src/chrome/locale/pl/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!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 "Przezroczysta toryfikacja (wymaga wÅasnego transproxy lub routera Tora)">
diff --git a/src/chrome/locale/pt-BR/torbutton.dtd b/src/chrome/locale/pt-BR/torbutton.dtd
index a1cec99..c0fa4c6 100644
--- a/src/chrome/locale/pt-BR/torbutton.dtd
+++ b/src/chrome/locale/pt-BR/torbutton.dtd
@@ -141,7 +141,7 @@
<!ENTITY torbutton.prefs.engine1 "ixquick.com">
<!ENTITY torbutton.prefs.engine2 "Bing.com">
<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
-<!ENTITY torbutton.prefs.engine4 "scroogle.com">
+<!ENTITY torbutton.prefs.engine4 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!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/torbutton.dtd b/src/chrome/locale/pt/torbutton.dtd
index 696d246..d27af5d 100644
--- a/src/chrome/locale/pt/torbutton.dtd
+++ b/src/chrome/locale/pt/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Retirar plataforma e lÃngua dos pedidos da caixa de pesquisa do Google">
<!ENTITY torbutton.prefs.transparentTor "Torificação transparente (Necessita transpoxy customizado ou router Tor)">
diff --git a/src/chrome/locale/ro/torbutton.dtd b/src/chrome/locale/ro/torbutton.dtd
index 8fcd32c..1469969 100644
--- a/src/chrome/locale/ro/torbutton.dtd
+++ b/src/chrome/locale/ro/torbutton.dtd
@@ -141,7 +141,7 @@
<!ENTITY torbutton.prefs.engine1 "ixquick.com">
<!ENTITY torbutton.prefs.engine2 "Bing.com">
<!ENTITY torbutton.prefs.engine3 "Yahoo.com">
-<!ENTITY torbutton.prefs.engine4 "scroogle.com">
+<!ENTITY torbutton.prefs.engine4 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "EliminaÈi informaÈii despre platformÄ Èi limbÄ din cererile câmpurilor de cÄutare Google">
<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/ro/torbutton.properties b/src/chrome/locale/ro/torbutton.properties
index 950e1f8..f41ae69 100644
--- a/src/chrome/locale/ro/torbutton.properties
+++ b/src/chrome/locale/ro/torbutton.properties
@@ -1,4 +1,4 @@
-torbutton.button.tooltip.disabled = PorneÅte Tor
+torbutton.button.tooltip.disabled = Activeaza Tor
torbutton.button.tooltip.enabled = OpreÅte Tor
torbutton.panel.tooltip.disabled = Click pentru a porni Tor
torbutton.panel.tooltip.enabled = Click pentru a opri Tor
diff --git a/src/chrome/locale/ru/torbutton.dtd b/src/chrome/locale/ru/torbutton.dtd
index 7b6189d..84a964c 100644
--- a/src/chrome/locale/ru/torbutton.dtd
+++ b/src/chrome/locale/ru/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "УЎалÑÑÑ ÑÐ²ÐµÐŽÐµÐœÐžÑ ÐŸ плаÑÑПÑЌе О ÑзÑке Оз запÑПÑПв ÑÑÑПкО пПОÑка Google">
<!ENTITY torbutton.prefs.transparentTor "ÐÑПзÑаÑÐœÐ°Ñ ÑПÑОÑОкаÑÐžÑ (ТÑебÑÐµÑ Ð¿ÐŸÐ»ÑзПваÑелÑÑкОÑ
transproxy ОлО Tor-ЌаÑÑÑÑÑОзаÑПÑа)">
diff --git a/src/chrome/locale/sr/torbutton.dtd b/src/chrome/locale/sr/torbutton.dtd
index e2d127c..52c141f 100644
--- a/src/chrome/locale/sr/torbutton.dtd
+++ b/src/chrome/locale/sr/torbutton.dtd
@@ -15,11 +15,11 @@
<!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.about.title "Ð Torbutton">
<!ENTITY torbutton.about.version "ÐеÑзОÑа:">
<!ENTITY torbutton.about.summary "КÑОÑО пÑОваÑМПÑÑ Tor пÑеÑÑажОваÑа.">
-<!ENTITY torbutton.about.code "Code Contributors:">
-<!ENTITY torbutton.about.maintainer "Maintainer:">
+<!ENTITY torbutton.about.code "Kodiranje pomogli:">
+<!ENTITY torbutton.about.maintainer "OdrÅŸava:">
<!ENTITY torbutton.about.security_review "ÐезбеЎМПÑМа ÑевОзОÑа:">
<!ENTITY torbutton.about.donate "ÐкП ваЌ Ñе ÑвОÑа Tor, ÑазЌОлОÑÑе П">
<!ENTITY torbutton.about.make_donation "ЎПМОÑаÑÑ.">
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "СкОМО плаÑÑПÑÐŒÑ Ðž ÑезОк Ñа Google пÑеÑÑажОваÑа">
<!ENTITY torbutton.prefs.transparentTor "ТÑаМÑпаÑеМÑа ТПÑОÑОкаÑОÑа (заÑ
Ñева пПÑебаМ Tor пÑПкÑО ОлО Tor ÑÑÑеÑ)">
diff --git a/src/chrome/locale/sr/torbutton.properties b/src/chrome/locale/sr/torbutton.properties
index c151af3..51a8333 100644
--- a/src/chrome/locale/sr/torbutton.properties
+++ b/src/chrome/locale/sr/torbutton.properties
@@ -1,45 +1,45 @@
-torbutton.button.tooltip.disabled = ÐЌПгÑÑО Tor
-torbutton.button.tooltip.enabled = ÐМеЌПгÑÑО Tor
-torbutton.panel.tooltip.disabled = ÐлОкМОÑе Ўа бОÑÑе ПЌПгÑÑОлО Tor
-torbutton.panel.tooltip.enabled = ÐлОкМОÑе Ўа бОÑÑе ПМеЌПгÑÑОлО Tor
+torbutton.button.tooltip.disabled = ÐЌПгÑÑО ТПÑ
+torbutton.button.tooltip.enabled = ÐМеЌПгÑÑО ТПÑ
+torbutton.panel.tooltip.disabled = ÐлОкМОÑе Ўа бОÑÑе ПЌПгÑÑОлО ТПÑ
+torbutton.panel.tooltip.enabled = ÐлОкМОÑе Ўа бОÑÑе ПМеЌПгÑÑОлО ТПÑ
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.panel.label.disabled = Ð¢ÐŸÑ Ñе ПМеЌПгÑÑеМ
+torbutton.panel.label.enabled = Ð¢ÐŸÑ Ñе ПЌПгÑÑеМ
+extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = ТПÑбаÑПМ пÑÑжа ÐŽÑгЌе за лакÑе ÑкÑÑÑОваÑе О ОÑкÑÑÑОваÑе пПÑÑеЎМОÑке ÐŒÑеже Ð¢ÐŸÑ ÐœÐ° ЀаÑеÑÑПкÑÑ.
+torbutton.popup.history.warning = ТПÑбаÑПМ Ñе блПкОÑаП акÑОвМПÑÑО Оз ÑезОÑка кПÑО Ñе ÑÑОÑаМ Ñ ÐŽÑÑгаÑОÑеЌ Ð¢ÐŸÑ ÑÑаÑÑ.\n\nÐвП Ñе ЎеÑава Ñ ÑОÑÑ ÑеÑаваÑа ЀаÑеÑÑПкÑПвОÑ
гÑеÑака 409737 О 417869.\n\nУкПлОкП пÑОЌеÑОÑе Ўа Ñе ÐŸÐ²Ð°Ñ ÐžÑкаÑÑÑО пÑÐŸÐ·ÐŸÑ Ð¿ÐŸÑавÑÑÑе без ОкаквПг ÑазлПга, ÑП зМаÑО Ўа ÑеЎаМ ПЎ ваÑОÑ
ÑезОÑака пПкÑÑава Ўа Ñе пПМПвП ÑÑОÑа ÑаЌ ПЎ Ñебе, а ÑП Ñе блПкОÑаМП.\n\nÐа бОÑÑе пПМПвП ÑÑОÑалО ÑезОÑак Ñ ÐŸÐ²ÐŸÐŒ Ð¢ÐŸÑ ÑÑаÑÑ, пÑОÑОÑМОÑе Enter Ñ Ð¿ÐŸÑÑ Ð·Ð° ÑÐœÐŸÑ Ð²ÐµÐ± аЎÑеÑе.\n\n
+torbutton.popup.plugin.warning = ТПÑбаÑПМ Ñе блПкОÑаП ЎОÑекÑМП ÑÑОÑаваÑе ÑаЎÑжаÑа ЎПЎаÑка.\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.toggle.warning = ÐПМПвП пПкÑеМОÑе Ð¢ÐŸÑ ÐŽÐ° бО ОзЌеМе ÑÑÑпОле Ма ÑМагÑ.
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.popup.test.failure = Ðе ÐŒÐŸÐ³Ñ ÐŽÐ° ÑеÑÑОÑаЌ ÑеÑвеÑ. ÐÑПвеÑОÑе пПÑÑеЎМОÑка пПЎеÑаваÑа О пПЎеÑаваÑа ÐПлОпа.
+torbutton.popup.test.confirm_toggle = ÐаÑМПвОÑе ÑеÑÑОÑаÑе Ð¢ÐŸÑ Ð¿ÐŸÑÑеЎМОка МОÑе ÑÑпелП Ўа Ñе ÑÑклаЎО Ñ Ð¢ÐŸÑ ÐŒÑежПЌ.\n\nÐелОÑе лО Опак Ўа га ПЌПгÑÑОÑе?\n\nÐапПЌеМа: акП ÑÑе пÑПМаÑлО ÑеÑеÑе пÑПблеЌа, ЌПжеÑе пПМПвП Ўа пПкÑеМеÑе ÑеÑÑ Ñ Ð¿ÐŸÐŽÐµÑаваÑОЌа пПÑÑеЎМОка ТПÑбаÑПМа Ўа бОÑÑе Ñе ÑеÑОлО ПвПг ÑпПзПÑеÑа.
+torbutton.popup.test.ff3_notice = ÐлОкМОÑе Ма âУ ÑеЎÑâ Ўа ОÑпÑПбаÑе пПЎеÑаваÑа Ð¢ÐŸÑ Ð¿ÐŸÑÑеЎМОка. Ðва пÑПба Ñе Ñе ПЎОгÑаÑО Ñ Ð¿ÐŸÐ·Ð°ÐŽÐžÐœÐž. ÐÑЎОÑе ÑÑÑпÑОвО.
+torbutton.panel.label.verified = Ð¢ÐŸÑ Ñе пÑПвеÑеМ
+torbutton.popup.test.auto_failed = ÐÑÑПЌаÑÑкО ÑеÑÑ Ð¢ÐŸÑ Ð¿ÐŸÑÑеЎМОка МОÑе ÑÑпеП Ўа Ñе ÑÑклаЎО Ñ Ð¢ÐŸÑ ÐŒÑежПЌ.\n\nÐелОÑе лО Опак Ўа га ПЌПгÑÑОÑе?
torbutton.prefs.recommended = (пÑепПÑÑÑеМП)
torbutton.prefs.optional = (МеПбавезМП)
torbutton.prefs.crucial = (пÑеÑÑЎМП)
-torbutton.popup.external.title = Ðа лО желОÑе Ўа ÑÑОÑаÑе ÑпПÑМО ÑаЎÑжаÑ?
+torbutton.popup.external.title = УÑОÑаÑО ÑпПÑМО ÑаЎÑжаÑ?
torbutton.popup.external.app = ÐПÑÑебаМ Ñе ÑпПÑМО пÑПгÑаЌ за ÑÑкПваÑе:\n\n
-torbutton.popup.external.note = \n\nÐапПЌеМа: ÑпПÑМО пÑПгÑаЌО Ме гаÑаМÑÑÑÑ Ð±ÐµÐ·Ð±ÐµÐŽÐœÐŸÑÑ Ðž ÐŒÐŸÐ³Ñ ÐÐ°Ñ ÐŸÑкÑОÑО!\n
-torbutton.popup.external.suggest = \nУкПлОкП МеЌаÑе пПвеÑеÑа Ñ ÐŸÐ²Ð°Ñ ÑаÑл, ÑÑеба ОлО Ўа га ÑаÑÑваÑе па Ўа га ПÑвПÑОÑе ЎПк МОÑÑе пÑОкÑÑÑеМО Ма ОМÑеÑÐœÐµÑ ÐžÐ»Ðž Ñ Ð²ÐžÑÑÑÐµÐ»ÐœÐŸÑ ÐŒÐ°ÑОМО, ОлО Ўа кПÑОÑÑОÑе ÑÑаМÑпаÑеМÑаМ Tor пÑПкÑО каП ÑÑП ÑÑ Tails LiveCD ОлО torsocks.\n
+torbutton.popup.external.note = \n\nÐапПЌеМа: ÑпПÑМО пÑПгÑаЌО Ме гаÑаМÑÑÑÑ Ð±ÐµÐ·Ð±ÐµÐŽÐœÐŸÑÑ Ðž ÐŒÐŸÐ³Ñ Ð²Ð°Ñ ÐŸÑкÑОÑО!\n
+torbutton.popup.external.suggest = \nÐкП МеЌаÑе пПвеÑеÑа Ñ ÐŸÐ²Ñ ÐŽÐ°ÑПÑекÑ, ОлО Ñе ÑаÑÑваÑÑе ЎПк ÑÑе ваМ ÐŒÑеже ОлО Ñ Ð²ÐžÑÑÑÐµÐ»ÐœÐŸÑ ÐŒÐ°ÑОМО,\nОлО кПÑОÑÑОÑе ÑÑаМÑпаÑеМÑМе Ð¢ÐŸÑ Ð¿ÐŸÑÑеЎМОке каП ÑÑП ÑÑ Tails LiveCD ОлО 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.dontask = ÐÐŽÑаЎ Ñвек пПкÑеÑО пÑПгÑаЌе
+torbutton.popup.test.no_http_proxy = ÐÑПба Ð¢ÐŸÑ Ð¿ÐŸÑÑеЎМОка: лПкалМО HTTP пПÑÑеЎМОк Ñе МеЎПÑÑÑпаМ. ÐÑПвеÑОÑе Ўа лО Ñе ÐПлОпП ОÑпÑавМП пПЎеÑеМ.
+torbutton.popup.captcha.title = ÐзбегаваÑО ÐÑглПве пПÑвÑЎМе кПЎПве?
+torbutton.popup.captcha.ask = ТПÑбаÑПМ Ñе пÑПМаÑаП ÐÑглПв пПÑвÑЎМО кПЎ. ÐелОÑе лО Ўа бÑЎеÑе пÑеÑÑЌеÑеМО Ма ÐŽÑÑгО пÑеÑÑÐ°Ð¶ÐžÐ²Ð°Ñ Ð·Ð° ÐŸÐ²Ð°Ñ ÑпОÑ?
+torbutton.popup.captcha.always = ÐÐŽÑаЎ Ñвек ОзвÑÑО ÐŸÐ²Ñ ÑаЎÑÑ
torbutton.popup.redirect = ÐÑеÑÑЌеÑО
torbutton.popup.no_redirect = Ðе пÑеÑÑЌеÑаваÑ
-torbutton.popup.prompted_language = Ðа бО ваЌ ПбезбеЎОП бПÑÑ Ð¿ÑОваÑМПÑÑ, Torbutton ЌПже Ўа заÑ
Ñева еМглеÑÐºÑ Ð²ÐµÑзОÑÑ ÐžÐœÑеÑÐœÐµÑ ÑÑÑаМОÑа. ÐбПг ÑПга, ЌПгÑÑе Ñе Ўа Ñе ÑÑÑаМОÑе кПÑе бОÑÑе ОМаÑе ÑОÑалО Ма ЌаÑеÑÑеЌ ÑезОкÑ, ÑЌеÑÑП ÑПга пÑÐžÐºÐ°Ð¶Ñ ÑаЎÑжаÑе Ма еМглеÑкПЌ ÑезОкÑ.\n\nÐа лО желОÑе Ўа заÑ
ÑеваÑе ÑÑÑаМОÑе Ма еМглеÑкПЌ ÑÐµÐ·ÐžÐºÑ Ñ ÑОÑÑ Ð±ÐŸÑе пÑОваÑМПÑÑО?
-torbutton.popup.no_newnym = Torbutton Ме ЌПже безбеЎМП Ўа ваЌ ЎПЎелО МПвО ОЎеМÑОÑÐµÑ ÑÐµÑ ÐœÐµÐŒÐ° пÑОÑÑÑп Tor ÐПМÑÑПлМПЌ ÐПÑÑÑ.\n\nÐа лО кПÑОÑÑОÑе Тor Browser Bundle?
-torbutton.popup.use_tbb = ÐзглеЎа Ўа кПÑОÑÑОÑе Torbutton О Firefox, а ÑП вОÑе Ме пÑепПÑÑÑÑÑеЌП каП Ð±ÐµÐ·Ð±ÐµÐŽÐœÑ Ð¿ÐŸÑÑавкÑ.\n\nУЌеÑÑП ÑПга, пÑепПÑÑÑÑÑеЌП Ўа МабавОÑе МаÑМПвОÑО Tor Browser Bundle ÑлаÑеЌ пПÑÑке Ма gettor(a)torproject.org ОлО ÑкОЎаÑеЌ Ñа ÑлеЎеÑе аЎÑеÑе:
-torbutton.popup.pref_error = Torbutton Ме ЌПже Ўа ПÑвежО пПЎеÑаваÑа Ñ ÐŽÐžÑекÑПÑОÑÑÐŒÑ Ð·Ð° Tor Browser пÑПÑОле.
-torbutton.popup.permission_denied = ÐПлОЌП Ð²Ð°Ñ ÐŽÐ° ÑеÑеÑÑÑеÑе ЎПзвПле за ЎОÑекÑПÑОÑÑÐŒ Ñ ÐºÐŸÐŒÐµ Ñе МалазО Tor Browser ОлО Ўа га пÑекПпОÑаÑе Ма ÐŽÑÑÐ³Ñ Ð»ÐŸÐºÐ°ÑОÑÑ.
-torbutton.popup.device_full = ÐзглеЎа Ўа Ñе ЎОÑк пÑМ. ÐПлОЌП Ð²Ð°Ñ ÐŽÐ° ПÑлПбПЎОÑе пÑПÑÑÐŸÑ ÐžÐ»Ðž Ўа пÑебаÑОÑе Tor Browser Ма МПвО ÑÑеÑаÑ.
+torbutton.popup.prompted_language = Ðа бО ваЌ ПбезбеЎОП бПÑÑ Ð¿ÑОваÑМПÑÑ, ТПÑбаÑПМ ЌПже Ўа заÑ
Ñева еМглеÑÐºÑ Ð²ÐµÑзОÑÑ ÐžÐœÑеÑÐœÐµÑ ÑÑÑаМОÑа. ÐбПг ÑПга, ЌПгÑÑе Ñе Ўа Ñе Ñе ÑÑÑаМОÑе кПÑе бОÑÑе ОМаÑе ÑОÑалО Ма ЌаÑеÑÑеЌ ÑÐµÐ·ÐžÐºÑ Ð¿ÑОказОваÑО Ма еМглеÑкПЌ ÑезОкÑ.\n\nÐелОÑе лО Ўа заÑ
ÑеваÑе ÑÑÑаМОÑе Ма еМглеÑкПЌ ÑÐµÐ·ÐžÐºÑ Ñ ÑОÑÑ Ð±ÐŸÑе пÑОваÑМПÑÑО?
+torbutton.popup.no_newnym = ТПÑбаÑПМ Ме ЌПже безбеЎМП Ўа ваЌ ЎПЎелО МПвО ОЎеМÑОÑÐµÑ ÑÐµÑ ÐœÐµÐŒÐ° пÑОÑÑÑп Ð¢ÐŸÑ ÐºÐŸÐœÑÑПлМПЌ пПÑÑÑ.\n\nÐПÑОÑÑОÑе лО Ð¢ÐŸÑ Ð¿ÑеглеЎаÑ?
+torbutton.popup.use_tbb = ÐзглеЎа Ўа кПÑОÑÑОÑе ТПÑбаÑПМ О ЀаÑеÑÑПкÑ, а ÑП вОÑе МОÑе пÑепПÑÑÑÑОвП каП безбеЎМа пПÑÑавка.\n\nУЌеÑÑП ÑПга, пÑепПÑÑÑÑÑеЌП ваЌ Ўа МабавОÑе МаÑМПвОÑО Ð¢ÐŸÑ Ð¿ÑÐµÐ³Ð»ÐµÐŽÐ°Ñ ÑлаÑеЌ пПÑÑке Ма gettor(a)torproject.org ОлО пÑеÑзОЌаÑеЌ Ñа ÑлеЎеÑе аЎÑеÑе:
+torbutton.popup.pref_error = ТПÑбаÑПМ Ме ЌПже Ўа ажÑÑОÑа пПЎеÑаваÑа Ñ ÑаÑÑОклО за пÑПÑОле Ð¢ÐŸÑ Ð¿ÑеглеЎаÑа.
+torbutton.popup.permission_denied = ÐПМОÑÑОÑе ЎПзвПле ÑаÑÑОкле Ñ ÐºÐŸÑÐŸÑ Ñе МалазО Ð¢ÐŸÑ Ð¿ÑÐµÐ³Ð»ÐµÐŽÐ°Ñ ÐžÐ»Ðž Ñе пÑеЌеÑÑОÑе Ма ÐœÐŸÐ²Ñ Ð»ÐŸÐºÐ°ÑОÑÑ.
+torbutton.popup.device_full = ÐзглеЎа Ўа Ñе ЎОÑк пÑМ. ÐÑлПбПЎОÑе МеÑÑП пÑПÑÑПÑа ОлО пÑеЌеÑÑОÑе Ð¢ÐŸÑ Ð¿ÑÐµÐ³Ð»ÐµÐŽÐ°Ñ ÐœÐ° МПвО ÑÑеÑаÑ.
torbutton.title.prompt_torbrowser = Important Torbutton Information
torbutton.popup.prompt_torbrowser = Torbutton works differently now: you can't turn it off any more.\n\nWe made this change because it isn't safe to use Torbutton in a browser that's also used for non-Tor browsing. There were too many bugs there that we couldn't fix any other way.\n\nIf you want to keep using Firefox normally, you should uninstall Torbutton and download Tor Browser Bundle. The privacy properties of Tor Browser are also superior to those of normal Firefox, even when Firefox is used with Torbutton.\n\nTo remove Torbutton, go to Tools->Addons->Extensions and then click the Remove button next to Torbutton.
torbutton.popup.short_torbrowser = Important Torbutton Information!\n\nTorbutton is now always enabled.\n\nClick on the Torbutton for more information.
diff --git a/src/chrome/locale/tr/torbutton.dtd b/src/chrome/locale/tr/torbutton.dtd
index 13da832..ffc190a 100644
--- a/src/chrome/locale/tr/torbutton.dtd
+++ b/src/chrome/locale/tr/torbutton.dtd
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "Kaldır platform ve Google Arama Kutusu gelen dil sorgular">
<!ENTITY torbutton.prefs.transparentTor "Transparent Torification (Requires custom transproxy or Tor router)">
diff --git a/src/chrome/locale/uk/torbutton.dtd b/src/chrome/locale/uk/torbutton.dtd
index 5664895..e371357 100644
--- a/src/chrome/locale/uk/torbutton.dtd
+++ b/src/chrome/locale/uk/torbutton.dtd
@@ -16,13 +16,13 @@
<!ENTITY torbutton.prefs.proxy.host.socks "ÐÑзПл SOCKS:">
<!ENTITY torbutton.prefs.proxy.port "ÐПÑÑ:">
<!ENTITY torbutton.about.title "ÐÑП Torbutton">
-<!ENTITY torbutton.about.version "Version:">
-<!ENTITY torbutton.about.summary "Protects the privacy of your Tor browsing.">
-<!ENTITY torbutton.about.code "Code Contributors:">
-<!ENTITY torbutton.about.maintainer "Maintainer:">
-<!ENTITY torbutton.about.security_review "Security Review:">
-<!ENTITY torbutton.about.donate "If you like using Tor, you might consider">
-<!ENTITY torbutton.about.make_donation "making a donation.">
+<!ENTITY torbutton.about.version "ÐеÑÑÑÑ:">
+<!ENTITY torbutton.about.summary "ÐаÑ
ОÑÐ°Ñ Ð¿ÑОваÑМÑÑÑÑ Ð²Ð°ÑПгП блÑÐºÐ°ÐœÐœÑ ÑеМеÑаЌО з Tor.">
+<!ENTITY torbutton.about.code "УÑаÑМОкО:">
+<!ENTITY torbutton.about.maintainer "СÑпÑПвПЎжÑваÑ:">
+<!ENTITY torbutton.about.security_review "ÐглÑÐŽ ÐезпекО:">
+<!ENTITY torbutton.about.donate "ЯкÑП ваЌ пПЎПбаÑÑÑÑÑ Tor â вО ЌПглО б">
+<!ENTITY torbutton.about.make_donation "зÑПбОÑО пПжеÑÑвÑ.">
<!ENTITY torbutton.pref_connection.notice "ÐОЌкМÑÑÑ Torbutton, ÑПб зЌÑМОÑО ÑÑ ÐœÐ°Ð»Ð°ÑÑÑваММÑ">
<!ENTITY torbutton.pref_connection.more_info "ÐÑлÑÑе ÑМÑПÑЌаÑÑÑ">
<!ENTITY torbutton.pref_connection_more_info.title "ÐПвÑЎка">
@@ -85,57 +85,57 @@
<!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 "ÐеÑеваМÑажОÑО кÑкО/ПÑОÑÑОÑО кÑкО пÑО паЎÑÐœÐœÑ Ð€ÑÑеÑПÑ
Ñ (ÑекПЌеМЎПваМП)">
<!ENTITY torbutton.prefs.dual_cookie_jars "ÐбеÑÑгаÑО Ñк Tor, Ñак Ñ ÐœÐµ-Tor кÑкО Ñ Ð·Ð°Ñ
ОÑÐµÐœÐŸÐŒÑ ÑÑÐ°ÐœÑ (МебезпеÑМП)">
<!ENTITY torbutton.prefs.clear_http_auth "ÐÑОÑÑОÑО ÑеÑÑÑ HTTP аÑÑеМÑОÑÑкаÑÑÑ (ÑекПЌеМЎПваМП)">
<!ENTITY torbutton.prefs.block_js_history "ÐОЎÑлОÑО ЎПÑÑÑп ЎП ÑÑÑПÑÑÑ ÐœÐ°Ð²ÑгаÑÑÑ ÐŽÐŸ Tor (важлОвП)">
<!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.close_tor "ÐакÑОÑО ÑÑÑ Ð²ÑкМа Ñа вклаЎкО Tor пÑО пеÑÐµÐŒÐžÐºÐ°ÐœÐœÑ (Ме ПбПвâзкПвП)">
+<!ENTITY torbutton.prefs.close_nontor "ÐакÑОÑО ÑÑÑ ÐœÐµ Tor вÑкМа Ñа вклаЎкО пÑО пеÑÐµÐŒÐžÐºÐ°ÐœÐœÑ (Ме ПбПвâзкПвП)">
<!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.jar_certs "ÐбеÑÑгаÑО ÑеÑÑОÑÑкаÑО SSL Ñ ÑÑзМОÑ
jar`аÑ
ÐŽÐ»Ñ Tor/Ме Tor (ÑекПЌеМЎПваМП)">
+<!ENTITY torbutton.prefs.jar_ca_certs "ÐбеÑÑгаÑО ÑеÑÑОÑÑкаÑО CA Ñ ÑÑзМОÑ
jar`аÑ
ÐŽÐ»Ñ Tor/Ме Tor (ÑекПЌеМЎПваМП)">
<!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.startup_state "ÐÑО МПÑЌалÑÐœÐŸÐŒÑ Ð·Ð°Ð¿ÑÑÐºÑ â вÑÑаМПвлÑваÑО ÑÑаМ Tor Ñ:">
<!ENTITY torbutton.prefs.shutdown_state "Shutdown state">
-<!ENTITY torbutton.prefs.startup "Startup">
+<!ENTITY torbutton.prefs.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.restore_defaults "Ðа ÐаЌПвÑÑваММÑÐŒ">
+<!ENTITY torbutton.prefs.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.tor_memory_jar "Ðе запОÑÑваÑО кÑкО Tor Ма ЎОÑк">
+<!ENTITY torbutton.prefs.nontor_memory_jar "Ðе запОÑÑваÑО Ме Tor кÑкО Ма ЎОÑк">
<!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.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 "No Proxies for: ">
-<!ENTITY torbutton.prefs.no_proxy_warning "Warning: Avoid using any hostnames above">
+<!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.cookiedialog.title "ÐеÑÑваÑО ÐаÑ
ОÑÑПЌ ÐÑкÑв">
+<!ENTITY torbutton.cookiedialog.lockCol "ÐаÑ
ОÑеМП">
+<!ENTITY torbutton.cookiedialog.domainCol "ХПÑÑ">
+<!ENTITY torbutton.cookiedialog.nameCol "ÐÐŒâÑ">
+<!ENTITY torbutton.cookiedialog.pathCol "КлÑÑ
">
+<!ENTITY torbutton.cookiedialog.protectCookie "ÐаÑ
ОÑÑОÑО ÐÑкО">
+<!ENTITY torbutton.cookiedialog.removeCookie "ÐОЎалОÑО ÐÑкО">
+<!ENTITY torbutton.cookiedialog.unprotectCookie "ÐезаÑ
ОÑÐµÐœÑ ÐÑкО">
+<!ENTITY torbutton.cookiedialog.removeAllBut "ÐОЎалОÑО УÑÑ, ÐкÑÑÐŒ ÐаÑ
ОÑеМОÑ
">
+<!ENTITY torbutton.cookiedialog.saveAllCookies "ÐаÑ
ОÑаÑО ÐÐŸÐ²Ñ ÐÑкО">
+<!ENTITY torbutton.cookiedialog.doNotSaveAllCookies "Ðе ÐаÑ
ОÑаÑО ÐÐŸÐ²Ñ ÐÑкО">
<!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.dtd_recommended "(ÑекПЌеМЎПваМП)">
+<!ENTITY torbutton.prefs.dtd_optional "(Ме ПбПвâзкПвП)">
+<!ENTITY torbutton.prefs.dtd_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">
diff --git a/src/chrome/locale/uk/torbutton.properties b/src/chrome/locale/uk/torbutton.properties
index 8679003..175550b 100644
--- a/src/chrome/locale/uk/torbutton.properties
+++ b/src/chrome/locale/uk/torbutton.properties
@@ -1,19 +1,19 @@
-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.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 веб-ПглÑЎаÑеЌ Firefox
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.ff3.warning = Увага!\n\nTorbutton Ма Firefox 3 вÑЎПЌОй ÑОЌ, ÑП ЌПже вОЎаÑО Ð²Ð°Ñ ÑаÑПвОй пПÑÑ Ñа Ð¶ÐžÐ²Ñ Ð·Ð°ÐºÐ»Ð°ÐŽÐºÐž ÑеÑез Tor.\n\nЧО бажаÑÑе вО пÑПЎПвжÑваÑО Ñ Ð±ÑÐŽÑ ÑÐºÐŸÐŒÑ ÑазÑ?
+torbutton.popup.toggle.warning = ÐО Ð¿ÐŸÐ²ÐžÐœÐœÑ Ð¿ÐµÑеЌОкМÑÑО абП пеÑезапÑÑÑОÑО Tor абО акÑОвÑваÑО ÐœÐŸÐ²Ñ Ð¿Ð°ÑаЌеÑÑО.
+torbutton.popup.test.success = ТеÑÑ Ð¿ÑПеÑÑ-ÑеÑвеÑа Tor пÑПйÑПв ÑÑпÑÑМП!
+torbutton.popup.test.failure = ТеÑÑ Ð¿ÑПкÑÑ-ÑеÑвеÑа ÐÐ ÐÐ ÐÐÐÐÐÐ! ÐеÑевÑÑÑе ÑвÑй пÑПкÑÑ-ÑеÑÐ²ÐµÑ Ñа паÑаЌеÑÑО Polipo.
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
@@ -25,15 +25,15 @@ 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 Tails LiveCD or torsocks.\n
-torbutton.popup.launch = Launch application
-torbutton.popup.cancel = Cancel
+torbutton.popup.launch = ÐапÑÑÑОÑО ЎПЎаÑПк
+torbutton.popup.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.title = УМОкаÑО капÑÑÑ Google?
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.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?
torbutton.popup.no_newnym = Torbutton cannot safely give you a new identity. It does not have access to the Tor Control Port.\n\nAre you running Tor Browser Bundle?
torbutton.popup.use_tbb = It appears that you are using Torbutton with Firefox, which is no longer a recommended safe configuration.\n\nInstead, we recommend that you obtain the latest Tor Browser Bundle by sending email to gettor(a)torproject.org or by downloading it at the following URL:
diff --git a/src/chrome/locale/vi/torbutton.dtd b/src/chrome/locale/vi/torbutton.dtd
index a2a0b57..68bd590 100644
--- a/src/chrome/locale/vi/torbutton.dtd
+++ b/src/chrome/locale/vi/torbutton.dtd
@@ -85,7 +85,7 @@
<!ENTITY torbutton.prefs.tor "Tor">
<!ENTITY torbutton.prefs.non_tor "KhÃŽng-Tor">
<!ENTITY torbutton.prefs.restore_tor "Khi khá»i chạy cùng phiên ÄÆ°á»£c khÃŽi phục, thiết láºp tình trạng Tor thà nh:">
-<!ENTITY torbutton.prefs.startup_tor "On browser startup, set Tor state to:">
+<!ENTITY torbutton.prefs.startup_tor "Khi trình duyá»t khá»i Äá»ng, thiết láºp trạng thái Tor thà nh:">
<!ENTITY torbutton.prefs.reload_crashed_jar "Tải lại jar cookie/xóa cookie khi Firefox bá» Äá» vỡ (khuyến cáo)">
<!ENTITY torbutton.prefs.dual_cookie_jars "Lưu trữ cả Tor và KhÃŽng-Tor trong các táºp tin jar ÄÆ°á»£c bảo vá» (nguy hiá»m)">
<!ENTITY torbutton.prefs.clear_http_auth "Xóa các phiên xác thực HTTP (khuyến cáo)">
diff --git a/src/chrome/locale/vi/torbutton.properties b/src/chrome/locale/vi/torbutton.properties
index 7f79173..5bcf819 100644
--- a/src/chrome/locale/vi/torbutton.properties
+++ b/src/chrome/locale/vi/torbutton.properties
@@ -7,13 +7,13 @@ torbutton.panel.plugins.enabled = Nhấn Äá» tắt phần bá» trợ
torbutton.panel.label.disabled = Tor bỠtắt
torbutton.panel.label.enabled = Tor ÄÆ°á»£c báºt
extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Torbutton cung cấp má»t nút Äá» dá»
dà ng báºt hoặc tắt viá»c chuyá»n hưá»ng Firefox Äến proxy Tor
-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.history.warning = Torbutton khóa những thẻ trình duyá»t Äã tải trong má»t trạng thái khác cá»§a Tor.\n\nCái nà y là Äá» váºn hà nh xung quanh lá»i Firefox 409737 và 417869.\n\nNếu thÃŽng báo nà y hiá»n ra chẳng vì lÜ do nà o, thì má»t trong những thẻ trình duyá»t Äang cá» tá»± tải lại mà khÃŽng thÃŽng báo, và Äiá»u nà y Äã bá» ngÄn chặn.\n\nTor tải lại thẻ trình duyá»t trong trạng thái nà y cá»§a Tor, gõ 'enter' trên thanh Äá»a chá».\n\n
torbutton.popup.plugin.warning = Torbutton chặn viá»c tải trá»±c tiếp Tor ná»i dung phần bá» trợ.\n\nNên dùng Lưu Dưá»i Dạng.\n\n
torbutton.popup.confirm_ca_certs = Lưu Ü Torbutton: Có vẻ bạn khÃŽng có Nhà cấp phát Chứng thư (CA) tùy biến. Kiá»m tra danh sách CA là má»t quá trình khá lâu và sẜ là m cháºm viá»c báºt tắt Tor. Bạn có muá»n vÃŽ hiá»u hóa viá»c cÃŽ láºp các chứng thư cá»§a CA khÃŽng? (Nếu bạn khÃŽng hiá»u viá»c nà y, cứ nhấn OK lÃ ÄÆ°á»£c)
torbutton.popup.ff3.warning = Cảnh báo!\n\nTorbutton trên Firefox 3 là m lá» múi giá» và Äánh-dấu-Äá»ng cá»§a bạn thÃŽng qua Tor.\n\nBạn có còn muá»n tiếp tục khÃŽng?
torbutton.popup.toggle.warning = Bạn cần báºt tắt Tor hoặc khá»i Äá»ng lại Äá» thiết láºp có hiá»u lá»±c.
torbutton.popup.test.success = Thá» nghiá»m Tor thà nh cÃŽng!
-torbutton.popup.test.failure = Tor proxy test FAILED! Check your proxy and Polipo settings.
+torbutton.popup.test.failure = Tor proxy kiá»m tra có lá»i! Kiá»m tra proxy và những cà i Äặt cá»§a Polipo cá»§a bạn.
torbutton.popup.test.confirm_toggle = Cuá»c thá» nghiá»m Tor á»§y nhiá»m gần Äây nhất Äã thất bại trong viá»c xá» dụng Tor.\n\nBạn có chắc là bạn muá»n báºt lên khÃŽng?\n\nLưu Ü: Nếu bạn Äã sá»a ÄÆ°á»£c vấn Äá», bạn có thá» chạy kiá»m tra lại trong cá»a sá» những Tùy thÃch Ịy nhiá»m cá»§a Torbutton Äá» loại bá» cảnh báo nà y.
torbutton.popup.test.ff3_notice = Nhấn OK Äá» thá» nghiá»m thiết láºp proxy Tor. Thá» nghiá»m nà y sẜ diá»
n ra trong háºu cảnh. Xin hãy kiên nhẫn.
torbutton.panel.label.verified = Tor Äã ÄÆ°á»£c phê chuẩn
@@ -24,22 +24,22 @@ torbutton.prefs.crucial = (cấp thiết)
torbutton.popup.external.title = Nạp ná»i dung bên ngoà i?
torbutton.popup.external.app = Má»t ứng dụng bên ngoà i cần có Äá» xá» lÜ:\n\n
torbutton.popup.external.note = \n\nLƯU Ã: Các ứng dụng bên ngoà i khÃŽng an toà n cho Tor theo mặc Äá»nh và có thá» là m lÃŽÌ£ chân tươÍng bạ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 Tails LiveCD or torsocks.\n
+torbutton.popup.external.suggest = \nNếu táºp tin nà y khÃŽng an toà n, bạn nên lưu nó lại Äá» sá» dụng khi \nkhÃŽng kết ná»i mạng hoặc trong máy ảo.\nhoặc cân nhắc sá» dụng mÃŽi trưá»ng hoà n toà n dùng Tor proxy như Tails LiveCD hoặc torsocks.\n
torbutton.popup.launch = Khá»i chạy ứng dụng
torbutton.popup.cancel = Há»§y bá»
torbutton.popup.dontask = LuÃŽn luÃŽn khá»i chạy các ứng dụng ká» từ bây giá»
torbutton.popup.test.no_http_proxy = Thá» nghiá»m Tor á»§y nhiá»m: HTTP á»§y nhiá»m Äá»a phương khÃŽng thá» tá»i ÄÆ°á»£c. Polipo có Äang chạy Äúng cách khÃŽng?
-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?
-torbutton.popup.no_newnym = Torbutton cannot safely give you a new identity. It does not have access to the Tor Control Port.\n\nAre you running Tor Browser Bundle?
-torbutton.popup.use_tbb = It appears that you are using Torbutton with Firefox, which is no longer a recommended safe configuration.\n\nInstead, we recommend that you obtain the latest Tor Browser Bundle by sending email to gettor(a)torproject.org or by downloading it at the following URL:
-torbutton.popup.pref_error = Torbutton cannot update preferences in the Tor Browser profile directory.
-torbutton.popup.permission_denied = Please either reset the permissions of the Tor Browser directory or copy it to a new location.
-torbutton.popup.device_full = The disk appears to be full. Please free up space or move Tor Browser to a new device.
+torbutton.popup.captcha.title = Muá»n tránh xác nháºn Google Captchas?
+torbutton.popup.captcha.ask = Torbutton phát hiá»n có Google Captchas. Bạn có muá»n chuyá»n qua bá» máy tìm kiếm khác cho câu há»i nà y?
+torbutton.popup.captcha.always = từ bây giá», luÃŽn thá»±c hiá»n hà nh Äá»ng nà y
+torbutton.popup.redirect = Chuyá»n hưá»ng
+torbutton.popup.no_redirect = Äừng chuyá»n hưá»ng
+torbutton.popup.prompted_language = Äá» bạn có thêm sư riêng tư, Torbutton có thá» yêu cầu trang mạng sá» dụng phiên bản Tiếng Anh. Äây có thá» là nguyên nhân trang mạng mà bạn Äá» nghá» hiá»n thá» tiến bản Äá»a lại hiá»n thá» Tiếng Anh.\n\nBạn có muá»n yêu cầu trang mạng tiếng anh Äá» có thêm sá»± riêng tư?
+torbutton.popup.no_newnym = Torbutton có thá» ÄÆ°a bạn má»t danh tÃnh má»i má»t cách khÃŽng an toà n. Nó khÃŽng há» truy cáºp và o Tor Control Port.\n\nCó phải bạn Äang dùng Tor Browser Bundle?
+torbutton.popup.use_tbb = Dưá»ng như bạn Äang sá» dụng Torbutton vá»i Firefox, nó khÃŽng còn là má»t Äá» xuất thiết láºp an toà n.\n\nThá»±c ra, chúng tÃŽi Äá» nghá» bạn sá» dụng phiên bản má»i nhất cá»§a Tor Browser Bundle bằng cách gá»i email và o gettor(a)torproject.org hoặc tải vá» theo Äá»a chá»:
+torbutton.popup.pref_error = Torbutton khÃŽng thá» cáºp nháºt thiết láºp trong thư mục há» sÆ¡.
+torbutton.popup.permission_denied = Hảy cà i lại quyá»n truy cáºp cho thư mục cá»§a trình duyá»t Tor hoặc chép nó vÃŽ má»t thư mục má»i.
+torbutton.popup.device_full = á» lưu trữ Äã Äầy, Hảy chuẩn bá» thêm chá» trá»ng hoặc di chuyá»n trình duyá»t Tor qua má»t thiết bá» má»i.
torbutton.title.prompt_torbrowser = Important Torbutton Information
torbutton.popup.prompt_torbrowser = Torbutton works differently now: you can't turn it off any more.\n\nWe made this change because it isn't safe to use Torbutton in a browser that's also used for non-Tor browsing. There were too many bugs there that we couldn't fix any other way.\n\nIf you want to keep using Firefox normally, you should uninstall Torbutton and download Tor Browser Bundle. The privacy properties of Tor Browser are also superior to those of normal Firefox, even when Firefox is used with Torbutton.\n\nTo remove Torbutton, go to Tools->Addons->Extensions and then click the Remove button next to Torbutton.
torbutton.popup.short_torbrowser = Important Torbutton Information!\n\nTorbutton is now always enabled.\n\nClick on the Torbutton for more information.
diff --git a/src/chrome/locale/zh-CN/torbutton.dtd b/src/chrome/locale/zh-CN/torbutton.dtd
index 5b7c4eb..aa9a6da 100644
--- a/src/chrome/locale/zh-CN/torbutton.dtd
+++ b/src/chrome/locale/zh-CN/torbutton.dtd
@@ -17,11 +17,11 @@
<!ENTITY torbutton.prefs.proxy.port "端å£ïŒ">
<!ENTITY torbutton.about.title "å
³äº Torbutton">
<!ENTITY torbutton.about.version "çæ¬ïŒ">
-<!ENTITY torbutton.about.summary "Protects the privacy of your Tor browsing.">
+<!ENTITY torbutton.about.summary "ä¿æ€æšäœ¿çš Tor è¿è¡æµè§çéç§ã">
<!ENTITY torbutton.about.code "代ç 莡ç®è
ïŒ">
<!ENTITY torbutton.about.maintainer "绎æ€äººåïŒ">
-<!ENTITY torbutton.about.security_review "Security Review:">
-<!ENTITY torbutton.about.donate "If you like using Tor, you might consider">
+<!ENTITY torbutton.about.security_review "å®å
šå®¡æ¥ïŒ">
+<!ENTITY torbutton.about.donate "åŠææšåæ¬¢äœ¿çš TorïŒæšä¹å¯ä»¥èè">
<!ENTITY torbutton.about.make_donation "ç»äºæèµ ã">
<!ENTITY torbutton.pref_connection.notice "çŠçš Torbutton æ¥æ¹åè¿äºè®Ÿçœ®ã">
<!ENTITY torbutton.pref_connection.more_info "æŽå€ä¿¡æ¯">
@@ -41,7 +41,7 @@
<!ENTITY torbutton.context_menu.copyTor.key "p">
<!ENTITY torbutton.context_menu.openTorTab "åšæ°æ çŸäžæåŒTor URL">
<!ENTITY torbutton.context_menu.openTorTab.key "r">
-<!ENTITY torbutton.context_menu.openTorWindow "åšæ°çªå£äžæåŒTor URL">
+<!ENTITY torbutton.context_menu.openTorWindow "åšæ°çªå£äžæåŒ Tor URL">
<!ENTITY torbutton.context_menu.openTorWindow.key "d">
<!ENTITY torbutton.button.label "Torbutton">
<!ENTITY torbutton.button.tooltip "ç¹æ€åå§å Torbutton">
@@ -68,7 +68,7 @@
<!ENTITY torbutton.prefs.history "åå²">
<!ENTITY torbutton.prefs.no_search "äœ¿çš Tor æ¶çŠçšæçŽ¢å»ºè®®(æšè)">
<!ENTITY torbutton.prefs.shutdown "å
³é">
-<!ENTITY torbutton.prefs.tor_shutdown "æŽ Tor å
³éæµè§åšæ¶æž
é€çš Tor æµè§äº§çç Cookies">
+<!ENTITY torbutton.prefs.tor_shutdown "åŸ
Tor å
³éæµè§åšæ¶æž
é€çš Tor æµè§äº§çç Cookies">
<!ENTITY torbutton.prefs.all_shutdown "ä»»äœæ¶åå
³éæµè§åšéœæž
é€ cookies">
<!ENTITY torbutton.prefs.no_shutdown "å
³éæ¶äžæž
é€ cookies">
<!ENTITY torbutton.prefs.disable_sessionstore "çŠçš Firefox çäŒè¯ä¿å(æšè)">
@@ -76,7 +76,7 @@
<!ENTITY torbutton.prefs.spoof_english "䌪è£
æµè§åšè¯èšäžºçŸåœè±è¯">
<!ENTITY torbutton.prefs.refererspoofing "Referer 欺éª">
<!ENTITY torbutton.prefs.spoofblank "Spoof blank referer during Tor usage (may break some sites)">
-<!ENTITY torbutton.prefs.smartspoof "䜿çšToræ¶æºèœæ¬ºéªReferer(欺éªè·šåReferer)">
+<!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 "衚å">
@@ -85,7 +85,7 @@
<!ENTITY torbutton.prefs.tor "äœ¿çš Tor">
<!ENTITY torbutton.prefs.non_tor "äžçš Tor">
<!ENTITY torbutton.prefs.restore_tor "æµè§åšæ¢å€è¿çšæ¶ïŒè®Ÿçœ® Tor çç¶æäžº">
-<!ENTITY torbutton.prefs.startup_tor "æµè§åšå¯åšæ¶,讟眮Torçç¶æäžº:">
+<!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 讀è¯è¿çš(æšè)">
@@ -108,8 +108,8 @@
<!ENTITY torbutton.prefs.disable_livemarks "Disable livemarks updates during Tor usage">
<!ENTITY torbutton.prefs.tor_memory_jar "äœ¿çš Tor æµè§æ¶äžèŠå° Cookie åå
¥ç£ç">
<!ENTITY torbutton.prefs.nontor_memory_jar "äžçš Tor æµè§æ¶äžèŠå° Cookie åå
¥ç£ç">
-<!ENTITY torbutton.prefs.session_restore "让 Firefox äŒè¯ä¿ååèœä¿åå¹¶æ¢å€åŠäžæ çŸé¡µïŒ">
-<!ENTITY torbutton.prefs.nontor_tabs "äžçš Tor çæ çŸé¡µ">
+<!ENTITY torbutton.prefs.session_restore "让 Firefox çäŒè¯ä¿ååèœä¿åå¹¶æ¢å€åŠäžæ çŸé¡µïŒ">
+<!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">
@@ -126,13 +126,13 @@
<!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.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.disable_livemarks "äœ¿çš Tor æ¶çŠçš Livemark æŽæ°(RSS 乊çŸ)">
<!ENTITY torbutton.prefs.dtd_recommended "(æšè)">
<!ENTITY torbutton.prefs.dtd_optional "(å¯é)">
<!ENTITY torbutton.prefs.dtd_crucial "(éèŠ)">
@@ -141,7 +141,7 @@
<!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 "startpage.com">
<!ENTITY torbutton.prefs.engine5 "duckduckgo.com">
<!ENTITY torbutton.prefs.fix_google_srch "åš Google æçŽ¢æ æçŽ¢æ¶åå²å¹³å°åè¯èšä¿¡æ¯ã">
-<!ENTITY torbutton.prefs.transparentTor "Toréæä»£ç(éèŠèªè®Ÿéæä»£çæTorè·¯ç±çšåºçæ¯æ)">
+<!ENTITY torbutton.prefs.transparentTor "Tor éæä»£ç(éèŠèªè®Ÿéæä»£çæTorè·¯ç±çšåºçæ¯æ)">
1
0
commit ffba18668c3d243386f22368750a568024d0c85e
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Thu Aug 30 14:45:33 2012 -0700
Update versions and changelog.
---
README.RELEASE | 2 +-
src/CHANGELOG | 4 ++++
src/install.rdf | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.RELEASE b/README.RELEASE
index 206a84e..77e75e9 100644
--- a/README.RELEASE
+++ b/README.RELEASE
@@ -5,7 +5,7 @@
#. Decide the version number.
- export VERSION="1.4.6"
+ export VERSION="1.4.6.1"
vim ./src/install.rdf # edit <em:version> tag to reflect version
#. Test upgrades of candidate XPI in latest Firefox and TBB product matrix
diff --git a/src/CHANGELOG b/src/CHANGELOG
index 5a5c3ba..df682d0 100644
--- a/src/CHANGELOG
+++ b/src/CHANGELOG
@@ -1,3 +1,7 @@
+1.4.6.1
+ 30 Aug 2012
+ * Bug 6737: Disable window.screen hooks for FF15+ (fixes exception alert)
+
1.4.6
30 May 2012
* Bug 5710: Prevent all sessionstore data saving in TBB
diff --git a/src/install.rdf b/src/install.rdf
index e6c3be6..7eac84a 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -10,7 +10,7 @@
em:name="Torbutton"
em:creator="Mike Perry"
em:id="{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}"
- em:version="1.4.6"
+ em:version="1.4.6.1"
em:homepageURL="https://www.torproject.org/torbutton/"
em:optionsURL="chrome://torbutton/content/preferences.xul"
em:iconURL="chrome://torbutton/skin/tor.png"
1
0

30 Aug '12
commit 0eb9df4ce97615a9d8b6e7f395551d6c39309dc3
Author: Mike Perry <mikeperry-git(a)fscked.org>
Date: Thu Aug 30 14:27:49 2012 -0700
Bug 6737: Disable JS hooks for FF15+
---
src/chrome/content/torbutton.js | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js
index 6ac88f1..a7c91dc 100644
--- a/src/chrome/content/torbutton.js
+++ b/src/chrome/content/torbutton.js
@@ -23,6 +23,7 @@ var m_tb_ff3 = false;
var m_tb_ff35 = false;
var m_tb_ff36 = false;
var m_tb_ff4 = false;
+var m_tb_ff15 = false;
var m_tb_tbb = false;
var m_tb_control_port = null;
@@ -511,6 +512,12 @@ function torbutton_init() {
var versionChecker = Components.classes["@mozilla.org/xpcom/version-comparator;1"]
.getService(Components.interfaces.nsIVersionComparator);
+ if(versionChecker.compare(appInfo.version, "15.0a1") >= 0) {
+ m_tb_ff15 = true;
+ } else {
+ m_tb_ff15 = false;
+ }
+
if(versionChecker.compare(appInfo.version, "4.0a1") >= 0) {
m_tb_ff4 = true;
} else {
@@ -4716,6 +4723,11 @@ function torbutton_update_tags(win, new_loc) {
// Bug 1506 P1: All of our JS hooks should be redone in patch form (#5856)
// Also, tagging can be deprecated.
function torbutton_hookdoc(win, doc, state_change, referrer) {
+ /* Firefox 15 broke the last of our JS hooks :/ */
+ if (m_tb_ff15) {
+ return;
+ }
+
if(typeof(win.wrappedJSObject) == 'undefined') {
torbutton_eclog(3, "No JSObject: "+win.location);
return;
1
0
Author: mikeperry
Date: 2012-08-30 22:09:48 +0000 (Thu, 30 Aug 2012)
New Revision: 25777
Modified:
translation/trunk/projects/torbutton/po/af/torbutton.dtd.po
translation/trunk/projects/torbutton/po/af/torbutton.properties.po
translation/trunk/projects/torbutton/po/ak/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ak/torbutton.properties.po
translation/trunk/projects/torbutton/po/am/torbutton.dtd.po
translation/trunk/projects/torbutton/po/am/torbutton.properties.po
translation/trunk/projects/torbutton/po/ar/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ar/torbutton.properties.po
translation/trunk/projects/torbutton/po/arn/torbutton.dtd.po
translation/trunk/projects/torbutton/po/arn/torbutton.properties.po
translation/trunk/projects/torbutton/po/ast/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ast/torbutton.properties.po
translation/trunk/projects/torbutton/po/az/torbutton.dtd.po
translation/trunk/projects/torbutton/po/az/torbutton.properties.po
translation/trunk/projects/torbutton/po/be/torbutton.dtd.po
translation/trunk/projects/torbutton/po/be/torbutton.properties.po
translation/trunk/projects/torbutton/po/bg/torbutton.dtd.po
translation/trunk/projects/torbutton/po/bg/torbutton.properties.po
translation/trunk/projects/torbutton/po/bn/torbutton.dtd.po
translation/trunk/projects/torbutton/po/bn/torbutton.properties.po
translation/trunk/projects/torbutton/po/bn_IN/torbutton.dtd.po
translation/trunk/projects/torbutton/po/bn_IN/torbutton.properties.po
translation/trunk/projects/torbutton/po/bo/torbutton.dtd.po
translation/trunk/projects/torbutton/po/bo/torbutton.properties.po
translation/trunk/projects/torbutton/po/br/torbutton.dtd.po
translation/trunk/projects/torbutton/po/br/torbutton.properties.po
translation/trunk/projects/torbutton/po/bs/torbutton.dtd.po
translation/trunk/projects/torbutton/po/bs/torbutton.properties.po
translation/trunk/projects/torbutton/po/ca/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ca/torbutton.properties.po
translation/trunk/projects/torbutton/po/cs/torbutton.dtd.po
translation/trunk/projects/torbutton/po/cs/torbutton.properties.po
translation/trunk/projects/torbutton/po/csb/torbutton.dtd.po
translation/trunk/projects/torbutton/po/csb/torbutton.properties.po
translation/trunk/projects/torbutton/po/cy/torbutton.dtd.po
translation/trunk/projects/torbutton/po/cy/torbutton.properties.po
translation/trunk/projects/torbutton/po/da/torbutton.dtd.po
translation/trunk/projects/torbutton/po/da/torbutton.properties.po
translation/trunk/projects/torbutton/po/de/torbutton.dtd.po
translation/trunk/projects/torbutton/po/de/torbutton.properties.po
translation/trunk/projects/torbutton/po/dz/torbutton.dtd.po
translation/trunk/projects/torbutton/po/dz/torbutton.properties.po
translation/trunk/projects/torbutton/po/el/torbutton.dtd.po
translation/trunk/projects/torbutton/po/el/torbutton.properties.po
translation/trunk/projects/torbutton/po/en/torbutton.dtd.po
translation/trunk/projects/torbutton/po/en/torbutton.properties.po
translation/trunk/projects/torbutton/po/eo/torbutton.dtd.po
translation/trunk/projects/torbutton/po/eo/torbutton.properties.po
translation/trunk/projects/torbutton/po/es/torbutton.dtd.po
translation/trunk/projects/torbutton/po/es/torbutton.properties.po
translation/trunk/projects/torbutton/po/et/torbutton.dtd.po
translation/trunk/projects/torbutton/po/et/torbutton.properties.po
translation/trunk/projects/torbutton/po/eu/torbutton.dtd.po
translation/trunk/projects/torbutton/po/eu/torbutton.properties.po
translation/trunk/projects/torbutton/po/fa/torbutton.dtd.po
translation/trunk/projects/torbutton/po/fa/torbutton.properties.po
translation/trunk/projects/torbutton/po/fi/torbutton.dtd.po
translation/trunk/projects/torbutton/po/fi/torbutton.properties.po
translation/trunk/projects/torbutton/po/fil/torbutton.dtd.po
translation/trunk/projects/torbutton/po/fil/torbutton.properties.po
translation/trunk/projects/torbutton/po/fo/torbutton.dtd.po
translation/trunk/projects/torbutton/po/fo/torbutton.properties.po
translation/trunk/projects/torbutton/po/fr/torbutton.dtd.po
translation/trunk/projects/torbutton/po/fr/torbutton.properties.po
translation/trunk/projects/torbutton/po/fur/torbutton.dtd.po
translation/trunk/projects/torbutton/po/fur/torbutton.properties.po
translation/trunk/projects/torbutton/po/fy/torbutton.dtd.po
translation/trunk/projects/torbutton/po/fy/torbutton.properties.po
translation/trunk/projects/torbutton/po/ga/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ga/torbutton.properties.po
translation/trunk/projects/torbutton/po/gl/torbutton.dtd.po
translation/trunk/projects/torbutton/po/gl/torbutton.properties.po
translation/trunk/projects/torbutton/po/gu/torbutton.dtd.po
translation/trunk/projects/torbutton/po/gu/torbutton.properties.po
translation/trunk/projects/torbutton/po/gun/torbutton.dtd.po
translation/trunk/projects/torbutton/po/gun/torbutton.properties.po
translation/trunk/projects/torbutton/po/ha/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ha/torbutton.properties.po
translation/trunk/projects/torbutton/po/he/torbutton.dtd.po
translation/trunk/projects/torbutton/po/he/torbutton.properties.po
translation/trunk/projects/torbutton/po/hi/torbutton.dtd.po
translation/trunk/projects/torbutton/po/hi/torbutton.properties.po
translation/trunk/projects/torbutton/po/hr/torbutton.dtd.po
translation/trunk/projects/torbutton/po/hr/torbutton.properties.po
translation/trunk/projects/torbutton/po/ht/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ht/torbutton.properties.po
translation/trunk/projects/torbutton/po/hu/torbutton.dtd.po
translation/trunk/projects/torbutton/po/hu/torbutton.properties.po
translation/trunk/projects/torbutton/po/hy/torbutton.dtd.po
translation/trunk/projects/torbutton/po/hy/torbutton.properties.po
translation/trunk/projects/torbutton/po/id/torbutton.dtd.po
translation/trunk/projects/torbutton/po/id/torbutton.properties.po
translation/trunk/projects/torbutton/po/is/torbutton.dtd.po
translation/trunk/projects/torbutton/po/is/torbutton.properties.po
translation/trunk/projects/torbutton/po/it/torbutton.dtd.po
translation/trunk/projects/torbutton/po/it/torbutton.properties.po
translation/trunk/projects/torbutton/po/ja/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ja/torbutton.properties.po
translation/trunk/projects/torbutton/po/jv/torbutton.dtd.po
translation/trunk/projects/torbutton/po/jv/torbutton.properties.po
translation/trunk/projects/torbutton/po/ka/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ka/torbutton.properties.po
translation/trunk/projects/torbutton/po/km/torbutton.dtd.po
translation/trunk/projects/torbutton/po/km/torbutton.properties.po
translation/trunk/projects/torbutton/po/kn/torbutton.dtd.po
translation/trunk/projects/torbutton/po/kn/torbutton.properties.po
translation/trunk/projects/torbutton/po/ko/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ko/torbutton.properties.po
translation/trunk/projects/torbutton/po/ku/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ku/torbutton.properties.po
translation/trunk/projects/torbutton/po/kw/torbutton.dtd.po
translation/trunk/projects/torbutton/po/kw/torbutton.properties.po
translation/trunk/projects/torbutton/po/ky/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ky/torbutton.properties.po
translation/trunk/projects/torbutton/po/lb/torbutton.dtd.po
translation/trunk/projects/torbutton/po/lb/torbutton.properties.po
translation/trunk/projects/torbutton/po/ln/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ln/torbutton.properties.po
translation/trunk/projects/torbutton/po/lo/torbutton.dtd.po
translation/trunk/projects/torbutton/po/lo/torbutton.properties.po
translation/trunk/projects/torbutton/po/lt/torbutton.dtd.po
translation/trunk/projects/torbutton/po/lt/torbutton.properties.po
translation/trunk/projects/torbutton/po/lv/torbutton.dtd.po
translation/trunk/projects/torbutton/po/lv/torbutton.properties.po
translation/trunk/projects/torbutton/po/mg/torbutton.dtd.po
translation/trunk/projects/torbutton/po/mg/torbutton.properties.po
translation/trunk/projects/torbutton/po/mi/torbutton.dtd.po
translation/trunk/projects/torbutton/po/mi/torbutton.properties.po
translation/trunk/projects/torbutton/po/mk/torbutton.dtd.po
translation/trunk/projects/torbutton/po/mk/torbutton.properties.po
translation/trunk/projects/torbutton/po/ml/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ml/torbutton.properties.po
translation/trunk/projects/torbutton/po/mn/torbutton.dtd.po
translation/trunk/projects/torbutton/po/mn/torbutton.properties.po
translation/trunk/projects/torbutton/po/mr/torbutton.dtd.po
translation/trunk/projects/torbutton/po/mr/torbutton.properties.po
translation/trunk/projects/torbutton/po/ms/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ms/torbutton.properties.po
translation/trunk/projects/torbutton/po/mt/torbutton.dtd.po
translation/trunk/projects/torbutton/po/mt/torbutton.properties.po
translation/trunk/projects/torbutton/po/my/torbutton.dtd.po
translation/trunk/projects/torbutton/po/my/torbutton.properties.po
translation/trunk/projects/torbutton/po/nah/torbutton.dtd.po
translation/trunk/projects/torbutton/po/nah/torbutton.properties.po
translation/trunk/projects/torbutton/po/nap/torbutton.dtd.po
translation/trunk/projects/torbutton/po/nap/torbutton.properties.po
translation/trunk/projects/torbutton/po/nb/torbutton.dtd.po
translation/trunk/projects/torbutton/po/nb/torbutton.properties.po
translation/trunk/projects/torbutton/po/ne/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ne/torbutton.properties.po
translation/trunk/projects/torbutton/po/nl/torbutton.dtd.po
translation/trunk/projects/torbutton/po/nl/torbutton.properties.po
translation/trunk/projects/torbutton/po/nn/torbutton.dtd.po
translation/trunk/projects/torbutton/po/nn/torbutton.properties.po
translation/trunk/projects/torbutton/po/nso/torbutton.dtd.po
translation/trunk/projects/torbutton/po/nso/torbutton.properties.po
translation/trunk/projects/torbutton/po/oc/torbutton.dtd.po
translation/trunk/projects/torbutton/po/oc/torbutton.properties.po
translation/trunk/projects/torbutton/po/or/torbutton.dtd.po
translation/trunk/projects/torbutton/po/or/torbutton.properties.po
translation/trunk/projects/torbutton/po/pa/torbutton.dtd.po
translation/trunk/projects/torbutton/po/pa/torbutton.properties.po
translation/trunk/projects/torbutton/po/pap/torbutton.dtd.po
translation/trunk/projects/torbutton/po/pap/torbutton.properties.po
translation/trunk/projects/torbutton/po/pl/torbutton.dtd.po
translation/trunk/projects/torbutton/po/pl/torbutton.properties.po
translation/trunk/projects/torbutton/po/pms/torbutton.dtd.po
translation/trunk/projects/torbutton/po/pms/torbutton.properties.po
translation/trunk/projects/torbutton/po/ps/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ps/torbutton.properties.po
translation/trunk/projects/torbutton/po/pt/torbutton.dtd.po
translation/trunk/projects/torbutton/po/pt/torbutton.properties.po
translation/trunk/projects/torbutton/po/pt_BR/torbutton.dtd.po
translation/trunk/projects/torbutton/po/pt_BR/torbutton.properties.po
translation/trunk/projects/torbutton/po/ro/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ro/torbutton.properties.po
translation/trunk/projects/torbutton/po/ru/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ru/torbutton.properties.po
translation/trunk/projects/torbutton/po/sco/torbutton.dtd.po
translation/trunk/projects/torbutton/po/sco/torbutton.properties.po
translation/trunk/projects/torbutton/po/sk/torbutton.dtd.po
translation/trunk/projects/torbutton/po/sk/torbutton.properties.po
translation/trunk/projects/torbutton/po/sl/torbutton.dtd.po
translation/trunk/projects/torbutton/po/sl/torbutton.properties.po
translation/trunk/projects/torbutton/po/so/torbutton.dtd.po
translation/trunk/projects/torbutton/po/so/torbutton.properties.po
translation/trunk/projects/torbutton/po/son/torbutton.dtd.po
translation/trunk/projects/torbutton/po/son/torbutton.properties.po
translation/trunk/projects/torbutton/po/sq/torbutton.dtd.po
translation/trunk/projects/torbutton/po/sq/torbutton.properties.po
translation/trunk/projects/torbutton/po/sr/torbutton.dtd.po
translation/trunk/projects/torbutton/po/sr/torbutton.properties.po
translation/trunk/projects/torbutton/po/st/torbutton.dtd.po
translation/trunk/projects/torbutton/po/st/torbutton.properties.po
translation/trunk/projects/torbutton/po/su/torbutton.dtd.po
translation/trunk/projects/torbutton/po/su/torbutton.properties.po
translation/trunk/projects/torbutton/po/sv/torbutton.dtd.po
translation/trunk/projects/torbutton/po/sv/torbutton.properties.po
translation/trunk/projects/torbutton/po/sw/torbutton.dtd.po
translation/trunk/projects/torbutton/po/sw/torbutton.properties.po
translation/trunk/projects/torbutton/po/ta/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ta/torbutton.properties.po
translation/trunk/projects/torbutton/po/te/torbutton.dtd.po
translation/trunk/projects/torbutton/po/te/torbutton.properties.po
translation/trunk/projects/torbutton/po/templates/torbutton.dtd.pot
translation/trunk/projects/torbutton/po/templates/torbutton.properties.pot
translation/trunk/projects/torbutton/po/tg/torbutton.dtd.po
translation/trunk/projects/torbutton/po/tg/torbutton.properties.po
translation/trunk/projects/torbutton/po/th/torbutton.dtd.po
translation/trunk/projects/torbutton/po/th/torbutton.properties.po
translation/trunk/projects/torbutton/po/ti/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ti/torbutton.properties.po
translation/trunk/projects/torbutton/po/tk/torbutton.dtd.po
translation/trunk/projects/torbutton/po/tk/torbutton.properties.po
translation/trunk/projects/torbutton/po/tr/torbutton.dtd.po
translation/trunk/projects/torbutton/po/tr/torbutton.properties.po
translation/trunk/projects/torbutton/po/uk/torbutton.dtd.po
translation/trunk/projects/torbutton/po/uk/torbutton.properties.po
translation/trunk/projects/torbutton/po/ur/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ur/torbutton.properties.po
translation/trunk/projects/torbutton/po/ve/torbutton.dtd.po
translation/trunk/projects/torbutton/po/ve/torbutton.properties.po
translation/trunk/projects/torbutton/po/vi/torbutton.dtd.po
translation/trunk/projects/torbutton/po/vi/torbutton.properties.po
translation/trunk/projects/torbutton/po/wa/torbutton.dtd.po
translation/trunk/projects/torbutton/po/wa/torbutton.properties.po
translation/trunk/projects/torbutton/po/wo/torbutton.dtd.po
translation/trunk/projects/torbutton/po/wo/torbutton.properties.po
translation/trunk/projects/torbutton/po/zh_CN/torbutton.dtd.po
translation/trunk/projects/torbutton/po/zh_CN/torbutton.properties.po
translation/trunk/projects/torbutton/po/zh_HK/torbutton.dtd.po
translation/trunk/projects/torbutton/po/zh_HK/torbutton.properties.po
translation/trunk/projects/torbutton/po/zh_TW/torbutton.dtd.po
translation/trunk/projects/torbutton/po/zh_TW/torbutton.properties.po
translation/trunk/projects/torbutton/po/zu/torbutton.dtd.po
translation/trunk/projects/torbutton/po/zu/torbutton.properties.po
Log:
New translation strings.
Modified: translation/trunk/projects/torbutton/po/af/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/af/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/af/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/af/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/af/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/af/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ak/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ak/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ak/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ak/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ak/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ak/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/am/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/am/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/am/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/am/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/am/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/am/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ar/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ar/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ar/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: Mohammed Babiker <sudanhacker(a)hotmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -608,8 +608,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -622,3 +622,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr "شفافية توريفكيشن (تحتاج موجه تور أو ترانسبوكسي مخصص)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/ar/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ar/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ar/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: Fadi Mansour <fadi.redeemer.mansour(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -320,3 +320,33 @@
msgstr ""
"يبدو أن القرص ممتلئ. يرجى توسيع مساحة أكثر أو قم بنقل متصفح تور إلى وحدة "
"تخزين أخرى."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/arn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/arn/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/arn/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/arn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/arn/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/arn/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ast/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ast/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ast/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ast/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ast/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ast/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/az/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/az/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/az/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/az/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/az/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/az/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/be/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/be/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/be/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/be/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/be/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/be/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -253,3 +253,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/bg/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/bg/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/bg/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/bg/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/bg/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/bg/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/bn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/bn/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/bn/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/bn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/bn/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/bn/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/bn_IN/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/bn_IN/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/bn_IN/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/bn_IN/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/bn_IN/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/bn_IN/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/bo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/bo/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/bo/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/bo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/bo/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/bo/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/br/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/br/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/br/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/br/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/br/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/br/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/bs/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/bs/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/bs/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/bs/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/bs/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/bs/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -253,3 +253,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ca/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ca/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ca/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -610,7 +610,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ca/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ca/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ca/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-03-07 00:21+0000\n"
"Last-Translator: danielnayach <daniel.nayach(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -332,3 +332,33 @@
msgstr ""
"Sembla que el disc és ple. Siusplau allibereu espai o moveu Tor Browser a un "
"nou dispositiu."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/cs/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/cs/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/cs/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: m4iler <Mailer01100001(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -601,8 +601,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -615,3 +615,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/cs/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/cs/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/cs/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: m4iler <Mailer01100001(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -305,3 +305,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/csb/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/csb/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/csb/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/csb/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/csb/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/csb/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -253,3 +253,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/cy/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/cy/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/cy/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/cy/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/cy/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/cy/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -254,3 +254,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/da/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/da/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/da/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-04-20 22:07+0000\n"
"Last-Translator: Aputsiaq Janussen <aputtu(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -613,8 +613,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -628,3 +628,6 @@
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
"Gennemsigtig Torifikation (Kræver tilpasset transproxy eller Tor-router)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/da/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/da/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/da/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-04-20 21:29+0000\n"
"Last-Translator: Aputsiaq Janussen <aputtu(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -324,3 +324,33 @@
msgstr ""
"Disken ser ud til at være fuld. Frigør venligst plads eller flyt Tor Browser "
"til en ny enhed."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/de/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/de/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/de/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: Sacro <Scion(a)T-Online.de>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -648,8 +648,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -663,3 +663,6 @@
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
"Transparente Torification (Erfordert eigenen Transproxy oder Tor-Router)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/de/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/de/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/de/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-03-12 10:12+0000\n"
"Last-Translator: gerd56 <gerd56(a)aon.at>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -333,3 +333,33 @@
msgstr ""
"Es scheint als würde die Disk voll sein. Bitte machen sie etwas Platz frei, "
"oder bewegen sie den Tor-Browser auf ein neues Gerät."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/dz/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/dz/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/dz/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/dz/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/dz/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/dz/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/el/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/el/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/el/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-24 18:59+0000\n"
"Last-Translator: Ioannis Stilianakos <stilia.johny(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -645,8 +645,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -662,3 +662,6 @@
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
"Διαφανής Torification (Απαιτεί προσαρμοσμένο proxy ή Tor δρομολογητή)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/el/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/el/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/el/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-04-22 17:13+0000\n"
"Last-Translator: anvo <fragos.george(a)hotmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -338,3 +338,33 @@
msgstr ""
"Ο δίσκος φαίνεται ότι είναι γεμάτος. Παρακαλούμε ελευθερώστε χώρο στον δίσκο "
"ή μετακινήστε τον Φυλλομετρητή Tor σε κάποιον άλλο δίσκο."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/en/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/en/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/en/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -4,7 +4,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-08-27 18:33-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2009-07-27 05:34+0000\n"
"Last-Translator: Joshua M. Biscarra <joshuamayobiscarra(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -594,7 +594,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/en/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/en/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/en/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-09-09 23:45-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-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"
@@ -251,3 +251,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/eo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/eo/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/eo/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-03-11 20:46+0000\n"
"Last-Translator: aleksejrs <deletesoftware(a)yandex.ru>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/eo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/eo/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/eo/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/es/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/es/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/es/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: Gioyik <gioyik(a)gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/"
@@ -640,8 +640,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -656,3 +656,6 @@
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
"Torificación transparente (Requiere transproxy personalizado o router Tor)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/es/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/es/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/es/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: lenazun <lenazun(a)gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/"
@@ -333,3 +333,33 @@
msgstr ""
"El disco parece estar lleno. Por favor libere espacio o mueva el Navegador "
"Tor a un nuevo dispositivo."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/et/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/et/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/et/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/et/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/et/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/et/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,14 +1,15 @@
#
# Translators:
+# <boamaod(a)gmail.com>, 2012.
# runasand <runa.sandvik(a)gmail.com>, 2011.
#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-02-14 09:45+0000\n"
-"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-06-21 19:41+0000\n"
+"Last-Translator: boamaod <boamaod(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: et\n"
"MIME-Version: 1.0\n"
@@ -245,11 +246,11 @@
#: torbutton.popup.redirect
msgid "Redirect"
-msgstr ""
+msgstr "Suuna ümber"
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
-msgstr ""
+msgstr "Ära suuna ümber"
#: torbutton.popup.prompted_language
msgid ""
@@ -294,3 +295,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/eu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/eu/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/eu/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-03-06 17:13+0000\n"
"Last-Translator: Antxon Baldarra <baldarra(a)euskalerria.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -620,8 +620,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -635,3 +635,6 @@
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
"Torifikazio Gardena (transproxy pertsonalizatua edo Tor routerra behar du)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/eu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/eu/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/eu/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-03-05 19:09+0000\n"
"Last-Translator: Antxon Baldarra <baldarra(a)euskalerria.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -332,3 +332,33 @@
msgstr ""
"Diska beteta dago, antza. Mesedez egizu lekua edo mugitu Tor Nabigatzailea "
"gailu berri batera."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/fa/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/fa/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fa/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: greenwave <green.dove1388(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -635,8 +635,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -653,3 +653,6 @@
msgstr ""
"سازگارسازی با تُر به صورت شفاف (نياز به رهياب تُر يا Tor router و يا "
"transproxy سفارشی دارد)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/fa/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/fa/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fa/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: greenwave <green.dove1388(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -325,3 +325,33 @@
msgstr ""
"دیسک به نظر می رسد پر شده است. لطفا مقداری فضا خالی کنید یا تُر را به مکان "
"جدیدی انتقال دهید."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/fi/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/fi/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fi/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -625,8 +625,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -641,3 +641,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/fi/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/fi/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fi/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: morso <debris(a)riseup.net>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -329,3 +329,33 @@
msgstr ""
"Levy näyttäisi olevan täysi. Vapauta tilaa tai siirrä Tor Browser uudelle "
"laitteelle."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/fil/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/fil/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fil/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/fil/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/fil/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fil/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/fo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/fo/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fo/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/fo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/fo/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fo/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/fr/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/fr/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fr/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: Pierre Antoine <pierre.antoine(a)ieee.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -643,8 +643,8 @@
msgstr "yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -661,3 +661,6 @@
msgstr ""
"Torification transparente (requiert un transproxy personnalisé ou un routeur "
"Tor)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/fr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/fr/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fr/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: Pierre Antoine <pierre.antoine(a)ieee.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -339,3 +339,33 @@
msgstr ""
"Le disque semble être plein. Merci de libérer de la place ou déplacer le "
"Navigateur Tor vers un nouveau périphérique. "
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/fur/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/fur/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fur/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/fur/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/fur/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fur/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/fy/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/fy/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fy/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/fy/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/fy/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/fy/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ga/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ga/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ga/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ga/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ga/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ga/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -253,3 +253,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/gl/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/gl/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/gl/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/gl/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/gl/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/gl/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/gu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/gu/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/gu/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,8 +597,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -611,3 +611,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/gu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/gu/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/gu/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -253,3 +253,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/gun/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/gun/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/gun/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/gun/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/gun/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/gun/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ha/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ha/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ha/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ha/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ha/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ha/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/he/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/he/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/he/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: Something Another <roeyjobsyud(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -598,7 +598,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/he/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/he/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/he/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: Amichay P. K. <am1chay.p.k(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -307,3 +307,33 @@
"new device."
msgstr ""
"הדיסק נראה ללא שטח אכסון פנוי. אנא פנה מקום או העבר את דפדפן Tor למיקום חדש."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/hi/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/hi/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/hi/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -600,7 +600,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/hi/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/hi/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/hi/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/hr/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/hr/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/hr/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: cisterna <jan.lovrinic(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -603,7 +603,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/hr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/hr/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/hr/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -255,3 +255,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ht/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ht/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ht/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ht/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ht/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ht/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/hu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/hu/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/hu/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -641,8 +641,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -656,3 +656,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr "Átlátszó Tor-osítás (Egyedi transproxy-t vagy Tor routert igényel)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/hu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/hu/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/hu/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -327,3 +327,33 @@
msgstr ""
"Úgy tűnik, hogy a lemez megtelt. Kérjük, szabadítson fel helyet, vagy "
"helyezze át a Tor Browser-t egy másik háttértárolóra."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/hy/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/hy/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/hy/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/hy/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/hy/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/hy/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/id/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/id/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/id/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -612,8 +612,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -626,3 +626,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/id/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/id/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/id/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,14 +1,15 @@
#
# Translators:
# runasand <runa.sandvik(a)gmail.com>, 2011.
+# <SecretCommission(a)tormail.org>, 2012.
#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-02-14 09:45+0000\n"
-"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-08-21 05:28+0000\n"
+"Last-Translator: Jaya Wijaya <SecretCommission(a)tormail.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: id\n"
"MIME-Version: 1.0\n"
@@ -270,6 +271,11 @@
"\n"
"Would you like to request English language web pages for better privacy?"
msgstr ""
+"Untuk memberikan Anda kerahasiaan yang lebih, Torbutton akan meminta versi "
+"bahasa Inggris dari halaman web. Ini mungkin menyebabkan halaman web yang "
+"Anda ingin baca dalam bahasa asli Anda akan ditampilkan dalam bahasa "
+"Inggris. ⏎ ⏎ Apakah anda mau meminta halaman web bahasa Inggris untuk "
+"kerahasiaan yang lebih baik?"
#: torbutton.popup.no_newnym
msgid ""
@@ -278,6 +284,9 @@
"\n"
"Are you running Tor Browser Bundle?"
msgstr ""
+"Torbution tidak dapat memberikan Anda identitas baru secara aman. Torbutton "
+"tidak memiliki akses terhadap Tor Control Port. ⏎⏎ Apakah Anda sedang "
+"menjalankan paket browser Tor?"
#: torbutton.popup.use_tbb
msgid ""
@@ -288,20 +297,59 @@
"sending email to gettor(a)torproject.org or by downloading it at the following "
"URL: "
msgstr ""
+"Tampaknya Anda menggunakan Torbutton dengan Firefox, yang mana bukan lagi "
+"merupakan konfigurasi aman yang direkomendasikan.⏎⏎ sebaliknya, Kami "
+"rekomendasikan Anda untuk mendapatkan paket browser Tor yang terbaru dengan "
+"mengirimkan email ke gettor(a)torproject.org atau dengan mendownload melalui "
+"URL berikut:"
#: torbutton.popup.pref_error
msgid ""
"Torbutton cannot update preferences in the Tor Browser profile directory."
msgstr ""
+"Torbutton tidak dapat memperbarui preferensi di dalam petunjuk profil "
+"browser Tor."
#: torbutton.popup.permission_denied
msgid ""
"Please either reset the permissions of the Tor Browser directory or copy it "
"to a new location."
-msgstr ""
+msgstr "Silahkan reset izin petunjuk dari browser Tor atau copy ke lokasi baru"
#: torbutton.popup.device_full
msgid ""
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+"Disk tampaknya sudah penuh. Harap kosongkan tempat atau pindahkan browser "
+"Tor ke alat baru."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/is/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/is/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/is/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/is/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/is/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/is/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/it/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/it/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/it/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: n0on3 <a.n0on3(a)gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/"
@@ -647,8 +647,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -663,3 +663,6 @@
msgstr ""
"Torificazione trasparente (richiede un transproxy personalizzato o un tor "
"router)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/it/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/it/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/it/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: n0on3 <a.n0on3(a)gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/"
@@ -332,3 +332,33 @@
msgstr ""
"Sembra che il disco sia pieno. Liberare spazio o spostare Tor Browser in un "
"altro dispositivo."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ja/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ja/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ja/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -602,7 +602,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ja/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ja/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ja/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-03-25 14:57+0000\n"
"Last-Translator: Eshin Kunishima <kaoru(a)mikosu.ddo.jp>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -290,3 +290,33 @@
msgstr ""
"記憶装置の空き容量が不足しているようです。空き容量を増やすか、Torブラウザを新"
"たな記憶装置へ移動してください。"
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/jv/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/jv/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/jv/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/jv/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/jv/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/jv/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ka/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ka/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ka/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ka/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ka/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ka/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/km/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/km/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/km/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/km/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/km/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/km/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/kn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/kn/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/kn/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/kn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/kn/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/kn/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ko/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ko/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ko/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,13 +1,15 @@
#
# Translators:
+# <cwt967(a)naver.com>, 2012.
+# <pcsori(a)gmail.com>, 2012.
#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2010-12-05 19:37+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-07-08 13:04+0000\n"
+"Last-Translator: cwt96 <cwt967(a)naver.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
@@ -19,115 +21,115 @@
#: torbutton.prefs.title
msgid "Torbutton Preferences"
-msgstr ""
+msgstr "Torbutton 환경 설정"
#: torbutton.prefs.display_settings
msgid "Display Settings"
-msgstr ""
+msgstr "화면 설정"
#: torbutton.prefs.display_panel
msgid "Display Tor proxy setting in the status bar"
-msgstr ""
+msgstr "상태바에 Tor 프록시 설정을 표시"
#: torbutton.prefs.panel_format
msgid "Status bar display format:"
-msgstr ""
+msgstr "상태 바 표시 형태 : "
#: torbutton.prefs.panel_text_format
msgid "Text"
-msgstr ""
+msgstr "텍스트"
#: torbutton.prefs.panel_icon_format
msgid "Icon"
-msgstr ""
+msgstr "아이콘"
#: torbutton.prefs.tor_settings
msgid "Proxy Settings"
-msgstr ""
+msgstr "프록시 설정"
#: torbutton.prefs.recommended_settings
msgid "Use the recommended proxy settings for my version of Firefox"
-msgstr ""
+msgstr "내가 사용하고 있는 파이어폭스를 위한 추천 설정 사용"
#: torbutton.prefs.use_privoxy
msgid "Use Privoxy"
-msgstr ""
+msgstr "Privoxy 사용"
#: torbutton.prefs.use_polipo
msgid "Use Polipo"
-msgstr ""
+msgstr "Polipo 사용"
#: torbutton.prefs.custom_settings
msgid "Use custom proxy settings"
-msgstr ""
+msgstr "사용자 프록시 설정 사용"
#: torbutton.prefs.proxy.host.http
msgid "HTTP Proxy:"
-msgstr ""
+msgstr "HTTP Proxy:"
#: torbutton.prefs.proxy.host.https
msgid "SSL Proxy:"
-msgstr ""
+msgstr "SSL Proxy:"
#: torbutton.prefs.proxy.host.ftp
msgid "FTP Proxy:"
-msgstr ""
+msgstr "FTP Proxy:"
#: torbutton.prefs.proxy.host.gopher
msgid "Gopher Proxy:"
-msgstr ""
+msgstr "Gopher Proxy:"
#: torbutton.prefs.proxy.host.socks
msgid "SOCKS Host:"
-msgstr ""
+msgstr "SOCKS Host:"
#: torbutton.prefs.proxy.port
msgid "Port:"
-msgstr ""
+msgstr "포트 : "
#: torbutton.about.title
msgid "About Torbutton"
-msgstr ""
+msgstr "Torbutton에 대하여"
#: torbutton.about.version
msgid "Version:"
-msgstr ""
+msgstr "버전:"
#: torbutton.about.summary
msgid "Protects the privacy of your Tor browsing."
-msgstr ""
+msgstr "Tor 브라우징의 프라이버시 보호"
#: torbutton.about.code
msgid "Code Contributors:"
-msgstr ""
+msgstr "코드 공헌자:"
#: torbutton.about.maintainer
msgid "Maintainer:"
-msgstr ""
+msgstr "관리자 :"
#: torbutton.about.security_review
msgid "Security Review:"
-msgstr ""
+msgstr "보안 리뷰:"
#: torbutton.about.donate
msgid "If you like using Tor, you might consider"
-msgstr ""
+msgstr "Tor를 사용하는 것이 좋으시다면, 기여할 수 있습니다"
#: torbutton.about.make_donation
msgid "making a donation."
-msgstr ""
+msgstr "기부하기"
#: torbutton.pref_connection.notice
msgid "Disable Torbutton to change these settings."
-msgstr ""
+msgstr "이 설정을 바꾸는 것을 비활성화합니다"
#: torbutton.pref_connection.more_info
msgid "More information"
-msgstr ""
+msgstr "더 많은 정보"
#: torbutton.pref_connection_more_info.title
msgid "Help"
-msgstr ""
+msgstr "도움말"
#: torbutton.pref_connection_more_info.text
msgid ""
@@ -135,478 +137,487 @@
"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을 비활성화하고 여기를 방문해 주십시오. 만약 Tor 설정을 바꾸고 싶으"
+"시다면, Torbutton 설정 화면을 사용해 주십시오."
#: torbutton.context_menu.new_identity
msgid "New Identity"
-msgstr ""
+msgstr "새로운 신원"
#: torbutton.context_menu.new_identity_key
msgid "I"
-msgstr ""
+msgstr "I"
#: torbutton.context_menu.toggle
msgid "Toggle Tor status"
-msgstr ""
+msgstr "Tor 상태 토글"
#: torbutton.context_menu.toggle.key
msgid "T"
-msgstr ""
+msgstr "T"
#: torbutton.context_menu.preferences
msgid "Preferences..."
-msgstr ""
+msgstr "설정..."
#: torbutton.context_menu.preferences.key
msgid "P"
-msgstr ""
+msgstr "P"
#: torbutton.context_menu.about
msgid "About Torbutton..."
-msgstr ""
+msgstr "Torbutton에 대하여"
#: torbutton.context_menu.about.key
msgid "A"
-msgstr ""
+msgstr "A"
#: torbutton.context_menu.cookieProtections
msgid "Cookie Protections"
-msgstr ""
+msgstr "쿠키 보호"
#: torbutton.context_menu.cookieProtections.key
msgid "C"
-msgstr ""
+msgstr "C"
#: torbutton.context_menu.copyTor
msgid "Copy Tor URL"
-msgstr ""
+msgstr "Tor URL 복사"
#: torbutton.context_menu.copyTor.key
msgid "p"
-msgstr ""
+msgstr "P"
#: torbutton.context_menu.openTorTab
msgid "Open Tor URL in new Tab"
-msgstr ""
+msgstr "Tor URL을 새 탭에서 열기"
#: torbutton.context_menu.openTorTab.key
msgid "r"
-msgstr ""
+msgstr "r"
#: torbutton.context_menu.openTorWindow
msgid "Open Tor URL in new Window"
-msgstr ""
+msgstr "Tor URL을 새 창에서 열기"
#: torbutton.context_menu.openTorWindow.key
msgid "d"
-msgstr ""
+msgstr "d"
#: torbutton.button.label
msgid "Torbutton"
-msgstr ""
+msgstr "Torbutton"
#: torbutton.button.tooltip
msgid "Click to initialize Torbutton"
-msgstr ""
+msgstr "Torbutton 초기화"
#: torbutton.prefs.sec_settings
msgid "Security Settings"
-msgstr ""
+msgstr "보안 설정"
#: torbutton.prefs.block_thread
msgid "Block history reads during Tor (crucial)"
-msgstr ""
+msgstr "Tor 사용하는 동안 히스토리를 읽는 것을 막기 (중요)"
#: torbutton.prefs.block_thwrite
msgid "Block history writes during Tor (recommended)"
-msgstr ""
+msgstr "Tor 사용중 히스토리 쓰기 막기 (추천)"
#: torbutton.prefs.block_nthread
msgid "Block history reads during Non-Tor (optional)"
-msgstr ""
+msgstr "Tor를 사용하지 않을 때 히스토리를 읽는 것을 막기 (선택)"
#: torbutton.prefs.block_nthwrite
msgid "Block history writes during Non-Tor (optional)"
-msgstr ""
+msgstr "Tor를 사용하지 않을 때 히스토리를 쓰는 것을 막기 (선택)"
#: torbutton.prefs.clear_history
msgid "Clear history on Tor toggle (optional)"
-msgstr ""
+msgstr "Tor Toggle에서 히스토리 초기화 (선택)"
#: torbutton.prefs.clear_cache
msgid "Block Tor disk cache and clear all cache on Tor toggle"
-msgstr ""
+msgstr "Tor 디스크 캐시를 막고 Tor Toggle에서 모든 캐시 초기화"
#: torbutton.prefs.block_cache
msgid "Block disk and memory cache access during Tor"
-msgstr ""
+msgstr "Tor 작동중 디스크와 메모리 캐시 접근 차단"
#: torbutton.prefs.cookie_jars
msgid "Store Non-Tor cookies in a protected jar"
-msgstr ""
+msgstr "보호되는 항아리에 Tor가 아닌 쿠키 저장"
#: torbutton.prefs.cookie_protection
msgid "Use the Cookie Protections Dialog to choose"
-msgstr ""
+msgstr "선택하기 위한 쿠키 보호 다이어로그 사용"
#: torbutton.prefs.mmm_cookies
msgid "I will manually manage my cookies (dangerous)"
-msgstr ""
+msgstr "나는 수동으로 내 쿠키를 관리할 것입니다 (위험)"
#: torbutton.prefs.clear_cookies
msgid "Clear cookies on Tor toggle"
-msgstr ""
+msgstr "Tor toggle에서 쿠키 초기화"
#: torbutton.prefs.disable_plugins
msgid "Disable plugins during Tor usage (crucial)"
-msgstr ""
+msgstr "Tor 사용중 플러그인 비활성화 (중대)"
#: torbutton.prefs.kill_bad_js
msgid "Hook dangerous javascript (crucial)"
-msgstr ""
+msgstr "위험한 자바스크립트 잡아채기 (중요)"
#: torbutton.prefs.isolate_content
msgid "Isolate dynamic content to Tor state (crucial)"
-msgstr ""
+msgstr "Tor 상태에서 동적인 콘텐츠 격리 (중요)"
#: torbutton.prefs.no_updates
msgid "Disable updates during Tor usage"
-msgstr ""
+msgstr "Tor 사용중 업데이트 비활성화"
#: torbutton.prefs.set_uagent
msgid "Set user agent for Tor usage (crucial)"
-msgstr ""
+msgstr "Tor 사용시 유저 에이전트 설정 (중요)"
#: torbutton.prefs.dynamic
msgid "Dynamic Content"
-msgstr ""
+msgstr "동적 콘텐츠"
#: torbutton.prefs.cookies
msgid "Cookies"
-msgstr ""
+msgstr "쿠키"
#: torbutton.prefs.cache
msgid "Cache"
-msgstr ""
+msgstr "캐시"
#: torbutton.prefs.history
msgid "History"
-msgstr ""
+msgstr "히스토리"
#: torbutton.prefs.no_search
msgid "Disable search suggestions during Tor (recommended)"
-msgstr ""
+msgstr "Tor 사용중 검색 엔진 제안 비활성화 (추천)"
#: torbutton.prefs.shutdown
msgid "Shutdown"
-msgstr ""
+msgstr "종료"
#: torbutton.prefs.tor_shutdown
msgid "Clear Tor cookies during Tor-enabled browser shutdown"
-msgstr ""
+msgstr "Tor가 활성화된 브라우저가 꺼지는 동안 쿠키 삭제"
#: torbutton.prefs.all_shutdown
msgid "Clear cookies during any browser shutdown"
-msgstr ""
+msgstr "어떤 브라우저라도 꺼지면 쿠키 삭제"
#: torbutton.prefs.no_shutdown
msgid "Do not clear my cookies at shutdown"
-msgstr ""
+msgstr "종료시 쿠키를 삭제하지 않음"
#: torbutton.prefs.disable_sessionstore
msgid "Disable Session Saving (recommended)"
-msgstr ""
+msgstr "세션을 저장하지 않음 (추천)"
#: torbutton.prefs.headers
msgid "Headers"
-msgstr ""
+msgstr "헤더"
#: torbutton.prefs.spoof_english
msgid "Spoof US English Browser"
-msgstr ""
+msgstr "US 영어 브라우저로 조작"
#: torbutton.prefs.refererspoofing
msgid "Referer spoofing"
-msgstr ""
+msgstr "리퍼러 조작"
#: torbutton.prefs.spoofblank
msgid "Spoof blank referer during Tor usage (may break some sites)"
-msgstr ""
+msgstr "Tor 사용시 리퍼러를 공란으로 조작 (몇몇 사이트에서 동작하지 않음)"
#: torbutton.prefs.smartspoof
msgid "Smart referer spoof during Tor usage (spoofs cross domain referers)"
-msgstr ""
+msgstr "Tor 사용시 스마트 리퍼러 조작 (도메인 리퍼러를 가로질러 조작)"
#: torbutton.prefs.nospoof
msgid "No referer spoof during Tor usage (sends referers as normal)"
-msgstr ""
+msgstr "Tor 사용시 리퍼러를 속이지 않음 (리퍼러를 일반적으로 보냄)"
#: torbutton.prefs.disable_domstorage
msgid "Disable DOM Storage during Tor usage (crucial)"
-msgstr ""
+msgstr "Tor 사용시 DOM 저장소 비활성화 (중요)"
#: torbutton.prefs.forms
msgid "Forms"
-msgstr ""
+msgstr "양식"
#: torbutton.prefs.block_tforms
msgid "Block password+form saving during Tor (recommended)"
-msgstr ""
+msgstr "Tor 사용시 비밀번호와 양식 저장 막기 (추천)"
#: torbutton.prefs.block_ntforms
msgid "Block password+form saving during Non-Tor (optional)"
-msgstr ""
+msgstr "Tor를 시용하지 않을 때 비밀번호와 양식 저장 막기 (추천)"
#: torbutton.prefs.tor
msgid "Tor"
-msgstr ""
+msgstr "Tor"
#: torbutton.prefs.non_tor
msgid "Non-Tor"
-msgstr ""
+msgstr "Non-Tor"
#: torbutton.prefs.restore_tor
msgid "On session restored startup, set Tor state to:"
-msgstr ""
+msgstr "시작시 저장된 세션이 있다면, Tor 상태를 다음과 같이 합니다."
#: torbutton.prefs.startup_tor
msgid "On browser startup, set Tor state to:"
-msgstr ""
+msgstr "브라우저가 시작될 때, Tor 상태 : "
#: torbutton.prefs.reload_crashed_jar
msgid "Reload cookie jar/clear cookies on Firefox crash (recommended)"
msgstr ""
+"파이어폭스가 오류로 종료되었을때 Cookie Jar를 다시 로드하고 쿠키를 제거합니"
+"다."
#: torbutton.prefs.dual_cookie_jars
msgid "Store both Tor and Non-Tor cookies in protected jars (dangerous)"
-msgstr ""
+msgstr "보호된 Jar 파일에 Tor 및 비-Tor 쿠키 저장 (위험)"
#: torbutton.prefs.clear_http_auth
msgid "Clear HTTP auth sessions (recommended)"
-msgstr ""
+msgstr "HTTP 인증 세션 지우기 (권장)"
#: torbutton.prefs.block_js_history
msgid "Isolate access to history navigation to Tor state (crucial)"
-msgstr ""
+msgstr "Tor 상태로 탐색 기록에 대한 액세스 분리 (중요)"
#: torbutton.prefs.resize_on_toggle
msgid "Resize windows to multiples of 50px during Tor usage (recommended)"
-msgstr ""
+msgstr "Tor를 사용하는 동안 50 픽셀의 배수로 창 크기 조정 (권장)"
#: torbutton.prefs.close_tor
msgid "Close all Tor windows and tabs on toggle (optional)"
-msgstr ""
+msgstr "전환 시 모든 Tor 창과 탭 닫기 (옵션)"
#: torbutton.prefs.close_nontor
msgid "Close all Non-Tor windows and tabs on toggle (optional)"
-msgstr ""
+msgstr "전환 시 모든 비-Tor 창과 탭 닫기 (옵션)"
#: torbutton.prefs.block_links
msgid "Block link clicks and page reloads from different Tor states (optional)"
msgstr ""
+"다른 Tor 상태로부터 링크 클릭과 페이지를 다시 로드하는 것을 막음 (선택)"
#: torbutton.prefs.jar_certs
msgid "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)"
-msgstr ""
+msgstr "SSL 인증서를 Tor/Non-Tor인 동안 다른 보관소에 보관 (추천)"
#: torbutton.prefs.jar_ca_certs
msgid "Store CA certs in seperate jars for Tor/Non-Tor (recommended)"
-msgstr ""
+msgstr "CA 인증서를 Tor/Non-Tor인 동안 다른 보관소에 보관 (추천)"
#: torbutton.prefs.locked_mode
msgid "Disable Button and Hotkeys to prevent accidental toggle"
-msgstr ""
+msgstr "고전적인 토글을 막는 버튼과 단축키를 비활성화합니다."
#: torbutton.prefs.startup_state
msgid "On normal startup, set Tor state to:"
-msgstr ""
+msgstr "일반적인 시작에서, Tor 상태 설정 :"
#: torbutton.prefs.shutdown_state
msgid "Shutdown state"
-msgstr ""
+msgstr "종료된 상태"
#: torbutton.prefs.startup
msgid "Startup"
-msgstr ""
+msgstr "시작"
#: torbutton.prefs.block_tor_file_net
msgid "Block Tor access to network from file:// urls (recommended)"
-msgstr ""
+msgstr "file:// url로 Tor의 접근을 막음 (추천)"
#: torbutton.prefs.block_nontor_file_net
msgid "Block Non-Tor access to network from file:// urls"
-msgstr ""
+msgstr "file:// url로 Tor를 사용중이지 않은 상태에서 접근을 막음"
#: torbutton.prefs.restore_defaults
msgid "Restore Defaults"
-msgstr ""
+msgstr "설정 초기화"
#: torbutton.prefs.test_settings
msgid "Test Settings"
-msgstr ""
+msgstr "설정 테스트"
#: torbutton.prefs.test_auto
msgid ""
"Test my Tor settings after the first time I toggle on every Firefox start"
-msgstr ""
+msgstr "파이어폭스가 시작할 때마다 내 Tor 설정 확인"
#: torbutton.prefs.disable_livemarks
msgid "Disable livemarks updates during Tor usage"
-msgstr ""
+msgstr "Tor 사용중 livemarks 업데이트 비활성화"
#: torbutton.prefs.tor_memory_jar
msgid "Do not write Tor cookies to disk"
-msgstr ""
+msgstr "Tor 쿠키를 디스크에 쓰지 않음"
#: torbutton.prefs.nontor_memory_jar
msgid "Do not write Non-Tor cookies to disk"
-msgstr ""
+msgstr "Tor가 아닌 쿠키를 디스크에 쓰지 않음"
#: torbutton.prefs.session_restore
msgid "Have the session store save and restore these tabs:"
-msgstr ""
+msgstr "세션 저장소가 이러한 탭을 저장하고 복원했습니다"
#: torbutton.prefs.nontor_tabs
msgid "Tabs loaded in Non-Tor"
-msgstr ""
+msgstr "Tor가 아닌 로드된 탭"
#: torbutton.prefs.tor_tabs
msgid "Tabs loaded in Tor"
-msgstr ""
+msgstr "Tor에서 로드된 탭"
#: torbutton.prefs.socks_vfour
msgid "SOCKS v4"
-msgstr ""
+msgstr "SOCKS v4"
#: torbutton.prefs.socks_vfive
msgid "SOCKS v5"
-msgstr ""
+msgstr "SOCKS v5"
#: torbutton.prefs.no_proxies_on
msgid "No Proxies for: "
-msgstr ""
+msgstr "다음 주소에서는 프록시를 사용하지 않음 :"
#: torbutton.prefs.no_proxy_warning
msgid "Warning: Avoid using any hostnames above"
-msgstr ""
+msgstr "주의 : 어떤 호스트네임을 아래에서 사용하는 것을 피하십시오."
#: torbutton.prefs.spoofreresh
msgid "Spoof Refresh"
-msgstr ""
+msgstr "Spoof Refresh"
#: torbutton.prefs.refereroptions
msgid "Referer Spoofing Options"
-msgstr ""
+msgstr "Referer Spoofing 옵션"
#: torbutton.prefs.nospoof
msgid "Do not spoof referer"
-msgstr ""
+msgstr "리퍼러를 spoof 하지 마십시오"
#: torbutton.prefs.spoofroot
msgid "Spoof the containing folder of the page"
-msgstr ""
+msgstr "페이지 폴더를 포함하는 spoof"
#: torbutton.prefs.spoofdomain
msgid "Spoof the domain as referer"
-msgstr ""
+msgstr "도에민을 리퍼러로 spoof 하십시오"
#: torbutton.prefs.spoofblank
msgid "Make referer blank"
-msgstr ""
+msgstr "referer를 공란으로 만들기"
#: torbutton.cookiedialog.title
msgid "Manage Cookie Protections"
-msgstr ""
+msgstr "쿠키 보호 관리"
#: torbutton.cookiedialog.lockCol
msgid "Protected"
-msgstr ""
+msgstr "보호됨"
#: torbutton.cookiedialog.domainCol
msgid "Host"
-msgstr ""
+msgstr "Host"
#: torbutton.cookiedialog.nameCol
msgid "Name"
-msgstr ""
+msgstr "이름"
#: torbutton.cookiedialog.pathCol
msgid "Path"
-msgstr ""
+msgstr "경로"
#: torbutton.cookiedialog.protectCookie
msgid "Protect Cookie"
-msgstr ""
+msgstr "쿠키 보호"
#: torbutton.cookiedialog.removeCookie
msgid "Remove Cookie"
-msgstr ""
+msgstr "쿠키 삭제"
#: torbutton.cookiedialog.unprotectCookie
msgid "Unprotect Cookie"
-msgstr ""
+msgstr "쿠키 보호하지 않음"
#: torbutton.cookiedialog.removeAllBut
msgid "Remove All But Protected"
-msgstr ""
+msgstr "보호된 것 빼고 모두 지우기"
#: torbutton.cookiedialog.saveAllCookies
msgid "Protect New Cookies"
-msgstr ""
+msgstr "새로운 쿠키 보호"
#: torbutton.cookiedialog.doNotSaveAllCookies
msgid "Do Not Protect New Cookies"
-msgstr ""
+msgstr "새로운 쿠키를 보호하지 않음"
#: torbutton.prefs.disable_livemarks
msgid "Disable Livemark updates during Tor usage"
-msgstr ""
+msgstr "Tor toggle 동안 Livemark 업데이트 비활성화"
#: torbutton.prefs.dtd_recommended
msgid "(recommended)"
-msgstr ""
+msgstr "(추천)"
#: torbutton.prefs.dtd_optional
msgid "(optional)"
-msgstr ""
+msgstr "(선택)"
#: torbutton.prefs.dtd_crucial
msgid "(crucial)"
-msgstr ""
+msgstr "(중요)"
#: torbutton.prefs.update_torbutton_via_tor
msgid "Redirect Torbutton updates through Tor"
-msgstr ""
+msgstr "Torbutton 업데이트를 Tor로 디라이렉트"
#: torbutton.prefs.dodge_google_captcha
msgid ""
"Automatically use an alternate search engine when presented with a Google "
"Captcha:"
-msgstr ""
+msgstr "Google Captcha 가 감지되었을때 자동적으로 다른 검색 엔진 사용"
#: torbutton.prefs.engine1
msgid "ixquick.com"
-msgstr ""
+msgstr "ixquick.com"
#: torbutton.prefs.engine2
msgid "Bing.com"
-msgstr ""
+msgstr "Bing.com"
#: torbutton.prefs.engine3
msgid "Yahoo.com"
-msgstr ""
+msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
-msgstr ""
+msgstr "duckduckgo.com"
#: torbutton.prefs.fix_google_srch
msgid "Strip platform and language off of Google Search Box queries"
-msgstr ""
+msgstr "구글 검색 쿼리시 플랫폼과 언어 정보를 벗겨냄"
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
-msgstr ""
+msgstr "투명 Toritication (사용자 transproxy나 Tor 라우터 필요)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/ko/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ko/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ko/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,13 +1,14 @@
#
# Translators:
+# <cwt967(a)naver.com>, 2012.
#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2010-12-05 19:40+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-07-08 13:30+0000\n"
+"Last-Translator: cwt96 <cwt967(a)naver.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
@@ -19,41 +20,43 @@
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
-msgstr ""
+msgstr "Tor 활성화"
#: torbutton.button.tooltip.enabled
msgid "Disable Tor"
-msgstr ""
+msgstr "Tor 비활성화"
#: torbutton.panel.tooltip.disabled
msgid "Click to enable Tor"
-msgstr ""
+msgstr "Tor를 활성화하려면 클릭"
#: torbutton.panel.tooltip.enabled
msgid "Click to disable Tor"
-msgstr ""
+msgstr "Tor를 비활성화하려면 클릭"
#: torbutton.panel.plugins.disabled
msgid "Click to enable plugins"
-msgstr ""
+msgstr "플러그인을 활성화하려면 클릭"
#: torbutton.panel.plugins.enabled
msgid "Click to disable plugins"
-msgstr ""
+msgstr "플러그인을 비활성화하려면 클릭"
#: torbutton.panel.label.disabled
msgid "Tor Disabled"
-msgstr ""
+msgstr "Tor 비활성화"
#: torbutton.panel.label.enabled
msgid "Tor Enabled"
-msgstr ""
+msgstr "Tor 활성화"
#: extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description
msgid ""
"Torbutton provides a button to easily enable or disable pointing Firefox to "
"the Tor proxy"
msgstr ""
+"Torbutton은 Firefox가 Tor 프록시를 사용하거나 사용하지 않도록 쉽게 해 주는 버"
+"튼입니다."
#: torbutton.popup.history.warning
msgid ""
@@ -67,6 +70,14 @@
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
msgstr ""
+"Torbutton은 다른 Tor 상태에서 열린 탭의 활동을 막았습니다.\n"
+"\n"
+"이것은 Firefox 버그 409737과 417869 때문에 일어났습니다.\n"
+"\n"
+"마약 이 팝업이 이유 없이 일어난 것처럼 보인다면, 귀하의 탭 중 하나가 백그라운"
+"드에서 다시 열리려고 하는 것이고, 이것이 막혔습니다.\n"
+"\n"
+"그 탭을 이 Tor 상태에서 열기 위하여, URL 상자에 Enter 키를 누르십시오.\n"
#: torbutton.popup.plugin.warning
msgid ""
@@ -75,6 +86,10 @@
"Use Save-As instead.\n"
"\n"
msgstr ""
+"Torbutton은 플러그인 콘텐츠의 직접 Tor 로드를 막았습니다.\n"
+"\n"
+"다른 이름으로 저장을 대신 사용하십시오.\n"
+"\n"
#: torbutton.popup.confirm_ca_certs
msgid ""
@@ -83,6 +98,9 @@
"Tor 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 Note: 사용자 정의 인증 기관이 없는 것으로 보입니다. 인증 기관 목록 "
+"검사는 느리고, Tor toggle 속도가 느려집니다. 인증 기관 인증서의 격리를 해제하"
+"시겠습니까? (만약 이해가 안 되신다면, OK를 눌러도 안전합니다.)"
#: torbutton.popup.ff3.warning
msgid ""
@@ -93,18 +111,25 @@
"\n"
"Do you wish to continue anyway?"
msgstr ""
+"경고!\n"
+"\n"
+"Firefox 3 위의 Torbutton은 타임존과 Livemark를 Tor를 통해 누출시킵니다.\n"
+"\n"
+"그래도 계속하시겠습니까?"
#: torbutton.popup.toggle.warning
msgid "You need to toggle Tor or restart for your settings to take effect."
msgstr ""
+"귀하의 설정이 효과를 발휘하기 위해서는, Tor를 토글하거나 재시작할 필요가 있습"
+"니다."
#: torbutton.popup.test.success
msgid "Tor proxy test successful!"
-msgstr ""
+msgstr "Tor 프로시 테스트 성공!"
#: torbutton.popup.test.failure
msgid "Tor proxy test FAILED! Check your proxy and Polipo settings."
-msgstr ""
+msgstr "Tor 프록시 테스트 \"실패\"! 프록시와 Polipo 설정을 확인하십시오."
#: torbutton.popup.test.confirm_toggle
msgid ""
@@ -115,16 +140,24 @@
"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
"Proxy Preferences window to eliminate this warning."
msgstr ""
+"최근 대부분 Tor를 사용하기 위한 Tor 프록시 테스트가 실패하였습니다.\n"
+"\n"
+"어쨌든 활성화하시기를 원하는 것이 확실하십니까?\n"
+"\n"
+"Note: 문제를 고치셨다면, 이 경고를 없애기 위해 Tor 프록시 설정의 테스트를 다"
+"시 할 수 있습니다."
#: torbutton.popup.test.ff3_notice
msgid ""
"Click OK to test Tor proxy settings. This test will happen in the "
"background. Please be patient."
msgstr ""
+"OK를 누르시면 Tor 프록시 설정을 테스트합니다. 이 테스트는 백그라운드에서 작업"
+"됩니다. 잠시 기다려 쥡시오."
#: torbutton.panel.label.verified
msgid "Tor Verified"
-msgstr ""
+msgstr "Tor 검증됨."
#: torbutton.popup.test.auto_failed
msgid ""
@@ -132,28 +165,33 @@
"\n"
"Are you sure you want to enable anyway?"
msgstr ""
+"자동 Tor 프록시 테스트가 실패하였습니다.\n"
+"\n"
+"어쨌든 활성화하기를 원하시는 것이 확실하십니까?"
#: torbutton.prefs.recommended
msgid "(recommended)"
-msgstr ""
+msgstr "(추천)"
#: torbutton.prefs.optional
msgid "(optional)"
-msgstr ""
+msgstr "(선택)"
#: torbutton.prefs.crucial
msgid "(crucial)"
-msgstr ""
+msgstr "(중요)"
#: torbutton.popup.external.title
msgid "Load external content?"
-msgstr ""
+msgstr "외부 콘텐츠 로드?"
#: torbutton.popup.external.app
msgid ""
"An external application is needed to handle:\n"
"\n"
msgstr ""
+"외부 애플리케이션이 넘겨받는 것을 필요로 합니다:\n"
+"\n"
#: torbutton.popup.external.note
msgid ""
@@ -161,6 +199,10 @@
"\n"
"NOTE: External applications are NOT Tor safe by default and can unmask you!\n"
msgstr ""
+"\n"
+"\n"
+"NOTE: 외부 애플리케이션은 기본적으로 Tor에 의해 안전해지지 않으며, 귀하의 신"
+"상정보를 얻을 수 있습니다.\n"
#: torbutton.popup.external.suggest
msgid ""
@@ -169,45 +211,54 @@
"or in a VM,\n"
"or consider using a transparent Tor proxy like Tails LiveCD or torsocks.\n"
msgstr ""
+"\n"
+"만약 이 파일이 신뢰되지 않는다면, 파일을 저장해서 오프라인 상태로 보시던지, "
+"VM 내에서 보셔야 합니다.\n"
+"또는 Tails LuveCD나 Torsocks 같은 투명 Tor 프록시를 사용하는 것을 고려해 보십"
+"시오.\n"
#: torbutton.popup.launch
msgid "Launch application"
-msgstr ""
+msgstr "애플리케이션 실행"
#: torbutton.popup.cancel
msgid "Cancel"
-msgstr ""
+msgstr "취소"
#: torbutton.popup.dontask
msgid "Always launch applications from now on"
-msgstr ""
+msgstr "지금부터 항상 애플리케이션 실행"
#: torbutton.popup.test.no_http_proxy
msgid ""
"Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?"
msgstr ""
+"Tor 프록시 테스트: 로컬 HTTP 프록시에 접근할 수 없습니다. Polipo가 확실히 작"
+"동중 입니까?"
#: torbutton.popup.captcha.title
msgid "Avoid Google Captchas?"
-msgstr ""
+msgstr "Google Capchas 피하기?"
#: torbutton.popup.captcha.ask
msgid ""
"Torbutton detected a Google Captcha. Would you like to be redirected to "
"another search engine for this query?"
msgstr ""
+"Torbutton이 Google Capctha를 감지했습니다. 이 쿼리를 위해 다른 검색 엔진으로 "
+"리다이렉트 하시겠습니까?"
#: torbutton.popup.captcha.always
msgid "Always perform this action from now on"
-msgstr ""
+msgstr "지금부터 이 동작 기억하기"
#: torbutton.popup.redirect
msgid "Redirect"
-msgstr ""
+msgstr "리다이렉트"
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
-msgstr ""
+msgstr "리다이렉트 하지 않음"
#: torbutton.popup.prompted_language
msgid ""
@@ -217,6 +268,11 @@
"\n"
"Would you like to request English language web pages for better privacy?"
msgstr ""
+"더 많은 개인 정보를 위해, Torbutton은 영어 버전 웹페이지를 요청할 수 있습니"
+"다. 이것은 귀하의 모국어 대신 영어를 표시하는 웹 페이지를 일으킬 수 있습니"
+"다.\n"
+"\n"
+"더 나은 개인 정보를 위해 영어 웹 페이지를 요청하시겠습니까?"
#: torbutton.popup.no_newnym
msgid ""
@@ -225,6 +281,10 @@
"\n"
"Are you running Tor Browser Bundle?"
msgstr ""
+"Torbutton은 안전하게 새로운 신원을 줄 수 없습니다. 이것은 Tor 컨트롤 포트에 "
+"접근할 수 없습니다.\n"
+"\n"
+"Tor Browser Bundle을 사용하고 계십니까?"
#: torbutton.popup.use_tbb
msgid ""
@@ -235,20 +295,59 @@
"sending email to gettor(a)torproject.org or by downloading it at the following "
"URL: "
msgstr ""
+"이것은 Torbutton을 파이어폭스와 함께 사용하실 때 나타납니다. 그리고 덩상 추천"
+"되는 안전 설정이 아닙니다.\n"
+"\n"
+"대신, 저희는 gettor(a)torproject.org 에게 메일을 보내거나, 다음 URL에 접속해서 "
+"최신 Tor browser bundle을 받는 것을 추천드립니다: "
#: torbutton.popup.pref_error
msgid ""
"Torbutton cannot update preferences in the Tor Browser profile directory."
-msgstr ""
+msgstr "Torbutton은 Tor Browser 프로파일 디렉퇴를 업데이트 할 수 없습니다."
#: torbutton.popup.permission_denied
msgid ""
"Please either reset the permissions of the Tor Browser directory or copy it "
"to a new location."
msgstr ""
+"Tor Browser 디렉토리의 권환을 초기화 하시거나, Tor browser를 새로운 위치로 "
+"옮겨 주십시오."
#: torbutton.popup.device_full
msgid ""
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+"이 디스크는 가득 찬 것 같습니다. 빈 공간을 만드시거나 새로운 장치로 Tor "
+"browser를 옮겨 주십시오."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ku/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ku/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ku/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ku/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ku/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ku/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/kw/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/kw/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/kw/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/kw/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/kw/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/kw/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ky/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ky/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ky/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ky/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ky/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ky/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/lb/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/lb/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/lb/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/lb/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/lb/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/lb/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ln/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ln/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ln/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ln/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ln/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ln/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/lo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/lo/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/lo/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/lo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/lo/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/lo/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/lt/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/lt/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/lt/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/lt/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/lt/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/lt/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -253,3 +253,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/lv/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/lv/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/lv/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/lv/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/lv/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/lv/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,13 +1,14 @@
#
# Translators:
+# Ojars Balcers <ojars.balcers(a)gmail.com>, 2012.
#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2010-12-05 19:40+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-08-09 14:33+0000\n"
+"Last-Translator: Ojars Balcers <ojars.balcers(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: lv\n"
"MIME-Version: 1.0\n"
@@ -20,41 +21,43 @@
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
-msgstr ""
+msgstr "Iespējot Tor"
#: torbutton.button.tooltip.enabled
msgid "Disable Tor"
-msgstr ""
+msgstr "Atspējot Tor"
#: torbutton.panel.tooltip.disabled
msgid "Click to enable Tor"
-msgstr ""
+msgstr "Noklikšķināt, lai iespējotu Tor"
#: torbutton.panel.tooltip.enabled
msgid "Click to disable Tor"
-msgstr ""
+msgstr "Noklikšķināt, lai atspējotu Tor"
#: torbutton.panel.plugins.disabled
msgid "Click to enable plugins"
-msgstr ""
+msgstr "Noklikšķināt, lai iespējotu spraudņus"
#: torbutton.panel.plugins.enabled
msgid "Click to disable plugins"
-msgstr ""
+msgstr "Noklikšķināt, lai atspējotu spraudņus"
#: torbutton.panel.label.disabled
msgid "Tor Disabled"
-msgstr ""
+msgstr "Tor ir atspējots"
#: torbutton.panel.label.enabled
msgid "Tor Enabled"
-msgstr ""
+msgstr "Tor ir iespējots"
#: extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description
msgid ""
"Torbutton provides a button to easily enable or disable pointing Firefox to "
"the Tor proxy"
msgstr ""
+"Torbutton piedāvā pogu, lai viegli iespējotu vai atspējotu Firefox rādīšanu "
+"uz Tor starpnieka"
#: torbutton.popup.history.warning
msgid ""
@@ -68,6 +71,12 @@
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
msgstr ""
+"Torbutton bloķēja cilnes aktivitāti, kura ielādēta citā Tor stāvoklī.⏎ ⏎ Tas "
+"nepieciešams, lai novērstu Firefox kļūdas nr. 409737 un 417869.⏎ ⏎ Ja šis "
+"uznirstošais elements parādījās bez šķietama iemesla, tad kāda no jūsu "
+"cilnēm cenšas sevi fonā pārlādēt, taču šis mēģinājums tika bloķēts.⏎ ⏎Lai "
+"pārlādētu cilni šajā Tor stāvoklī, lodziņā URL atrašanās vieta nospiediet "
+"taustiņu \"Ievadīt\".⏎ ⏎\n"
#: torbutton.popup.plugin.warning
msgid ""
@@ -76,6 +85,8 @@
"Use Save-As instead.\n"
"\n"
msgstr ""
+"Torbutton bloķēja tiešu Tor spraudņa satura ielādi. ⏎ ⏎ Tādā gadījumā "
+"lietojiet Saglabāt kā. ⏎ ⏎\n"
#: torbutton.popup.confirm_ca_certs
msgid ""
@@ -84,6 +95,11 @@
"Tor 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 piezīme: Šķiet, ka jums nav pielāgotu Sertificēšanas iestāžu. "
+"Sertificēšanas iestāžu pārbaude ir laikietilpīga darbība un palēnina Tor "
+"pārslēgšanos. Vai vēlaties atspējot sertificēšanas iestāžu sertifikātu "
+"izolēšanu? (Ja nesaprotat, kas tieši te ir domāts, tad, ziniet, ka ir droši "
+"noklikšķināt Labi jeb OK)"
#: torbutton.popup.ff3.warning
msgid ""
@@ -94,18 +110,24 @@
"\n"
"Do you wish to continue anyway?"
msgstr ""
+"Brīdinājums!⏎ ⏎Ir zināms, ka Torbutton, strādājot Firefox 3, ar Tor "
+"starpniecību nopludina jūsu laika joslu un tiešatzīmes.⏎ ⏎ Vai vēlaties "
+"tomēr turpināt? "
#: torbutton.popup.toggle.warning
msgid "You need to toggle Tor or restart for your settings to take effect."
msgstr ""
+"Nepieciešams pārslēgt vai pārstartēt Tor, lai iestatījumi stātos spēkā."
#: torbutton.popup.test.success
msgid "Tor proxy test successful!"
-msgstr ""
+msgstr "Tor starpnieka pārbaude ir sekmīga!"
#: torbutton.popup.test.failure
msgid "Tor proxy test FAILED! Check your proxy and Polipo settings."
msgstr ""
+"Tor starpnieka pārbaudes tests NEIZDEVĀS! Pārbaudiet starpnieka un Polipo "
+"iestatījumus."
#: torbutton.popup.test.confirm_toggle
msgid ""
@@ -116,16 +138,22 @@
"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
"Proxy Preferences window to eliminate this warning."
msgstr ""
+"Pēdējā Tor starpnieka pārbaudē neizdevās izmantot Tor.⏎ ⏎ Vai esat "
+"pārliecināts, ka tomēr vēlaties to iespējot?⏎ ⏎ Piezīme: Ja esat atrisinājis "
+"šo problēmu, varat atkārtoti palaist pārbaudi lodziņā Torbutton starpnieka "
+"preferences, lai nebūtu šī brīdinājuma. "
#: torbutton.popup.test.ff3_notice
msgid ""
"Click OK to test Tor proxy settings. This test will happen in the "
"background. Please be patient."
msgstr ""
+"Noklikšķiniet Labi jeb OK, lai pārbaudītu Tor starpnieka iestatījumus. Šī "
+"pārbaude notiks fonā. Lūdzu, esiet pacietīgs. "
#: torbutton.panel.label.verified
msgid "Tor Verified"
-msgstr ""
+msgstr "Tor ir verificēts"
#: torbutton.popup.test.auto_failed
msgid ""
@@ -133,28 +161,30 @@
"\n"
"Are you sure you want to enable anyway?"
msgstr ""
+"Automātiskā Tor starpnieka pārbaudē neizdevās izmantot Tor.⏎ ⏎ Vai esat "
+"pārliecināts, ka tomēr vēlaties to iespējot?"
#: torbutton.prefs.recommended
msgid "(recommended)"
-msgstr ""
+msgstr "(ieteicams)"
#: torbutton.prefs.optional
msgid "(optional)"
-msgstr ""
+msgstr "(neobligāts)"
#: torbutton.prefs.crucial
msgid "(crucial)"
-msgstr ""
+msgstr "(būtisks)"
#: torbutton.popup.external.title
msgid "Load external content?"
-msgstr ""
+msgstr "Ielādēt ārēju saturu?"
#: torbutton.popup.external.app
msgid ""
"An external application is needed to handle:\n"
"\n"
-msgstr ""
+msgstr "Nepieciešama ārēja lietotne, lai apstrādātu:⏎ ⏎\n"
#: torbutton.popup.external.note
msgid ""
@@ -162,6 +192,9 @@
"\n"
"NOTE: External applications are NOT Tor safe by default and can unmask you!\n"
msgstr ""
+"\n"
+"⏎ ⏎PIEZĪME: Pēc noklusējuma ārējas lietotnes NAV gana drošas Tor un var jūs "
+"atklāt!⏎\n"
#: torbutton.popup.external.suggest
msgid ""
@@ -170,45 +203,53 @@
"or in a VM,\n"
"or consider using a transparent Tor proxy like Tails LiveCD or torsocks.\n"
msgstr ""
+"\n"
+"Ja šī datne nav uzticama, jums vai nu tā jāsaglabā, lai apskatītu bezsaistē "
+"vai VM, vai arī apsveriet izmantot pārskatāmu Tor starpnieku, tādu kā Tails "
+"LiveCD vai torsocks.\n"
#: torbutton.popup.launch
msgid "Launch application"
-msgstr ""
+msgstr "Palaist lietotni"
#: torbutton.popup.cancel
msgid "Cancel"
-msgstr ""
+msgstr "Atcelt"
#: torbutton.popup.dontask
msgid "Always launch applications from now on"
-msgstr ""
+msgstr "Turpmāk vienmēr palaist lietotnes"
#: torbutton.popup.test.no_http_proxy
msgid ""
"Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?"
msgstr ""
+"Tor starpnieka pārbaude: HTTP vietējais starpnieks nav sasniedzams. Vai "
+"Polipo darbojas pareizi?"
#: torbutton.popup.captcha.title
msgid "Avoid Google Captchas?"
-msgstr ""
+msgstr "Izvairīties no Google Captchas?"
#: torbutton.popup.captcha.ask
msgid ""
"Torbutton detected a Google Captcha. Would you like to be redirected to "
"another search engine for this query?"
msgstr ""
+"Torbutton konstatēja Google Captcha. Vai vēlaties, lai šis vaicājums tiktu "
+"pāradresēts uz citu meklētājprogrammu?"
#: torbutton.popup.captcha.always
msgid "Always perform this action from now on"
-msgstr ""
+msgstr "Turpmāk vienmēr veikt šo darbību"
#: torbutton.popup.redirect
msgid "Redirect"
-msgstr ""
+msgstr "Novirzīt"
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
-msgstr ""
+msgstr "Nenovirzīt"
#: torbutton.popup.prompted_language
msgid ""
@@ -218,6 +259,11 @@
"\n"
"Would you like to request English language web pages for better privacy?"
msgstr ""
+"Lai nodrošinātu jums lielāku privātuma līmeni, Torbutton var pieprasīt "
+"tīmekļa vietņu angļu valodas versiju. Tas var radīt situāciju, ka tīmekļa "
+"vietnes, kuras izvēlaties lasīt dzimtajā valodā, tiek attēlotas angļu valodā."
+"⏎ ⏎ Vai vēlaties pieprasīt tīmekļa vietnes angļu valodā, lai nodrošinātu "
+"lielāku privātuma līmeni?"
#: torbutton.popup.no_newnym
msgid ""
@@ -226,6 +272,8 @@
"\n"
"Are you running Tor Browser Bundle?"
msgstr ""
+"Torbutton nespēj droši sniegt jums jaunu identitāti. Tai nav piekļuves pie "
+"Tor vadības porta. ⏎ ⏎ Vai esat palaidis Pārlūka Tor komplektu?"
#: torbutton.popup.use_tbb
msgid ""
@@ -236,20 +284,59 @@
"sending email to gettor(a)torproject.org or by downloading it at the following "
"URL: "
msgstr ""
+"Šķiet, ka strādājot ar Firefox lietojat Torbutton, kas vairs nav rekomendēta "
+"droša konfigurācija.⏎ ⏎ Tā vietā mēs iesakām izmantot jaunāko pārlūka Tor "
+"komplektu, ko iespējams saņemt nosūtot epastu, kurš adresēts "
+"gettor@torprojec , vai lejupielādējot komplektu norādītajā URL: "
#: torbutton.popup.pref_error
msgid ""
"Torbutton cannot update preferences in the Tor Browser profile directory."
msgstr ""
+"Torbutton nespēj atjaunināt preferences Pārlūka Tor profila direktorijā."
#: torbutton.popup.permission_denied
msgid ""
"Please either reset the permissions of the Tor Browser directory or copy it "
"to a new location."
msgstr ""
+"Lūdzu vai nu atiestatiet pārlūka Tor direktorijas atļaujas, vai arī kopējiet "
+"to uz jaunu vietu."
#: torbutton.popup.device_full
msgid ""
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+"Šķiet, ka cietais disks ir pilns. Lūdzu, atbrīvojiet vietu uz diska vai "
+"pārvietojiet pārlūku Tor uz citu ierīci."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/mg/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/mg/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mg/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/mg/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/mg/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mg/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/mi/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/mi/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mi/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/mi/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/mi/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mi/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/mk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/mk/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mk/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/mk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/mk/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mk/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ml/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ml/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ml/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ml/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ml/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ml/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/mn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/mn/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mn/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/mn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/mn/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mn/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/mr/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/mr/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mr/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/mr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/mr/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mr/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ms/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ms/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ms/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ms/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ms/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ms/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/mt/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/mt/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mt/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/mt/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/mt/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/mt/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -253,3 +253,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/my/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/my/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/my/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-05-11 04:26+0000\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-06-23 08:52+0000\n"
"Last-Translator: Thura Hlaing <trhura(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: my\n"
@@ -21,19 +21,19 @@
#: torbutton.prefs.title
msgid "Torbutton Preferences"
-msgstr "Torbutton လိုလားချက်များ"
+msgstr "Torbutton ဦးစားပေးချက်များ"
#: torbutton.prefs.display_settings
msgid "Display Settings"
-msgstr "အရုပ်ဖော်ပြမှုစနစ်ပြင်ဆင်မှုများ"
+msgstr "ပြသမှု ချိန်ညှိချက်များ"
#: torbutton.prefs.display_panel
msgid "Display Tor proxy setting in the status bar"
-msgstr "အခြေအနေပြဘားတန်း၌ Tor ပရောင့်ဇီ စနစ်ပြင်ဆင်မှုကို ဖော်ပြပါ။"
+msgstr "Tor proxy ချိန်ညှိချက်များကို status bar ထဲတွင် ပြသရန်"
#: torbutton.prefs.panel_format
msgid "Status bar display format:"
-msgstr "အခြေအနေပြ ဘားတန်း၌ ဖော်ပြမည့် ပုံစံ -"
+msgstr "Status bar ၌ ဖေါ်ပြမည့် ပုံစံ -"
#: torbutton.prefs.panel_text_format
msgid "Text"
@@ -41,51 +41,51 @@
#: torbutton.prefs.panel_icon_format
msgid "Icon"
-msgstr "သင်္ကေတပုံ"
+msgstr "အိုင်ကွန်"
#: torbutton.prefs.tor_settings
msgid "Proxy Settings"
-msgstr "ပရောင့်ဇီစနစ်ပြင်ဆင်မှုများ"
+msgstr "ပရောက်ဇီ ချိန်ညှိချက်များ"
#: torbutton.prefs.recommended_settings
msgid "Use the recommended proxy settings for my version of Firefox"
-msgstr "ကျွန်တော့်၏ Firefox ဗားရှင်းအတွက် အကြံပြုထားသည့် ပရောင့်ဇီစနစ်ပြင်ဆင်မှုများကို သုံးပါ။"
+msgstr "ကျွန်တော့် မီးလျှံမြေခွေး ဗားရှင်းအတွက် အကြံပြုထားသော ပရောက်ဇီ ချိန်ညှိချက်များကို အသုံးပြုရန်"
#: torbutton.prefs.use_privoxy
msgid "Use Privoxy"
-msgstr "Privoxyကို သုံးပါ။"
+msgstr "Privoxy ကို သုံးရန်"
#: torbutton.prefs.use_polipo
msgid "Use Polipo"
-msgstr "Polipoကို သုံးပါ။"
+msgstr "Polipo ကို သုံးရန်"
#: torbutton.prefs.custom_settings
msgid "Use custom proxy settings"
-msgstr "စိတ်ကြိုက်ပရောင့်ဇီစနစ်ပြင်ဆင်မှုများကို သုံးပါ။"
+msgstr "စိတ်ကြိုက် ပရောက်ဇီ ချိန်ညှိချက်များကို သုံးရန်"
#: torbutton.prefs.proxy.host.http
msgid "HTTP Proxy:"
-msgstr "HTTP ပရောင့်ဇီ -"
+msgstr "HTTP ပရောက်ဇီ -"
#: torbutton.prefs.proxy.host.https
msgid "SSL Proxy:"
-msgstr "SSL ပရောင့်ဇီ -"
+msgstr "SSL ပရောက်ဇီ -"
#: torbutton.prefs.proxy.host.ftp
msgid "FTP Proxy:"
-msgstr "FTP ပရောင့်ဇီ -"
+msgstr "FTP ပရောက်ဇီ -"
#: torbutton.prefs.proxy.host.gopher
msgid "Gopher Proxy:"
-msgstr "Gopher ပရောင့်ဇီ -"
+msgstr "Gopher ပရောက်ဇီ -"
#: torbutton.prefs.proxy.host.socks
msgid "SOCKS Host:"
-msgstr "SOCKS အိမ်ရှင်ကွန်ပျူတာ -"
+msgstr "SOCKS Host -"
#: torbutton.prefs.proxy.port
msgid "Port:"
-msgstr "ဆက်သွယ်ပေါက် -"
+msgstr "Port -"
#: torbutton.about.title
msgid "About Torbutton"
@@ -97,11 +97,11 @@
#: torbutton.about.summary
msgid "Protects the privacy of your Tor browsing."
-msgstr "သင်၏ Tor အသုံးပြု ရှာဖွေခြင်း၏ ကိုယ်ပိုင်လုံခြုံရေးကို အကာအကွယ်ပေးပါ။"
+msgstr "သင့် Tor ဖွင့်ကြည့်ခြင်း သီးခြားရပ်တည်မှုကို ကာကွယ်ပါ။"
#: torbutton.about.code
msgid "Code Contributors:"
-msgstr "ကုဒ် ပါဝင်ရေးသားပေးသူများ -"
+msgstr "ကုဒ် ပါ၀င် ရေးသားသူများ -"
#: torbutton.about.maintainer
msgid "Maintainer:"
@@ -109,23 +109,23 @@
#: torbutton.about.security_review
msgid "Security Review:"
-msgstr "လုံခြုံရေးဆိုင်ရာပြန်လည်သုံးသပ်ချက် -"
+msgstr "လုံခြုံရေးဆိုင်ရာ သုံးသပ်ချက် -"
#: torbutton.about.donate
msgid "If you like using Tor, you might consider"
-msgstr "သင်သည် Tor ကို သုံးခြင်းကို ကြိုက်နှစ်သက်လျှင် သင်သည် စဉ်းစားသင့်သည်။"
+msgstr "အကယ်၍ Tor ကို သင် အသုံးပြုလိုလျှင်၊ သင် စဉ်းစားသင့်သည်"
#: torbutton.about.make_donation
msgid "making a donation."
-msgstr "လှူဒါန်းခြင်း"
+msgstr "လှူဒါန်းမှု ပြုလုပ်ပါ။"
#: torbutton.pref_connection.notice
msgid "Disable Torbutton to change these settings."
-msgstr "ဒီဆက်တင်များကိုပြောင်းလဲရန်အတွက် Torbutton ကိုအသုံးမပြုပါ။"
+msgstr "အဲဒီ ချိန်ညှိချက်များကို ပြောင်းရန် Torbutton ကို ပိတ်ပါ။"
#: torbutton.pref_connection.more_info
msgid "More information"
-msgstr "နောက်ထပ်သတင်းအချက်အလက်များ"
+msgstr "နောက်ထပ် အချက်အလက်များ"
#: torbutton.pref_connection_more_info.title
msgid "Help"
@@ -137,13 +137,13 @@
"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 ကို အသုံးမပြုစေပဲ ဤနေရာသို့ပြန်လာပါ။ ခင်ဗျားရဲ့ Tor "
-"ဆက်တင်သို့ပြောင်းလဲလိုလျှင် ကျေးဇူးပြု၍ Torbutton လိုလားချက် ဝင်းဒိုးကို အသုံးပြုပါ။"
+"Torbutton ကို လောလောဆယ် ဖွင့်ထားသည်။ အကယ်၍ သင့် Tor ပရောက်ဇီ မသုံးသော ချိန်ညှိချက်များကို "
+"ပြောင်းလိုလျှင်၊ Torbutton ကို ပိတ်ပြီး ဤနေရာသို့ ပြန်လာပါ။ အကယ်၍ သင့် Tor ချိန်ညှိချက်များကို "
+"ပြောင်းလိုပါက၊ Torbutton ဦးစားပေးမှု ၀င်းဒိုးကို သုံးစွဲပါ။"
#: torbutton.context_menu.new_identity
msgid "New Identity"
-msgstr "အထောက်အထားအသစ်"
+msgstr "အထောက်အထား အသစ်"
#: torbutton.context_menu.new_identity_key
msgid "I"
@@ -151,7 +151,7 @@
#: torbutton.context_menu.toggle
msgid "Toggle Tor status"
-msgstr "Tor အခြေအနေကို အပြန်အလှန် ပြောင်းလဲလိုက်ပါ။"
+msgstr "Tor status ကို ထိန်းကျောင်းရန်"
#: torbutton.context_menu.toggle.key
msgid "T"
@@ -159,7 +159,7 @@
#: torbutton.context_menu.preferences
msgid "Preferences..."
-msgstr "ဦးစားပေးချက်များ ..."
+msgstr "ဦးစားပေးချက်များ..."
#: torbutton.context_menu.preferences.key
msgid "P"
@@ -183,7 +183,7 @@
#: torbutton.context_menu.copyTor
msgid "Copy Tor URL"
-msgstr "Tor URL လမ်းကြောင်းကို ကူးယူပါ။"
+msgstr "Tor URL ကို ကော်ပီးကူးရန်"
#: torbutton.context_menu.copyTor.key
msgid "p"
@@ -191,7 +191,7 @@
#: torbutton.context_menu.openTorTab
msgid "Open Tor URL in new Tab"
-msgstr "မျက်နှာစာအသစ်တွင်Tor URL လမ်းကြောင်းကို ဖွင့်ပါ။"
+msgstr "Tor URL ကို စာအမှတ်သစ်တွင် ဖွင့်ရန်"
#: torbutton.context_menu.openTorTab.key
msgid "r"
@@ -199,7 +199,7 @@
#: torbutton.context_menu.openTorWindow
msgid "Open Tor URL in new Window"
-msgstr "ဝင်းဒိုးအသစ်တွင် Tor URLလမ်းကြောင်းကို ဖွင့်ပါ။"
+msgstr "Tor URL ကို ၀င်းဒိုးသစ်တွင် ဖွင့်ရန်"
#: torbutton.context_menu.openTorWindow.key
msgid "d"
@@ -215,80 +215,75 @@
#: torbutton.prefs.sec_settings
msgid "Security Settings"
-msgstr "လုံခြုံမှုစနစ်ပြင်ဆင်မှုများ"
+msgstr "လုံခြုံရေး ချိန်ညှိချက်များ"
#: torbutton.prefs.block_thread
msgid "Block history reads during Tor (crucial)"
-msgstr "Tor အား အသုံးပြုနေချိန်တွင် မှတ်သားခဲ့သည့် အသုံးပြုမှုမှတ်တမ်းကို ပိတ်ဆို့ပါ။ (အတိမ်းအစောင်းမခံပါ။)"
+msgstr "Tor အလုပ်လုပ်နေသည့်အခါ မှတ်တမ်းတင် ဖတ်ရှုမှုကို ပိတ်ရန် (အရေးပါသည်)"
#: torbutton.prefs.block_thwrite
msgid "Block history writes during Tor (recommended)"
-msgstr "Tor ကို ဖွင့်ထားစဉ် မှတ်တမ်းရေးခြင်းများကို ပိတ်ပင်ပါ။ (အကြံပြုတိုက်တွန်းထားသည်။)"
+msgstr "Tor အလုပ်လုပ်နေသည့်အခါ မှတ်တမ်းတင် ရေးသားခြင်းကို ပိတ်ရန် (အကြံပြုထားသည်)"
#: torbutton.prefs.block_nthread
msgid "Block history reads during Non-Tor (optional)"
-msgstr "Tor မဟုတ်သည့် ပရိုဂရမ်ကို ဖွင့်ထားစဉ် မှတ်တမ်းများကို ဖတ်ရှုခြင်းကို ပိတ်ပင်ပါ။ (မရွေးလည်းရသည်။)"
+msgstr "Tor အသုံးမပြုသည့်အခါ မှတ်တမ်းတင် ဖတ်ရှုခြင်းကို ပိတ်ရန် (လိုအပ်ပါက)"
#: 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)"
-msgstr "Tor အဖွင့်အပိတ်၌ မှတ်တမ်းများကို ရှင်းလင်းပါ။ (မရွေးချယ်လည်းရသည်။)"
+msgstr "Tor ထိန်းကျောင်းမှု မှတ်တမ်းကို ရှင်းလင်းပါ (လိုအပ်ပါက)"
#: torbutton.prefs.clear_cache
msgid "Block Tor disk cache and clear all cache on Tor toggle"
-msgstr ""
-"Torပရိုဂရမ် အဖွင့်အပိတ် အလှည့်အပြောင်း၌ Tor ဒေတာသိုမှီးစက်အတွက်ခေတ္တမှတ်ဉာဏ်ကို ပိတ်ပင်ပြီး "
-"ခေတ္တမှတ်ဉာဏ်များအားလုံးကို ရှင်းပါ။"
+msgstr "Tor disk ယာယီ သိမ်းဆည်းခန်းကို ပိတ်ပြီး Tor အထိန်းမှ ယာယီဖိုင်များ အားလုံးကို ရှင်းလင်းပါ"
#: torbutton.prefs.block_cache
msgid "Block disk and memory cache access during Tor"
-msgstr ""
-"Torကို အသုံးပြုချိန်အတွင်း ဒေတာသိုမှီးစက်အတွက် ခေတ္တမှတ်ဉာဏ်နှင့် မီမိုရီအတွက် ခေတ္တမှတ်ဉာဏ်တို့မှ ဝင်ရောက်မှုကို "
-"ပိတ်ပင်ပါ။"
+msgstr "Tor အလုပ်လုပ်နေစဉ် Disk နှင့် မှတ်ဉာဏ်တွင်း ယာယီ ၀င်ရောက်မှုကို ပိတ်ရန်"
#: torbutton.prefs.cookie_jars
msgid "Store Non-Tor cookies in a protected jar"
-msgstr "ကာကွယ်ထားသည့် jar ထဲ၌ Tor မဟုတ်သည့် ပရိုဂရမ်မှ ကွတ်ကီးများကို သိမ်းပါ။"
+msgstr "ကာကွယ်ထားသည့် jar ထဲတွင် Tor မဟုတ်သော ကွတ်ကီးများကို သိမ်းရန်"
#: torbutton.prefs.cookie_protection
msgid "Use the Cookie Protections Dialog to choose"
-msgstr "ရွေးချယ်ရန် ကွတ်ကီး ကာကွယ်မှုများ ဒိုင်ယာလော့အကွက်ကို သုံးပါ။"
+msgstr "ရွေးချယ်ရန် ကွတ်ကီး အကာအကွယ်များ အညွှန်းစာမျက်နှာကို သုံးရန်"
#: torbutton.prefs.mmm_cookies
msgid "I will manually manage my cookies (dangerous)"
-msgstr "ကျွန်တော်၏ ကွတ်ကီးများကို ကျွန်တော့်ဘာသာကျွန်တော် စီမံခန့်ခွဲသွားမည်။ (အန္တရာယ်ရှိသည်။)"
+msgstr "ကျွန်တော့် ကွတ်ကီးများကို ကျွန်တော် ကိုယ်တိုင် စီမံခန့်ခွဲမည် (အန္တရာယ်ရှိသည်)"
#: torbutton.prefs.clear_cookies
msgid "Clear cookies on Tor toggle"
-msgstr "Tor ကို အဖွင့်အပိတ်ပြုလု်စဉ် ကွတ်ကီးများကို ရှင်းလင်းပါ။"
+msgstr "Tor အထိန်းပေါ်က ကွတ်ကီးများကို ရှင်းလင်းရန်"
#: torbutton.prefs.disable_plugins
msgid "Disable plugins during Tor usage (crucial)"
-msgstr "Tor ကို အသုံးပြုချိန်အတွင်း ဖြည့်စွက်ပရိုဂရမ်များကို မရစေရန် ပြုလုပ်ပါ။ (အတိမ်းအစောင်းမခံပါ။)"
+msgstr "Tor သုံးစွဲနေချိန်အတွင်း ပလပ်အင်များကို ပိတ်ရန် (အရေးကြီးသည်)"
#: torbutton.prefs.kill_bad_js
msgid "Hook dangerous javascript (crucial)"
-msgstr "အန္တရာယ်ရှိသည့် javascript ကို ဆွဲချိတ်ထားပါ။ (အတိမ်းအစောင်းမခံပါ။)"
+msgstr "အန္တရာယ်ရှိသော javascript ကို ချိတ်ထားရန် (အရေးကြီးသည်)"
#: torbutton.prefs.isolate_content
msgid "Isolate dynamic content to Tor state (crucial)"
-msgstr "Tor အခြေအနေသို့ အကြောင်းအရာအရှင်များကို သီးခြားထားပါ။ (အတိမ်းအစောင်းမခံပါ။)"
+msgstr "တက်ကြွသော အကြောင်းအရာကို Tor အခြေအနေ၌ သီးခြားထားရန် (အရေးကြီးသည်)"
#: torbutton.prefs.no_updates
msgid "Disable updates during Tor usage"
-msgstr "Tor အသုံးပြုချိန်အတွင်း အဆင့်တိုးမြှင့်မှုများကို မရအောင်ပြုလုပ်ပါ။"
+msgstr "Tor သုံးစွဲနေချိန်တွင် မွမ်းမံချက်များကို ပိတ်ရန်"
#: torbutton.prefs.set_uagent
msgid "Set user agent for Tor usage (crucial)"
-msgstr "Tor အသုံးပြုမှုအတွက် အသုံးပြုသူအေးဂျင့်ကို သတ်မှတ်ပါ။ (အတိမ်းအစောင်းမခံပါ။)"
+msgstr "Tor သုံးစွဲမှုအတွက် သုံးစွဲသူ အေးဂျင့်ကို သတ်မှတ်ရန် (အရေးကြီးသည်)"
#: torbutton.prefs.dynamic
msgid "Dynamic Content"
-msgstr "အကြောင်းအရာအရှင်"
+msgstr "တက်ကြွသော အကြောင်းအရာ"
#: torbutton.prefs.cookies
msgid "Cookies"
@@ -296,7 +291,7 @@
#: torbutton.prefs.cache
msgid "Cache"
-msgstr "ခေတ္တသိမ်းမှတ်ဉာဏ်"
+msgstr "ယာယီ သိမ်းဆည်းခန်း"
#: torbutton.prefs.history
msgid "History"
@@ -304,28 +299,27 @@
#: torbutton.prefs.no_search
msgid "Disable search suggestions during Tor (recommended)"
-msgstr ""
-"Tor သုံးနေချိန်အတွင်း ရှာဖွေမှုအကြံပြုချက်များအား မရနိုင်အောင် ပြုလုပ်ပါ။ (အကြံပြုတိုက်တွန်းထားသည်။)"
+msgstr "Tor သုံးစွဲနေချိန်အတွင်း ရှာဖွေမှု အကြံပြုချက်များကို ပိတ်ရန် (အကြံပြုထားသည်)"
#: torbutton.prefs.shutdown
msgid "Shutdown"
-msgstr "စက်ကို ပိတ်ပါ။"
+msgstr "စက်ပိတ်ရန်"
#: torbutton.prefs.tor_shutdown
msgid "Clear Tor cookies during Tor-enabled browser shutdown"
-msgstr "Tor ရနိုင်သည့် ဘရောင့်ဇာကို ပိတ်လိုက်ချိန်တွင် Tor ကွတ်ကီးများကို ရှင်းလင်းပါ။"
+msgstr "Tor သုံးထားသော ဘရောင်ဆာကို ပိတ်နေချိန်တွင် Tor ကွတ်ကီးများကို ရှင်းလင်းရန်"
#: torbutton.prefs.all_shutdown
msgid "Clear cookies during any browser shutdown"
-msgstr "မည်သည့် ဘရောင့်ဇာကိုမဆို ပိတ်လိုက်သည့်အခါတိုင်း ကွတ်ကီးများကို ရှင်းလင်းပါ။"
+msgstr "ဘရောင်ဆာ ပိတ်နေချိန်တွင် ကွတ်ကီးများကို ရှင်းလင်းရန်"
#: torbutton.prefs.no_shutdown
msgid "Do not clear my cookies at shutdown"
-msgstr "စက်ပိတ်ချိန်၌ ကျွန်တော့်၏ကွက်ကီးကို မရှင်းလင်းပစ်ပါနှင့်။"
+msgstr "စက်ပိတ်ချိန်တွင် ကျွန်တော့် ကွက်ကီးကို မရှင်းပါနှင့်"
#: torbutton.prefs.disable_sessionstore
msgid "Disable Session Saving (recommended)"
-msgstr "မှတ်ဉာဏ်အပိုင်းငယ်ကိုသိမ်းခြင်းကို မရစေရန် ပြုလုပ်ပါ။ (အကြံပြုတိုက်တွန်းသည်။)"
+msgstr "လုပ်ငန်း သိမ်းဆည်းမှုကို ပိတ်ရန် (အကြံပြုထားသည်)"
#: torbutton.prefs.headers
msgid "Headers"
@@ -333,43 +327,40 @@
#: torbutton.prefs.spoof_english
msgid "Spoof US English Browser"
-msgstr "အမေရိကန်အင်္ဂလိပ်စာသုံးဘရောင့်ဇာအား ပုံမှားရိုက်ပါ။"
+msgstr "ယူအက်စ် အင်္ဂလိပ်သုံး ဘရောင်ဆာကို ပုံမှားရိုက်ရန်"
#: torbutton.prefs.refererspoofing
msgid "Referer spoofing"
-msgstr "ညွှန်းသူမှ ပုံမှားရိုက်ခြင်း"
+msgstr "ရည်ညွှန်းသူ ပုံမှားရိုက်ခြင်း"
#: torbutton.prefs.spoofblank
msgid "Spoof blank referer during Tor usage (may break some sites)"
-msgstr ""
-"Tor အသုံးပြုချိန်အတွင်း ဘာမှမညွှန်းထားသည်ကို ပုံမှားရိုက်ပါ။ (ဝက်ဘ်ဆိုဒ်အချို့ ကို "
-"ချိုးဖောက်ကောင်းချိုးဖောက်လိမ့်မည်။)"
+msgstr "Tor သုံးစွဲနေချိန်တွင် ဗလာ ရည်ညွှန်းချက်ကို ပုံမှားရိုက်သည် (အချို့ ကွန်ရက် စာမျက်နှာများကို ဖျက်နိုင်သည်)"
#: 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)"
-msgstr "Tor အသုံးပြုချိန်အတွင်း ညွှန်းသူမှ ပုံမှားရိုက်ခြင်း မရှိပါ။ (ညွှန်းသူများကို ပုံမှန်အားဖြင့် ပို့လွှတ်သည်။)"
+msgstr "Tor သုံးစွဲချိန်တွင် ရည်ညွှန်းချက် ပုံမှားရိုက်ခြင်း မရှိပါ (ရည်ညွှန်းသူများကို ပုံမှန်အတိုင်း ပေးပို့ရန်)"
#: torbutton.prefs.disable_domstorage
msgid "Disable DOM Storage during Tor usage (crucial)"
-msgstr "Tor အသုံးပြုနေချိန်အတွင်း DOM သိမ်းဆည်းမှုကို မရနိုင်အောင် ပြုလုပ်ပါ။ (အတိမ်းအစောင်းမခံပါ။)"
+msgstr "Tor သုံးစွဲချိန်တွင် DOM သိမ်းဆည်းမှုကို ပိတ်ရန် (အရေးကြီးသည်)"
#: torbutton.prefs.forms
msgid "Forms"
-msgstr "ပုံစံများ"
+msgstr "ဖြည့်စွတ်ပုံစံများ"
#: torbutton.prefs.block_tforms
msgid "Block password+form saving during Tor (recommended)"
-msgstr "Tor ကို အသုံးပြုချိန်အတွင်း စကားဝှက်+ပုံစံ သိမ်းဆည်းခြင်းကို ပိတ်ပင်ပါ။ (အကြံပြုတိုက်တွန်းထားသည်။)"
+msgstr "Tor သုံးစွဲနေချိန်တွင် စကားဝှက်+ဖြည့်စွတ်ပုံစံ သိမ်းဆည်းမှုကို ပိတ်ရန်(အကြံပြုထားသည်)"
#: torbutton.prefs.block_ntforms
msgid "Block password+form saving during Non-Tor (optional)"
-msgstr ""
-"Tor မဟုတ်သည့် ပရိုဂရမ် ကို အသုံးပြုချိန်အတွင်း စကားဝှက်+ပုံစံ သိမ်းဆည်းခြင်းကို ပိတ်ပင်ပါ။ (မရွေးချယ်လည်းရသည်။)"
+msgstr "Tor မပါပဲ သုံးစွဲနေချိန်တွင် စကားဝှက်+ဖြည့်စွတ်ပုံစံ သိမ်းဆည်းမှုကို ပိတ်ရန်(လိုအပ်ပါက)"
#: torbutton.prefs.tor
msgid "Tor"
@@ -377,134 +368,120 @@
#: torbutton.prefs.non_tor
msgid "Non-Tor"
-msgstr "Tor မဟုတ်သည့် ပရိုဂရမ်များ"
+msgstr "Tor မဟုတ်သော ပရိုဂရမ်များ"
#: torbutton.prefs.restore_tor
msgid "On session restored startup, set Tor state to:"
-msgstr "ဆက်ရှင်ကို နဂိုအတိုင်း ပြန်လုပ်ပြီး ပရိုဂရမ်အစပြုရာ၌ Tor အခြေအနေကို ဖော်ပြပါအတိုင်း သတ်မှတ်ပါ။ -"
+msgstr "လုပ်ငန်း စတင်နေစဉ်၊ Tor အခြေအနေ သတ်မှတ်မည့် ပုံစံ -"
#: torbutton.prefs.startup_tor
msgid "On browser startup, set Tor state to:"
-msgstr "ဘရောင့်ဇာကို စစဖွင့်ချင်းတွင် Tor အခြေအနေကို ဖော်ပြပါအတိုင်း သတ်မှတ်ပါ။ - "
+msgstr "ဘရောင်ဆာ ဖွင့်နေစဉ်၊ Tor အခြေအနေ သတ်မှတ်မည့် ပုံစံ -"
#: torbutton.prefs.reload_crashed_jar
msgid "Reload cookie jar/clear cookies on Firefox crash (recommended)"
-msgstr ""
-"Firefox အလုပ်လုပ်ရာမှ ရုတ်တရက် ရပ်တန့်သွားသည့်အခါ ကွတ်ကီး jar ကို ပြန်ဆွဲတင်ပါ။ (သို့မဟုတ်) ကွတ်ကီးများကို "
-"ရှင်းပါ။ (အကြံပြုတိုက်တွန်းထားသည်။)"
+msgstr "မီးလျှံမြေခွေး ပျက်သည့်အခါ ကွတ်ကီး jar ကို ပြန်ဖွင့်ရန်/ကွတ်ကီးကို ရှင်းလင်းရန် (အကြံပြုထားသည်)"
#: torbutton.prefs.dual_cookie_jars
msgid "Store both Tor and Non-Tor cookies in protected jars (dangerous)"
msgstr ""
-"Tor နှင့် Tor မဟုတ်သည့် ပရိုဂရမ် စသည်တို့မှ ကွတ်ကီးများကို ကာကွယ်ထားသည့် jar များအနေဖြင့် သိမ်းပါ။ "
-"(အန္တရာယ်ရှိသည်။)"
+"Tor နှင့် Tor မပါသော ကွတ်ကီး နှစ်ခုစလုံးကို ကာကွယ်ထားသည့် jar များထဲ၌ သိမ်းဆည်းရန် (အန္တရာယ်ရှိသည်)"
#: torbutton.prefs.clear_http_auth
msgid "Clear HTTP auth sessions (recommended)"
-msgstr "HTTP auth ဆက်ရှင်များကို ရှင်းပါ။ (အကြံပြုတိုက်တွန်းထားသည်။)"
+msgstr "HTTP auth လုပ်ငန်းများကို ရှင်းလင်းရန် (အကြံပြုထားသည်)"
#: torbutton.prefs.block_js_history
msgid "Isolate access to history navigation to Tor state (crucial)"
-msgstr ""
-"Tor အခြေအနေသို့ မှတ်တမ်း လမ်းကြောင်းပြထားချက်အား ဝင်ရောက်ခြင်းကို သီးခြားခွဲထားသည်။ "
-"(အတိမ်းအစောင်းမခံပါ။)"
+msgstr "Tor အခြေအနေထဲ မှတ်တမ်း လမ်းကြောင်း ၀င်ရောက်မှုကို ပိတ်ရန် (အရေးကြီးသည်)"
#: torbutton.prefs.resize_on_toggle
msgid "Resize windows to multiples of 50px during Tor usage (recommended)"
-msgstr ""
-"Tor ကို အသုံးချိန်အတွင်း ဝင်းဒိုးများကို အဆ ၅၀ ပစ်ဇယ်သို့ အရွယ် ပြောင်းပါ။ (အကြံပြုတိုက်တွန်းထားသည်။)"
+msgstr "Tor သုံးစွဲနေချိန်တွင် ဝင်းဒိုးကို ၅၀ px အရွယ် ပွားရန် အရွယ်ညှိပါ (အကြံပြုထားသည်)"
#: torbutton.prefs.close_tor
msgid "Close all Tor windows and tabs on toggle (optional)"
-msgstr ""
-"Tor ကို အဖွင့်အပိတ်ပြုလုပ်စဉ် ဝင်းဒိုးများအားလုံးနှင့် မျက်နှာစာများအားလုံးကို ပိတ်ပါ။ (မရွေးချယ်လည်းရသည်။)"
+msgstr "အထိန်းပေါ်ရှိ Tor ၀င်းဒိုးနှင့် စာအမှတ်များကို ပိတ်ရန် (လိုအပ်လျှင်)"
#: 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)"
-msgstr ""
-"မတူညီသည့် Tor အခြေအနေများမှ အင်တာနက်ချိတ်ဆက်ကြောင်းနှိပ်ချက်များနှင့် စာမျက်နှာ ပြန်ဆွဲတင်ခြင်းများ ကို "
-"ပိတ်ပင်ပါ။ (မရွေးချယ်လည်းရသည်။)"
+msgstr "Tor အခြေအနေ အမျိုးမျိုးမှ နှိပ်ချက်များနှင့် စာမျက်နှာ ပြန်ဖွင့်ချက်များကို ပိတ်ရန် (လိုအပ်လျှင်)"
#: torbutton.prefs.jar_certs
msgid "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)"
msgstr ""
-"Tor/Tor မဟုတ်သည့် ပရိုဂရမ် တို့အတွက် သီးခြား jar များထဲ၌ SSL အသိအမှတ်ပြုလွှာများကို သိမ်းပါ။ "
-"(အကြံပြုတိုက်တွန်းထားသည်။)"
+"Tor/Tor မဟုတ်သော ပရိုဂရမ်များ အတွက် SSL လက်မှတ်များကို သီးခြား jar ထဲ၌ သိမ်းဆည်းရန် "
+"(အကြံပြုထားသည်)"
#: torbutton.prefs.jar_ca_certs
msgid "Store CA certs in seperate jars for Tor/Non-Tor (recommended)"
msgstr ""
-"Tor/Tor မဟုတ်သည့် ပရိုဂရမ် တို့အတွက် သီးခြား jar များထဲ၌ CA အသိအမှတ်ပြုလွှာများကို သိမ်းပါ။ "
-"(အကြံပြုတိုက်တွန်းထားသည်။)"
+"Tor/Tor မဟုတ်သော ပရိုဂရမ် အတွက် CA လက်မှတ်များကို သီးခြား jar ထဲ၌ သိမ်းထားရန် (အကြံပြုထားသည်)"
#: torbutton.prefs.locked_mode
msgid "Disable Button and Hotkeys to prevent accidental toggle"
-msgstr ""
-"မတော်တဆ အဖွင့်အပိတ်ပြုလုပ်ခြင်းကို ကာကွယ်ရန် ခလုတ်များနှင့် အမြန်ခလုတ်များကို အလုပ်မလုပ်စေရန် ပြုလုပ်ပါ။"
+msgstr "မတော်တဆ အဖွင့်အပိတ် ပြုလုပ်ခြင်းကို ကာကွယ်ရန် ခလုတ်များနှင့် Hotkeys များကို ပိတ်ရန်"
#: torbutton.prefs.startup_state
msgid "On normal startup, set Tor state to:"
-msgstr "ပုံမှန် စက် စစချင်းတွင် Tor အခြေအနေကို ဖော်ပြပါအတိုင်း သတ်မှတ်ပါ။ -"
+msgstr "ပုံမှန် ၀င်းဒိုးအတက်တွင်၊ Tor အခြေအနေကို သတ်မှတ်မည့် ပုံစံ -"
#: torbutton.prefs.shutdown_state
msgid "Shutdown state"
-msgstr "စက်ပိတ်သည့် အခြေအနေ"
+msgstr "စက်ပိတ်သည့် အခြေအနေ"
#: torbutton.prefs.startup
msgid "Startup"
-msgstr "စက်စတင်သည့်နေရာ"
+msgstr "၀င်းဒိုး အတက်"
#: torbutton.prefs.block_tor_file_net
msgid "Block Tor access to network from file:// urls (recommended)"
-msgstr "file:// urls မှ ကွန်ယက်သို့ Tor မှ ဝင်ရာက်ခြင်းကို ပိတ်ပင်ပါ။ (အကြံပြုတိုက်တွန်းထားသည်။)"
+msgstr "file:// urls မှ ကွန်ရက်သို့ Tor ဝင်ရာက်မှုကို ပိတ်ရန် (အကြံပြုထားသည်)"
#: torbutton.prefs.block_nontor_file_net
msgid "Block Non-Tor access to network from file:// urls"
-msgstr "file://urls မှ ကွန်ယက်သို့ Tor မဟုတ်သည့် ပရိုဂရမ်သို့ ဝင်ရောက်ခြင်းကို ပိတ်ပင်ပါ။"
+msgstr "file://urls မှ ကွန်ရက်သို့ Tor မဟုတ်သော ပရိုဂရမ် ဝင်ရောက်မှုကို ပိတ်ရန်"
#: torbutton.prefs.restore_defaults
msgid "Restore Defaults"
-msgstr " မူလအရှိအတိုင်း ပြန်ထားပါ။"
+msgstr " မူလအတိုင်း ပြန်ထားရန်"
#: torbutton.prefs.test_settings
msgid "Test Settings"
-msgstr "စစ်ဆေးမှုစနစ်ပြင်ဆင်မှုများ"
+msgstr "စစ်ဆေးမှု ချိန်ညှိချက်များ"
#: torbutton.prefs.test_auto
msgid ""
"Test my Tor settings after the first time I toggle on every Firefox start"
-msgstr ""
-"Firefox စတင်သည့် အချိန်တိုငး Tor ကို စဖွင့်ပြီးနောက် ကျွန်တော်၏ Tor စနစ်ပြင်ဆင်မှုများကို စစ်ဆေးပါ။"
+msgstr "မီးလျှံမြေခွေး စဖွင့်သည့်အခါ ကျွန်တော့် 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"
-msgstr "Tor မှ ကွတ််ကီးများကို စက်တွင်းသို့ မရေးမှတ်ပါနှင့်။"
+msgstr "Tor ကွတ်ကီးများကို disk ထဲ ရေးသားခြင်း မပြုရန်"
#: torbutton.prefs.nontor_memory_jar
msgid "Do not write Non-Tor cookies to disk"
-msgstr "Tor မဟုတ်သည့် ပရိုဂရမ်မှ ကွတ်ကီးများကို စက်တွင်းသို့ မရေးမှတ်ပါ။"
+msgstr "Tor မဟုတ်သော ပရိုဂရမ်မှ ကွတ်ကီးများကို disk ထဲ ရေးသားခြင်း မပြုရန်"
#: torbutton.prefs.session_restore
msgid "Have the session store save and restore these tabs:"
-msgstr "ဆက်ရှင် သိုလှောင်ထားမှုကို သိမ်းထားပြီး ၎င်း မျက်နှာစာများကို နဂိုအတိုင်း ပြန်လုပ်ပါ။ -"
+msgstr "လုပ်ငန်း သိုလှောင်ထားမှုကို သိမ်းဆည်းပြီး စာအမှတ်များကို ပြန်ထားရန် -"
#: torbutton.prefs.nontor_tabs
msgid "Tabs loaded in Non-Tor"
-msgstr "Tor မဟုတ်သည့် ပရိုဂရမ်မှ ခေါ်ယူသည့် မျက်နှာစာများ"
+msgstr "Tor မဟုတ်သော ပရိုဂရမ်မှ စာအမှတ်များ ဖွင့်ထားချက်"
#: torbutton.prefs.tor_tabs
msgid "Tabs loaded in Tor"
-msgstr "Tor မှ ခေါ်ယူသည့် မျက်နှာစာများ"
+msgstr "Tor မှ စာအမှတ်များ ဖွင့်ထားချက်"
#: torbutton.prefs.socks_vfour
msgid "SOCKS v4"
@@ -516,47 +493,47 @@
#: torbutton.prefs.no_proxies_on
msgid "No Proxies for: "
-msgstr "ဖော်ပြပါအတွက် ပရောင့်ဇီများ မရှိပါ -"
+msgstr "ပရောက်ဇီ မလိုအပ်သည့် အရာ -"
#: torbutton.prefs.no_proxy_warning
msgid "Warning: Avoid using any hostnames above"
-msgstr "သတိပေးချက် - အထက်ပါ မည်သည့်စက်အမည်များကို အသုံးပြုခြင်းကို ရှောင်ပါ။"
+msgstr "သတိပေးချက် - အထက်မှ host အမည်များ သုံးစွဲမှုကို ရှောင်ပါ"
#: torbutton.prefs.spoofreresh
msgid "Spoof Refresh"
-msgstr "ဝက်ဘ်စာမျက်နှာပြန်ခေါ်ဆိုမှုအားပုံမှားရိုက်ပါ"
+msgstr "ပြန်လှုပ်နှိုးမှုကို Spoof လုပ်ရန်"
#: torbutton.prefs.refereroptions
msgid "Referer Spoofing Options"
-msgstr "ညွှန်းသူ ပုံမှားရိုက်ခြင်း ရွေးချယ်စရာများ"
+msgstr "ရည်ညွှန်းချက် ပုံမှားရိုက်သည့် ရွေးစရာများ"
#: torbutton.prefs.nospoof
msgid "Do not spoof referer"
-msgstr "ရည်ညွှန်းသူအား မတုပပါနှင့်"
+msgstr "ရည်ညွှန်းချက်ကို Spoof မလုပ်ရန်"
#: torbutton.prefs.spoofroot
msgid "Spoof the containing folder of the page"
-msgstr "စာမျက်နှာ၏ဖိုင်တွဲပါဝင်သည်များကို တုပပါ။"
+msgstr "ဤစာမျက်နှာ၌ ရှိသော ဖိုင်တွဲကို Spoof လုပ်ရန်"
#: torbutton.prefs.spoofdomain
msgid "Spoof the domain as referer"
-msgstr "ရည်ညွှန်းသူအဖြစ် ဒိုမိန်းကို တုပပါ။"
+msgstr "ဒိုမိန်းကို ရည်ညွှန်းသူအဖြစ် Spoof လုပ်ရန်"
#: torbutton.prefs.spoofblank
msgid "Make referer blank"
-msgstr "ရည်ညွှန်းသူအမည်အား မထည့်ပဲထားပါ။"
+msgstr "ရည်ညွှန်းသူကို အလွတ်ထားရန်"
#: torbutton.cookiedialog.title
msgid "Manage Cookie Protections"
-msgstr "ကွတ်ကီးကာကွယ်မှုများကို စီမံခန့်ခွဲပါ။"
+msgstr "ကွတ်ကီး ကာကွယ်မှုများကို စီမံခန့်ခွဲရန်"
#: torbutton.cookiedialog.lockCol
msgid "Protected"
-msgstr "ကာကွယ်ထားပြီးဖြစ်သည်။"
+msgstr "အကာအကွယ် လုပ်ထားသည်"
#: torbutton.cookiedialog.domainCol
msgid "Host"
-msgstr " အိမ်ရှင်ကွန်ပျူတာ"
+msgstr "Host"
#: torbutton.cookiedialog.nameCol
msgid "Name"
@@ -568,54 +545,53 @@
#: torbutton.cookiedialog.protectCookie
msgid "Protect Cookie"
-msgstr "ကွတ်ကီးကို ကာကွယ်ပါ။"
+msgstr "ကွတ်ကီးကို ကာကွယ်ရန်"
#: torbutton.cookiedialog.removeCookie
msgid "Remove Cookie"
-msgstr "ကွတ်ကီးကို ဖယ်ထုတ်ပါ။"
+msgstr "ကွတ်ကီးကို ဖယ်ထုတ်ရန်"
#: torbutton.cookiedialog.unprotectCookie
msgid "Unprotect Cookie"
-msgstr "ကွတ်ကီးကို ကာကွယ်မထားပါ။"
+msgstr "ကွတ်ကီးကို ကာကွယ်မထားပါ"
#: torbutton.cookiedialog.removeAllBut
msgid "Remove All But Protected"
-msgstr "အားလုံးကို ဖယ်ထုတ်ပါ။ သို့သော် အကာအကွယ်ပြုလုပ်ထားသည်။"
+msgstr "အားလုံးကို ဖယ်ထုတ်ပါ။ သို့သော် အကာအကွယ် လုပ်ထားသည်"
#: torbutton.cookiedialog.saveAllCookies
msgid "Protect New Cookies"
-msgstr "ကွတ်ကီးအသစ်များကို ကာကွယ်ပါ။"
+msgstr "ကွတ်ကီးသစ်များကို ကာကွယ်ရန်"
#: torbutton.cookiedialog.doNotSaveAllCookies
msgid "Do Not Protect New Cookies"
-msgstr "ကွတ်ကီးအသစ်များကို ကာကွယ်မထားပါနှင့်။"
+msgstr "ကွတ်ကီးသစ်များကို ကာကွယ်ခြင်း မပြုရန်"
#: torbutton.prefs.disable_livemarks
msgid "Disable Livemark updates during Tor usage"
-msgstr "Tor ကို အသုံးပြုချိန်အတွင်း Livemark အဆင့်တိုးမြှင့်မှုများကို မရစေရန် ပြုလုပ်ပါ။"
+msgstr "Tor သုံးစွဲနေချိန်တွင် Livemark မွမ်းမံချက်များကို ပိတ်ရန်"
#: torbutton.prefs.dtd_recommended
msgid "(recommended)"
-msgstr "(အကြံပြုတိုက်တွန်းထားသည်။)"
+msgstr "(အကြံပြုထားသည်)"
#: torbutton.prefs.dtd_optional
msgid "(optional)"
-msgstr "(မရွေးချယ်လည်းရသည်။)"
+msgstr "(လိုအပ်လျှင်)"
#: torbutton.prefs.dtd_crucial
msgid "(crucial)"
-msgstr "(အတိမ်းအစောင်းမခံပါ။)"
+msgstr "(အရေးကြီးသည်)"
#: torbutton.prefs.update_torbutton_via_tor
msgid "Redirect Torbutton updates through Tor"
-msgstr "Tor မှတဆင့် Torbutton အဆင့်တိုးမြှင့်မှုများကို ထပ်ဆင့် လွှဲပါ။"
+msgstr "Torbutton မွမ်းမံချက်များကို Tor မှတဆင့် တည်နေရာလွှဲရန်"
#: torbutton.prefs.dodge_google_captcha
msgid ""
"Automatically use an alternate search engine when presented with a Google "
"Captcha:"
-msgstr ""
-"Google Captcha ပရိုဂရမ် နှင့်အတူ ဖော်ပြသည့်အခါ ရှာဖွေမှုအင်ဂျင်နောက်တစ်မျိုးကို အလိုအလျောက် သုံးပါ။"
+msgstr "ဂူဂဲ Captcha တစ်ခုနှင့် ရင်ဆိုင်သည့်အခါ အခြား ရှာဖွေရေး အင်ဂျင် တစ်မျိုးကို အလိုအလျောက် သုံးစွဲပါ -"
#: torbutton.prefs.engine1
msgid "ixquick.com"
@@ -630,8 +606,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -639,10 +615,11 @@
#: torbutton.prefs.fix_google_srch
msgid "Strip platform and language off of Google Search Box queries"
-msgstr "Google ရှာဖွေမှုအကွက်ရှိ မေးခွန်းများမှ ပလက်ဖောင်းနှင့် ဘာသာစကားတို့ကို ဖယ်ထုတ်ပါ။"
+msgstr "ဂူဂဲ ရှာဖွေရေး အကွက်ရှိ မေးခွန်းများမှ ပလက်ဖောင်းနှင့် ဘာသာစကား တို့ကို ဖယ်ထုတ်ရန်"
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
-msgstr ""
-"သိသာမြင်သာဖြစ်သည့် Tor ဖြစ်စေရန်ပြုလုပ်ခြင်း (ကိုယ်နှစ်သက်ရာ Tor Router သို့မဟုတ် transproxy "
-"တစ်ခုခုကို လိုအပ်သည်။)"
+msgstr "ပွင့်လင်းမြင်သာသော Tor သုံးစွဲမှု (စိတ်ကြိုက် transproxy နှင့် Tor Router လိုအပ်သည်)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/my/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/my/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/my/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-05-11 04:26+0000\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-06-23 09:06+0000\n"
"Last-Translator: Thura Hlaing <trhura(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: my\n"
@@ -21,43 +21,43 @@
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
-msgstr "Tor ကို အလုပ်လုပ်ဆောင်စေမည်။"
+msgstr "Tor ဖွင့်ရန်"
#: torbutton.button.tooltip.enabled
msgid "Disable Tor"
-msgstr "Tor ကို အလုပ်မလုပ်ဆောင်စေပါ။"
+msgstr "Tor ပိတ်ရန်"
#: torbutton.panel.tooltip.disabled
msgid "Click to enable Tor"
-msgstr "Tor ကို အလုပ်လုပ်ဆောင်စေမည်ကို နှိပ်ပါ။"
+msgstr "Tor ကို ဖွင့်ရန် နှိပ်ပါ"
#: torbutton.panel.tooltip.enabled
msgid "Click to disable Tor"
-msgstr "Tor ကို အလုပ်မလုပ်ဆောင်စေပါ ကို နှိပ်ပါ။"
+msgstr "Tor ကို ပိတ်ရန် နှိပ်ပါ"
#: torbutton.panel.plugins.disabled
msgid "Click to enable plugins"
-msgstr "ဖြည့်စွက်ပရိုဂရမ်များကို အလုပ်လုပ်ဆောင်စေရန် နှိပ်ပါ။"
+msgstr "ပလပ်အင်များကို ဖွင့်ရန် နှိပ်ပါ"
#: torbutton.panel.plugins.enabled
msgid "Click to disable plugins"
-msgstr "ဖြည့်စွက်ပရိုဂရမ်များကို အလုပ်မလုပ်ဆောင်စေရန် နှိပ်ပါ။"
+msgstr "ပလပ်အင်များကို ပိတ်ရန် နှိပ်ပါ"
#: torbutton.panel.label.disabled
msgid "Tor Disabled"
-msgstr " Tor ကို အလုပ်မလုပ်ဆောင်ပါ။"
+msgstr "ပိတ်ထားသော Tor"
#: torbutton.panel.label.enabled
msgid "Tor Enabled"
-msgstr "Tor အလုပ်လုပ်နေသည်။"
+msgstr "ဖွင့်ထားသော Tor"
#: extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description
msgid ""
"Torbutton provides a button to easily enable or disable pointing Firefox to "
"the Tor proxy"
msgstr ""
-"Torbutton သည် Firefox အား Tor ပရောင့်ဇီသို့ လွယ်ကူစွာ ညွှန်ပြနိုင်စေသည့် (သို့) ညွှန်ပြမှုကိုဖျောက်ပစ်နိုင်သည့် "
-"ခလုတ်တစ်ခုကို ထောက်ပံ့ထားသည်။"
+"Torbutton သည် မီးလျှံမြေခွေးကို Tor ပရောက်ဇီထံ ညွှန်ပြမှုကို အလွယ်တကူ ဖွင့်နိုင် (သို့) ပိတ်နိုင်သည့် ခလုတ်တစ်ခုကို "
+"ပံ့ပိုးပေးသည်"
#: torbutton.popup.history.warning
msgid ""
@@ -71,16 +71,14 @@
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
msgstr ""
-"Torbutton သည် မတူညီသည့် Tor အခြေအနေတစ်ခုတွင် ခေါ်ယူထားသည့် မျက်နှာစာတစ်ခုမှ လှုပ်ရှားမှုကို "
-"ပိတ်ပင်ထားသည်။\n"
+"Torbutton သည် အခြား Tor အခြေအနေ တစ်ခုတွင် ဖွင့်ထားသည့် စာအမှတ် တစ်ခုမှ လှုပ်ရှားမှုကို ပိတ်လိုက်သည်။\n"
"\n"
-"၎င်းကဲ့သို့ ပြုလုပ်ခြင်းသည် Firefox ချို့ယွင်းချက်များ ၄၀၉၇၃၇ နှင့် ၄၁၇၈၆၉ ဝန်းကျင်၌ အလုပ်လုပ်ရန် "
-"ဖြစ်သည်။\n"
+"၄င်းကို မီးလျှံမြေခွေး ချို့ယွင်းချက်များ ၄၀၉၇၃၇ နှင့် ၄၁၇၈၆၉ ဝန်းကျင်၌ အလုပ်လုပ်ရန် ဖြစ်သည်။\n"
"\n"
-"အကယ်၍ ၎င်းပွင့်ကျမီးနူးသည် အကြောင်းမရှိပဲ ပေါ်လာသည်ဟု ထင်မြင်လျှင် သင်၏ မျက်နှာစာများအနက် တစ်ခုသည် "
-"နောက်ကွယ်မှ သူ့ဘာသာသူ ပြန်ဆွဲတင်ရန် ကြိုပမ်းနေပြီး ၎င်းကို ပိတ်ပင်ထားသည်။\n"
+"အကယ်၍ ဤပွင့်ထွက် စာမျက်နှာသည် အကြောင်းမရှိပဲ ပေါ်လာပါက၊ သင့် စာအမှတ် တစ်ခုသည် နောက်ကွယ်မှ သူ့ဘာသာ ဖွင့်ရန် "
+"ကြိုးပမ်းနေပြီး၊ ၄င်းကို ပိတ်ထားသည်။\n"
"\n"
-"၎င်း Tor အခြေအနေတွင် မျက်နှာစာကို ပြန်ဆွဲတင်ရန် URL လမ်းကြောင်း တည်နေရာ အကွက်ထဲတွင် 'enter' ခလုတ်ကို "
+"ဤ Tor အခြေအနေတွင် စာအမှတ််ကို ပြန်ဖွင့်ပါက၊ URL လမ်းကြောင်း တည်နေရာ အကွက်ထဲတွင် 'ထည့်သွင်းရန်' ခလုတ်ကို "
"နှိပ်ပါ။\n"
"\n"
@@ -91,9 +89,9 @@
"Use Save-As instead.\n"
"\n"
msgstr ""
-"Torbutton သည် ဖြည့်စွက်ပရိုဂရမ် အကြောင်းအရာ၏ Tor ကို တိုက်ရိုက်ဆွဲယူခြင်း ကို ပိတ်ပင်သည်။\n"
+"Torbutton သည် ပလပ်အင် အကြောင်းအရာထဲက တိုက်ရိုက် Tor ဖွင့်ပြချက်ကို ပိတ်လိုက်သည်။\n"
"\n"
-"၎င်းအစား နောက်တစ်နည်းဖြင့်သိမ်းမည် ကို အသုံးပြုပါ။\n"
+"၎င်းအစား Save-As ကို သုံးပါ။\n"
"\n"
#: torbutton.popup.confirm_ca_certs
@@ -103,10 +101,10 @@
"Tor 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 မှတ်ရန် - သင့်ထံတွင် အသိအမှတ်ပြုရန် လုပ်ပိုင်ခွင့် အမျိုးမျိုး မရှိသည် ဟု ထင်ရသည်။ အသိအမှတ်ပြုရန် "
-"လုပ်ပိုင်ခွင့် စာရင်းကို စစ်ဆေးခြင်းသည် အလွန်နှေးကွေးသည့် လုပ်ငန်းလည်ပတ်မှုဖြစ်ပြီး Tor အဖွင့်အပိတ်အား "
-"နှေးကွေးသွားစေသည်။ အသိအမှတ်ပြုရန် လုပ်ပိုင်ခွင့် သီးသန့်ထားခြင်းကို သင်က ပြန်ဖြုတ်လိုပါသလား ? (အကယ်၍ သင်သည် "
-"၎င်းကိစ္စကို နားမလည်ပါလျှင် ကောင်းပြီ ခလုတ်ကို နှိပ်ရန် စိတ်ချရသည်။)"
+"Torbutton မှတ်ချက် - သင့်ထံ၌ စိတ်ကြိုက် အသိအမှတ်ပြု လုပ်ပိုင်ခွင့်များ ရှိပုံမပေါ်ပါ။ အသိအမှတ်ပြု လုပ်ပိုင်ခွင့် "
+"စာရင်းကို စစ်ဆေးခြင်းသည် အလွန် နှေးကွေးသည့် လုပ်ငန်းဖြစ်ပြီးTor အထိန်းခလုတ်ကို နှေးကွေးစေသည်။ အသိအမှတ်ပြု "
+"လုပ်ပိုင်ခွင့် လက်မှတ်များကို သီးသန့်ထားရှိမှုကို သင် ပိတ်လိုသလား။ (အကယ်၍ ဤအချက်ကို သင် နားမလည်ပါက၊ ကောင်းပြီ "
+"ခလုတ်ကို စိတ်ချလက်ချ နှိပ်နိုင်သည်)"
#: torbutton.popup.ff3.warning
msgid ""
@@ -119,23 +117,22 @@
msgstr ""
"သတိပေးချက်!\n"
"\n"
-"Firefox 3 မှ Torbutton သည် Tor မှတဆင့် သင်၏ အချိန်ဇုန်နှင့် livemarks တို့ကို ပေါက်ကြားစေသည်ဟု "
-"သိထားသည်။\n"
+"မီးလျှံမြေခွေး ၃ ၌ ရှိသော Torbutton သည် Tor ကတဆင့် သင့် စံတော်ချိန်နှင့် livemarks တို့ကို "
+"ပေါက်ကြားစေနိုင်သည်ဟု သိရသည်။\n"
"\n"
-"သင်သည် မည်သည့်နည်းဖြင့်မဆို ဆက်သွားလိုပါသလား။"
+"သင် ဆက်လက် လုပ်ဆောင်လိုသလား?"
#: torbutton.popup.toggle.warning
msgid "You need to toggle Tor or restart for your settings to take effect."
-msgstr ""
-"Tor ကို ပိတ်ပြီး ပြန်ဖွင့်ရန် လိုအပ်သည်။ သို့မဟုတ်ပါက သင်၏ စနစ်ပြင်ဆင်မှုများ အသက်ဝင်ရန် စက်ကို ပြန်ဖွင့်ပါ။"
+msgstr "Tor ကို ပိတ်ပြီး သင့်ချိန်ညှိချက်များ အကျိုးသက်ရောက်မှု ရှိစေရန် ၀င်းဒိုးပြန်ဖွင့်ဖို့ လိုအပ်သည်။"
#: torbutton.popup.test.success
msgid "Tor proxy test successful!"
-msgstr "Tor ပရောင့်ဇီစစ်ဆေးမှု အောင်မြင်သည်!"
+msgstr "Tor ပရောက်ဇီ စမ်းသပ်ချက် အောင်မြင်သည်!"
#: torbutton.popup.test.failure
msgid "Tor proxy test FAILED! Check your proxy and Polipo settings."
-msgstr "Tor စစ်ဆေးမှု မအောင်မြင်ပါ ! သင်၏ ပရောင့်ဇီ နှင့် Polipo စနစ် ပြင်ဆင်မှုများကို စစ်ဆေးပါ။"
+msgstr "Tor စမ်းသပ်မှု မအောင်မြင်ပါ! သင့် ပရောက်ဇီနှင့် Polipo ချိန်ညှိချက်များကို စစ်ဆေးပါ။"
#: torbutton.popup.test.confirm_toggle
msgid ""
@@ -146,24 +143,24 @@
"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
"Proxy Preferences window to eliminate this warning."
msgstr ""
-"Tor ကို သုံးရန် မကြာသေးမီက Tor ပရောင့်ဇီ စစ်ဆေးမှု မအောင်မြင်ပါ။\n"
+"လတ်တလော Tor ပရောက်ဇီ စမ်းသပ်မှု မအောင်မြင်ပါ။\n"
"\n"
-"မည်သည့်နည်းလမ်းဖြင့်မဆို အောင်မြင်အောင် လုပ်ချင်သည်မှာ သေချာပါသလား?\n"
+"၄င်းကို ဖွင့်ရန် သေချာသလား။?\n"
"\n"
-"မှတ်ရန် - အကယ်၍ သင်သည် ပြဿနာကို ပြင်ဆင်လိုပါလျှင် သင်သည် ယခု သတိပေးချက်ကို ဖယ်ရှားပစ်ရန် Torbutton "
-"ပရောင့်ဇီ လိုလားချက်များ ဝင်းဒိုးထဲရှိ စစ်ဆေးမှုသို့ ပြန်သွားနိုင်သည်။"
+"မှတ်ချက် - အကယ်၍ သင်သည် ပြဿနာကို ဖြေရှင်းလိုက်လျှင်၊ စမ်းသပ်မှုကို Torbutton ပရောက်ဇီ "
+"ဦးစားပေးချက်များ ၀င်းဒိုး၌ ပြုလုပ်ပြီး ဤသတိပေးချက်ကို သင် ပယ်ရှားနိုင်သည်။"
#: torbutton.popup.test.ff3_notice
msgid ""
"Click OK to test Tor proxy settings. This test will happen in the "
"background. Please be patient."
msgstr ""
-"Tor ပရောင့်ဇီစနစ်ပြင်ဆင်မှုများကို စစ်ဆေးရန် ကောင်းပြီကို နှိပ်ပါ။ ၎င်းစစ်ဆေးမှုသည် နောက်ကွယ်မှ "
-"လုပ်ဆောင်သွားလိမ့်မည်။ ကျေးဇူးပြု၍ စိတ်ရှည်ပေးပါ။"
+"Tor ပရောက်ဇီ ချိန်ညှိချက်များကို စမ်းသပ်ရန် ကောင်းပြီကို နှိပ်ပါ။ ဤစမ်းသပ်မှုသည် နောက်ခံ၌ "
+"ဖြစ်ပျက်လာလိမ့်မည်။ စိတ်ရှည်ပေးရမည် ဖြစ်သည်။"
#: torbutton.panel.label.verified
msgid "Tor Verified"
-msgstr "Tor အတည်ပြုပြီး ဖြစ်သည်။"
+msgstr "Tor အတည်ပြုလုက်ပြီ"
#: torbutton.popup.test.auto_failed
msgid ""
@@ -171,9 +168,9 @@
"\n"
"Are you sure you want to enable anyway?"
msgstr ""
-"Tor ကို အသုံးပြုရန် Tor ပရောင့်ဇီ အလိုအလျောက် စစ်ဆေးမှု မအောင်မြင်ပါ။\n"
+"အလိုအလျောက် Tor ပရောက်ဇီ စမ်းသပ်မှု မအောင်မြင်ပါ။\n"
"\n"
-"သင်သည် မည်သည့်နည်းဖြင့်မဆို ရအောင်လုပ်ချင်သည်မှာ သေချာပါသလား။"
+"၄င်းသည် သင် တကယ် ဖွင့်လိုသလား?"
#: torbutton.prefs.recommended
msgid "(recommended)"
@@ -181,22 +178,22 @@
#: torbutton.prefs.optional
msgid "(optional)"
-msgstr "(နှစ်သက်ရာ)"
+msgstr "(လိုအပ်ပါက)"
#: torbutton.prefs.crucial
msgid "(crucial)"
-msgstr "(အလွန်အရေးပါ)"
+msgstr "(အလွန်ကြီးသည်)"
#: torbutton.popup.external.title
msgid "Load external content?"
-msgstr "ပြင်ပမှ အကြောင်းအရာများကို ဆွဲယူမည်လား?"
+msgstr "ပြင်ပမှ အကြောင်းအရာကို ဖွင့်ရန်"
#: torbutton.popup.external.app
msgid ""
"An external application is needed to handle:\n"
"\n"
msgstr ""
-"၎င်းကို ကိုင်တွယ်ဖြေရှင်းရန် ပြင်ပအသုံးချဆော့ဖ်ဝဲလ်ကို လိုအပ်သည် - \n"
+"ပြင်ပ အပ္ပလီဂေးရှင်း တစ်ခုကို ဖြေရှင်းရန် လိုအပ်သည် - \n"
"\n"
#: torbutton.popup.external.note
@@ -207,8 +204,7 @@
msgstr ""
"\n"
"\n"
-"မှတ်ရန် - ပြင်ပမှ အသုံးချဆော့လ်ဝဲလ်သည် ပုံမှန်အားဖြင့် Tor အား မလုံခြုံစေပါ။ သင့်အား Unmask "
-"ဖြစ်စေသည်။\n"
+"မှတ်ချက် - ပြင်ပ အပ္ပလီဂေးရှင်းများသည် ပုံမှန်အားဖြင့် လုံခြုံသော Tor မဟုတ်ပါ၊ ၄င်းက သင့်ကို ဖေါ်နိုင်သည်။\n"
#: torbutton.popup.external.suggest
msgid ""
@@ -218,50 +214,52 @@
"or consider using a transparent Tor proxy like Tails LiveCD or torsocks.\n"
msgstr ""
"\n"
-"အကယ်၍ ၎င်းဖိုင်ကို ယုံကြည်စိတ်မချရလျှင် အင်တာလိုင်းပြင်ပချိန် သို့မဟုတ် VM တစ်ခုအထဲတွင် ရှိချိန်တို့တွင် ကြည့်ရန် "
-"၎င်းဖိုင်ကို သ်င်က သိမ်းထားရမည်။ \n"
-"သို့မဟုတ်ပါကလည်း Tails LiveCD သို့မဟုတ် torsock တို့ကဲ့သို့ ထင်သာမြင်သာရှိသည့် Tor ပရောင့်ဇီကို သုံးကြည့်ရမည်။\n"
+"အကယ်၍ ဤဖိုင်ကို စိတ်မချပါက၊ သင် အော့ဖ်လိုင်း ရှိနေချိန်၌ (သို့) VM တစ်ခုထဲတွင်\n"
+" ရှိနေချိန်တွင် ၄င်းကို ကြည့်ရန် သင် သိမ်းဆည်းထားနိုင်သည် (သို့) Tails LiveCD သို့မဟုတ်\n"
+" torsocks တို့ကဲ့သို့သော Tor ပရောက်ဇီကို သုံးစွဲရန် စဉ်းစားပါ။\n"
#: torbutton.popup.launch
msgid "Launch application"
-msgstr "အသုံးချဆော့ဖ်ဝဲလ်ကို အစပြု၍ အလုပ်လုပ်ဆောင်စေမည်။"
+msgstr "အပ္ပလီဂေးရှင်းကို ဖွင့်ရန်"
#: torbutton.popup.cancel
msgid "Cancel"
-msgstr "ပယ်ဖျက်ပါ။"
+msgstr "ဖျက်သိမ်းရန်"
#: torbutton.popup.dontask
msgid "Always launch applications from now on"
-msgstr "သည်နေရာမှစ၍ အသုံးချဆော့ဖ်ဝဲလ်များကို အမြဲတမ်း အစပြုအလုပ်လုပ်ဆောင်စေပါ။"
+msgstr "ယခုအချိန်မှစပြီး အပ္ပလီဂေးရှင်းများကို အမြဲ ဖွင့်ရန်"
#: torbutton.popup.test.no_http_proxy
msgid ""
"Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?"
msgstr ""
-"Tor ပရောင့်ဇီ စစ်ဆေးမှု - လိုကယ် HTTP ပရောင့်ဇီ ကို မရောက်ရှိနိုင်ပါ။ Polipo ကောင်းစွာ "
-"အလုပ်လုပ်ဆောင်ပါသလား?"
+"Tor ပရောက်ဇီ စမ်းသပ်ချက် - လိုကယ် HTTP ပရောက်ဇီကို လက်လှမ်း မမှီနိုင်ပါ။ Polipo သည် ကောင်းမွန်စွာ အလုပ် "
+"လုပ်နေပါသလား?"
#: torbutton.popup.captcha.title
msgid "Avoid Google Captchas?"
-msgstr "Google Captchas ပရိုဂရမ်ကို မလုပ်ချင်ဘူးလား?"
+msgstr "ဂူဂဲ Captchas ကို ရှောင်ရှားမလား?"
#: torbutton.popup.captcha.ask
msgid ""
"Torbutton detected a Google Captcha. Would you like to be redirected to "
"another search engine for this query?"
-msgstr "Torbutton သည် Google Captcha ပရိုဂရမ်ကို စစ်ဆေးတွေ့ရှိနေသည်။ "
+msgstr ""
+"Torbutton သည် ဂူဂဲ Captcha ကို စစ်ဆေးတွေ့ရှိသည်။ ဤမေးမြန်းချက်ကို အခြား ရှာဖွေရေး အင်ဂျင်ဆီ "
+"လမ်းလွှဲမည်လား?"
#: torbutton.popup.captcha.always
msgid "Always perform this action from now on"
-msgstr "သည်နေရာမှစ၍ သည်လှုပ်ရှားမှုကို အမြဲတမ်း လုပ်ဆောင်ပါ။"
+msgstr "ဤလှုပ်ရှားမှုကို ယခုမှစပြီး အမြဲတမ်း လုပ်ဆောင်ရန်"
#: torbutton.popup.redirect
msgid "Redirect"
-msgstr "လမ်းကြောင်းပြောင်းပါ။"
+msgstr "လမ်းလွှဲရန်"
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
-msgstr "လမ်းကြောင်းမပြောင်းပါ။"
+msgstr "လမ်းမလွှဲပါ"
#: torbutton.popup.prompted_language
msgid ""
@@ -271,10 +269,11 @@
"\n"
"Would you like to request English language web pages for better privacy?"
msgstr ""
-"သင်၏ ပုဂ္ဂလိကလုံခြုံမှုကို ပိုမို ရရှိရန် ဝက်ဘ်စာမျက်နှာများ၏ အင်္ဂလိပ်ဘာသာစကားဗားရှင်းကို Torbutton က "
-"တောင်းဆိုနိုင်သည်။ ယင်းသို့ပြုလုပ်ခြင်းသည် အင်္ဂလိပ်ဘာသာစကားဖြင့်သင်က သင်၏ မိခင်ဘာသာစကားဖြင့် ဖတ်လိုသည့် "
-"ဝက်ဘ်စာမျက်နှာများထယင်းသို့ပြုလုပ်ခြင်းသည် ဝက်ဖ်စာမျက်နှာများကို အင်္ဂလိပ်ဘာသာစကားဖြင့် ပြသမည့်အစား သင်၏ "
-"မိခင်ဘာသာစကားဖြင့် ဖတ်လို့ရစေသည် "
+"သင့် ကိုယ်ရေးကိုယ်တာ လုံခြုံရေးကို ပိုမို ရရှိရန်၊ Torbutton သည် ကွန်ရက် စာမျက်နှာများကို အင်္ဂလိပ် ဘာသာ "
+"ဗားရှင်းဖြင့် တောင်းခံပေးနိုင်သည်။ ယင်းသို့ပြုလုပ်ခြင်းသည် သင့် ဘာသာဖြင့် ဖတ်ရှုလိုသော ကွန်ရက် စာမျက်နှာများကို "
+"အင်္ဂလိပ် ဘာသာ၏ဖြင့် ဖေါ်ပြနေမည် ဖြစ်သည်။\n"
+"\n"
+"လုံခြုံမှု ပိုရှိရန်အတွက် အင်္ဂလိပ် ဘာသာဖြင့် ကွန်ရက်စာမျက်နှာများကို သင် တောင်းခံလိုသလား?"
#: torbutton.popup.no_newnym
msgid ""
@@ -283,10 +282,10 @@
"\n"
"Are you running Tor Browser Bundle?"
msgstr ""
-"Torbutton သည် သင့်အား အိုင်ဒီအသစ်ကို လုံခြုံစိတ်ချရစွာ မပေးနိုင်ပါ။ ၎င်းသည် Tor ထိန်းချုပ် ဆက်သွယ်ပေါက်သို့ "
-"မဝင်ရောက်ပါ။\n"
+"Torbutton သည် သင့်အား အထောက်အထား အသစ်ကို လုံလုံခြုံခြုံ မပေးနိုင်ပါ။ ၄င်းသည် Tor ထိန်းချုပ်ရေး Port "
+"ထဲ မ၀င်ရောက်နိုင်ပါ။\n"
"\n"
-"သင်သည် Tor ဘရောင့်ဇာ အစုအဝေးကို ဖွင့်ထားပါသလား ?"
+"Tor Browser Bundle ကို သင် သုံးစွဲနေသလား?"
#: torbutton.popup.use_tbb
msgid ""
@@ -296,26 +295,58 @@
"Instead, we recommend that you obtain the latest Tor Browser Bundle by "
"sending email to gettor(a)torproject.org or by downloading it at the following "
"URL: "
-msgstr "သ၀"
+msgstr ""
+"သင်သည် Torbutton ကို မီးလျှံမြေခွေးနှင့် အသုံးပြုနေပုံပေါ်သည်။ ၄င်းသည် အကြံပြုထားသော လုံခြုံသည့် "
+"ပြင်ဆင်ချက် မဟုတ်တော့ပါ။\n"
+"\n"
+"၄င်းအစား၊ နောက်ဆုံးထွက် Tor Browser Bundle ကို gettor(a)torproject.org ထံ အီးမေးလ် "
+"ပေးပို့ခြင်းဖြင့် (သို့) အောက်ပါ URL ၌ ဒေါင်းလုဒ် ဆွဲခြင်းဖြင့် သင်ရရှိရန် ကျွန်ုပ်တို့ အကြံပြုလိုသည် -"
#: torbutton.popup.pref_error
msgid ""
"Torbutton cannot update preferences in the Tor Browser profile directory."
-msgstr ""
-"Tor ကြည့်ရှုပရိုဂရမ် ပရိုဖိုင် လမ်းကြောင်းထဲတွင် လိုလားချက်များကို Torbutton က အဆင့်မမြှင့်တင်ပေးနိုင်ပါ။"
+msgstr "Torbutton သည် ဦးစားပေးချက်များကို Tor Browser ပရိုဖိုင်းထဲ၌ မွမ်းမံမပေးနိုင်ပါ။"
#: torbutton.popup.permission_denied
msgid ""
"Please either reset the permissions of the Tor Browser directory or copy it "
"to a new location."
msgstr ""
-"ကျေးဇူးပြု၍ Tor ကြည့်ရှုပရိုဂရမ် ဖိုင်လမ်းကြောင်း၏ ခွင့်ပြုချက်များကို ပြန်လည် သတ်မှတ်ပါ။ သို့မဟုတ်ပါက Tor "
-"ကြည့်ရှုပရိုဂရမ် ဖိုင်လမ်းကြောင်းကို တည်နေရာအသစ်သို့ ကူးယူပါ။"
+"Tor Browser ဖိုင်လမ်းကြောင်းအတွက် ခွင့်ပြုချက်များကို ပြန်ချိန်ပါ သို့မဟုတ် ၄င်းကို နေရာအသစ်သို့ ကော်ပီကူးပါ။"
#: torbutton.popup.device_full
msgid ""
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
-"သိုလှောင်စက် နေရာပြည့်နေသည်ဟုထင်ရသည်။ ကျေးဇူးပြု၍ သိုလှောင်ရန်နေရာလွတ်အောင်လုပ်ပါ။ သို့မဟုတ် စက်အသစ်သို့ Tor "
-"ကြည့်ရှုပရိုဂရမ် ကို ပြောင်းရွေ့ပါ။"
+"Disk ပြည့်နေပုံပေါ်သည်။ နေရာကို အလွတ်ထားပါ (သို့) Tor Browser ကို စက်ကိရိယာ အသစ်တစ်ခုထဲ ရွှေ့လိုက်ပါ။"
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/nah/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/nah/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nah/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/nah/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/nah/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nah/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/nap/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/nap/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nap/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/nap/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/nap/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nap/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/nb/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/nb/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nb/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -612,8 +612,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -626,3 +626,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/nb/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/nb/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nb/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -288,3 +288,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ne/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ne/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ne/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ne/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ne/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ne/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/nl/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/nl/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nl/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: Shondoit Walker <shondoit+transifex(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -625,8 +625,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -642,3 +642,6 @@
msgstr ""
"Transparante Torificatie (Heeft aangepaste transparente proxy of Tor router "
"nodig)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/nl/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/nl/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nl/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: Shondoit Walker <shondoit+transifex(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -326,3 +326,33 @@
msgstr ""
"De schijf lijkt vol te zijn. Maak ruimte vrij of verplaats Tor Browser naar "
"een nieuw apparaat."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/nn/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/nn/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nn/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/nn/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/nn/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nn/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/nso/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/nso/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nso/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/nso/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/nso/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/nso/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/oc/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/oc/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/oc/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/oc/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/oc/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/oc/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/or/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/or/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/or/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/or/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/or/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/or/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/pa/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/pa/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pa/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/pa/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/pa/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pa/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/pap/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/pap/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pap/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/pap/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/pap/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pap/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/pl/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/pl/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pl/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: bogdrozd <bog.d(a)gazeta.pl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -625,8 +625,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -640,3 +640,6 @@
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
"Przezroczysta toryfikacja (wymaga własnego transproxy lub routera Tora)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/pl/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/pl/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pl/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: bogdrozd <bog.d(a)gazeta.pl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -325,3 +325,33 @@
msgstr ""
"Dysk zdaje się być pełny. Proszę zwolnić miejsce lub przenieść Przeglądarkę "
"Tora na nowe urządzenie."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/pms/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/pms/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pms/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/pms/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/pms/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pms/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ps/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ps/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ps/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ps/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ps/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ps/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/pt/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/pt/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pt/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: Zeca Gatilho <paulo.mosh(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -637,8 +637,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -652,3 +652,6 @@
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
"Torificação transparente (Necessita transpoxy customizado ou router Tor)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/pt/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/pt/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pt/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -291,3 +291,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/pt_BR/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/pt_BR/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pt_BR/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -10,7 +10,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: brunogola <brunogola(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -640,8 +640,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.com"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -655,3 +655,6 @@
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
"Torificação Transparente (Requer transpoxy customizado ou roteador Tor)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.com"
Modified: translation/trunk/projects/torbutton/po/pt_BR/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/pt_BR/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/pt_BR/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: Sérgio <theparish2(a)yahoo.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -326,3 +326,33 @@
msgstr ""
"Este disco parece estar cheio. Por favor, libere espaço ou mova o Tor "
"Browser para um novo dispositivo."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ro/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ro/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ro/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -621,8 +621,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.com"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -637,3 +637,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.com"
Modified: translation/trunk/projects/torbutton/po/ro/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ro/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ro/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,15 +1,16 @@
#
# Translators:
# bog b1 <bogbone(a)gmail.com>, 2012.
+# <mihaidimoiu(a)yahoo.com>, 2012.
# runasand <runa.sandvik(a)gmail.com>, 2011.
#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-05-04 07:54+0000\n"
-"Last-Translator: bog b1 <bogbone(a)gmail.com>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-06-20 22:44+0000\n"
+"Last-Translator: mihai10 <mihaidimoiu(a)yahoo.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: ro\n"
"MIME-Version: 1.0\n"
@@ -22,7 +23,7 @@
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
-msgstr "Porneşte Tor"
+msgstr "Activeaza Tor"
#: torbutton.button.tooltip.enabled
msgid "Disable Tor"
@@ -330,3 +331,33 @@
msgstr ""
"Discul pare sa fie plin. Va rugam sa asigurati mai mult spatiu liber pe disc "
"sau sa mutati Tor browser pe un nou dispozitiv."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ru/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ru/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ru/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: liquixis <liquixis(a)gmail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/"
@@ -635,8 +635,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -651,3 +651,6 @@
msgstr ""
"Прозрачная торификация (Требует пользовательских transproxy или Tor-"
"маршрутизатора)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/ru/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ru/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ru/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: liquixis <liquixis(a)gmail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/"
@@ -328,3 +328,33 @@
msgstr ""
"Похоже, что диск заполнен. Пожалуйста, освободите место или переместите Tor "
"Browser на другой диск."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/sco/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/sco/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sco/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/sco/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/sco/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sco/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/sk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/sk/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sk/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/sk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/sk/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sk/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: martinstrucel <martin.strucel(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -262,3 +262,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/sl/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/sl/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sl/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-04-22 14:05+0000\n"
"Last-Translator: mihaelersic <miha.elersic(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -620,7 +620,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/sl/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/sl/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sl/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-04-22 14:20+0000\n"
"Last-Translator: mihaelersic <miha.elersic(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -275,3 +275,33 @@
msgstr ""
"Na disku ni več prostora. Naredite prostor ali premaknite Tor brskalnik na "
"drugo napravo."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/so/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/so/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/so/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/so/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/so/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/so/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/son/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/son/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/son/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/son/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/son/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/son/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/sq/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/sq/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sq/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/sq/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/sq/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sq/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/sr/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/sr/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sr/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,14 +1,15 @@
#
# Translators:
# <branislavhorvat(a)gmail.com>, 2012.
+# <mahavidyas(a)gmail.com>, 2012.
# runasand <runa.sandvik(a)gmail.com>, 2011.
#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-02-18 10:40+0000\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-06-20 23:51+0000\n"
"Last-Translator: mahavidyas <mahavidyas(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: sr\n"
@@ -90,7 +91,7 @@
#: torbutton.about.title
msgid "About Torbutton"
-msgstr "О додатку"
+msgstr "О Torbutton"
#: torbutton.about.version
msgid "Version:"
@@ -102,11 +103,11 @@
#: torbutton.about.code
msgid "Code Contributors:"
-msgstr ""
+msgstr "Kodiranje pomogli:"
#: torbutton.about.maintainer
msgid "Maintainer:"
-msgstr ""
+msgstr "Održava:"
#: torbutton.about.security_review
msgid "Security Review:"
@@ -546,7 +547,7 @@
#: torbutton.cookiedialog.domainCol
msgid "Host"
-msgstr ""
+msgstr "Host"
#: torbutton.cookiedialog.nameCol
msgid "Name"
@@ -620,8 +621,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "Scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -634,3 +635,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr "Транспарента Торификација (захтева посебан Tor прокси или Tor рутер)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "Scroogle.org"
Modified: translation/trunk/projects/torbutton/po/sr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/sr/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sr/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -2,14 +2,15 @@
# Translators:
# <branislavhorvat(a)gmail.com>, 2012.
# runasand <runa.sandvik(a)gmail.com>, 2011.
+# <theranchcowboy(a)gmail.com>, 2012.
#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-02-18 10:19+0000\n"
-"Last-Translator: mahavidyas <mahavidyas(a)gmail.com>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-08-10 12:48+0000\n"
+"Last-Translator: Rancher <theranchcowboy(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: sr\n"
"MIME-Version: 1.0\n"
@@ -22,19 +23,19 @@
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
-msgstr "Омогући Tor"
+msgstr "Омогући Тор"
#: torbutton.button.tooltip.enabled
msgid "Disable Tor"
-msgstr "Онемогући Tor"
+msgstr "Онемогући Тор"
#: torbutton.panel.tooltip.disabled
msgid "Click to enable Tor"
-msgstr "Кликните да бисте омогућили Tor"
+msgstr "Кликните да бисте омогућили Тор"
#: torbutton.panel.tooltip.enabled
msgid "Click to disable Tor"
-msgstr "Кликните да бисте онемогућили Tor"
+msgstr "Кликните да бисте онемогућили Тор"
#: torbutton.panel.plugins.disabled
msgid "Click to enable plugins"
@@ -46,19 +47,19 @@
#: torbutton.panel.label.disabled
msgid "Tor Disabled"
-msgstr "Tor је онемогућен"
+msgstr "Тор је онемогућен"
#: torbutton.panel.label.enabled
msgid "Tor Enabled"
-msgstr "Tor је омогућен"
+msgstr "Тор је омогућен"
#: extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description
msgid ""
"Torbutton provides a button to easily enable or disable pointing Firefox to "
"the Tor proxy"
msgstr ""
-"Torbutton ствара дугме за лакше укључивање и искључивање посредничке мреже "
-"Tor на програму фајерфокс."
+"Торбатон пружа дугме за лакше укључивање и искључивање посредничке мреже Тор "
+"на Фајерфоксу."
#: torbutton.popup.history.warning
msgid ""
@@ -72,17 +73,17 @@
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
msgstr ""
-"Torbutton је забранио активности из језичка који је учитан у другачије Tor "
-"стање.\n"
+"Торбатон је блокирао активности из језичка који је учитан у другачијем Тор "
+"стању.\n"
"\n"
-"Ово се дешава како бисмо решили фајерфокс грешке 409737 и 417869.\n"
+"Ово се дешава у циљу решавања Фајерфоксових грешака 409737 и 417869.\n"
"\n"
"Уколико приметите да се овај искачући прозор појављује без икаквог разлога, "
-"то значи да један од Ваших језичака покушава да се поново учита сам од себе, "
-"а то је забрањено.\n"
+"то значи да један од ваших језичака покушава да се поново учита сам од себе, "
+"а то је блокирано.\n"
"\n"
-"Да бисте поново учитали језичак у овом Tor стању, притисните „enter“ у "
-"адреси локације поља.\n"
+"Да бисте поново учитали језичак у овом Тор стању, притисните Enter у пољу за "
+"унос веб адресе.\n"
"\n"
#: torbutton.popup.plugin.warning
@@ -92,9 +93,9 @@
"Use Save-As instead.\n"
"\n"
msgstr ""
-"Torbutton је забранио директно учитавање садржаја додатака.\n"
+"Торбатон је блокирао директно учитавање садржаја додатка.\n"
"\n"
-"Уместо тога, користите „Сачувај као...“.\n"
+"Уместо тога, користите „Сачувај као…“.\n"
"\n"
#: torbutton.popup.confirm_ca_certs
@@ -127,7 +128,7 @@
#: torbutton.popup.toggle.warning
msgid "You need to toggle Tor or restart for your settings to take effect."
-msgstr "Морате да поново покренете Tor како би поставке ступиле на снагу."
+msgstr "Поново покрените Тор да би измене ступиле на снагу."
#: torbutton.popup.test.success
msgid "Tor proxy test successful!"
@@ -136,7 +137,8 @@
#: torbutton.popup.test.failure
msgid "Tor proxy test FAILED! Check your proxy and Polipo settings."
msgstr ""
-"Тестирање сервера није успело! Проверите своје посредничке и Polipo поставке."
+"Не могу да тестирам сервер. Проверите посредничка подешавања и подешавања "
+"Полипа."
#: torbutton.popup.test.confirm_toggle
msgid ""
@@ -147,24 +149,24 @@
"Note: If you have fixed the problem, you can rerun the test in the Torbutton "
"Proxy Preferences window to eliminate this warning."
msgstr ""
-"Најновије тестирање посредника није успело да се усклади с Tor мрежом.\n"
+"Најновије тестирање Тор посредника није успело да се усклади с Тор мрежом.\n"
"\n"
-"Да ли сте сигурни да желите да га омогућите?\n"
+"Желите ли ипак да га омогућите?\n"
"\n"
-"Напомена: ако сте пронашли решење проблема, можете поново покренути тест у "
-"Torbutton подешавањима посредника да бисте уклонили ово упозорење."
+"Напомена: ако сте пронашли решење проблема, можете поново да покренете тест "
+"у подешавањима посредника Торбатона да бисте се решили овог упозорења."
#: torbutton.popup.test.ff3_notice
msgid ""
"Click OK to test Tor proxy settings. This test will happen in the "
"background. Please be patient."
msgstr ""
-"Кликните на „У реду“ да бисте тестирали поставке посредника. Овај тест ће се "
-"одвијати у позадини. Молимо, будите стрпљиви."
+"Кликните на „У реду“ да испробате подешавања Тор посредника. Ова проба ће се "
+"одиграти у позадини. Будите стрпљиви."
#: torbutton.panel.label.verified
msgid "Tor Verified"
-msgstr "Tor је проверен"
+msgstr "Тор је проверен"
#: torbutton.popup.test.auto_failed
msgid ""
@@ -172,9 +174,9 @@
"\n"
"Are you sure you want to enable anyway?"
msgstr ""
-"Аутоматски тест посредника није успео да се усклади с Tor-ом.\n"
+"Аутоматски тест Тор посредника није успео да се усклади с Тор мрежом.\n"
"\n"
-"Да ли сте сигурни да желите да га омогућите?"
+"Желите ли ипак да га омогућите?"
#: torbutton.prefs.recommended
msgid "(recommended)"
@@ -190,7 +192,7 @@
#: torbutton.popup.external.title
msgid "Load external content?"
-msgstr "Да ли желите да учитате спољни садржај?"
+msgstr "Учитати спољни садржај?"
#: torbutton.popup.external.app
msgid ""
@@ -208,7 +210,7 @@
msgstr ""
"\n"
"\n"
-"Напомена: спољни програми не гарантују безбедност и могу Вас открити!\n"
+"Напомена: спољни програми не гарантују безбедност и могу вас открити!\n"
#: torbutton.popup.external.suggest
msgid ""
@@ -218,9 +220,10 @@
"or consider using a transparent Tor proxy like Tails LiveCD or torsocks.\n"
msgstr ""
"\n"
-"Уколико немате поверења у овај фајл, треба или да га сачувате па да га "
-"отворите док нисте прикључени на интернет или у виртуелној машини, или да "
-"користите транспарентан Tor прокси као што су Tails LiveCD или torsocks.\n"
+"Ако немате поверења у ову датотеку, или је сачувајте док сте ван мреже или у "
+"виртуелној машини,\n"
+"или користите транспарентне Тор посреднике као што су Tails LiveCD или "
+"torsocks.\n"
#: torbutton.popup.launch
msgid "Launch application"
@@ -232,30 +235,30 @@
#: torbutton.popup.dontask
msgid "Always launch applications from now on"
-msgstr "Увек покрећи програме од сада па надаље"
+msgstr "Одсад увек покрећи програме"
#: torbutton.popup.test.no_http_proxy
msgid ""
"Tor proxy test: Local HTTP Proxy is unreachable. Is Polipo running properly?"
msgstr ""
-"Списак посредника: локални HTTP посредник је неприступачан. Проверите да ли "
-"је Polipo исправно подешен."
+"Проба Тор посредника: локални HTTP посредник је недоступан. Проверите да ли "
+"је Полипо исправно подешен."
#: torbutton.popup.captcha.title
msgid "Avoid Google Captchas?"
-msgstr "Да ли желите да избегавате Google-ове потврдне кодове?"
+msgstr "Избегавати Гуглове потврдне кодове?"
#: torbutton.popup.captcha.ask
msgid ""
"Torbutton detected a Google Captcha. Would you like to be redirected to "
"another search engine for this query?"
msgstr ""
-"Torbutton је уочио Google потврдни код. Да ли желите да будете преусмерени "
-"на други претраживач за овај упит?"
+"Торбатон је пронашао Гуглов потврдни код. Желите ли да будете преусмерени на "
+"други претраживач за овај упит?"
#: torbutton.popup.captcha.always
msgid "Always perform this action from now on"
-msgstr "Увек изврши ову радњу од сада па надаље."
+msgstr "Одсад увек изврши ову радњу"
#: torbutton.popup.redirect
msgid "Redirect"
@@ -273,13 +276,11 @@
"\n"
"Would you like to request English language web pages for better privacy?"
msgstr ""
-"Да би вам обезбедио бољу приватност, Torbutton може да захтева енглеску "
-"верзију интернет страница. Због тога, могуће је да ће странице које бисте "
-"иначе читали на матерњем језику, уместо тога прикажу садржаје на енглеском "
-"језику.\n"
+"Да би вам обезбедио бољу приватност, Торбатон може да захтева енглеску "
+"верзију интернет страница. Због тога, могуће је да ће се странице које бисте "
+"иначе читали на матерњем језику приказивати на енглеском језику.\n"
"\n"
-"Да ли желите да захтевате странице на енглеском језику у циљу боље "
-"приватности?"
+"Желите ли да захтевате странице на енглеском језику у циљу боље приватности?"
#: torbutton.popup.no_newnym
msgid ""
@@ -288,10 +289,10 @@
"\n"
"Are you running Tor Browser Bundle?"
msgstr ""
-"Torbutton не може безбедно да вам додели нови идентитет јер нема приступ Tor "
-"Контролном Порту.\n"
+"Торбатон не може безбедно да вам додели нови идентитет јер нема приступ Тор "
+"контролном порту.\n"
"\n"
-"Да ли користите Тor Browser Bundle?"
+"Користите ли Тор прегледач?"
#: torbutton.popup.use_tbb
msgid ""
@@ -302,31 +303,60 @@
"sending email to gettor(a)torproject.org or by downloading it at the following "
"URL: "
msgstr ""
-"Изгледа да користите Torbutton и Firefox, а то више не препоручујемо као "
-"безбедну поставку.\n"
+"Изгледа да користите Торбатон и Фајерфокс, а то више није препоручљиво као "
+"безбедна поставка.\n"
"\n"
-"Уместо тога, препоручујемо да набавите најновији Tor Browser Bundle слањем "
-"поруке на gettor(a)torproject.org или скидањем са следеће адресе: "
+"Уместо тога, препоручујемо вам да набавите најновији Тор прегледач слањем "
+"поруке на gettor(a)torproject.org или преузимањем са следеће адресе: "
#: torbutton.popup.pref_error
msgid ""
"Torbutton cannot update preferences in the Tor Browser profile directory."
msgstr ""
-"Torbutton не може да освежи подешавања у директоријуму за Tor Browser "
-"профиле."
+"Торбатон не може да ажурира подешавања у фасцикли за профиле Тор прегледача."
#: torbutton.popup.permission_denied
msgid ""
"Please either reset the permissions of the Tor Browser directory or copy it "
"to a new location."
msgstr ""
-"Молимо вас да ресетујете дозволе за директоријум у коме се налази Tor "
-"Browser или да га прекопирате на другу локацију."
+"Поништите дозволе фасцикле у којој се налази Тор прегледач или је преместите "
+"на нову локацију."
#: torbutton.popup.device_full
msgid ""
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
-"Изгледа да је диск пун. Молимо вас да ослободите простор или да пребаците "
-"Tor Browser на нови уређај."
+"Изгледа да је диск пун. Ослободите нешто простора или преместите Тор "
+"прегледач на нови уређај."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/st/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/st/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/st/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/st/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/st/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/st/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/su/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/su/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/su/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/su/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/su/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/su/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/sv/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/sv/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sv/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -599,7 +599,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/sv/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/sv/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sv/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -253,3 +253,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/sw/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/sw/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sw/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/sw/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/sw/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/sw/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ta/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ta/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ta/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ta/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ta/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ta/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/te/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/te/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/te/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/te/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/te/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/te/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/templates/torbutton.dtd.pot
===================================================================
--- translation/trunk/projects/torbutton/po/templates/torbutton.dtd.pot 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/templates/torbutton.dtd.pot 2012-08-30 22:09:48 UTC (rev 25777)
@@ -3,7 +3,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-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"
@@ -592,7 +592,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/templates/torbutton.properties.pot
===================================================================
--- translation/trunk/projects/torbutton/po/templates/torbutton.properties.pot 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/templates/torbutton.properties.pot 2012-08-30 22:09:48 UTC (rev 25777)
@@ -3,7 +3,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-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"
@@ -247,3 +247,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/tg/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/tg/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/tg/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/tg/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/tg/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/tg/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/th/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/th/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/th/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -597,7 +597,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/th/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/th/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/th/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ti/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ti/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ti/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ti/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ti/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ti/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/tk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/tk/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/tk/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/tk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/tk/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/tk/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/tr/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/tr/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/tr/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -607,8 +607,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -621,3 +621,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/tr/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/tr/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/tr/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-04-08 19:40+0000\n"
"Last-Translator: ZahMeTR <zahmetr(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -338,3 +338,33 @@
msgstr ""
"Disk dolu gözüküyor. Lütfen diskte yer açın ya da Tor Browser i farklı bir "
"konuma taşıyın. "
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/uk/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/uk/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/uk/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,5 +1,6 @@
#
# Translators:
+# Oleksandr Kravchuk <>, 2012.
# runasand <runa.sandvik(a)gmail.com>, 2011.
# Сергій Гаврилов <sergiovana(a)bigmir.net>, 2011.
#. extracted from ../src/chrome/locale/en/torbutton.dtd
@@ -7,9 +8,9 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-02-14 09:44+0000\n"
-"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-07-01 22:21+0000\n"
+"Last-Translator: Oleksandr Kravchuk <>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
@@ -94,31 +95,31 @@
#: torbutton.about.version
msgid "Version:"
-msgstr ""
+msgstr "Версія:"
#: torbutton.about.summary
msgid "Protects the privacy of your Tor browsing."
-msgstr ""
+msgstr "Захищає приватність вашого блукання тенетами з Tor."
#: torbutton.about.code
msgid "Code Contributors:"
-msgstr ""
+msgstr "Учасники:"
#: torbutton.about.maintainer
msgid "Maintainer:"
-msgstr ""
+msgstr "Супроводжувач:"
#: torbutton.about.security_review
msgid "Security Review:"
-msgstr ""
+msgstr "Огляд Безпеки:"
#: torbutton.about.donate
msgid "If you like using Tor, you might consider"
-msgstr ""
+msgstr "Якщо вам подобається Tor – ви могли б"
#: torbutton.about.make_donation
msgid "making a donation."
-msgstr ""
+msgstr "зробити пожертву."
#: torbutton.pref_connection.notice
msgid "Disable Torbutton to change these settings."
@@ -149,7 +150,7 @@
#: torbutton.context_menu.new_identity_key
msgid "I"
-msgstr ""
+msgstr "I"
#: torbutton.context_menu.toggle
msgid "Toggle Tor status"
@@ -378,7 +379,7 @@
#: torbutton.prefs.startup_tor
msgid "On browser startup, set Tor state to:"
-msgstr ""
+msgstr "При запуску веб-оглядача, встановлювати стан Tor у:"
#: torbutton.prefs.reload_crashed_jar
msgid "Reload cookie jar/clear cookies on Firefox crash (recommended)"
@@ -402,11 +403,11 @@
#: torbutton.prefs.close_tor
msgid "Close all Tor windows and tabs on toggle (optional)"
-msgstr ""
+msgstr "Закрити усі вікна та вкладки Tor при перемиканні (не обов’зково)"
#: torbutton.prefs.close_nontor
msgid "Close all Non-Tor windows and tabs on toggle (optional)"
-msgstr ""
+msgstr "Закрити усі не Tor вікна та вкладки при перемиканні (не обов’зково)"
#: torbutton.prefs.block_links
msgid "Block link clicks and page reloads from different Tor states (optional)"
@@ -415,10 +416,12 @@
#: torbutton.prefs.jar_certs
msgid "Store SSL certs in seperate jars for Tor/Non-Tor (recommended)"
msgstr ""
+"Зберігати сертифікати SSL у різних jar`ах для Tor/не Tor (рекомендовано)"
#: torbutton.prefs.jar_ca_certs
msgid "Store CA certs in seperate jars for Tor/Non-Tor (recommended)"
msgstr ""
+"Зберігати сертифікати CA у різних jar`ах для Tor/не Tor (рекомендовано)"
#: torbutton.prefs.locked_mode
msgid "Disable Button and Hotkeys to prevent accidental toggle"
@@ -426,7 +429,7 @@
#: torbutton.prefs.startup_state
msgid "On normal startup, set Tor state to:"
-msgstr ""
+msgstr "При нормальному запуску — встановлювати стан Tor у:"
#: torbutton.prefs.shutdown_state
msgid "Shutdown state"
@@ -434,7 +437,7 @@
#: torbutton.prefs.startup
msgid "Startup"
-msgstr ""
+msgstr "Запуск"
#: torbutton.prefs.block_tor_file_net
msgid "Block Tor access to network from file:// urls (recommended)"
@@ -446,11 +449,11 @@
#: torbutton.prefs.restore_defaults
msgid "Restore Defaults"
-msgstr ""
+msgstr "За Замовчуванням"
#: torbutton.prefs.test_settings
msgid "Test Settings"
-msgstr ""
+msgstr "Перевірити Настройки"
#: torbutton.prefs.test_auto
msgid ""
@@ -463,11 +466,11 @@
#: torbutton.prefs.tor_memory_jar
msgid "Do not write Tor cookies to disk"
-msgstr ""
+msgstr "Не записувати куки Tor на диск"
#: torbutton.prefs.nontor_memory_jar
msgid "Do not write Non-Tor cookies to disk"
-msgstr ""
+msgstr "Не записувати не Tor куки на диск"
#: torbutton.prefs.session_restore
msgid "Have the session store save and restore these tabs:"
@@ -475,27 +478,27 @@
#: torbutton.prefs.nontor_tabs
msgid "Tabs loaded in Non-Tor"
-msgstr ""
+msgstr "Закладки завантажені не в Tor"
#: torbutton.prefs.tor_tabs
msgid "Tabs loaded in Tor"
-msgstr ""
+msgstr "Закладки завантажені в Tor"
#: torbutton.prefs.socks_vfour
msgid "SOCKS v4"
-msgstr ""
+msgstr "SOCKS v4"
#: torbutton.prefs.socks_vfive
msgid "SOCKS v5"
-msgstr ""
+msgstr "SOCKS v5"
#: torbutton.prefs.no_proxies_on
msgid "No Proxies for: "
-msgstr ""
+msgstr "Не використовувати проксі для: "
#: torbutton.prefs.no_proxy_warning
msgid "Warning: Avoid using any hostnames above"
-msgstr ""
+msgstr "Увага: Уникайте використання будь якого з нищезазначених хостів"
#: torbutton.prefs.spoofreresh
msgid "Spoof Refresh"
@@ -523,47 +526,47 @@
#: torbutton.cookiedialog.title
msgid "Manage Cookie Protections"
-msgstr ""
+msgstr "Керувати Захистом Куків"
#: torbutton.cookiedialog.lockCol
msgid "Protected"
-msgstr ""
+msgstr "Захищено"
#: torbutton.cookiedialog.domainCol
msgid "Host"
-msgstr ""
+msgstr "Хост"
#: torbutton.cookiedialog.nameCol
msgid "Name"
-msgstr ""
+msgstr "Ім’я"
#: torbutton.cookiedialog.pathCol
msgid "Path"
-msgstr ""
+msgstr "Шлях"
#: torbutton.cookiedialog.protectCookie
msgid "Protect Cookie"
-msgstr ""
+msgstr "Захистити Куки"
#: torbutton.cookiedialog.removeCookie
msgid "Remove Cookie"
-msgstr ""
+msgstr "Видалити Куки"
#: torbutton.cookiedialog.unprotectCookie
msgid "Unprotect Cookie"
-msgstr ""
+msgstr "Незахищені Куки"
#: torbutton.cookiedialog.removeAllBut
msgid "Remove All But Protected"
-msgstr ""
+msgstr "Видалити Усі, Окрім Захищених"
#: torbutton.cookiedialog.saveAllCookies
msgid "Protect New Cookies"
-msgstr ""
+msgstr "Захищати Нові Куки"
#: torbutton.cookiedialog.doNotSaveAllCookies
msgid "Do Not Protect New Cookies"
-msgstr ""
+msgstr "Не Захищати Нові Куки"
#: torbutton.prefs.disable_livemarks
msgid "Disable Livemark updates during Tor usage"
@@ -571,15 +574,15 @@
#: torbutton.prefs.dtd_recommended
msgid "(recommended)"
-msgstr ""
+msgstr "(рекомендовано)"
#: torbutton.prefs.dtd_optional
msgid "(optional)"
-msgstr ""
+msgstr "(не обов’зково)"
#: torbutton.prefs.dtd_crucial
msgid "(crucial)"
-msgstr ""
+msgstr "(критично)"
#: torbutton.prefs.update_torbutton_via_tor
msgid "Redirect Torbutton updates through Tor"
@@ -593,23 +596,23 @@
#: torbutton.prefs.engine1
msgid "ixquick.com"
-msgstr ""
+msgstr "ixquick.com"
#: torbutton.prefs.engine2
msgid "Bing.com"
-msgstr ""
+msgstr "Bing.com"
#: torbutton.prefs.engine3
msgid "Yahoo.com"
-msgstr ""
+msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
-msgstr ""
+msgstr "duckduckgo.com"
#: torbutton.prefs.fix_google_srch
msgid "Strip platform and language off of Google Search Box queries"
@@ -618,3 +621,6 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
msgstr ""
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/uk/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/uk/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/uk/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,13 +1,14 @@
#
# Translators:
+# Oleksandr Kravchuk <>, 2012.
#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2010-12-05 19:40+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-07-01 14:05+0000\n"
+"Last-Translator: Oleksandr Kravchuk <>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: uk\n"
"MIME-Version: 1.0\n"
@@ -20,41 +21,43 @@
#: torbutton.button.tooltip.disabled
msgid "Enable Tor"
-msgstr ""
+msgstr "Увімкнути Tor"
#: torbutton.button.tooltip.enabled
msgid "Disable Tor"
-msgstr ""
+msgstr "Вимкнути Tor"
#: torbutton.panel.tooltip.disabled
msgid "Click to enable Tor"
-msgstr ""
+msgstr "Натисніть аби увімкнути Tor"
#: torbutton.panel.tooltip.enabled
msgid "Click to disable Tor"
-msgstr ""
+msgstr "Натисніть аби вимкнути Tor"
#: torbutton.panel.plugins.disabled
msgid "Click to enable plugins"
-msgstr ""
+msgstr "Натисніть аби увімкнути розширення"
#: torbutton.panel.plugins.enabled
msgid "Click to disable plugins"
-msgstr ""
+msgstr "Натисніть аби "
#: torbutton.panel.label.disabled
msgid "Tor Disabled"
-msgstr ""
+msgstr "Tor Вимкнено"
#: torbutton.panel.label.enabled
msgid "Tor Enabled"
-msgstr ""
+msgstr "Tor Увімкнено"
#: extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description
msgid ""
"Torbutton provides a button to easily enable or disable pointing Firefox to "
"the Tor proxy"
msgstr ""
+"Torbutton надає кнопку для зручного увімкнення та вимкнення використання Tor "
+"веб-оглядачем Firefox"
#: torbutton.popup.history.warning
msgid ""
@@ -94,18 +97,27 @@
"\n"
"Do you wish to continue anyway?"
msgstr ""
+"Увага!\n"
+"\n"
+"Torbutton на Firefox 3 відомий тим, що може видати ваш часовий пояс та живі "
+"закладки через Tor.\n"
+"\n"
+"Чи бажаєте ви продовжувати у будь якому разі?"
#: torbutton.popup.toggle.warning
msgid "You need to toggle Tor or restart for your settings to take effect."
msgstr ""
+"Ви повинні перемикнути або перезапустити Tor аби активувати нові параметри. "
#: torbutton.popup.test.success
msgid "Tor proxy test successful!"
-msgstr ""
+msgstr "Тест проесі-сервера Tor пройшов успішно!"
#: torbutton.popup.test.failure
msgid "Tor proxy test FAILED! Check your proxy and Polipo settings."
msgstr ""
+"Тест проксі-сервера НЕ ПРОЙДЕНО! Перевірте свій проксі-сервер та параметри "
+"Polipo."
#: torbutton.popup.test.confirm_toggle
msgid ""
@@ -173,11 +185,11 @@
#: torbutton.popup.launch
msgid "Launch application"
-msgstr ""
+msgstr "Запустити додаток"
#: torbutton.popup.cancel
msgid "Cancel"
-msgstr ""
+msgstr "Відмова"
#: torbutton.popup.dontask
msgid "Always launch applications from now on"
@@ -190,7 +202,7 @@
#: torbutton.popup.captcha.title
msgid "Avoid Google Captchas?"
-msgstr ""
+msgstr "Уникати каптчі Google?"
#: torbutton.popup.captcha.ask
msgid ""
@@ -204,11 +216,11 @@
#: torbutton.popup.redirect
msgid "Redirect"
-msgstr ""
+msgstr "Перенаправляти"
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
-msgstr ""
+msgstr "Не Перенаправляти"
#: torbutton.popup.prompted_language
msgid ""
@@ -253,3 +265,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ur/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ur/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ur/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ur/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ur/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ur/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/ve/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/ve/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ve/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/ve/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/ve/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/ve/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/vi/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/vi/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/vi/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,14 +1,15 @@
#
# Translators:
# runasand <runa.sandvik(a)gmail.com>, 2011.
+# <truongvan1507(a)yahoo.com.vn>, 2012.
#. extracted from ../src/chrome/locale/en/torbutton.dtd
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-02-14 09:44+0000\n"
-"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-06-03 07:26+0000\n"
+"Last-Translator: truongvan <truongvan(a)live.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
@@ -375,7 +376,7 @@
#: torbutton.prefs.startup_tor
msgid "On browser startup, set Tor state to:"
-msgstr ""
+msgstr "Khi trình duyệt khởi động, thiết lập trạng thái Tor thành:"
#: torbutton.prefs.reload_crashed_jar
msgid "Reload cookie jar/clear cookies on Firefox crash (recommended)"
@@ -612,7 +613,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/vi/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/vi/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/vi/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,14 +1,15 @@
#
# Translators:
# runasand <runa.sandvik(a)gmail.com>, 2011.
+# <truongvan1507(a)yahoo.com.vn>, 2012.
#. extracted from ../src/chrome/locale/en/torbutton.properties
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-02-14 09:45+0000\n"
-"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-06-03 08:01+0000\n"
+"Last-Translator: truongvan <truongvan(a)live.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: vi\n"
"MIME-Version: 1.0\n"
@@ -70,6 +71,17 @@
"To reload the tab in this Tor state, hit 'enter' in the URL location box.\n"
"\n"
msgstr ""
+"Torbutton khóa những thẻ trình duyệt đã tải trong một trạng thái khác của "
+"Tor.\n"
+"\n"
+"Cái này là để vận hành xung quanh lỗi Firefox 409737 và 417869.\n"
+"\n"
+"Nếu thông báo này hiện ra chẳng vì lý do nào, thì một trong những thẻ trình "
+"duyệt đang cố tự tải lại mà không thông báo, và điều này đã bị ngăn chặn.\n"
+"\n"
+"Tor tải lại thẻ trình duyệt trong trạng thái này của Tor, gõ 'enter' trên "
+"thanh địa chỉ.\n"
+"\n"
#: torbutton.popup.plugin.warning
msgid ""
@@ -122,6 +134,8 @@
#: torbutton.popup.test.failure
msgid "Tor proxy test FAILED! Check your proxy and Polipo settings."
msgstr ""
+"Tor proxy kiểm tra có lỗi! Kiểm tra proxy và những cài đặt của Polipo của "
+"bạn."
#: torbutton.popup.test.confirm_toggle
msgid ""
@@ -204,6 +218,11 @@
"or in a VM,\n"
"or consider using a transparent Tor proxy like Tails LiveCD or torsocks.\n"
msgstr ""
+"\n"
+"Nếu tập tin này không an toàn, bạn nên lưu nó lại để sử dụng khi \n"
+"không kết nối mạng hoặc trong máy ảo.\n"
+"hoặc cân nhắc sử dụng môi trường hoàn toàn dùng Tor proxy như Tails LiveCD "
+"hoặc torsocks.\n"
#: torbutton.popup.launch
msgid "Launch application"
@@ -226,25 +245,27 @@
#: torbutton.popup.captcha.title
msgid "Avoid Google Captchas?"
-msgstr ""
+msgstr "Muốn tránh xác nhận Google Captchas?"
#: torbutton.popup.captcha.ask
msgid ""
"Torbutton detected a Google Captcha. Would you like to be redirected to "
"another search engine for this query?"
msgstr ""
+"Torbutton phát hiện có Google Captchas. Bạn có muồn chuyển qua bộ máy tìm "
+"kiếm khác cho câu hỏi này?"
#: torbutton.popup.captcha.always
msgid "Always perform this action from now on"
-msgstr ""
+msgstr "từ bây giờ, luôn thực hiện hành động này"
#: torbutton.popup.redirect
msgid "Redirect"
-msgstr ""
+msgstr "Chuyển hướng"
#: torbutton.popup.no_redirect
msgid "Don't Redirect"
-msgstr ""
+msgstr "Đừng chuyển hướng"
#: torbutton.popup.prompted_language
msgid ""
@@ -254,6 +275,11 @@
"\n"
"Would you like to request English language web pages for better privacy?"
msgstr ""
+"Để bạn có thêm sư riêng tư, Torbutton có thể yêu cầu trang mạng sử dụng "
+"phiên bản Tiếng Anh. Đây có thể là nguyên nhân trang mạng mà bạn đề nghị "
+"hiển thị tiến bản địa lại hiển thị Tiếng Anh.\n"
+"\n"
+"Bạn có muốn yêu cầu trang mạng tiếng anh để có thêm sự riêng tư?"
#: torbutton.popup.no_newnym
msgid ""
@@ -262,6 +288,10 @@
"\n"
"Are you running Tor Browser Bundle?"
msgstr ""
+"Torbutton có thể đưa bạn một danh tính mới một cách không an toàn. Nó không "
+"hề truy cập vào Tor Control Port.\n"
+"\n"
+"Có phải bạn đang dùng Tor Browser Bundle?"
#: torbutton.popup.use_tbb
msgid ""
@@ -272,20 +302,60 @@
"sending email to gettor(a)torproject.org or by downloading it at the following "
"URL: "
msgstr ""
+"Dường như bạn đang sử dụng Torbutton với Firefox, nó không còn là một đề "
+"xuất thiết lập an toàn.\n"
+"\n"
+"Thực ra, chúng tôi đề nghị bạn sử dụng phiên bản mới nhất của Tor Browser "
+"Bundle bằng cách gởi email vào gettor(a)torproject.org hoặc tải về theo địa "
+"chỉ:"
#: torbutton.popup.pref_error
msgid ""
"Torbutton cannot update preferences in the Tor Browser profile directory."
-msgstr ""
+msgstr "Torbutton không thể cập nhật thiết lập trong thư mục hồ sơ."
#: torbutton.popup.permission_denied
msgid ""
"Please either reset the permissions of the Tor Browser directory or copy it "
"to a new location."
msgstr ""
+"Hảy cài lại quyền truy cập cho thư mục của trình duyệt Tor hoặc chép nó vô "
+"một thư mục mới."
#: torbutton.popup.device_full
msgid ""
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+"Ổ lưu trữ đã đầy, Hảy chuẩn bị thêm chổ trống hoặc di chuyển trình duyệt Tor "
+"qua một thiết bị mới."
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/wa/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/wa/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/wa/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/wa/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/wa/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/wa/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/wo/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/wo/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/wo/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/wo/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/wo/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/wo/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/zh_CN/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/zh_CN/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/zh_CN/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -1,5 +1,7 @@
#
# Translators:
+# Christopher Meng <cickumqt(a)gmail.com>, 2012.
+# Curtis Stone <cstone(a)fastmail.cn>, 2012.
# <hua5679(a)gmail.com>, 2012.
# jhk <j_hk001(a)126.com>, 2011.
# runasand <runa.sandvik(a)gmail.com>, 2011.
@@ -11,9 +13,9 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
-"PO-Revision-Date: 2012-02-14 09:44+0000\n"
-"Last-Translator: zhenghua1991 <hua5679(a)gmail.com>\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
+"PO-Revision-Date: 2012-08-01 09:59+0000\n"
+"Last-Translator: Christopher Meng <cickumqt(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
@@ -101,7 +103,7 @@
#: torbutton.about.summary
msgid "Protects the privacy of your Tor browsing."
-msgstr ""
+msgstr "保护您使用 Tor 进行浏览的隐私。"
#: torbutton.about.code
msgid "Code Contributors:"
@@ -113,11 +115,11 @@
#: torbutton.about.security_review
msgid "Security Review:"
-msgstr ""
+msgstr "安全审查:"
#: torbutton.about.donate
msgid "If you like using Tor, you might consider"
-msgstr ""
+msgstr "如果您喜欢使用 Tor,您也可以考虑"
#: torbutton.about.make_donation
msgid "making a donation."
@@ -203,7 +205,7 @@
#: torbutton.context_menu.openTorWindow
msgid "Open Tor URL in new Window"
-msgstr "在新窗口中打开Tor URL"
+msgstr "在新窗口中打开 Tor URL"
#: torbutton.context_menu.openTorWindow.key
msgid "d"
@@ -311,7 +313,7 @@
#: torbutton.prefs.tor_shutdown
msgid "Clear Tor cookies during Tor-enabled browser shutdown"
-msgstr "戴 Tor 关闭浏览器时清除用 Tor 浏览产生的 Cookies"
+msgstr "待 Tor 关闭浏览器时清除用 Tor 浏览产生的 Cookies"
#: torbutton.prefs.all_shutdown
msgid "Clear cookies during any browser shutdown"
@@ -339,15 +341,15 @@
#: torbutton.prefs.spoofblank
msgid "Spoof blank referer during Tor usage (may break some sites)"
-msgstr "使用Tor时发送空白Referer(一些网站可能显示异常)"
+msgstr "使用 Tor 时发送空白 Referer(一些网站可能显示异常)"
#: torbutton.prefs.smartspoof
msgid "Smart referer spoof during Tor usage (spoofs cross domain referers)"
-msgstr "使用Tor时智能欺骗Referer(欺骗跨域Referer)"
+msgstr "使用 Tor 时智能欺骗 Referer(欺骗跨域 Referer)"
#: torbutton.prefs.nospoof
msgid "No referer spoof during Tor usage (sends referers as normal)"
-msgstr "使用Tor时禁用所有欺骗(发送正常Referer)"
+msgstr "使 用Tor时禁用所有欺骗(发送正常Referer)"
#: torbutton.prefs.disable_domstorage
msgid "Disable DOM Storage during Tor usage (crucial)"
@@ -379,7 +381,7 @@
#: torbutton.prefs.startup_tor
msgid "On browser startup, set Tor state to:"
-msgstr "浏览器启动时,设置Tor的状态为:"
+msgstr "浏览器启动时,设置 Tor 的状态为:"
#: torbutton.prefs.reload_crashed_jar
msgid "Reload cookie jar/clear cookies on Firefox crash (recommended)"
@@ -472,11 +474,11 @@
#: torbutton.prefs.session_restore
msgid "Have the session store save and restore these tabs:"
-msgstr "让 Firefox 会话保存功能保存并恢复如下标签页:"
+msgstr "让 Firefox 的会话保存功能保存并恢复如下标签页:"
#: torbutton.prefs.nontor_tabs
msgid "Tabs loaded in Non-Tor"
-msgstr "不用 Tor 的标签页"
+msgstr "不使用 Tor 的标签页"
#: torbutton.prefs.tor_tabs
msgid "Tabs loaded in Tor"
@@ -544,23 +546,23 @@
#: torbutton.cookiedialog.protectCookie
msgid "Protect Cookie"
-msgstr "保护Cookie"
+msgstr "保护 Cookie"
#: torbutton.cookiedialog.removeCookie
msgid "Remove Cookie"
-msgstr "移除Cookie"
+msgstr "移 除Cookie"
#: torbutton.cookiedialog.unprotectCookie
msgid "Unprotect Cookie"
-msgstr "停止保护Cookie"
+msgstr "停止保护 Cookie"
#: torbutton.cookiedialog.removeAllBut
msgid "Remove All But Protected"
-msgstr "仅保留受保护的Cookie,其他移除全部"
+msgstr "仅保留受保护的 Cookie,其他移除全部"
#: torbutton.cookiedialog.saveAllCookies
msgid "Protect New Cookies"
-msgstr "保护新的Cookies"
+msgstr "保护新的 Cookies"
#: torbutton.cookiedialog.doNotSaveAllCookies
msgid "Do Not Protect New Cookies"
@@ -568,7 +570,7 @@
#: torbutton.prefs.disable_livemarks
msgid "Disable Livemark updates during Tor usage"
-msgstr "使用 Tor 时禁用 Livemark 更新(RSS书签)"
+msgstr "使用 Tor 时禁用 Livemark 更新(RSS 书签)"
#: torbutton.prefs.dtd_recommended
msgid "(recommended)"
@@ -605,8 +607,8 @@
msgstr "Yahoo.com"
#: torbutton.prefs.engine4
-msgid "scroogle.org"
-msgstr "scroogle.org"
+msgid "startpage.com"
+msgstr ""
#: torbutton.prefs.engine5
msgid "duckduckgo.com"
@@ -618,4 +620,7 @@
#: torbutton.prefs.transparentTor
msgid "Transparent Torification (Requires custom transproxy or Tor router)"
-msgstr "Tor透明代理(需要自设透明代理或Tor路由程序的支持)"
+msgstr "Tor 透明代理(需要自设透明代理或Tor路由程序的支持)"
+
+#~ msgid "scroogle.org"
+#~ msgstr "scroogle.org"
Modified: translation/trunk/projects/torbutton/po/zh_CN/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/zh_CN/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/zh_CN/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: mikeperry <mikeperry-trans(a)fscked.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -290,3 +290,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/zh_HK/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/zh_HK/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/zh_HK/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/zh_HK/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/zh_HK/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/zh_HK/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/zh_TW/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/zh_TW/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/zh_TW/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:44+0000\n"
"Last-Translator: whyme <random3098(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -600,7 +600,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/zh_TW/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/zh_TW/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/zh_TW/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2012-02-14 09:45+0000\n"
"Last-Translator: whyme <random3098(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -260,3 +260,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr "磁碟空間可能已滿。請空出一些空間或是將 Tor Browser 搬移至另一個裝置。"
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
Modified: translation/trunk/projects/torbutton/po/zu/torbutton.dtd.po
===================================================================
--- translation/trunk/projects/torbutton/po/zu/torbutton.dtd.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/zu/torbutton.dtd.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -596,7 +596,7 @@
msgstr ""
#: torbutton.prefs.engine4
-msgid "scroogle.org"
+msgid "startpage.com"
msgstr ""
#: torbutton.prefs.engine5
Modified: translation/trunk/projects/torbutton/po/zu/torbutton.properties.po
===================================================================
--- translation/trunk/projects/torbutton/po/zu/torbutton.properties.po 2012-08-29 17:34:47 UTC (rev 25776)
+++ translation/trunk/projects/torbutton/po/zu/torbutton.properties.po 2012-08-30 22:09:48 UTC (rev 25777)
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-12-14 14:15-0700\n"
+"POT-Creation-Date: 2012-08-30 14:54-0700\n"
"PO-Revision-Date: 2010-12-05 19:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -252,3 +252,33 @@
"The disk appears to be full. Please free up space or move Tor Browser to a "
"new device."
msgstr ""
+
+#: torbutton.title.prompt_torbrowser
+msgid "Important Torbutton Information"
+msgstr ""
+
+#: torbutton.popup.prompt_torbrowser
+msgid ""
+"Torbutton works differently now: you can't turn it off any more.\n"
+"\n"
+"We made this change because it isn't safe to use Torbutton in a browser "
+"that's also used for non-Tor browsing. There were too many bugs there that "
+"we couldn't fix any other way.\n"
+"\n"
+"If you want to keep using Firefox normally, you should uninstall Torbutton "
+"and download Tor Browser Bundle. The privacy properties of Tor Browser are "
+"also superior to those of normal Firefox, even when Firefox is used with "
+"Torbutton.\n"
+"\n"
+"To remove Torbutton, go to Tools->Addons->Extensions and then click the "
+"Remove button next to Torbutton."
+msgstr ""
+
+#: torbutton.popup.short_torbrowser
+msgid ""
+"Important Torbutton Information!\n"
+"\n"
+"Torbutton is now always enabled.\n"
+"\n"
+"Click on the Torbutton for more information."
+msgstr ""
1
0
commit e5f330b511ec711d495e7649ad8f8a2633d06f97
Author: David Fifield <david(a)bamsoftware.com>
Date: Thu Aug 30 12:40:14 2012 -0700
Make the install target .PHONY.
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index 8c6cbfe..a12a9f3 100644
--- a/Makefile
+++ b/Makefile
@@ -36,4 +36,4 @@ sign: dist/$(DISTNAME).zip
cd dist && gpg --sign --detach-sign --armor $(DISTNAME).zip
cd dist && gpg --verify $(DISTNAME).zip.asc $(DISTNAME).zip
-.PHONY: all clean test dist sign
+.PHONY: all install clean test dist sign
1
0

30 Aug '12
commit c1ceaa80bec25958458fc3b5390a40b78ab493e3
Author: David Fifield <david(a)bamsoftware.com>
Date: Thu Aug 30 12:33:48 2012 -0700
Fix framing typo in websocket-transport.txt.
---
doc/websocket-transport.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/websocket-transport.txt b/doc/websocket-transport.txt
index cf46301..78e3297 100644
--- a/doc/websocket-transport.txt
+++ b/doc/websocket-transport.txt
@@ -81,7 +81,7 @@ The base64 subprotocol
or, for example, as two frames (one of 2 bytes and one of 6 bytes):
- 0x01 0x02 "SG" 0x81 0x06 "sbG8="
+ 0x01 0x02 "SG" 0x81 0x06 "VsbG8="
When sent by a client, all frames including these must be masked. Here
is an example of a masked base64-encoded message sent as a single
1
0

[flashproxy/master] Check for 200 response code in flashproxy-reg-http.
by dcf@torproject.org 30 Aug '12
by dcf@torproject.org 30 Aug '12
30 Aug '12
commit 17827969b2da66ea4361b3ddf6c95adc84483de3
Author: David Fifield <david(a)bamsoftware.com>
Date: Thu Aug 30 09:43:22 2012 -0700
Check for 200 response code in flashproxy-reg-http.
---
flashproxy-reg-http | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/flashproxy-reg-http b/flashproxy-reg-http
index ac45a30..4cff231 100755
--- a/flashproxy-reg-http
+++ b/flashproxy-reg-http
@@ -103,6 +103,9 @@ spec = format_addr(options.remote_addr)
http = httplib.HTTPConnection(*options.facilitator_addr)
try:
http.request("POST", "/", urllib.urlencode({"client": spec}))
+ resp = http.getresponse()
+ if resp.status != 200:
+ raise ValueError("Status code was %d, not 200" % resp.status)
except Exception, e:
print >> sys.stderr, "Failed to register: %s" % str(e)
sys.exit(1)
1
0

30 Aug '12
commit 43f078ae7db9be2b41d29d9516dce6f85cb5b316
Author: Karsten Loesing <karsten.loesing(a)gmx.net>
Date: Thu Aug 30 10:49:51 2012 +0200
Fix a couple of tech reports links.
---
techreports.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/techreports.html b/techreports.html
index 051ada1..bbe6942 100644
--- a/techreports.html
+++ b/techreports.html
@@ -48,7 +48,7 @@ March 17, 2012.
<i>Datagram Testing Plan.</i>
Tor Tech Report 2012-03-002.
March 16, 2012.
-<a href="techreports/datagram-testing-plan-2012-03-16">PDF</a>.</p>
+<a href="techreports/datagram-testing-plan-2012-03-16.pdf">PDF</a>.</p>
<p>George Kadianakis.
<i>Packet Size Pluggable Transport and Traffic Morphing.</i>
@@ -81,7 +81,7 @@ November 29, 2011.
<i>Comparison of Tor Datagram Designs.</i>
Tor Tech Report 2011-11-001.
November 7, 2011.
-<a href="techreports/datagram-comparison-2011-11-07">PDF</a>.</p>
+<a href="techreports/datagram-comparison-2011-11-07.pdf">PDF</a>.</p>
<p>Roger Dingledine.
<i>Ten ways to discover Tor bridges.</i>
@@ -137,7 +137,7 @@ March 14, 2011.
<i>Measuring the safety of the Tor network.</i>
Tor Tech Report 2011-02-001.
February 5, 2011.
-<a href="techreports/measuring-safety-tor-network-2011-02-001.pdf">PDf</a>.</p>
+<a href="techreports/measuring-safety-tor-network-2011-02-001.pdf">PDF</a>.</p>
<h3>2010</h3>
<br>
@@ -167,7 +167,7 @@ September 22, 2009.
<i>Reducing the Circuit Window Size in Tor.</i>
Tor Tech Report 2009-09-002.
September 20, 2009.
-<a href="techreports/">PDF</a>.</p>
+<a href="techreports/circwindow-2009-09-20.pdf">PDF</a>.</p>
<p>Karsten Loesing.
<i>Analysis of Circuit Queues in Tor.</i>
1
0

[research-web/master] Add Roger's five tech reports based on blog posts.
by karsten@torproject.org 30 Aug '12
by karsten@torproject.org 30 Aug '12
30 Aug '12
commit 1ccb2b8a9cf65dc2f0ff9335771957d78d4e1a42
Author: Karsten Loesing <karsten.loesing(a)gmx.net>
Date: Thu Aug 30 09:20:41 2012 +0200
Add Roger's five tech reports based on blog posts.
---
techreports.html | 25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/techreports.html b/techreports.html
index 5032091..051ada1 100644
--- a/techreports.html
+++ b/techreports.html
@@ -65,10 +65,11 @@ March 9, 2012.
<h3>2011</h3>
<br>
-<!--<p>Roger Dingledine.
+<p>Roger Dingledine.
<i>Five ways to test bridge reachability.</i>
+Tor Tech Report 2011-12-001.
December 1, 2011.
-<a href="https://blog.torproject.org/blog/research-problem-five-ways-test-bridge-rea…">Blog post</a>.</p>-->
+<a href="techreports/five-ways-test-bridge-reachability-2011-12-01.pdf">PDF</a>.</p>
<p>Sebastian Hahn.
<i>Different Ways to Use a Bridge.</i>
@@ -82,10 +83,11 @@ Tor Tech Report 2011-11-001.
November 7, 2011.
<a href="techreports/datagram-comparison-2011-11-07">PDF</a>.</p>
-<!--<p>Roger Dingledine.
+<p>Roger Dingledine.
<i>Ten ways to discover Tor bridges.</i>
+Tor Tech Report 2010-10-002.
October 31, 2011.
-<a href="https://blog.torproject.org/blog/research-problems-ten-ways-discover-tor-br…">Blog post</a>.</p>-->
+<a href="techreports/ten-ways-discover-tor-bridges-2011-10-31.pdf">PDF</a>.</p>
<p>Karsten Loesing.
<i>An Analysis of Tor Bridge Stability—Making BridgeDB give out at
@@ -107,10 +109,11 @@ Tor Tech Report 2011-09-001.
September 9, 2011.
<a href="techreports/detector-2011-09-09.pdf">PDF</a>.</p>
-<!--<p>Roger Dingledine.
+<p>Roger Dingledine.
<i>Better guard rotation parameters.</i>
+Tor Tech Report 2011-08-001.
August 20, 2011.
-<a href="https://blog.torproject.org/blog/research-problem-better-guard-rotation-par…">Blog post</a>.</p>-->
+<a href="techreports/better-guard-rotation-parameters-2011-08-20.pdf">PDF</a>.</p>
<p>Karsten Loesing.
<i>An Analysis of Tor Relay Stability.</i>
@@ -118,10 +121,11 @@ Tor Tech Report 2011-06-001.
June 30, 2011.
<a href="techreports/relay-stability-2011-06-30.pdf">PDF</a>.</p>
-<!--<p>Roger Dingledine.
+<p>Roger Dingledine.
<i>Strategies for getting more bridges.</i>
+Tor Tech Report 2011-05-001.
May 13, 2011.
-<a href="https://blog.torproject.org/blog/strategies-getting-more-bridge-addresses">Blog post</a>.</p>-->
+<a href="techreports/strategies-getting-more-bridge-addresses-2011-05-13.pdf">PDF</a>.</p>
<p>Karsten Loesing.
<i>Overview of Statistical Data in the Tor Network.</i>
@@ -129,10 +133,11 @@ Tor Tech Report 2011-03-001.
March 14, 2011.
<a href="techreports/data-2011-03-14.pdf">PDF</a>.</p>
-<!--<p>Roger Dingledine.
+<p>Roger Dingledine.
<i>Measuring the safety of the Tor network.</i>
+Tor Tech Report 2011-02-001.
February 5, 2011.
-<a href="https://blog.torproject.org/blog/research-problem-measuring-safety-tor-netw…">Blog post</a>.</p>-->
+<a href="techreports/measuring-safety-tor-network-2011-02-001.pdf">PDf</a>.</p>
<h3>2010</h3>
<br>
1
0