tor-commits
Threads by month
- ----- 2025 -----
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
January 2021
- 16 participants
- 2244 discussions

[tor-browser/tor-browser-78.6.0esr-10.5-1] fixup! Bug 12620: TorBrowser regression tests
by gk@torproject.org 11 Jan '21
by gk@torproject.org 11 Jan '21
11 Jan '21
commit 35ca9a2f3fcc7db381f9516ce570532bc9401717
Author: Alex Catarineu <acat(a)torproject.org>
Date: Fri Jan 8 21:03:51 2021 +0100
fixup! Bug 12620: TorBrowser regression tests
---
tbb-tests/browser_tor_TB4.js | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/tbb-tests/browser_tor_TB4.js b/tbb-tests/browser_tor_TB4.js
index f08d086e3815..8bb12f360e5e 100644
--- a/tbb-tests/browser_tor_TB4.js
+++ b/tbb-tests/browser_tor_TB4.js
@@ -1,9 +1,7 @@
// # Test for TB4: Tor Browser's Firefox preference overrides
-// Simple regression tests to check the value of each pref and
-// decides if it is set as expected.
-
-// TODO: Write unit tests to check that each pref setting here
-// causes the browser to have the desired behavior (a big task).
+// This is a minimal test to check whether the 000-tor-browser.js
+// pref overrides are being used at all or not. More comprehensive
+// pref tests are maintained in the tor-browser-bundle-testsuite project.
function test() {
1
0

[tor-browser/tor-browser-78.6.0esr-10.5-1] fixup! Bug 12620: TorBrowser regression tests
by gk@torproject.org 11 Jan '21
by gk@torproject.org 11 Jan '21
11 Jan '21
commit fb5020a53fdf0c63533c4f7dc9697745f7c31163
Author: Alex Catarineu <acat(a)torproject.org>
Date: Fri Jan 8 16:07:11 2021 +0100
fixup! Bug 12620: TorBrowser regression tests
---
run-tbb-tests | 1 -
tbb-tests/browser_tor_bug2950.js | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/run-tbb-tests b/run-tbb-tests
index b12e62d942c9..1566c37c43cb 100755
--- a/run-tbb-tests
+++ b/run-tbb-tests
@@ -55,7 +55,6 @@ echo $'\n''Starting tests'
--setpref network.file.path_blacklist='' \
--setpref extensions.torbutton.use_nontor_proxy=true \
--setpref browser.privatebrowsing.autostart=false \
- --setpref security.nocertdb=false \
"${tests[@]}"
echo "*************************"
diff --git a/tbb-tests/browser_tor_bug2950.js b/tbb-tests/browser_tor_bug2950.js
index add683022d8e..16e41344a3c4 100644
--- a/tbb-tests/browser_tor_bug2950.js
+++ b/tbb-tests/browser_tor_bug2950.js
@@ -15,7 +15,7 @@ let Ci = Components.interfaces;
// __principal(spec)__.
// Creates a principal instance from a spec
-// (string address such as "http://torproject.org").
+// (string address such as "https://www.torproject.org").
let principal = spec => Services.scriptSecurityManager.createContentPrincipalFromOrigin(spec);
// __setPermission(spec, key, value)__.
@@ -37,7 +37,7 @@ let fileInProfile = fileName => FileUtils.File(profileDirPath + "/" + fileName);
// ## Now let's run the test.
-let SITE = "http://torproject.org",
+let SITE = "https://www.torproject.org",
KEY = "popup";
let permissionsFile = fileInProfile("permissions.sqlite"),
1
0

[tor-browser/tor-browser-78.6.0esr-10.5-1] fixup! Bug 10760: Integrate TorButton to TorBrowser core
by gk@torproject.org 11 Jan '21
by gk@torproject.org 11 Jan '21
11 Jan '21
commit 34a9369817eadd73a6f0725bcd707002a596bdf3
Author: Georg Koppen <gk(a)torproject.org>
Date: Mon Jan 11 16:54:16 2021 +0000
fixup! Bug 10760: Integrate TorButton to TorBrowser core
---
toolkit/torproject/torbutton | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/toolkit/torproject/torbutton b/toolkit/torproject/torbutton
index 4a258f4216e0..29744944f69c 160000
--- a/toolkit/torproject/torbutton
+++ b/toolkit/torproject/torbutton
@@ -1 +1 @@
-Subproject commit 4a258f4216e0adfa65a60f89183c3441ac2e83f8
+Subproject commit 29744944f69c4d7faa509faae4b47dd27fcd3750
1
0

[torbutton/master] Remove code dealing with torbutton UI button in toolbar
by gk@torproject.org 11 Jan '21
by gk@torproject.org 11 Jan '21
11 Jan '21
commit 29744944f69c4d7faa509faae4b47dd27fcd3750
Author: Alex Catarineu <acat(a)torproject.org>
Date: Wed Jun 19 16:01:31 2019 +0200
Remove code dealing with torbutton UI button in toolbar
The torbutton does not exist anymore, so removing related
code that is now unused, like the new browser version
flashing warning and others.
Closes #28745.
---
chrome/content/torbutton.js | 52 --------------------------------
chrome/locale/af/torbutton.properties | 4 ---
chrome/locale/ak/torbutton.properties | 4 ---
chrome/locale/am/torbutton.properties | 4 ---
chrome/locale/ar/torbutton.properties | 4 ---
chrome/locale/arn/torbutton.properties | 4 ---
chrome/locale/ast/torbutton.properties | 4 ---
chrome/locale/az/torbutton.properties | 4 ---
chrome/locale/be/torbutton.properties | 4 ---
chrome/locale/bg/torbutton.properties | 4 ---
chrome/locale/bms/torbutton.properties | 4 ---
chrome/locale/bn-BD/torbutton.properties | 4 ---
chrome/locale/bn-IN/torbutton.properties | 4 ---
chrome/locale/bn/torbutton.properties | 4 ---
chrome/locale/bo/torbutton.properties | 4 ---
chrome/locale/br/torbutton.properties | 4 ---
chrome/locale/bs/torbutton.properties | 4 ---
chrome/locale/ca/torbutton.properties | 4 ---
chrome/locale/cs/torbutton.properties | 4 ---
chrome/locale/csb/torbutton.properties | 4 ---
chrome/locale/cy/torbutton.properties | 4 ---
chrome/locale/da/torbutton.properties | 4 ---
chrome/locale/de/torbutton.properties | 4 ---
chrome/locale/dz/torbutton.properties | 4 ---
chrome/locale/el/torbutton.properties | 4 ---
chrome/locale/en-US/torbutton.properties | 4 ---
chrome/locale/eo/torbutton.properties | 4 ---
chrome/locale/es-AR/torbutton.properties | 4 ---
chrome/locale/es-ES/torbutton.properties | 4 ---
chrome/locale/et/torbutton.properties | 4 ---
chrome/locale/eu/torbutton.properties | 4 ---
chrome/locale/fa/torbutton.properties | 4 ---
chrome/locale/fi/torbutton.properties | 4 ---
chrome/locale/fil/torbutton.properties | 4 ---
chrome/locale/fo/torbutton.properties | 4 ---
chrome/locale/fr/torbutton.properties | 4 ---
chrome/locale/fur/torbutton.properties | 4 ---
chrome/locale/fy/torbutton.properties | 4 ---
chrome/locale/ga-IE/torbutton.properties | 4 ---
chrome/locale/gl/torbutton.properties | 4 ---
chrome/locale/gu/torbutton.properties | 4 ---
chrome/locale/gun/torbutton.properties | 4 ---
chrome/locale/ha/torbutton.properties | 4 ---
chrome/locale/he/torbutton.properties | 4 ---
chrome/locale/hi/torbutton.properties | 4 ---
chrome/locale/hr/torbutton.properties | 4 ---
chrome/locale/ht/torbutton.properties | 4 ---
chrome/locale/hu/torbutton.properties | 4 ---
chrome/locale/hy/torbutton.properties | 4 ---
chrome/locale/id/torbutton.properties | 4 ---
chrome/locale/is/torbutton.properties | 4 ---
chrome/locale/it/torbutton.properties | 4 ---
chrome/locale/ja/torbutton.properties | 4 ---
chrome/locale/jv/torbutton.properties | 4 ---
chrome/locale/ka/torbutton.properties | 4 ---
chrome/locale/km/torbutton.properties | 4 ---
chrome/locale/kn/torbutton.properties | 4 ---
chrome/locale/ko/torbutton.properties | 4 ---
chrome/locale/ku/torbutton.properties | 4 ---
chrome/locale/kw/torbutton.properties | 4 ---
chrome/locale/ky/torbutton.properties | 4 ---
chrome/locale/lb/torbutton.properties | 4 ---
chrome/locale/lg/torbutton.properties | 4 ---
chrome/locale/ln/torbutton.properties | 4 ---
chrome/locale/lo/torbutton.properties | 4 ---
chrome/locale/lt/torbutton.properties | 4 ---
chrome/locale/lv/torbutton.properties | 4 ---
chrome/locale/mg/torbutton.properties | 4 ---
chrome/locale/mi/torbutton.properties | 4 ---
chrome/locale/mk/torbutton.properties | 4 ---
chrome/locale/ml/torbutton.properties | 4 ---
chrome/locale/mn/torbutton.properties | 4 ---
chrome/locale/mr/torbutton.properties | 4 ---
chrome/locale/ms/torbutton.properties | 4 ---
chrome/locale/mt/torbutton.properties | 4 ---
chrome/locale/my/torbutton.properties | 4 ---
chrome/locale/nah/torbutton.properties | 4 ---
chrome/locale/nap/torbutton.properties | 4 ---
chrome/locale/nb-NO/torbutton.properties | 4 ---
chrome/locale/ne/torbutton.properties | 4 ---
chrome/locale/nl/torbutton.properties | 4 ---
chrome/locale/nn/torbutton.properties | 4 ---
chrome/locale/nso/torbutton.properties | 4 ---
chrome/locale/oc/torbutton.properties | 4 ---
chrome/locale/or/torbutton.properties | 4 ---
chrome/locale/pa/torbutton.properties | 4 ---
chrome/locale/pap/torbutton.properties | 4 ---
chrome/locale/pl/torbutton.properties | 4 ---
chrome/locale/pms/torbutton.properties | 4 ---
chrome/locale/ps/torbutton.properties | 4 ---
chrome/locale/pt-BR/torbutton.properties | 4 ---
chrome/locale/pt/torbutton.properties | 4 ---
chrome/locale/ro/torbutton.properties | 4 ---
chrome/locale/ru/torbutton.properties | 4 ---
chrome/locale/sco/torbutton.properties | 4 ---
chrome/locale/sk/torbutton.properties | 4 ---
chrome/locale/sl/torbutton.properties | 4 ---
chrome/locale/so/torbutton.properties | 4 ---
chrome/locale/son/torbutton.properties | 4 ---
chrome/locale/sq/torbutton.properties | 4 ---
chrome/locale/sr/torbutton.properties | 4 ---
chrome/locale/st/torbutton.properties | 4 ---
chrome/locale/su/torbutton.properties | 4 ---
chrome/locale/sv-SE/torbutton.properties | 4 ---
chrome/locale/sw/torbutton.properties | 4 ---
chrome/locale/ta/torbutton.properties | 4 ---
chrome/locale/te/torbutton.properties | 4 ---
chrome/locale/tg/torbutton.properties | 4 ---
chrome/locale/th/torbutton.properties | 4 ---
chrome/locale/ti/torbutton.properties | 4 ---
chrome/locale/tk/torbutton.properties | 4 ---
chrome/locale/tr/torbutton.properties | 4 ---
chrome/locale/uk/torbutton.properties | 4 ---
chrome/locale/ur/torbutton.properties | 4 ---
chrome/locale/ve/torbutton.properties | 4 ---
chrome/locale/vi/torbutton.properties | 4 ---
chrome/locale/wa/torbutton.properties | 4 ---
chrome/locale/wo/torbutton.properties | 4 ---
chrome/locale/zh-CN/torbutton.properties | 4 ---
chrome/locale/zh-HK/torbutton.properties | 4 ---
chrome/locale/zh-TW/torbutton.properties | 4 ---
chrome/locale/zu/torbutton.properties | 4 ---
chrome/skin/torbutton-update-needed.svg | 9 ------
chrome/skin/torbutton.css | 47 -----------------------------
124 files changed, 592 deletions(-)
diff --git a/chrome/content/torbutton.js b/chrome/content/torbutton.js
index db597c84..39c1abeb 100644
--- a/chrome/content/torbutton.js
+++ b/chrome/content/torbutton.js
@@ -161,9 +161,6 @@ var torbutton_tor_check_observer = {
observe: function(subject, topic, data)
{
if (topic == k_tb_tor_check_failed_topic) {
- // Update toolbar icon and tooltip.
- torbutton_update_toolbutton();
-
// Update all open about:tor pages.
torbutton_abouttor_message_handler.updateAllOpenPages();
@@ -187,16 +184,6 @@ var torbutton_tor_check_observer = {
},
};
-function torbutton_init_toolbutton()
-{
- try {
- torbutton_log(3, "Initializing the Torbutton button.");
- torbutton_update_toolbutton();
- } catch(e) {
- torbutton_log(4, "Error Initializing Torbutton button: "+e);
- }
-}
-
function torbutton_is_mobile() {
return Services.appinfo.OS === "Android";
}
@@ -288,14 +275,9 @@ torbutton_init = function() {
setupPreferencesForMobile();
- // listen for our toolbar button being added so we can initialize it
- torbutton_init_toolbutton();
-
torbutton_log(1, "registering Tor check observer");
torbutton_tor_check_observer.register();
- torbutton_update_toolbutton();
-
try {
createTorCircuitDisplay("extensions.torbutton.display_circuit");
} catch(e) {
@@ -427,39 +409,6 @@ function torbutton_confirm_plugins() {
}
}
-// Bug 1506 P2: It might be nice to let people move the button around, I guess?
-function torbutton_get_toolbutton() {
- var o_toolbutton = false;
-
- torbutton_log(1, 'get_toolbutton(): looking for button element');
- if (document.getElementById("torbutton-button")) {
- o_toolbutton = document.getElementById("torbutton-button");
- } else if (document.getElementById("torbutton-button-tb")) {
- o_toolbutton = document.getElementById("torbutton-button-tb");
- } else if (document.getElementById("torbutton-button-tb-msg")) {
- o_toolbutton = document.getElementById("torbutton-button-tb-msg");
- } else {
- torbutton_log(3, 'get_toolbutton(): did not find torbutton-button');
- }
-
- return o_toolbutton;
-}
-
-function torbutton_update_toolbutton()
-{
- let o_toolbutton = torbutton_get_toolbutton();
- if (!o_toolbutton) return;
-
- let isOK = torbutton_tor_check_ok();
- let tbstatus = isOK ? "on" : "off";
- o_toolbutton.setAttribute("tbstatus", tbstatus);
-
- let tooltipKey = isOK ? "torbutton.panel.label.enabled"
- : "torbutton.panel.label.disabled";
- o_toolbutton.setAttribute("tooltiptext",
- torbutton_get_property_string(tooltipKey));
-}
-
// Bug 1506 P4: Control port interaction. Needed for New Identity.
function torbutton_socket_readline(input) {
var str = "";
@@ -1005,7 +954,6 @@ function torbutton_do_tor_check()
else {
// The check failed. Update toolbar icon and tooltip.
checkSvc.statusOfTorCheck = checkSvc.kCheckFailed;
- torbutton_update_toolbutton();
}
}
else {
diff --git a/chrome/locale/af/torbutton.properties b/chrome/locale/af/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/af/torbutton.properties
+++ b/chrome/locale/af/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ak/torbutton.properties b/chrome/locale/ak/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ak/torbutton.properties
+++ b/chrome/locale/ak/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/am/torbutton.properties b/chrome/locale/am/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/am/torbutton.properties
+++ b/chrome/locale/am/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ar/torbutton.properties b/chrome/locale/ar/torbutton.properties
index 34593ee3..2e4927ea 100644
--- a/chrome/locale/ar/torbutton.properties
+++ b/chrome/locale/ar/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = تعرّف على المزيد
torbutton.circuit_display.click_to_copy = انقر للنسخ
torbutton.circuit_display.copied = تم النسخ!
torbutton.content_sizer.margin_tooltip = يضيف متصفح تور هذا الهامش لجعل عرض وارتفاع نافذتك غير مميزين، لتقليل إمكانية اقتفاء أثرك عبر الإنترنت.
-torbutton.panel.tooltip.disabled = انقر لتفعيل تور
-torbutton.panel.tooltip.enabled = انقر لتعطيل تور
-torbutton.panel.label.disabled = تور معطّل
-torbutton.panel.label.enabled = تور مفعّل
extensions.torbutton(a)torproject.org.description = زر تور يوفر زر لتعديل إعدادات تور وايضاً لمسح بيانات التصفح الخاصة بك بسرعة وبسهولة.
torbutton.popup.external.title = هل تريد تنزيل ملف خارجي؟
torbutton.popup.external.app = لا يمكن لمتصفّح تور عرض هذه الملف، يجب عليك أن تفتحه باستعمال تطبيق آخر.\n\n
diff --git a/chrome/locale/arn/torbutton.properties b/chrome/locale/arn/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/arn/torbutton.properties
+++ b/chrome/locale/arn/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ast/torbutton.properties b/chrome/locale/ast/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ast/torbutton.properties
+++ b/chrome/locale/ast/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/az/torbutton.properties b/chrome/locale/az/torbutton.properties
index 7cb3271b..8c9ed457 100644
--- a/chrome/locale/az/torbutton.properties
+++ b/chrome/locale/az/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Toru yandırmaq üçün kliklə
-torbutton.panel.tooltip.enabled = Toru söndürmək üçün kliklə
-torbutton.panel.label.disabled = Tor sönülüdür
-torbutton.panel.label.enabled = Tor yanılıdır
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Xarici məzmun yüklənsin?
torbutton.popup.external.app = İdarə etmək üçün xarici tətbiqə ehtiyac duyulur:\n\n
diff --git a/chrome/locale/be/torbutton.properties b/chrome/locale/be/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/be/torbutton.properties
+++ b/chrome/locale/be/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/bg/torbutton.properties b/chrome/locale/bg/torbutton.properties
index 6fab40eb..c9012436 100644
--- a/chrome/locale/bg/torbutton.properties
+++ b/chrome/locale/bg/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/bms/torbutton.properties b/chrome/locale/bms/torbutton.properties
index 14517d0a..c07a38fe 100644
--- a/chrome/locale/bms/torbutton.properties
+++ b/chrome/locale/bms/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Tor အသံုးျပဳခြင့္ ျပဳႏုိင္ရန္ ကလစ္လုပ္ပါ
-torbutton.panel.tooltip.enabled = Tor အသံုးျပဳခြင့္ ပိတ္ပင္ရန္ ကလစ္လုပ္ပါ
-torbutton.panel.label.disabled = Tor အသံုးမျပဳႏုိင္ပါ
-torbutton.panel.label.enabled = Tor အသံုးျပဳႏုိင္ပါသည္။
extensions.{e0204bd5-9d31-402b-a99d-a6aa8ffebdca}.description = Tor proxy ကုိ Firefox တြင္ အလြယ္တကူ အသံုးျပဳခြင့္ ျပဳရန္/ မျပဳရန္ Torbutton မွ ခလုပ္တစ္ခုကုိ ထည့္သြင္းထားပါသည္
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/bn-BD/torbutton.properties b/chrome/locale/bn-BD/torbutton.properties
index e3e0e1cf..78b6e903 100644
--- a/chrome/locale/bn-BD/torbutton.properties
+++ b/chrome/locale/bn-BD/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = আরও জানুন
torbutton.circuit_display.click_to_copy = অনুলিপি করতে ক্লিক করো
torbutton.circuit_display.copied = অনুলিপিত!
torbutton.content_sizer.margin_tooltip = টর ব্রাউজার আপনার উইন্ডো প্রস্থ এবং উচ্চতা নিখুঁত করতে এই মার্জিন যোগ করে, এবং এইভাবে মানুষ আপনাকে অনলাইন ট্র্যাক করার ক্ষমতা হ্রাস করে।
-torbutton.panel.tooltip.disabled = টর সক্রিয় করতে ক্লিক করুন
-torbutton.panel.tooltip.enabled = টর অক্ষম করতে ক্লিক করুন
-torbutton.panel.label.disabled = টর অক্ষম
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton টর সেটিংস কনফিগার করার জন্য একটি বোতাম সরবরাহ করে এবং ব্যক্তিগত ব্রাউজিং ডেটা দ্রুত এবং সহজে পরিষ্কার করে।
torbutton.popup.external.title = একটি বাহ্যিক ফাইল টাইপ ডাউনলোড করবেন?
torbutton.popup.external.app = টর ব্রাউজার এই ফাইলটি প্রদর্শন করতে পারে না। আপনি এটি অন্য অ্যাপ্লিকেশন দিয়ে খুলতে হবে।\n
diff --git a/chrome/locale/bn-IN/torbutton.properties b/chrome/locale/bn-IN/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/bn-IN/torbutton.properties
+++ b/chrome/locale/bn-IN/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/bn/torbutton.properties b/chrome/locale/bn/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/bn/torbutton.properties
+++ b/chrome/locale/bn/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/bo/torbutton.properties b/chrome/locale/bo/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/bo/torbutton.properties
+++ b/chrome/locale/bo/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/br/torbutton.properties b/chrome/locale/br/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/br/torbutton.properties
+++ b/chrome/locale/br/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/bs/torbutton.properties b/chrome/locale/bs/torbutton.properties
index 21d05ed0..c067300d 100644
--- a/chrome/locale/bs/torbutton.properties
+++ b/chrome/locale/bs/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ca/torbutton.properties b/chrome/locale/ca/torbutton.properties
index 8698caba..d2b65db4 100644
--- a/chrome/locale/ca/torbutton.properties
+++ b/chrome/locale/ca/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Apreneu-ne més
torbutton.circuit_display.click_to_copy = Feu clic per a copiar
torbutton.circuit_display.copied = S'ha copiat!
torbutton.content_sizer.margin_tooltip = El navegador Tor afegeix aquest marge per a minorar la diferència de alçada i amplada de la finestra, això fa reduir la capacitat de rastrejar-te.
-torbutton.panel.tooltip.disabled = Feu clic per activar Tor
-torbutton.panel.tooltip.enabled = Feu clic per desactivar Tor
-torbutton.panel.label.disabled = Tor està desactivat
-torbutton.panel.label.enabled = Tor està activat
extensions.torbutton(a)torproject.org.description = Torbutton permet accedir a la configuració de Tor i esborrar fàcilment i ràpidament les dades privades de navegació per internet.
torbutton.popup.external.title = Voleu descarregar un tipus de fitxer extern?
torbutton.popup.external.app = Tor Browser no pot visualitzar aquest fitxer. Cal obrir-lo amb una altra aplicació.\n\n
diff --git a/chrome/locale/cs/torbutton.properties b/chrome/locale/cs/torbutton.properties
index 0a8c7af3..28ff96e6 100644
--- a/chrome/locale/cs/torbutton.properties
+++ b/chrome/locale/cs/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Zjistit více
torbutton.circuit_display.click_to_copy = Kliknutím zkopírujte
torbutton.circuit_display.copied = Zkopírováno!
torbutton.content_sizer.margin_tooltip = Prohlížeč Tor upravuje velikost vašeho okna, aby znesnadnil možnost vašeho vysledování.
-torbutton.panel.tooltip.disabled = Klepněte pro zapnutí Toru
-torbutton.panel.tooltip.enabled = Klepněte pro vypnutí Toru
-torbutton.panel.label.disabled = Tor vypnut
-torbutton.panel.label.enabled = Tor zapnut
extensions.torbutton(a)torproject.org.description = TorButton je tlačítko pro nastavení Toru a rychlé a jednoduché smazání soukromých údajů o vašem prohlížení.
torbutton.popup.external.title = Stáhnout externí soubor?
torbutton.popup.external.app = Prohlížeč Tor nemůže zobrazit tento soubor. Budete ho muset otevřít v jiné aplikaci.\n\n
diff --git a/chrome/locale/csb/torbutton.properties b/chrome/locale/csb/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/csb/torbutton.properties
+++ b/chrome/locale/csb/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/cy/torbutton.properties b/chrome/locale/cy/torbutton.properties
index 436f9243..c37ae296 100644
--- a/chrome/locale/cy/torbutton.properties
+++ b/chrome/locale/cy/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Cliciwch i alluogi Tor
-torbutton.panel.tooltip.enabled = Cliciwch i analluogu Tor
-torbutton.panel.label.disabled = Tor Anabl
-torbutton.panel.label.enabled = Tor Galluog
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/da/torbutton.properties b/chrome/locale/da/torbutton.properties
index d46feba9..d7023127 100644
--- a/chrome/locale/da/torbutton.properties
+++ b/chrome/locale/da/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Lær mere
torbutton.circuit_display.click_to_copy = Klik for at kopiere
torbutton.circuit_display.copied = Kopieret!
torbutton.content_sizer.margin_tooltip = Tor Browser tilføjer margenen for at gøre dit vindues højde og bredde mindre genkendeligt, hvilket reducerer muligheden for at andre kan spore dig online.
-torbutton.panel.tooltip.disabled = Klik for at aktivere Tor
-torbutton.panel.tooltip.enabled = Klik for at deaktivere Tor
-torbutton.panel.label.disabled = Tor deaktiveret
-torbutton.panel.label.enabled = Tor aktiveret
extensions.torbutton(a)torproject.org.description = Torbutton giver en knap til at konfigurere Tor-indstillinger og til hurtigt og nemt at fjerne private browsingdata.
torbutton.popup.external.title = Download en ekstern filtype?
torbutton.popup.external.app = Tor Browser kan ikke vis filen. Du skal åbne den med et andet program.\n\n
diff --git a/chrome/locale/de/torbutton.properties b/chrome/locale/de/torbutton.properties
index f1e59a38..2554e0b7 100644
--- a/chrome/locale/de/torbutton.properties
+++ b/chrome/locale/de/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Erfahre mehr
torbutton.circuit_display.click_to_copy = Zum Kopieren klicken
torbutton.circuit_display.copied = Kopiert!
torbutton.content_sizer.margin_tooltip = Tor Browser fügt diese Begrenzung hinzu, um die Breite und Höhe deines Fensters weniger einzigartig zu machen. Dadurch wird es anderen erschwert, dich im Internet zu verfolgen.
-torbutton.panel.tooltip.disabled = Klicken, um Tor zu aktivieren
-torbutton.panel.tooltip.enabled = Klicken, um Tor zu deaktivieren
-torbutton.panel.label.disabled = Tor ist deaktiviert
-torbutton.panel.label.enabled = Tor ist aktiviert
extensions.torbutton(a)torproject.org.description = Torbutton gibt dir die Möglichkeit, Einstellungen von Tor zu verändern und schnell und einfach die Internetdaten zu löschen.
torbutton.popup.external.title = Einen externen Dateitypen herunterladen?
torbutton.popup.external.app = Tor-Browser kann diese Datei nicht anzeigen. Du musst es mit einer anderen Anwendung öffnen.\n\n
diff --git a/chrome/locale/dz/torbutton.properties b/chrome/locale/dz/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/dz/torbutton.properties
+++ b/chrome/locale/dz/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/el/torbutton.properties b/chrome/locale/el/torbutton.properties
index 0bffb643..915ded9d 100644
--- a/chrome/locale/el/torbutton.properties
+++ b/chrome/locale/el/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Μάθετε περισσότερα
torbutton.circuit_display.click_to_copy = Κλίκ για αντιγραφή
torbutton.circuit_display.copied = Αντιγράφηκε!
torbutton.content_sizer.margin_tooltip = Ο Tor Browser προσθέτει αυτό το περιθώριο για να κάνει το πλάτος και το ύψος του παραθύρου σου λιγότερο ξεχωριστό, οπότε μειώνεται η ικανότητα των άλλων να σε παρακολουθούν διαδικτυακά.
-torbutton.panel.tooltip.disabled = Κάντε κλικ για να ενεργοποιήσετε το Tor
-torbutton.panel.tooltip.enabled = Κάντε κλικ για να απενεργοποιήσετε το Tor
-torbutton.panel.label.disabled = Το Tor είναι απενεργοποιημένο
-torbutton.panel.label.enabled = Το Tor είναι ενεργοποιημένο
extensions.torbutton(a)torproject.org.description = Το Torbutton προσφέρει ένα κουμπί για τη ρύθμιση των παραμέτρων του Tor και για τη γρήγορη και εύκολη εκκαθάριση των προσωπικών στοιχείων περιήγησης.
torbutton.popup.external.title = Λήψη ένος εξωτερικού τύπου αρχείου;
torbutton.popup.external.app = Ο Tor Browser δεν μπορεί να εμφανίσει αυτό το αρχείο. Θα χρειαστεί να το ανοίξετε με κάποια άλλη εφαρμογή.\n\n
diff --git a/chrome/locale/en-US/torbutton.properties b/chrome/locale/en-US/torbutton.properties
index 53651280..632605f7 100644
--- a/chrome/locale/en-US/torbutton.properties
+++ b/chrome/locale/en-US/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Learn more
torbutton.circuit_display.click_to_copy = Click to Copy
torbutton.circuit_display.copied = Copied!
torbutton.content_sizer.margin_tooltip = Tor Browser adds this margin to make the width and height of your window less distinctive, and thus reduces the ability of people to track you online.
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Download an external file type?
torbutton.popup.external.app = Tor Browser cannot display this file. You will need to open it with another application.\n\n
diff --git a/chrome/locale/eo/torbutton.properties b/chrome/locale/eo/torbutton.properties
index 951abd12..efaf5c1b 100644
--- a/chrome/locale/eo/torbutton.properties
+++ b/chrome/locale/eo/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/es-AR/torbutton.properties b/chrome/locale/es-AR/torbutton.properties
index 581e0409..70427f36 100644
--- a/chrome/locale/es-AR/torbutton.properties
+++ b/chrome/locale/es-AR/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Más informacion
torbutton.circuit_display.click_to_copy = Cliquear para copiar
torbutton.circuit_display.copied = ¡Copiado!
torbutton.content_sizer.margin_tooltip = El Navegador Tor añade éste margen para hacer el ancho y alto de tu ventana menos distintivo, y de ésta manera reduce la habilidad de cualquiera para rastrearte en línea.
-torbutton.panel.tooltip.disabled = Cliquear para habilitar Tor
-torbutton.panel.tooltip.enabled = Cliquear para deshabilitar Tor
-torbutton.panel.label.disabled = Tor deshabilitado
-torbutton.panel.label.enabled = Tor habilitado
extensions.torbutton(a)torproject.org.description = Torbutton provee un botón para configurar ajustes de Tor, y rápida y fácilmente eliminar los datos de navegación privados.
torbutton.popup.external.title = ¿Descargar un tipo de archivo externo?
torbutton.popup.external.app = El Navegador Tor no puede mostrar este archivo. Vas a tener que abrirlo con otra aplicación.\n\n
diff --git a/chrome/locale/es-ES/torbutton.properties b/chrome/locale/es-ES/torbutton.properties
index 9338bc3a..54a91b52 100644
--- a/chrome/locale/es-ES/torbutton.properties
+++ b/chrome/locale/es-ES/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Conocer más
torbutton.circuit_display.click_to_copy = Click para copiar
torbutton.circuit_display.copied = ¡Copiado!
torbutton.content_sizer.margin_tooltip = El Tor Browser añade este margen para hacer el ancho y el alto de tu ventana menos especial, y reducir de esta forma la posibilidad de rastrearte en línea.
-torbutton.panel.tooltip.disabled = Haga clic para habilitar Tor
-torbutton.panel.tooltip.enabled = Haga clic para deshabilitar Tor
-torbutton.panel.label.disabled = Tor deshabilitado
-torbutton.panel.label.enabled = Tor habilitado
extensions.torbutton(a)torproject.org.description = Torbutton proporciona un botón para configurar las preferencias de Tor y limpiar rápida y fácilmente los datos de navegación privada.
torbutton.popup.external.title = ¿Descargar un tipo de fichero externo?
torbutton.popup.external.app = El Tor Browser no puede mostrar este fichero. Tendrás que abrirlo con otra aplicación.\n\n
diff --git a/chrome/locale/et/torbutton.properties b/chrome/locale/et/torbutton.properties
index 6e71612e..d090c768 100644
--- a/chrome/locale/et/torbutton.properties
+++ b/chrome/locale/et/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Vajuta, et aktiveerida Tor
-torbutton.panel.tooltip.enabled = Vajuta, et deaktiveerida Tor
-torbutton.panel.label.disabled = Tor on mitteaktiivne
-torbutton.panel.label.enabled = Tor on aktiivne
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Lae välist sisu?
torbutton.popup.external.app = Välist rakendust on vaja, et käsitseda:\n\n
diff --git a/chrome/locale/eu/torbutton.properties b/chrome/locale/eu/torbutton.properties
index fd06b66e..55179929 100644
--- a/chrome/locale/eu/torbutton.properties
+++ b/chrome/locale/eu/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Gehiago jakin
torbutton.circuit_display.click_to_copy = Click to Copy
torbutton.circuit_display.copied = Copied!
torbutton.content_sizer.margin_tooltip = Tor nabigatzaileak marjin hau gehitzen du zure lehioaren zabalera eta altuera ez hain bereizgarria egiteko, horrela norbaitek zure jarraipena egiteko gaitasuna murriztuz.
-torbutton.panel.tooltip.disabled = Sakatu Tor gaitzeko
-torbutton.panel.tooltip.enabled = Sakatu Tor ezgaitzeko
-torbutton.panel.label.disabled = Tor Ezgaitua
-torbutton.panel.label.enabled = Tor Gaitua
extensions.torbutton(a)torproject.org.description = Torbuttonek Tor ezarpenak konfiguratzeko eta nabigatze pribatuko datuak azkar eta erraz garbitzeko botoi bat hornitzen du
torbutton.popup.external.title = Kanpoko fitxategi mota bat desargatu?
torbutton.popup.external.app = Tor Nabigatzailea ezin du fitxategi hau bistaratu. Irekitzeko beste aplikazio bat behar izango duzu.\n\n
diff --git a/chrome/locale/fa/torbutton.properties b/chrome/locale/fa/torbutton.properties
index 3b87c048..3f574956 100644
--- a/chrome/locale/fa/torbutton.properties
+++ b/chrome/locale/fa/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = اطلاعات بیشتر
torbutton.circuit_display.click_to_copy = برای کپی کلیک کنید
torbutton.circuit_display.copied = کپیشد!
torbutton.content_sizer.margin_tooltip = مرورگر Tor اضافه می کند این حاشیه را به عرض و ارتفاع پنجره شما که کمتر مشخص شود، و در نتیجه باعث کاهش توانایی به ردیابی آنلاین شما شود.
-torbutton.panel.tooltip.disabled = برای فعال کردن Tor کليک کنيد
-torbutton.panel.tooltip.enabled = برای غيرفعال کردن Tor کليک کنيد
-torbutton.panel.label.disabled = Tor غیر فعال شد
-torbutton.panel.label.enabled = Tor فعال شد
extensions.torbutton(a)torproject.org.description = Torbutton دکمه ای را برای شما فراهم مینماید تا تنظیمات "تر" را پیکربندی کرده و بتوانید به راحتی و سرعت، داده های خصوصی مرورگرتان را پاک کنید.
torbutton.popup.external.title = میخواهید یک فایل نوع بیرونی دانلود شود؟
torbutton.popup.external.app = مرورگر نمیتواند این فایل را نمایش دهد، لازم است تا با برنامه دیگری آن را باز کنید.\n
diff --git a/chrome/locale/fi/torbutton.properties b/chrome/locale/fi/torbutton.properties
index 279f6d0f..01b52fd1 100644
--- a/chrome/locale/fi/torbutton.properties
+++ b/chrome/locale/fi/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Käynnistä Tor napsauttamalla.
-torbutton.panel.tooltip.enabled = Poista Tor käytöstä napsauttamalla.
-torbutton.panel.label.disabled = Tor pois käytöstä.
-torbutton.panel.label.enabled = Tor käytössä.
extensions.torbutton(a)torproject.org.description = Torbuttonin lisää painikkeen, jolla voi muokata Torin asetuksia sekä poistaa nopeasti ja helposti selaustiedot.
torbutton.popup.external.title = Ladataanko ulkopuolinen sisältö?
torbutton.popup.external.app = Tarvitaan ulkoinen sovellus:\n\n
diff --git a/chrome/locale/fil/torbutton.properties b/chrome/locale/fil/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/fil/torbutton.properties
+++ b/chrome/locale/fil/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/fo/torbutton.properties b/chrome/locale/fo/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/fo/torbutton.properties
+++ b/chrome/locale/fo/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/fr/torbutton.properties b/chrome/locale/fr/torbutton.properties
index c47ac47f..81f0fa91 100644
--- a/chrome/locale/fr/torbutton.properties
+++ b/chrome/locale/fr/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = En apprendre davantage
torbutton.circuit_display.click_to_copy = Cliquer pour copier
torbutton.circuit_display.copied = A été copié
torbutton.content_sizer.margin_tooltip = Le Navigateur Tor ajoute cette marge pour rendre la largeur et la hauteur de votre fenêtre moins distinctives, et pour réduire par conséquent la possibilité que l’on vous suive à la trace en ligne.
-torbutton.panel.tooltip.disabled = Cliquer pour activer Tor
-torbutton.panel.tooltip.enabled = Cliquer pour désactiver Tor
-torbutton.panel.label.disabled = Tor est désactivé
-torbutton.panel.label.enabled = Tor est activé
extensions.torbutton(a)torproject.org.description = BoutonTor offre un bouton pour configurer les paramètres de Tor et effacer facilement les données de navigation privée.
torbutton.popup.external.title = Télécharger un type de fichier externe ?
torbutton.popup.external.app = Le Navigateur Tor ne peut pas afficher ce fichier. Vous devrez l’ouvrir avec une autre application.
diff --git a/chrome/locale/fur/torbutton.properties b/chrome/locale/fur/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/fur/torbutton.properties
+++ b/chrome/locale/fur/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/fy/torbutton.properties b/chrome/locale/fy/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/fy/torbutton.properties
+++ b/chrome/locale/fy/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ga-IE/torbutton.properties b/chrome/locale/ga-IE/torbutton.properties
index 8623cabb..fa769032 100644
--- a/chrome/locale/ga-IE/torbutton.properties
+++ b/chrome/locale/ga-IE/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Tuilleadh eolais
torbutton.circuit_display.click_to_copy = Cliceáil le Cóipeáil
torbutton.circuit_display.copied = Cóipeáilte!
torbutton.content_sizer.margin_tooltip = Cuireann Brabhsálaí Tor an chiumhais seo leis an bhfuinneog ionas nach mbeidh leithead agus airde na fuinneoige chomh suntasach, sa chaoi go mbíonn sé níos deacra do ghníomhaíocht ar líne a lorg.
-torbutton.panel.tooltip.disabled = Cliceáil le Tor a chumasú
-torbutton.panel.tooltip.enabled = Cliceáil le Tor a dhíchumasú
-torbutton.panel.label.disabled = Tá Tor Díchumasaithe
-torbutton.panel.label.enabled = Tá Tor Cumasaithe
extensions.torbutton(a)torproject.org.description = Is féidir leat an cnaipe Tor a úsáid chun Tor a chumrú agus do chuid sonraí brabhsála príobháideacha a ghlanadh go tapa agus go héasca.
torbutton.popup.external.title = Íoslódáil cineál comhaid seachtrach?
torbutton.popup.external.app = Ní féidir le Brabhsálaí Tor an comhad seo a thaispeáint. Ní mór duit é a oscailt le feidhmchlár eile.\n\n
diff --git a/chrome/locale/gl/torbutton.properties b/chrome/locale/gl/torbutton.properties
index a6023da8..33e7ce7c 100644
--- a/chrome/locale/gl/torbutton.properties
+++ b/chrome/locale/gl/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/gu/torbutton.properties b/chrome/locale/gu/torbutton.properties
index fcc5d85a..280f2a2e 100644
--- a/chrome/locale/gu/torbutton.properties
+++ b/chrome/locale/gu/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = ટોર સક્રિય કરવા ક્લિક કરો
-torbutton.panel.tooltip.enabled = ટોર નિષ્ક્રિય કરવા ક્લિક કરો
-torbutton.panel.label.disabled = ટોર નિષ્ક્રિય
-torbutton.panel.label.enabled = ટોર સક્રિય
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/gun/torbutton.properties b/chrome/locale/gun/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/gun/torbutton.properties
+++ b/chrome/locale/gun/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ha/torbutton.properties b/chrome/locale/ha/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ha/torbutton.properties
+++ b/chrome/locale/ha/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/he/torbutton.properties b/chrome/locale/he/torbutton.properties
index bb2d2f7a..bb0b80ea 100644
--- a/chrome/locale/he/torbutton.properties
+++ b/chrome/locale/he/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = למד עוד
torbutton.circuit_display.click_to_copy = לחץ כדי להעתיק
torbutton.circuit_display.copied = הועתק!
torbutton.content_sizer.margin_tooltip = דפדפן Tor מוסיף שול זה כדי להפוך את הגובה והרוחב של חלונך ליחודיים פחות, ובכך להפחית את היכולת של אנשים לעקוב אחריך באופן מקוון.
-torbutton.panel.tooltip.disabled = לחץ כדי לאפשר את Tor
-torbutton.panel.tooltip.enabled = לחץ כדי להשבית את Tor
-torbutton.panel.label.disabled = Tor מושבת
-torbutton.panel.label.enabled = Tor מאופשר
extensions.torbutton(a)torproject.org.description = Torbutton מספק כפתור כדי לתצר את הגדרות Tor וכדי לנקות במהירות ובקלות נתוני גלישה פרטיים.
torbutton.popup.external.title = להוריד סוג חיצוני של קובץ?
torbutton.popup.external.app = דפדפן Tor אינו יכול להציג קובץ זה. תצטרך לפתוח אותו באמצעות יישום אחר.\n\n
diff --git a/chrome/locale/hi/torbutton.properties b/chrome/locale/hi/torbutton.properties
index 1b28643d..4d8cb6da 100644
--- a/chrome/locale/hi/torbutton.properties
+++ b/chrome/locale/hi/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/hr/torbutton.properties b/chrome/locale/hr/torbutton.properties
index 8f6808d4..f5e67151 100644
--- a/chrome/locale/hr/torbutton.properties
+++ b/chrome/locale/hr/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Kliknite da biste omogućili Tor
-torbutton.panel.tooltip.enabled = Kliknite da biste onemogućili Tor
-torbutton.panel.label.disabled = Tor onemogućen
-torbutton.panel.label.enabled = Tor omogućen
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ht/torbutton.properties b/chrome/locale/ht/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ht/torbutton.properties
+++ b/chrome/locale/ht/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/hu/torbutton.properties b/chrome/locale/hu/torbutton.properties
index e9124511..7743c262 100644
--- a/chrome/locale/hu/torbutton.properties
+++ b/chrome/locale/hu/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = További információ
torbutton.circuit_display.click_to_copy = Kattintson a másoláshoz
torbutton.circuit_display.copied = Másolva!
torbutton.content_sizer.margin_tooltip = A Tor Böngésző ezt a margót adja hozzá, hogy a magassága és a szélessége az ablaknak kevésbé eltérő legyen, így csökkenti az online tevékenységének nyomon követhetőségét.
-torbutton.panel.tooltip.disabled = Kattintson rá a Tor bekapcsolásához
-torbutton.panel.tooltip.enabled = Kattintson rá a Tor kikapcsolásához
-torbutton.panel.label.disabled = Tor kikapcsolva
-torbutton.panel.label.enabled = Tor bekapcsolva
extensions.torbutton(a)torproject.org.description = A Torbutton egy gombot biztosít a Tor beállítások módosításához és a gyors és könnyű takarításához a privát böngészési adatoknak.
torbutton.popup.external.title = Töltse le a külső fájl típust?
torbutton.popup.external.app = A Tor Böngésző nem tudja megjeleníteni ezt a fájlt. Egy másik alkalmazással kell megnyitnia.\n\n
diff --git a/chrome/locale/hy/torbutton.properties b/chrome/locale/hy/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/hy/torbutton.properties
+++ b/chrome/locale/hy/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/id/torbutton.properties b/chrome/locale/id/torbutton.properties
index 49fae587..b1148d60 100644
--- a/chrome/locale/id/torbutton.properties
+++ b/chrome/locale/id/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Pelajari lebih lanjut
torbutton.circuit_display.click_to_copy = Click to Copy
torbutton.circuit_display.copied = Copied!
torbutton.content_sizer.margin_tooltip = Adds Browser Tor margin ini untuk membuat Lebar dan tinggi dari window anda kurang khas
-torbutton.panel.tooltip.disabled = Klik untuk mengaktifkan Tor
-torbutton.panel.tooltip.enabled = Klik untuk menonaktifkan Tor
-torbutton.panel.label.disabled = Tor dinonaktifkan
-torbutton.panel.label.enabled = Tor diaktifkan
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Unduh sebuah tipe file eksternal?
torbutton.popup.external.app = Browser Tor tidak dapat menampilkan file ini. Anda butuh aplikasi lain untuk membukanya\n
diff --git a/chrome/locale/is/torbutton.properties b/chrome/locale/is/torbutton.properties
index 00a29f58..36900946 100644
--- a/chrome/locale/is/torbutton.properties
+++ b/chrome/locale/is/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Læra meira
torbutton.circuit_display.click_to_copy = Smelltu til að afrita
torbutton.circuit_display.copied = Afritað!
torbutton.content_sizer.margin_tooltip = Tor-vafrinn setur inn þessa spássíu til að gera hæð og breidd gluggans minna einkennandi, og þar með að gera erfiðara að fylgjast með þér á netinu.
-torbutton.panel.tooltip.disabled = Smelltu til að virkja Tor
-torbutton.panel.tooltip.enabled = Smelltu til að afvirkja Tor
-torbutton.panel.label.disabled = Tor óvirkt
-torbutton.panel.label.enabled = Tor virkt
extensions.torbutton(a)torproject.org.description = Torbutton útbýr hnapp til uppsetningar á stillingum Tor svo að einfalt og hraðvirkt sé að hreinsa út öll gögn vegna einkavafurs.
torbutton.popup.external.title = Sækja utanaðkomandi skráartegund?
torbutton.popup.external.app = Tor-vafrinn getur ekki birt þessa skrá. Þú verður að opna hana með öðru forriti.\n\n
diff --git a/chrome/locale/it/torbutton.properties b/chrome/locale/it/torbutton.properties
index 29444943..98d73685 100644
--- a/chrome/locale/it/torbutton.properties
+++ b/chrome/locale/it/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Per saperne di più
torbutton.circuit_display.click_to_copy = Clicca per copiare
torbutton.circuit_display.copied = Copiato!
torbutton.content_sizer.margin_tooltip = Il browser Tor aggiunge questo margine per rendere l'ampiezza e altezza della tua finestra meno distintiva, così si riduce la possibilità di che tu sia tracciato in linea.
-torbutton.panel.tooltip.disabled = Fai clic per attivare Tor
-torbutton.panel.tooltip.enabled = Fai clic per disattivare Tor
-torbutton.panel.label.disabled = Tor Disattivato
-torbutton.panel.label.enabled = Tor Attivato
extensions.torbutton(a)torproject.org.description = Torbutton fornisce un pulsante per configurare le impostazioni di Tor e rimuovere velocemente e facilmente i dati di navigazione privati.
torbutton.popup.external.title = Si desidera scaricare un tipo di file esterno?
torbutton.popup.external.app = Tor Browser non è in grado di aprire questo file. Sarà necessario usare un'altra applicazione per aprirlo.\n\n
diff --git a/chrome/locale/ja/torbutton.properties b/chrome/locale/ja/torbutton.properties
index 62437fa5..d58db150 100644
--- a/chrome/locale/ja/torbutton.properties
+++ b/chrome/locale/ja/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = 詳細情報
torbutton.circuit_display.click_to_copy = クリックしてコピー
torbutton.circuit_display.copied = コピーされました
torbutton.content_sizer.margin_tooltip = Tor Browser はウィンドウのサイズを平凡にするためにこのマージンを追加します。これにより、あなたのことをオンラインで追跡しにくくします。
-torbutton.panel.tooltip.disabled = クリックして Tor を有効にする
-torbutton.panel.tooltip.enabled = クリックして Tor を無効にする
-torbutton.panel.label.disabled = Tor 無効
-torbutton.panel.label.enabled = Tor 有効
extensions.torbutton(a)torproject.org.description = Torbutton は Tor の設定を構成し、素早くかつ容易にプライベートな閲覧データをクリアするボタンを提供します。
torbutton.popup.external.title = 外部ファイル種別をダウンロードしますか?
torbutton.popup.external.app = Tor Browser はこのファイルを表示できません。別のアプリケーションで開く必要があります。\n
diff --git a/chrome/locale/jv/torbutton.properties b/chrome/locale/jv/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/jv/torbutton.properties
+++ b/chrome/locale/jv/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ka/torbutton.properties b/chrome/locale/ka/torbutton.properties
index c4c72194..8aa349ef 100644
--- a/chrome/locale/ka/torbutton.properties
+++ b/chrome/locale/ka/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = იხილეთ ვრცლად
torbutton.circuit_display.click_to_copy = დაწკაპეთ ასლისთვის
torbutton.circuit_display.copied = ასლი აღებულია!
torbutton.content_sizer.margin_tooltip = Tor-ბრაუზერი ამატებს მინდვრებს კიდეებზე, რომ თქვენი ფანჯრის სიგანე და სიმაღლე ნაკლებად გამორჩეული და შესამჩნევი იყოს, რაც შეუმცირებს სხვებს, ინტერნეტში თქვენი დევნის შესაძლებლობებს.
-torbutton.panel.tooltip.disabled = დაწკაპეთ, რომ ჩაირთოს Tor
-torbutton.panel.tooltip.enabled = დაწკაპეთ, რომ გამოირთოს Tor
-torbutton.panel.label.disabled = Tor გამორთულია
-torbutton.panel.label.enabled = Tor ჩართულია
extensions.torbutton(a)torproject.org.description = Torbutton საშუალებას გაძლევთ ერთი ღილაკით გამართოთ Tor-ის პარამეტრები და სწრაფად გაასუფთავოთ მონახულებული გვერდების მონაცემები.
torbutton.popup.external.title = ჩამოიტვირთოს ცალკეული სახის ფაილი?
torbutton.popup.external.app = Tor-ბრაუზერით ვერ ხერხდება ამ ფაილის გახსნა. სხვა პროგრამაა საჭირო მის გასახსნელად.\n\n
diff --git a/chrome/locale/km/torbutton.properties b/chrome/locale/km/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/km/torbutton.properties
+++ b/chrome/locale/km/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/kn/torbutton.properties b/chrome/locale/kn/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/kn/torbutton.properties
+++ b/chrome/locale/kn/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ko/torbutton.properties b/chrome/locale/ko/torbutton.properties
index 27238f5e..8ec96fea 100644
--- a/chrome/locale/ko/torbutton.properties
+++ b/chrome/locale/ko/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = 더 알아보기
torbutton.circuit_display.click_to_copy = 클릭하여 복사하기
torbutton.circuit_display.copied = 복사됨!
torbutton.content_sizer.margin_tooltip = Tor 브라우저는 이 여백을 추가하여 창의 너비와 높이를 일반화 시켜 온라인에서 사용자를 추적하는 기능을 약화 시킵니다.
-torbutton.panel.tooltip.disabled = Tor를 활성화하려면 클릭
-torbutton.panel.tooltip.enabled = Tor를 비활성화하려면 클릭
-torbutton.panel.label.disabled = Tor 비활성화
-torbutton.panel.label.enabled = Tor 활성화
extensions.torbutton(a)torproject.org.description = Torbutton은 Tor 설정을 해 주는 버튼을 제공하고, 빠르고 쉽게 개인 브라우징 데이터를 지워 줍니다.
torbutton.popup.external.title = 외부 파일 유형을 다운로드 하시겠습니까?
torbutton.popup.external.app = Tor 브라우저는이 파일을 볼 수 없습니다. 다른 응용 프로그램에서 열어야합니다.\n\n
diff --git a/chrome/locale/ku/torbutton.properties b/chrome/locale/ku/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ku/torbutton.properties
+++ b/chrome/locale/ku/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/kw/torbutton.properties b/chrome/locale/kw/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/kw/torbutton.properties
+++ b/chrome/locale/kw/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ky/torbutton.properties b/chrome/locale/ky/torbutton.properties
index e6e769b6..b568a2fe 100644
--- a/chrome/locale/ky/torbutton.properties
+++ b/chrome/locale/ky/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/lb/torbutton.properties b/chrome/locale/lb/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/lb/torbutton.properties
+++ b/chrome/locale/lb/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/lg/torbutton.properties b/chrome/locale/lg/torbutton.properties
index 971eaa7e..98e793d0 100644
--- a/chrome/locale/lg/torbutton.properties
+++ b/chrome/locale/lg/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-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.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ln/torbutton.properties b/chrome/locale/ln/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ln/torbutton.properties
+++ b/chrome/locale/ln/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/lo/torbutton.properties b/chrome/locale/lo/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/lo/torbutton.properties
+++ b/chrome/locale/lo/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/lt/torbutton.properties b/chrome/locale/lt/torbutton.properties
index 23fa7d4a..ce606a43 100644
--- a/chrome/locale/lt/torbutton.properties
+++ b/chrome/locale/lt/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Sužinoti daugiau
torbutton.circuit_display.click_to_copy = Spustelėkite norėdami nukopijuoti
torbutton.circuit_display.copied = Nukopijuota!
torbutton.content_sizer.margin_tooltip = Tor Naršyklė prideda šią paraštę, kad jūsų lango plotis ir aukštis būtų mažiau atskiriami ir, tokiu būdu, žmonėms būtų sumažinta galimybė sekti jus internete.
-torbutton.panel.tooltip.disabled = Spustelėkite norėdami įjungti Tor
-torbutton.panel.tooltip.enabled = Spustelėkite norėdami išjungti Tor
-torbutton.panel.label.disabled = Tor išjungta
-torbutton.panel.label.enabled = Tor įjungta
extensions.torbutton(a)torproject.org.description = Torbutton pateikia mygtuką, skirtą konfigūruoti Tor nustatymus ir greitai bei lengvai išvalyti privačius naršymo duomenis.
torbutton.popup.external.title = Atsisiųsti išorinį failo tipą?
torbutton.popup.external.app = Tor Naršyklė negali atvaizduoti šio failo. Jums teks jį atverti, naudojant kitą programą.\n\n
diff --git a/chrome/locale/lv/torbutton.properties b/chrome/locale/lv/torbutton.properties
index 98e51d14..d6114d1d 100644
--- a/chrome/locale/lv/torbutton.properties
+++ b/chrome/locale/lv/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Noklikšķināt, lai iespējotu Tor
-torbutton.panel.tooltip.enabled = Noklikšķināt, lai atspējotu Tor
-torbutton.panel.label.disabled = Tor ir atspējots
-torbutton.panel.label.enabled = Tor ir iespējots
extensions.torbutton(a)torproject.org.description = Torbutton ir poga ar kuru konfigurēt Tor iestatījumus, kā arī ātri un ērti attīrīt personīgos pārlūkošanas datus.
torbutton.popup.external.title = Ielādēt ārēju saturu?
torbutton.popup.external.app = Nepieciešama ārēja lietotne, lai apstrādātu:⏎ ⏎\n
diff --git a/chrome/locale/mg/torbutton.properties b/chrome/locale/mg/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/mg/torbutton.properties
+++ b/chrome/locale/mg/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/mi/torbutton.properties b/chrome/locale/mi/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/mi/torbutton.properties
+++ b/chrome/locale/mi/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/mk/torbutton.properties b/chrome/locale/mk/torbutton.properties
index 1789493f..a92218cc 100644
--- a/chrome/locale/mk/torbutton.properties
+++ b/chrome/locale/mk/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Научи повеќе
torbutton.circuit_display.click_to_copy = Кликни за Копирање
torbutton.circuit_display.copied = Копирано!
torbutton.content_sizer.margin_tooltip = Tor Browser ја додава ова маргина за ширината и висината на вашиот прозорец да биде постандарден, со што се намалува можноста луѓето да ве следат онлајн.
-torbutton.panel.tooltip.disabled = Кликнете за да го овозможите Tor
-torbutton.panel.tooltip.enabled = Кликнете за да го оневозможите Tor
-torbutton.panel.label.disabled = Tor е оневозможен
-torbutton.panel.label.enabled = Tor е овозможен
extensions.torbutton(a)torproject.org.description = Torbutton пружа копче за конфигурирање на Tor поставките и брзо и олеснето чисто приватно прелистување на податоци.
torbutton.popup.external.title = Преземање на надворешна датотека?
torbutton.popup.external.app = Tor прелистувачот не може да ја прикаже оваа датотека. Треба да ја отворите со друга апликација.\n\n
diff --git a/chrome/locale/ml/torbutton.properties b/chrome/locale/ml/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ml/torbutton.properties
+++ b/chrome/locale/ml/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/mn/torbutton.properties b/chrome/locale/mn/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/mn/torbutton.properties
+++ b/chrome/locale/mn/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/mr/torbutton.properties b/chrome/locale/mr/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/mr/torbutton.properties
+++ b/chrome/locale/mr/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ms/torbutton.properties b/chrome/locale/ms/torbutton.properties
index 17e4fd22..6c69ce76 100644
--- a/chrome/locale/ms/torbutton.properties
+++ b/chrome/locale/ms/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Ketahui lebih lanjut
torbutton.circuit_display.click_to_copy = Click to Copy
torbutton.circuit_display.copied = Copied!
torbutton.content_sizer.margin_tooltip = Pelayar Tor menambah jidar ini untuk memastikan tinggi dan lebar tetingkap anda kurang dikenali, dan seterusnya mengurangkan keupayaan orang lain menjejak anda ketika berada diatas-talian.
-torbutton.panel.tooltip.disabled = Klik untuk benarkan Tor
-torbutton.panel.tooltip.enabled = Klik untuk lumpuhkan Tor
-torbutton.panel.label.disabled = Tor Dilumpuhkan
-torbutton.panel.label.enabled = Tor Dibenarkan
extensions.torbutton(a)torproject.org.description = Torbutton menyediakan butang bagi mengkonfigur tetapan Tor secara pantas dan mudah membersihkan data pelayaran persendirian anda.
torbutton.popup.external.title = Muat turun jenis fail luar?
torbutton.popup.external.app = Pelayar Tor tidak dapat paparkan fail ini. Anda perlu membukanya dengan aplikasi lain.\n\n
diff --git a/chrome/locale/mt/torbutton.properties b/chrome/locale/mt/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/mt/torbutton.properties
+++ b/chrome/locale/mt/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/my/torbutton.properties b/chrome/locale/my/torbutton.properties
index 043cb4a0..3fa0d7cd 100644
--- a/chrome/locale/my/torbutton.properties
+++ b/chrome/locale/my/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Tor ကို ဖွင့်ရန် နှိပ်ပါ
-torbutton.panel.tooltip.enabled = Tor ကို ပိတ်ရန် နှိပ်ပါ
-torbutton.panel.label.disabled = ပိတ်ထားသော Tor
-torbutton.panel.label.enabled = ဖွင့်ထားသော Tor
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = ပြင်ပမှ အကြောင်းအရာကို ဖွင့်ရန်
torbutton.popup.external.app = ပြင်ပ အပ္ပလီဂေးရှင်း တစ်ခုကို ဖြေရှင်းရန် လိုအပ်သည် - \n\n
diff --git a/chrome/locale/nah/torbutton.properties b/chrome/locale/nah/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/nah/torbutton.properties
+++ b/chrome/locale/nah/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/nap/torbutton.properties b/chrome/locale/nap/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/nap/torbutton.properties
+++ b/chrome/locale/nap/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/nb-NO/torbutton.properties b/chrome/locale/nb-NO/torbutton.properties
index 990db742..df1b6132 100644
--- a/chrome/locale/nb-NO/torbutton.properties
+++ b/chrome/locale/nb-NO/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Lær mer
torbutton.circuit_display.click_to_copy = Trykk for å kopiere
torbutton.circuit_display.copied = Kopiert!
torbutton.content_sizer.margin_tooltip = Tor Nettleser legger til denne marginen for å gjøre bredden og høyden på vinduet ditt mindre særegent, og reduserer dermed muligheten for folk til å spore deg på nett.
-torbutton.panel.tooltip.disabled = Klikk for å aktivere Tor
-torbutton.panel.tooltip.enabled = Klikk for å skru av Tor
-torbutton.panel.label.disabled = Tor er avskrudd
-torbutton.panel.label.enabled = Tor er aktivert
extensions.torbutton(a)torproject.org.description = Torbutton tilbyr en knapp til å sette opp Tor-innstillinger, samt rask og enkel tilgang til å slette privat nettleserhistorikk.
torbutton.popup.external.title = Last ned en ekstern filtype?
torbutton.popup.external.app = Tor Nettleser kan ikke åpne denne filen. Du er nødt til å åpne den med et annet program.\n\n
diff --git a/chrome/locale/ne/torbutton.properties b/chrome/locale/ne/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ne/torbutton.properties
+++ b/chrome/locale/ne/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/nl/torbutton.properties b/chrome/locale/nl/torbutton.properties
index 289200be..16d2852c 100644
--- a/chrome/locale/nl/torbutton.properties
+++ b/chrome/locale/nl/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Meer info
torbutton.circuit_display.click_to_copy = Klik om te kopiëren
torbutton.circuit_display.copied = Gekopieerd!
torbutton.content_sizer.margin_tooltip = Tor Browser voegt deze rand toe om de afmetingen van het venster minder uit de toon te laten vallen. Dit maakt het moeilijker om u online te volgen.
-torbutton.panel.tooltip.disabled = Klik om Tor in te schakelen
-torbutton.panel.tooltip.enabled = Klik om Tor uit te schakelen
-torbutton.panel.label.disabled = Tor uitgeschakeld
-torbutton.panel.label.enabled = Tor ingeschakeld
extensions.torbutton(a)torproject.org.description = Torbutton biedt een knop om Tor-instellingen te configureren en snel en makkelijk privénavigatiegegevens te wissen.
torbutton.popup.external.title = Een extern bestandstype downloaden?
torbutton.popup.external.app = Tor Browser kan dit bestand niet weergeven. U dient het met een andere toepassing te openen.\n\n
diff --git a/chrome/locale/nn/torbutton.properties b/chrome/locale/nn/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/nn/torbutton.properties
+++ b/chrome/locale/nn/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/nso/torbutton.properties b/chrome/locale/nso/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/nso/torbutton.properties
+++ b/chrome/locale/nso/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/oc/torbutton.properties b/chrome/locale/oc/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/oc/torbutton.properties
+++ b/chrome/locale/oc/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/or/torbutton.properties b/chrome/locale/or/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/or/torbutton.properties
+++ b/chrome/locale/or/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/pa/torbutton.properties b/chrome/locale/pa/torbutton.properties
index 93bbd403..37e9168b 100644
--- a/chrome/locale/pa/torbutton.properties
+++ b/chrome/locale/pa/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/pap/torbutton.properties b/chrome/locale/pap/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/pap/torbutton.properties
+++ b/chrome/locale/pap/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/pl/torbutton.properties b/chrome/locale/pl/torbutton.properties
index e1563298..48b0e6fc 100644
--- a/chrome/locale/pl/torbutton.properties
+++ b/chrome/locale/pl/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Dowiedz się więcej
torbutton.circuit_display.click_to_copy = Kliknij, aby skopiować
torbutton.circuit_display.copied = Skopiowano!
torbutton.content_sizer.margin_tooltip = Tor Browser dodaje ten margines po to, aby szerokość i wysokość okna Twojej przeglądarki była mniej charakterystyczna, dzięki temu zmniejszysz szanse śledzenia Ciebie online.
-torbutton.panel.tooltip.disabled = Kliknij tutaj, aby włączyć Tora
-torbutton.panel.tooltip.enabled = Kliknij tutaj, aby wyłączyć Tora
-torbutton.panel.label.disabled = Tor wyłączony
-torbutton.panel.label.enabled = Tor włączony
extensions.torbutton(a)torproject.org.description = Torbutton udostępnia przycisk do konfiguracji ustawień Tora oraz szybkiego i łatwego usuwania prywatnych danych z przeglądarki.
torbutton.popup.external.title = Pobrać zewnętrzny typ pliku?
torbutton.popup.external.app = Tor Browser nie może wyświetlić tego pliku. Musisz otworzyć go z innej aplikacji\n\n
diff --git a/chrome/locale/pms/torbutton.properties b/chrome/locale/pms/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/pms/torbutton.properties
+++ b/chrome/locale/pms/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ps/torbutton.properties b/chrome/locale/ps/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ps/torbutton.properties
+++ b/chrome/locale/ps/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/pt-BR/torbutton.properties b/chrome/locale/pt-BR/torbutton.properties
index d2378e7f..7e3d4309 100644
--- a/chrome/locale/pt-BR/torbutton.properties
+++ b/chrome/locale/pt-BR/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Aprenda mais
torbutton.circuit_display.click_to_copy = Clique para copiar
torbutton.circuit_display.copied = Copiado!
torbutton.content_sizer.margin_tooltip = O Navegador Tor inclui esta margem para que a altura e a largura da janela sejam menos distinguíveis, o que reduz a possibilidade de que alguém rastreie a sua navegação .
-torbutton.panel.tooltip.disabled = Clique para habilitar o Tor
-torbutton.panel.tooltip.enabled = Clique para desabilitar o Tor
-torbutton.panel.label.disabled = O Tor está desabilitado
-torbutton.panel.label.enabled = O Tor está habilitado
extensions.torbutton(a)torproject.org.description = O Torbutton fornece uma opção para configurar as preferências do Tor e, com rapidez e facilidade, limpar os dados de navegação privada.
torbutton.popup.external.title = Fazer o download de um tipo de arquivo externo?
torbutton.popup.external.app = O Navegador Tor não pode exibir este arquivo. Você precisa abri-lo com um outro aplicativo.\n\n
diff --git a/chrome/locale/pt/torbutton.properties b/chrome/locale/pt/torbutton.properties
index 658c96e6..58bedaa6 100644
--- a/chrome/locale/pt/torbutton.properties
+++ b/chrome/locale/pt/torbutton.properties
@@ -6,10 +6,6 @@ torbutton.circuit_display.relay = retransmitir
torbutton.circuit_display.tor_bridge = Ponte
torbutton.circuit_display.unknown_country = País desconhecido
torbutton.content_sizer.margin_tooltip = O Navegador Tor adiciona esta margem para realçar a altura e a largura da sua janela, e com isso reduz a possibilidade de as pessoas o rastrearem on-line.
-torbutton.panel.tooltip.disabled = Clique para ativar o Tor
-torbutton.panel.tooltip.enabled = Clique para desativar o Tor
-torbutton.panel.label.disabled = Tor Desativado
-torbutton.panel.label.enabled = Tor Ativado
extensions.torbutton(a)torproject.org.description = o Torbutton proporciona um botão para configurar as configurações do Tor e para limpar facilmente e rapidamente os dados de navegação privados.
torbutton.popup.external.title = Transferir um tipo de ficheiro externo?
torbutton.popup.external.app = O navegador Tor não consegue exibir este ficheiro. Poderá ter que o abrir com outra aplicação.\n\n
diff --git a/chrome/locale/ro/torbutton.properties b/chrome/locale/ro/torbutton.properties
index 01b9ae0e..ca44efae 100644
--- a/chrome/locale/ro/torbutton.properties
+++ b/chrome/locale/ro/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Află mai mult
torbutton.circuit_display.click_to_copy = Click pentru a copia
torbutton.circuit_display.copied = Copiat!
torbutton.content_sizer.margin_tooltip = Navigatorul Tor Browser adaugă această margine pentru a face lățimea și înălțimea ferestrei tale mai puțin specifică, și astfel reduce abilitatea altora de a te urmări online.
-torbutton.panel.tooltip.disabled = Click pentru a activa Tor
-torbutton.panel.tooltip.enabled = Click pentru a dezactiva Tor
-torbutton.panel.label.disabled = Tor a fost dezactivat
-torbutton.panel.label.enabled = Tor a fost activat
extensions.torbutton(a)torproject.org.description = Torbutton oferă posibilitatea de a configura setările navigatorului si de a goli rapid şi ușor datele private ale navigării.
torbutton.popup.external.title = Descărcare fișier de tip extern?
torbutton.popup.external.app = Navigatorul Tor Browser nu poate afișa acest fișier. Va trebui să îl deschizi cu o altă aplicație.\n\n
diff --git a/chrome/locale/ru/torbutton.properties b/chrome/locale/ru/torbutton.properties
index f9577aca..b933f1ea 100644
--- a/chrome/locale/ru/torbutton.properties
+++ b/chrome/locale/ru/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Узнать больше
torbutton.circuit_display.click_to_copy = Нажмите для копирования
torbutton.circuit_display.copied = Скопировано!
torbutton.content_sizer.margin_tooltip = Tor Browser добавляет этот отступ, чтобы ширина и высота окна были менее узнаваемыми. Это затрудняет отслеживание в интернете.
-torbutton.panel.tooltip.disabled = Нажмите, чтобы включить Tor
-torbutton.panel.tooltip.enabled = Нажмите, чтобы отключить Tor
-torbutton.panel.label.disabled = Tor отключен
-torbutton.panel.label.enabled = Tor включен
extensions.torbutton(a)torproject.org.description = Torbutton предлагает кнопку для настройки Tor. С помощью Torbutton можно быстро и легко очистить личные данные просмотра.
torbutton.popup.external.title = Скачать внешний файл?
torbutton.popup.external.app = Tor Browser не может отобразить этот файл. Придется открыть его с помощью другого приложения.\n\n
diff --git a/chrome/locale/sco/torbutton.properties b/chrome/locale/sco/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/sco/torbutton.properties
+++ b/chrome/locale/sco/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/sk/torbutton.properties b/chrome/locale/sk/torbutton.properties
index 62679037..1d2cd032 100644
--- a/chrome/locale/sk/torbutton.properties
+++ b/chrome/locale/sk/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Kliknite pre zapnutie Tor
-torbutton.panel.tooltip.enabled = Kliknite pre vypnutie Tor
-torbutton.panel.label.disabled = Tor vypnutý
-torbutton.panel.label.enabled = Tor zapnutý
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Načítať externý obsah?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/sl/torbutton.properties b/chrome/locale/sl/torbutton.properties
index 9f8156a0..b532624e 100644
--- a/chrome/locale/sl/torbutton.properties
+++ b/chrome/locale/sl/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Klikni za vklop anonimizacije
-torbutton.panel.tooltip.enabled = Klikni za izklop anonimizacije
-torbutton.panel.label.disabled = Anonimizacija izključena
-torbutton.panel.label.enabled = Anonimizacija vključena
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Naloži zunanje vsebine?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/so/torbutton.properties b/chrome/locale/so/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/so/torbutton.properties
+++ b/chrome/locale/so/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/son/torbutton.properties b/chrome/locale/son/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/son/torbutton.properties
+++ b/chrome/locale/son/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/sq/torbutton.properties b/chrome/locale/sq/torbutton.properties
index 1a9bd3eb..da30095e 100644
--- a/chrome/locale/sq/torbutton.properties
+++ b/chrome/locale/sq/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/sr/torbutton.properties b/chrome/locale/sr/torbutton.properties
index b587448a..7945ea52 100644
--- a/chrome/locale/sr/torbutton.properties
+++ b/chrome/locale/sr/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Кликните да бисте омогућили Тор
-torbutton.panel.tooltip.enabled = Кликните да бисте онемогућили Тор
-torbutton.panel.label.disabled = Тор је онемогућен
-torbutton.panel.label.enabled = Тор је омогућен
extensions.torbutton(a)torproject.org.description = Torbutton nudi dugme za konfiguraciju Tor postavki i lako i brzo ciscenje pretrazivackih informacija.
torbutton.popup.external.title = Учитати спољни садржај?
torbutton.popup.external.app = Потребан је спољни програм за руковање:\n\n
diff --git a/chrome/locale/st/torbutton.properties b/chrome/locale/st/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/st/torbutton.properties
+++ b/chrome/locale/st/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/su/torbutton.properties b/chrome/locale/su/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/su/torbutton.properties
+++ b/chrome/locale/su/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/sv-SE/torbutton.properties b/chrome/locale/sv-SE/torbutton.properties
index dc1ac76a..d542f3cd 100644
--- a/chrome/locale/sv-SE/torbutton.properties
+++ b/chrome/locale/sv-SE/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Läs mer
torbutton.circuit_display.click_to_copy = Klicka för att kopiera
torbutton.circuit_display.copied = Kopierat!
torbutton.content_sizer.margin_tooltip = Tor Browser lägger till denna marginal för att göra bredden och höjden på ditt fönster mindre tydlig. Därmed minskas möjligheten att spåra dig.
-torbutton.panel.tooltip.disabled = Klicka för att aktivera Tor
-torbutton.panel.tooltip.enabled = Klicka för att inaktivera Tor
-torbutton.panel.label.disabled = Tor inaktiv
-torbutton.panel.label.enabled = Tor aktiv
extensions.torbutton(a)torproject.org.description = Torbutton ger en knapp för att konfigurera Tor inställningar och snabbt och enkelt rensa privat surfdata.
torbutton.popup.external.title = Hämta en extern filtyp?
torbutton.popup.external.app = Tor Browser kan inte visa filen. Du behöver öppna den i ett annat program.\n\n
diff --git a/chrome/locale/sw/torbutton.properties b/chrome/locale/sw/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/sw/torbutton.properties
+++ b/chrome/locale/sw/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ta/torbutton.properties b/chrome/locale/ta/torbutton.properties
index 800a5947..4ebb6398 100644
--- a/chrome/locale/ta/torbutton.properties
+++ b/chrome/locale/ta/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/te/torbutton.properties b/chrome/locale/te/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/te/torbutton.properties
+++ b/chrome/locale/te/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/tg/torbutton.properties b/chrome/locale/tg/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/tg/torbutton.properties
+++ b/chrome/locale/tg/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/th/torbutton.properties b/chrome/locale/th/torbutton.properties
index 5ebad60e..5cff4cca 100644
--- a/chrome/locale/th/torbutton.properties
+++ b/chrome/locale/th/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = เรียนรู้เพิ่ม
torbutton.circuit_display.click_to_copy = Click to Copy
torbutton.circuit_display.copied = Copied!
torbutton.content_sizer.margin_tooltip = Tor Browser เพิ่มระยะขอบนี้เพื่อทำให้ความกว้างและความสูงของหน้าต่างคุณโดดเด่นน้อยลง และลดความสามารถของบุคคลอื่นในการติดตามคุณทางออนไลน์
-torbutton.panel.tooltip.disabled = คลิกเพื่อเปิดใช้ Tor
-torbutton.panel.tooltip.enabled = คลิกเพื่อปิด Tor
-torbutton.panel.label.disabled = ปิดใช้ Tor อยู่
-torbutton.panel.label.enabled = เปิดใช้ Tor อยู่
extensions.torbutton(a)torproject.org.description = Torbutton มีปุ่มให้ปรับแต่งการตั้งค่า Tor และล้างข้อมูลการดูเว็บส่วนบุคคลอย่างรวดเร็วและง่ายดาย
torbutton.popup.external.title = ดาวน์โหลดไฟล์ภายนอก
torbutton.popup.external.app = Tor Browser ไม่สามารถแสดงไฟล์นี้ คุณต้องเปิดมันในโปรแกรมอื่น\n\n
diff --git a/chrome/locale/ti/torbutton.properties b/chrome/locale/ti/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ti/torbutton.properties
+++ b/chrome/locale/ti/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/tk/torbutton.properties b/chrome/locale/tk/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/tk/torbutton.properties
+++ b/chrome/locale/tk/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/tr/torbutton.properties b/chrome/locale/tr/torbutton.properties
index 30463c18..2f838439 100644
--- a/chrome/locale/tr/torbutton.properties
+++ b/chrome/locale/tr/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Ayrıntılı bilgi alın
torbutton.circuit_display.click_to_copy = Kopyalamak için tıklayın
torbutton.circuit_display.copied = Kopyalandı!
torbutton.content_sizer.margin_tooltip = Tor Browser pencerenizin genişlik ve yüksekliğini daha az ayırt edilebilir duruma getirmek için kenar boşlukları ekleyerek kişilerin sizi çevrim içi olarak izleme yeteneğini azaltır.
-torbutton.panel.tooltip.disabled = Tor uygulamasını etkinleştirmek için tıklayın
-torbutton.panel.tooltip.enabled = Tor uygulamasını devre dışı bırakmak için tıklayın
-torbutton.panel.label.disabled = Tor Devre Dışı
-torbutton.panel.label.enabled = Tor Etkin
extensions.torbutton(a)torproject.org.description = Torbutton, Tor ayarlarını yapabileceğiniz ve kişisel tarama verilerinizi hızla ve kolayca silebileceğiniz bir düğme görüntüler.
torbutton.popup.external.title = Dış bir dosya türü indirilsin mi?
torbutton.popup.external.app = Tor Browser bu dosyayı görüntüleyemiyor. Başka bir uygulamayla açmanız gerekecek.\n
diff --git a/chrome/locale/uk/torbutton.properties b/chrome/locale/uk/torbutton.properties
index c12fe3e6..1332c099 100644
--- a/chrome/locale/uk/torbutton.properties
+++ b/chrome/locale/uk/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Натисніть аби увімкнути Tor
-torbutton.panel.tooltip.enabled = Натисніть аби вимкнути Tor
-torbutton.panel.label.disabled = Tor Вимкнено
-torbutton.panel.label.enabled = Tor Увімкнено
extensions.torbutton(a)torproject.org.description = Torbutton передбачає кнопку, щоб налаштувати Tor і швидко та легко очистити особисті дані перегляду.
torbutton.popup.external.title = Завантажити зовнішній вміст?
torbutton.popup.external.app = Зовнішня прикладна програма необхідна для обробки:\\n\n\\n
diff --git a/chrome/locale/ur/torbutton.properties b/chrome/locale/ur/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ur/torbutton.properties
+++ b/chrome/locale/ur/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/ve/torbutton.properties b/chrome/locale/ve/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/ve/torbutton.properties
+++ b/chrome/locale/ve/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/vi/torbutton.properties b/chrome/locale/vi/torbutton.properties
index 7cd3c34c..3a3fe0e3 100644
--- a/chrome/locale/vi/torbutton.properties
+++ b/chrome/locale/vi/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = Biết thêm
torbutton.circuit_display.click_to_copy = Click to Copy
torbutton.circuit_display.copied = Copied!
torbutton.content_sizer.margin_tooltip = Trình duyệt Tor thêm lề này để làm cho chiều rộng và chiều cao của màn hình của bạn ít dễ bị phân biệt hơn, và vì thế giảm khả năng của những người theo dõi bạn trực tuyến.
-torbutton.panel.tooltip.disabled = Nhấn để bật Tor
-torbutton.panel.tooltip.enabled = Nhấn để tắt Tor
-torbutton.panel.label.disabled = Tor bị tắt
-torbutton.panel.label.enabled = Tor được bật
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Tải về một loại tập tin bên ngoài?
torbutton.popup.external.app = Trình duyệt Tor không thể hiển thị tập tin này. Bạn cần mở nó với một ứng dụng khác.\n\n
diff --git a/chrome/locale/wa/torbutton.properties b/chrome/locale/wa/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/wa/torbutton.properties
+++ b/chrome/locale/wa/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/wo/torbutton.properties b/chrome/locale/wo/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/wo/torbutton.properties
+++ b/chrome/locale/wo/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/zh-CN/torbutton.properties b/chrome/locale/zh-CN/torbutton.properties
index 17ea5d2f..f67bf83d 100644
--- a/chrome/locale/zh-CN/torbutton.properties
+++ b/chrome/locale/zh-CN/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = 详细了解
torbutton.circuit_display.click_to_copy = 点击以复制
torbutton.circuit_display.copied = 已复制!
torbutton.content_sizer.margin_tooltip = Tor 浏览器添加了一些边框,以降低窗口大小的独特性,令在线跟踪监控变得更加困难。
-torbutton.panel.tooltip.disabled = 点击启用 Tor
-torbutton.panel.tooltip.enabled = 点击禁用 Tor
-torbutton.panel.label.disabled = Tor 已禁用
-torbutton.panel.label.enabled = Tor 已启用
extensions.torbutton(a)torproject.org.description = Torbutton 是一个按钮,可对“Tor 设置”进行修改,并可快速而方便地清除浏览器隐私数据。
torbutton.popup.external.title = 下载一个外部文件类型?
torbutton.popup.external.app = Tor 浏览器无法显示此文件。您需要用其他应用程序打开它。\n\n
diff --git a/chrome/locale/zh-HK/torbutton.properties b/chrome/locale/zh-HK/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/zh-HK/torbutton.properties
+++ b/chrome/locale/zh-HK/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/locale/zh-TW/torbutton.properties b/chrome/locale/zh-TW/torbutton.properties
index 70deb509..b0ca4ab9 100644
--- a/chrome/locale/zh-TW/torbutton.properties
+++ b/chrome/locale/zh-TW/torbutton.properties
@@ -11,10 +11,6 @@ torbutton.circuit_display.learn_more = 繼續閱讀
torbutton.circuit_display.click_to_copy = 按一下以複製
torbutton.circuit_display.copied = 已複製!
torbutton.content_sizer.margin_tooltip = 洋蔥路由瀏覽器特意將視窗邊框的寬度及高度重新設置,以便讓您的瀏覽器狀態資訊看起來更為普通,如此可以減少您的網路活動被識別並追蹤的可能性。
-torbutton.panel.tooltip.disabled = 按一下以啟用洋蔥路由
-torbutton.panel.tooltip.enabled = 按一下以停用洋蔥路由
-torbutton.panel.label.disabled = 洋蔥路由已停用
-torbutton.panel.label.enabled = 洋蔥路由已啟用
extensions.torbutton(a)torproject.org.description = Torbutton 提供一個按鈕來設定洋蔥路由,以及輕鬆便捷地清除私人瀏覽資料。
torbutton.popup.external.title = 下載外部檔案類型?
torbutton.popup.external.app = 洋蔥路由瀏覽器無法顯示這個檔案,您需要使用其他應用程式來開啟它。\n\n
diff --git a/chrome/locale/zu/torbutton.properties b/chrome/locale/zu/torbutton.properties
index ee5b1f95..39a82a73 100644
--- a/chrome/locale/zu/torbutton.properties
+++ b/chrome/locale/zu/torbutton.properties
@@ -1,7 +1,3 @@
-torbutton.panel.tooltip.disabled = Click to enable Tor
-torbutton.panel.tooltip.enabled = Click to disable Tor
-torbutton.panel.label.disabled = Tor Disabled
-torbutton.panel.label.enabled = Tor Enabled
extensions.torbutton(a)torproject.org.description = Torbutton provides a button to configure Tor settings and quickly and easily clear private browsing data.
torbutton.popup.external.title = Load external content?
torbutton.popup.external.app = An external application is needed to handle:\n\n
diff --git a/chrome/skin/torbutton-update-needed.svg b/chrome/skin/torbutton-update-needed.svg
deleted file mode 100644
index 654f5ef1..00000000
--- a/chrome/skin/torbutton-update-needed.svg
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <g fill="context-fill" fill-opacity="context-fill-opacity">
- <path d="M7.06561268 5.02241519C6.77772045 5.2116121 5.67952408 5.90554501 5.6853992 5.90178938C5.35790364 6.11113858 5.09635335 6.28354515 4.86413018 6.44457064C4.45268439 6.72987059 4.15887546 6.96359333 3.97499388 7.15193679C2.95731966 8.16499644 2.66333288 8.97771922 2.77290903 10.3548433C2.86347409 11.8242645 4.01769529 13.1628244 5.73360996 13.7141752C6.42393225 13.9308094 7.08993386 14.0 8.24418607 14.0C9.69409954 14.0 11.010192 13.6175745 11.8475477 12.9475461C12.7611494 12.2214478 13.2954545 11.1244618 13.2954545 10.0058997C13.2954545 8.86286776 12.7876949 7.76058164 11.8769727 6.9600938C11.3838667 6.53505399 10.722397 6.11798563 9.75901067 5.60447735C9.08955454 5.26286683 8.4719792 4.75203246 8.02479915 4.11379651C7.77978416 4.4739196 7.45874047 4.78154253 7.06561268 5.02241519C7.06561268 5.02241519 7.06561268 5.02241519 7.06561268 5.02241519M13.1898674 5.45132743C14.5364638 6.63126844 15.2954545 8.28318584 15.2954545 10.0058997C15.2954545 11.7286136 14.4874967 13.4041
298 13.0919331 14.5132743C11.7943039 15.5516224 9.98251962 16.0 8.24418607 16.0C7.16690894 16.0 6.1875661 15.9528024 5.13477254 15.6224189C2.71089901 14.8436578 0.923598318 12.8613569 0.776696891 10.4778761C0.629795465 8.63716814 1.07049974 7.22123894 2.56399758 5.73451327C3.32298828 4.95575221 4.88993683 4.05899705 5.96721396 3.35103245C6.50585253 3.02064897 7.06897466 2.02949853 5.99169753 0.16519174C5.99169753 0.16519174 6.21204967 0.0 6.21204967 0.0C6.21204967 0.0 9.41939748 1.27433628 9.41939748 1.27433628C8.97869321 2.64306785 10.2518389 3.61061947 10.6680596 3.82300885C11.5984353 4.31858407 12.4798439 4.83775811 13.1898674 5.45132743C13.1898674 5.45132743 13.1898674 5.45132743 13.1898674 5.45132743" />
- <path d="M8.27272727 5.0C8.49625435 5.67889606 9.03172133 6.21869701 9.63636041 6.5268042C10.3279607 6.89485621 10.8036714 7.19446079 11.1684763 7.5087455C11.8759239 8.12902347 12.2727273 8.98864463 12.2727273 9.88278877C12.2727273 10.7655864 11.852758 11.6266312 11.1353943 12.1959748C10.4876507 12.713565 9.5005326 13.0 8.42423809 13.0C8.37244863 13.0 8.32197458 12.9998006 8.27272727 12.9993871C8.27272727 12.9993871 8.27272727 5.0 8.27272727 5.0C8.27272727 5.0 8.27272727 5.0 8.27272727 5.0" />
- </g>
- <polygon points="5,7 9,15 1,15" fill="#414141"/>
- <path fill-rule="nonzero" fill="#FFE900" d="M9.78067261 13.96561722C10.0020131 14.40856238 9.97819173 14.93453755 9.71771774 15.35566142C9.45724375 15.7767853 8.9972698 16.03299087 8.50210118 16.03276007C8.50210118 16.03276007 1.42710118 16.03276007 1.42710118 16.03276007C0.932880889 16.03225088 0.474029854 15.77633171 0.213899592 15.3561101C-0.0462306709 14.93588849 -0.0706843715 14.41106384 0.149244037 13.96847436C0.149244037 13.96847436 3.68710118 6.889902932 3.68710118 6.889902932C3.92904842 6.405811394 4.42377158 6.1 4.96495832 6.1C5.50614506 6.1 6.00086822 6.405811394 6.24281547 6.889902932C6.24281547 6.889902932 9.78067261 13.96561722 9.78067261 13.96561722C9.78067261 13.96561722 9.78067261 13.96561722 9.78067261 13.96561722M4.25067261 8.88990293C4.25067261 8.88990293 4.25067261 11.74704579 4.25067261 11.74704579C4.25067261 12.1415349 4.57046922 12.4613315 4.96495832 12.4613315C5.35944743 12.4613315 5.67924404 12.1415349 5.67924404 11.74704579C5.67924404 11.74704579 5.67924
404 8.88990293 5.67924404 8.88990293C5.67924404 8.49541382 5.35944743 8.17561722 4.96495832 8.17561722C4.57046922 8.17561722 4.25067261 8.49541382 4.25067261 8.88990293C4.25067261 8.88990293 4.25067261 8.88990293 4.25067261 8.88990293M4.96495832 14.78276007C5.45806971 14.78276007 5.85781547 14.38301432 5.85781547 13.88990293C5.85781547 13.39679155 5.45806971 12.99704579 4.96495832 12.99704579C4.47184694 12.99704579 4.07210118 13.39679155 4.07210118 13.88990293C4.07210118 14.38301432 4.47184694 14.78276007 4.96495832 14.78276007C4.96495832 14.78276007 4.96495832 14.78276007 4.96495832 14.78276007" />
-</svg>
diff --git a/chrome/skin/torbutton.css b/chrome/skin/torbutton.css
index 669e05e5..fff1714b 100644
--- a/chrome/skin/torbutton.css
+++ b/chrome/skin/torbutton.css
@@ -1,50 +1,3 @@
-@keyframes blink-update {
- 0% {
- list-style-image: url("chrome://torbutton/skin/torbutton-update-needed.svg");
- }
- 100% {
- list-style-image: url("chrome://torbutton/skin/torbutton.svg");
- }
-}
-
-#torbutton-button {
- list-style-image: url("chrome://torbutton/skin/torbutton.svg");
-}
-#torbutton-button[tbstatus="on"] {
- opacity: 1.0;
-}
-#torbutton-button[tbstatus="off"] {
- opacity: 0.4;
-}
-#torbutton-button[tbUpdateNeeded="true"] {
- opacity: 1.0;
- animation: blink-update normal 1s infinite ease-in-out;
-}
-
-#torbutton-button-tb {
- list-style-image: url("chrome://torbutton/skin/torbutton.svg");
-}
-#torbutton-button-tb[tbstatus="on"] {
- opacity: 1.0;
-}
-#torbutton-button-tb[tbstatus="off"] {
- opacity: 0.4;
-}
-
-#torbutton-button-tb-msg {
- list-style-image: url("chrome://torbutton/skin/torbutton.svg");
-}
-#torbutton-button-tb-msg[tbstatus="on"] {
- opacity: 1.0;
-}
-#torbutton-button-tb-msg[tbstatus="off"] {
- opacity: 0.4;
-}
-
-#torbutton-checkForUpdate[tbUpdateNeeded] {
- font-weight: bold;
-}
-
svg.circuit text {
font-family: Arial;
}
1
0

[translation/tbmanual-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
by translation@torproject.org 11 Jan '21
by translation@torproject.org 11 Jan '21
11 Jan '21
commit 6b2305f0bed2b53779e91781bb62b5c4828eb59e
Author: Translation commit bot <translation(a)torproject.org>
Date: Mon Jan 11 16:47:08 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
---
contents+el.po | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/contents+el.po b/contents+el.po
index c1e7c34505..455231c846 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -881,12 +881,16 @@ msgid ""
"After checking the checkbox \"Tor is censored in my country,\" choose the "
"\"Select a built-in bridge\" option."
msgstr ""
+"Αφού επιλέξετε το τετράγωνο «Το Tor λογοκρίνεται στην χώρα μου», επιλέξτε "
+"«Διαλέξτε μια ενσωματωμένη γέφυρα»."
#: https//tb-manual.torproject.org/circumvention/
#: (content/circumvention/contents+en.lrtopic.body)
msgid ""
"From the dropdown, select whichever pluggable transport you'd like to use."
msgstr ""
+"Από το αναδιπλούμενο μενού επιλέξτε οποιαδήποτε μεταβαλλόμενη μεταφορά "
+"επιθυμείτε."
#: https//tb-manual.torproject.org/circumvention/
#: (content/circumvention/contents+en.lrtopic.body)
@@ -894,6 +898,8 @@ msgid ""
"Once you've selected the pluggable transport, click \"Connect\" to save your"
" settings."
msgstr ""
+"Όταν επιλέξετε την μεταβαλλόμενη μεταφορά, πατήστε «Σύνδεση» για να "
+"αποθηκευτούν οι ρυθμίσεις σας."
#: https//tb-manual.torproject.org/circumvention/
#: (content/circumvention/contents+en.lrtopic.body)
@@ -903,6 +909,8 @@ msgid ""
"Or, if you have Tor Browser running, click on \"Preferences\" in the "
"hamburger menu and then on \"Tor\" in the sidebar."
msgstr ""
+"Ή, αν ο Tor browser εκτελείται ήδη, πατήστε «Προτιμήσεις» μέσα από το μενού "
+"επιλογών άνω δεξιά και μετά «Tor» από την πλευρική στήλη."
#: https//tb-manual.torproject.org/circumvention/
#: (content/circumvention/contents+en.lrtopic.body)
@@ -911,13 +919,16 @@ msgid ""
"the option \"Select a built-in bridge,\" choose whichever pluggable "
"transport you'd like to use from the dropdown."
msgstr ""
+"Στην ενότητα «Γέφυρες» επιλέξτε το τετράγωνο «Χρήση μιας γέφυρας» και από "
+"την επιλογή «Διαλέξτε μια ενσωματωμένη γέφυρα» επιλέξτε οποιαδήποτε "
+"μεταβαλλόμενη μεταφορά επιθυμείτε από το αναδιπλούμενο μενού."
#: https//tb-manual.torproject.org/circumvention/
#: (content/circumvention/contents+en.lrtopic.body)
#: https//tb-manual.torproject.org/bridges/
#: (content/bridges/contents+en.lrtopic.body)
msgid "Your settings will automatically be saved once you close the tab."
-msgstr ""
+msgstr "Οι ρυθμίσεις θα αποθηκευτούν αυτόματ μόλις κλείσετε τον φάκελο (tab)."
#: https//tb-manual.torproject.org/circumvention/
#: (content/circumvention/contents+en.lrtopic.body)
@@ -940,6 +951,9 @@ msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
" should try the different transports: obfs4, snowflake, or meek-azure."
msgstr ""
+"Αν προσπαθείτε για πρώτη φορά να παρακάμψετε μια μπλοκαρισμένη σύνδεση θα "
+"πρέπει να δοκιμάσετε τα διάφορα πρωτόκολλα μεταφοράς: obfs4, snowflake ή "
+"meek-azure."
#: https//tb-manual.torproject.org/circumvention/
#: (content/circumvention/contents+en.lrtopic.body)
@@ -947,6 +961,8 @@ msgid ""
"If you try all of these options, and none of them gets you online, you will "
"need to request a bridge or manually enter bridge addresses."
msgstr ""
+"Αν δοκιμάσατε όλες αυτές τις επιλογές και καμμία δεν σας συνδέει, πρέπει να "
+"αιτηθείτε μια γέφυρα ή να εισάγετε χειροκίνητα την διεύθυνσή της."
#: https//tb-manual.torproject.org/circumvention/
#: (content/circumvention/contents+en.lrtopic.body)
1
0

[translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
by translation@torproject.org 11 Jan '21
by translation@torproject.org 11 Jan '21
11 Jan '21
commit 13fce33c788547f54f13366ad0d677f9fe1b0e99
Author: Translation commit bot <translation(a)torproject.org>
Date: Mon Jan 11 15:15:58 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-mess…
---
ru/messages.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ru/messages.json b/ru/messages.json
index dfe4c12695..668bd9d022 100644
--- a/ru/messages.json
+++ b/ru/messages.json
@@ -63,16 +63,16 @@
"message": "Сообщить об ошибке"
},
"fileBug": {
- "message": "Если у вас возникла проблема со Snowflake в качестве клиента или прокси-сервера, пожалуйста, сообщите нам."
+ "message": "If you encounter problems with Snowflake as a client or a proxy, please consider filing a bug report. There are two ways to file a bug report:"
},
"sharedAccount": {
- "message": "Создайте <a href=\"https://trac.torproject.org/projects/tor/register\">собственный аккаунт</a> или <a href=\"https://trac.torproject.org/projects/tor/login\">войдите</a> с публичным аккаунтом <b>cypherpunks</b> (пароль <b>writecode</b>)."
+ "message": "Edit the <a href=\"https://pad.riseup.net/p/tor-anti-censorship-bugs-keep\">public bug-reporting pad</a> of the anti-censorship team."
},
"bugTracker": {
- "message": "<a href=\"https://trac.torproject.org/projects/tor/newticket?component=Circumvention%…">Напишите о проблеме</a>, используя наш баг-трекер."
+ "message": "<a href=\"https://gitlab.torproject.org/\">Request an account</a> at the Tor Project GitLab, then <a href=\"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snow…">open a new issue</a> in the Snowflake project."
},
"descriptive": {
- "message": "Пожалуйста, постарайтесь как можно подробно описать проблему. Если у вас есть сообщения из журналов (логов), приложите их. Они помогут воспроизвести ошибку. Полезно добавить ключевые слова <em>snowflake-webextension</em> или <em>snowflake-client</em>. Так будет понятнее, с какой частью Snowflake возникла проблема."
+ "message": "Please try to be as descriptive as possible with your ticket and if possible include log messages that will help us reproduce the bug."
},
"embed": {
"message": "Встроить"
1
0

[translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
by translation@torproject.org 11 Jan '21
by translation@torproject.org 11 Jan '21
11 Jan '21
commit 5cc9cd5342d0616aaff03527c47949b45dc51923
Author: Translation commit bot <translation(a)torproject.org>
Date: Mon Jan 11 15:15:57 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-mess…
---
ru/messages.json | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ru/messages.json b/ru/messages.json
index 04db1b3637..5d452d6115 100644
--- a/ru/messages.json
+++ b/ru/messages.json
@@ -66,13 +66,13 @@
"message": "Если у вас возникли проблемы со Snowflake в качестве клиента или прокси-сервера, пожалуйста, рассмотрите возможность отправки отчета об ошибке. Есть два способа отправить отчет об ошибке:"
},
"sharedAccount": {
- "message": "Edit the <a href=\"https://pad.riseup.net/p/tor-anti-censorship-bugs-keep\">public bug-reporting pad</a> of the anti-censorship team."
+ "message": "Редактировать <a href=\"https://pad.riseup.net/p/tor-anti-censorship-bugs-keep\"> общедоступную панель сообщений об ошибках </a> от группы по борьбе с цензурой."
},
"bugTracker": {
- "message": "<a href=\"https://gitlab.torproject.org/\">Request an account</a> at the Tor Project GitLab, then <a href=\"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snow…">open a new issue</a> in the Snowflake project."
+ "message": "<a href=\"https://gitlab.torproject.org/\">Запросите учетную запись</a> в Tor Project GitLab, затем<a href=\"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snow…"> откройте новую задачу</a> в проекте Snowflake."
},
"descriptive": {
- "message": "Please try to be as descriptive as possible with your ticket and if possible include log messages that will help us reproduce the bug."
+ "message": "Пожалуйста, постарайтесь быть как можно более описательным в своем заявлении и, если возможно, включите сообщения журнала, которые помогут нам воспроизвести ошибку."
},
"embed": {
"message": "Встроить"
1
0

[translation/fenix-torbrowserstringsxml] https://gitweb.torproject.org/translation.git/commit/?h=fenix-torbrowserstringsxml
by translation@torproject.org 11 Jan '21
by translation@torproject.org 11 Jan '21
11 Jan '21
commit 7274bdc90a8a089a1265495055feeb7fda509fcf
Author: Translation commit bot <translation(a)torproject.org>
Date: Mon Jan 11 15:15:22 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=fenix-torbrowserstr…
---
ru/torbrowser_strings.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ru/torbrowser_strings.xml b/ru/torbrowser_strings.xml
index 129140501e..556f177845 100644
--- a/ru/torbrowser_strings.xml
+++ b/ru/torbrowser_strings.xml
@@ -75,4 +75,5 @@
<string name="tor_useamask_usetor">Используйте Tor.</string>
<string name="tor_resistsurveillance">Не поддавайтесь пандемии слежки.</string>
- </resources>
+ <string name="tor_donationmatch">Ваше пожертвование будет полезным для Друзей Tor.</string>
+</resources>
1
0

[translation/bridgedb] https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
by translation@torproject.org 11 Jan '21
by translation@torproject.org 11 Jan '21
11 Jan '21
commit cfd75728495c6aa1f3c842c16ae21cf79b737acc
Author: Translation commit bot <translation(a)torproject.org>
Date: Mon Jan 11 15:15:06 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=bridgedb
---
ru/LC_MESSAGES/bridgedb.po | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/ru/LC_MESSAGES/bridgedb.po b/ru/LC_MESSAGES/bridgedb.po
index 287a4fd263..44fa88e35d 100644
--- a/ru/LC_MESSAGES/bridgedb.po
+++ b/ru/LC_MESSAGES/bridgedb.po
@@ -16,6 +16,7 @@
# joshua ridney, 2015
# Kalyuzhniy Aleksey, 2017
# liquixis, 2012
+# Michael Radchenko, 2021
# Misha Dyachuk <Wikia(a)scryptmail.com>, 2016
# Oleg, 2014
# Roberto Brigante, 2017
@@ -34,8 +35,8 @@ msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: 'https://trac.torproject.org/projects/tor/newticket?component=BridgeDB&keywo…'\n"
"POT-Creation-Date: 2020-05-14 14:21-0700\n"
-"PO-Revision-Date: 2021-01-03 10:15+0000\n"
-"Last-Translator: Ziggi\n"
+"PO-Revision-Date: 2021-01-11 15:02+0000\n"
+"Last-Translator: Michael Radchenko\n"
"Language-Team: Russian (http://www.transifex.com/otf/torproject/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -413,7 +414,7 @@ msgstr ""
#: bridgedb/strings.py:173
msgid "(Request unobfuscated Tor bridges.)"
-msgstr ""
+msgstr "(Запросить немаскированные мосты Tor.)"
#: bridgedb/strings.py:174
msgid "(Request IPv6 bridges.)"
@@ -421,4 +422,4 @@ msgstr "Запросить мосты с поддержкой IPv6."
#: bridgedb/strings.py:175
msgid "(Request obfs4 obfuscated bridges.)"
-msgstr ""
+msgstr "(Запросить маскированные мосты obfs4)"
1
0

[translation/abouttor-homepage] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
by translation@torproject.org 11 Jan '21
by translation@torproject.org 11 Jan '21
11 Jan '21
commit 37f33d76874d1196c64be9173075872e1244aeec
Author: Translation commit bot <translation(a)torproject.org>
Date: Mon Jan 11 15:15:02 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage
---
ru/aboutTor.dtd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ru/aboutTor.dtd b/ru/aboutTor.dtd
index aa915a1491..e6238e8224 100644
--- a/ru/aboutTor.dtd
+++ b/ru/aboutTor.dtd
@@ -33,4 +33,4 @@
<!-- End of year 2020 Fundraising campaign -->
<!ENTITY aboutTor.ey2020.useamask "Используйте Tor.">
<!ENTITY aboutTor.ey2020.resistsurveillance "Не поддавайтесь пандемии слежки.">
-<!ENTITY aboutTor.ey2020.donationmatch "Your donation will be matched by Friends of Tor.">
+<!ENTITY aboutTor.ey2020.donationmatch "Ваше пожертвование будет полезным для Друзей Tor.">
1
0