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

[translation/torbutton-torbuttonproperties_completed] Update translations for torbutton-torbuttonproperties_completed
by translation@torproject.org 23 Jan '19
by translation@torproject.org 23 Jan '19
23 Jan '19
commit 0d32fb3104b48afd50b1a23846fcab5635842e86
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jan 23 14:18:28 2019 +0000
Update translations for torbutton-torbuttonproperties_completed
---
fr/torbutton.properties | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/fr/torbutton.properties b/fr/torbutton.properties
index 3e8e860d6..02a344d0a 100644
--- a/fr/torbutton.properties
+++ b/fr/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Vous ne pouvez pas exécuter %S à partir d’un système de
profileAccessDenied=%S n’a pas le droit d’accéder au profil. Veuillez ajuster les droits de votre système de fichiers et ressayer.
profileMigrationFailed=La migration de votre profil existant %S a échoué.\nDe nouveaux paramètres vont être utilisés.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Téléchargement de la mise à jour de %S
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=La connexion est chiffrée (service onion, %1$S, clés %2$S bits, %3$S)
pageInfo_OnionEncryption=La connexion est chiffrée (service onion)
1
0

[translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
by translation@torproject.org 23 Jan '19
by translation@torproject.org 23 Jan '19
23 Jan '19
commit f52d05607db7b2ceb65af1255dcfbf25184186e0
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jan 23 14:18:22 2019 +0000
Update translations for torbutton-torbuttonproperties
---
fr/torbutton.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fr/torbutton.properties b/fr/torbutton.properties
index 6f44d4547..02a344d0a 100644
--- a/fr/torbutton.properties
+++ b/fr/torbutton.properties
@@ -53,7 +53,7 @@ profileMigrationFailed=La migration de votre profil existant %S a échoué.\nDe
# "Downloading update" string for the hamburger menu (see #28885).
# This string is kept here for ease of translation.
# LOCALIZATION NOTE: %S is the application name.
-updateDownloadingPanelUILabel=Downloading %S update
+updateDownloadingPanelUILabel=Téléchargement de la mise à jour de %S
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=La connexion est chiffrée (service onion, %1$S, clés %2$S bits, %3$S)
1
0

[tor/master] Fix intermittent failures of test_circuitpadding_wronghop().
by nickm@torproject.org 23 Jan '19
by nickm@torproject.org 23 Jan '19
23 Jan '19
commit 6243133a71e816ba9a462c9fa667c63729483627
Author: George Kadianakis <desnacked(a)riseup.net>
Date: Mon Jan 21 12:36:33 2019 +0200
Fix intermittent failures of test_circuitpadding_wronghop().
We fix it by disabling the scheduling of actual padding.
Fixes #29122.
---
changes/bug29122 | 3 +++
src/test/test_circuitpadding.c | 4 ++++
2 files changed, 7 insertions(+)
diff --git a/changes/bug29122 b/changes/bug29122
new file mode 100644
index 000000000..020052ff8
--- /dev/null
+++ b/changes/bug29122
@@ -0,0 +1,3 @@
+ o Minor bugfixes (unit tests):
+ - Fix intermittent failures on an adaptive padding unittest. Fixes bug
+ 29122; bugfix on 0.4.0.1-alpha
diff --git a/src/test/test_circuitpadding.c b/src/test/test_circuitpadding.c
index f4d003969..61bd174e6 100644
--- a/src/test/test_circuitpadding.c
+++ b/src/test/test_circuitpadding.c
@@ -1239,6 +1239,10 @@ test_circuitpadding_wronghop(void *arg)
MOCK(circuitmux_attach_circuit, circuitmux_attach_circuit_mock);
+ /* Mock this function so that our cell counting tests don't get confused by
+ * padding that gets sent by scheduled timers. */
+ MOCK(circpad_machine_schedule_padding,circpad_machine_schedule_padding_mock);
+
client_side = (circuit_t *)origin_circuit_new();
dummy_channel.cmux = circuitmux_alloc();
relay_side = (circuit_t *)new_fake_orcirc(&dummy_channel,
1
0
commit 8e1e71cc0d024d52f6368cb012e66da58683ff25
Merge: 74e41155f 6243133a7
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Tue Jan 22 14:31:01 2019 -0500
Merge branch 'bug29122'
changes/bug29122 | 3 +++
src/test/test_circuitpadding.c | 4 ++++
2 files changed, 7 insertions(+)
1
0

[translation/support-portal_completed] Update translations for support-portal_completed
by translation@torproject.org 23 Jan '19
by translation@torproject.org 23 Jan '19
23 Jan '19
commit a64cb2fdda9a0ad2bee925a392580f86ad98fe27
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jan 23 13:50:25 2019 +0000
Update translations for support-portal_completed
---
contents+es.po | 85 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 42 insertions(+), 43 deletions(-)
diff --git a/contents+es.po b/contents+es.po
index a4d30413b..1da5ee907 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -194,8 +194,8 @@ msgid ""
"Tor Browser can certainly help people access your website in places where it"
" is blocked."
msgstr ""
-"El navegador Tor ciertamente puede ayudar a que la gente acceda a tu sitio "
-"web desde lugares donde está bloqueado."
+"El Tor Browser ciertamente puede ayudar a que la gente acceda a tu sitio web"
+" desde lugares donde está bloqueado."
#: http//localhost/faq/can-tor-help-users-access-website/
#: (content/faq/faq-2/contents+en.lrquestion.description)
@@ -272,8 +272,8 @@ msgid ""
"It's strongly discouraged to install new add-ons in Tor Browser, because "
"they can compromise your privacy and security."
msgstr ""
-"Se desaconseja vivamente la instalación de nuevos complementos en el "
-"Navegador Tor, ya que pueden comprometer tu privacidad y seguridad."
+"Se desaconseja vivamente la instalación de nuevos complementos en el Tor "
+"Browser, ya que pueden comprometer tu privacidad y seguridad."
#: http//localhost/faq/install-add-on-extension-tor-browser/
#: (content/faq/faq-3/contents+en.lrquestion.description)
@@ -293,7 +293,7 @@ msgstr ""
#: http//localhost/faq/install-add-on-extension-tor-browser/
#: (content/faq/faq-3/contents+en.lrquestion.seo_slug)
msgid "install-add-on-extension-tor-browser"
-msgstr "instalar-anadir-una-extension-del-navegador-tor"
+msgstr "instalar-anadir-una-extension-del-tor-browser"
#: http//localhost/faq/temp-faq-4/
#: (content/faq/faq-4/contents+en.lrquestion.title)
@@ -435,7 +435,7 @@ msgstr ""
#: http//localhost/tbb/most-common-issues-latest-stable-tor-browser/
#: (content/tbb/tbb-1/contents+en.lrquestion.seo_slug)
msgid "most-common-issues-latest-stable-tor-browser"
-msgstr "los-problemas-mas-comunes-del-ultimo-navegador-tor-estable"
+msgstr "los-problemas-mas-comunes-del-ultimo-tor-browser-estable"
#: http//localhost/tbb/antivirus-blocking-tor/
#: (content/tbb/tbb-10/contents+en.lrquestion.title)
@@ -585,7 +585,7 @@ msgid ""
"download finishes you should see a Tor Browser folder there."
msgstr ""
"Elige un lugar que puedas recordar fácilmente, y una vez finalizada la "
-"descarga deberías ver allí una carpeta del navegador Tor."
+"descarga deberías ver allí una carpeta del Tor Browser."
#: http//localhost/tbb/cannot-find-tor-on-windows/
#: (content/tbb/tbb-11/contents+en.lrquestion.seo_slug)
@@ -602,7 +602,7 @@ msgstr "¿Puedo usar Flash en el Tor Browser?"
msgid ""
"Flash is disabled in Tor Browser, and we recommend you do not enable it."
msgstr ""
-"Flash está deshabilitado en el navegador Tor, y te recomendamos que no lo "
+"Flash está deshabilitado en el Tor Browser y te recomendamos que no lo "
"habilites."
#: http//localhost/tbb/using-flash-tor-browser/
@@ -628,7 +628,7 @@ msgstr ""
#: http//localhost/tbb/using-flash-tor-browser/
#: (content/tbb/tbb-12/contents+en.lrquestion.seo_slug)
msgid "using-flash-tor-browser"
-msgstr "usando-flash-en-el-navegador-tor"
+msgstr "usando-flash-en-el-tor-browser"
#: http//localhost/tbb/tor-browser-protecting-other-apps/
#: (content/tbb/tbb-13/contents+en.lrquestion.title)
@@ -676,7 +676,7 @@ msgstr "el-tor--browser-protegiendo-otras-apps"
#: http//localhost/tbb/installing-add-on-extensions-tor-browser/
#: (content/tbb/tbb-14/contents+en.lrquestion.seo_slug)
msgid "installing-add-on-extensions-tor-browser"
-msgstr "instalar-anadiendo-extensiones-al-navegador-tor"
+msgstr "instalar-anadiendo-extensiones-al-tor-browser"
#: http//localhost/tbb/download-tor-browser-chromeos/
#: (content/tbb/tbb-15/contents+en.lrquestion.title)
@@ -695,7 +695,7 @@ msgstr ""
#: (content/tbb/tbb-15/contents+en.lrquestion.seo_slug)
#: (content/tbb/tbb-5/contents+en.lrquestion.seo_slug)
msgid "download-tor-browser-chromeos"
-msgstr "bajar-el-navegador-tor-para-chromeos"
+msgstr "bajar-el-tor-browser-para-chromeos"
#: http//localhost/tbb/pick-which-country-i-am-exiting/
#: (content/tbb/tbb-16/contents+en.lrquestion.title)
@@ -758,8 +758,8 @@ msgid ""
"If you run Tor Browser and another browser at the same time, it won't affect"
" Tor's performance or privacy properties."
msgstr ""
-"Si ejecutas el navegador Tor y otro navegador al mismo tiempo, no afectará "
-"al rendimiento de Tor o las propiedades de privacidad."
+"Si ejecutas el Tor Browser y otro navegador al mismo tiempo, no afectará al "
+"rendimiento de Tor o las propiedades de privacidad."
#: http//localhost/tbb/run-tor-browser-and-different-browser/
#: (content/tbb/tbb-17/contents+en.lrquestion.description)
@@ -775,7 +775,7 @@ msgstr ""
#: http//localhost/tbb/run-tor-browser-and-different-browser/
#: (content/tbb/tbb-17/contents+en.lrquestion.seo_slug)
msgid "run-tor-browser-and-different-browser"
-msgstr "correr-el-navegador-tor-y-otro-navegador"
+msgstr "correr-el-tor-browser-y-otro-navegador"
#: http//localhost/tbb/is-there-support-for-bsd/
#: (content/tbb/tbb-18/contents+en.lrquestion.title)
@@ -872,7 +872,7 @@ msgstr ""
#: http//localhost/tbb/cannot-connect-to-tor-browser-network-censored/
#: (content/tbb/tbb-19/contents+en.lrquestion.seo_slug)
msgid "cannot-connect-to-tor-browser-network-censored"
-msgstr "no-se-puede-conectar-el-navegador-tor-en-una-red-censurada"
+msgstr "no-se-puede-conectar-el-tor-browser-en-una-red-censurada"
#: http//localhost/tbb/first-address-relay-circuit/
#: (content/tbb/tbb-2/contents+en.lrquestion.title)
@@ -977,7 +977,7 @@ msgstr ""
#: http//localhost/tbb/tor-browser-will-not-connect-no-censorship/
#: (content/tbb/tbb-20/contents+en.lrquestion.seo_slug)
msgid "tor-browser-will-not-connect-no-censorship"
-msgstr "navegador-tor-no-conectara-censurado"
+msgstr "tor-browser-no-conectara-censurado"
#: http//localhost/tbb/view-tor-browser-message-log/
#: (content/tbb/tbb-21/contents+en.lrquestion.title)
@@ -1018,7 +1018,7 @@ msgstr ""
#: http//localhost/tbb/view-tor-browser-message-log/
#: (content/tbb/tbb-21/contents+en.lrquestion.seo_slug)
msgid "view-tor-browser-message-log"
-msgstr "ver-los-mensajes-del-navegador-tor"
+msgstr "ver-los-mensajes-del-tor-browser"
#: http//localhost/tbb/make-tor-faster/
#: (content/tbb/tbb-22/contents+en.lrquestion.title)
@@ -1129,7 +1129,7 @@ msgid ""
"If you believe this is a Tor Browser issue, please report it on our <mark><a"
" href=\"https://trac.torproject.org/\">bug tracker</a></mark>."
msgstr ""
-"Si crees que este es un problema del navegador Tor, por favor, repórtalo en "
+"Si crees que este es un problema del Tor Browser, por favor, repórtalo en "
"nuestro <mark><a href=\"https://trac.torproject.org/\">seguidor de "
"fallos</a></mark>."
@@ -1304,7 +1304,7 @@ msgstr ""
#: http//localhost/tbb/uninstall-tor-browser/
#: (content/tbb/tbb-28/contents+en.lrquestion.seo_slug)
msgid "uninstall-tor-browser"
-msgstr "desinstalar-el-navegador-tor"
+msgstr "desinstalar-el-tor-browser"
#: http//localhost/tbb/change-ip-address/
#: (content/tbb/tbb-29/contents+en.lrquestion.title)
@@ -1499,7 +1499,7 @@ msgstr ""
#: http//localhost/tbb/website-locks-torbrowser-out/
#: (content/tbb/tbb-30/contents+en.lrquestion.seo_slug)
msgid "website-locks-torbrowser-out"
-msgstr "web-bloquea-navegador-tor"
+msgstr "web-bloquea-tor-browser"
#: http//localhost/tbb/which-platform-tor-browser-available/
#: (content/tbb/tbb-31/contents+en.lrquestion.description)
@@ -1531,7 +1531,7 @@ msgid ""
"There is currently no supported method for setting Tor Browser as your "
"default browser."
msgstr ""
-"Actualmente no hay ningún método soportado para establecer el navegador Tor "
+"Actualmente no hay ningún método soportado para establecer el Tor Browser "
"como tu navegador predeterminado."
#: http//localhost/tbb/setting-tor-browser-as-default/
@@ -1593,7 +1593,7 @@ msgstr ""
#: http//localhost/tbb/running-tor-browser-make-me-relay/
#: (content/tbb/tbb-33/contents+en.lrquestion.seo_slug)
msgid "running-tor-browser-make-me-relay"
-msgstr "correr-navegador-tor-me-convierte-en-un-repetidor"
+msgstr "correr-tor-browser-me-convierte-en-un-repetidor"
#: http//localhost/tbb/tor-browser-js-enabled-default/
#: (content/tbb/tbb-34/contents+en.lrquestion.title)
@@ -1638,9 +1638,9 @@ msgid ""
"Browser Onion menu under \"Security Settings\")."
msgstr ""
"Para los usuarios que quieran tener JavaScript deshabilitado por defecto en "
-"todos los sitios HTTP, recomendamos cambiar el nivel de seguridad del "
-"navegador Tor (en el menú cebolla del navegador Tor, bajo \"Configuración de"
-" seguridad\")."
+"todos los sitios HTTP, recomendamos cambiar el nivel de seguridad del Tor "
+"Browser (en el menú cebolla del Tor Browser, bajo \"Configuración de "
+"seguridad\")."
#: http//localhost/tbb/tor-browser-js-enabled-default/
#: (content/tbb/tbb-34/contents+en.lrquestion.description)
@@ -1703,7 +1703,7 @@ msgstr ""
#: http//localhost/tbb/run-multible-instances-of-tor-browser/
#: (content/tbb/tbb-36/contents+en.lrquestion.seo_slug)
msgid "run-multible-instances-of-tor-browser"
-msgstr "correr-multiples-instancias-del-navegador-tor"
+msgstr "correr-multiples-instancias-del-tor-browser"
#: http//localhost/tbb/need-tor-browser-language-not-english/
#: (content/tbb/tbb-37/contents+en.lrquestion.title)
@@ -1872,7 +1872,7 @@ msgstr "Ajusta ahí la seguridad a \"Standard\"."
#: http//localhost/tbb/tor-browser-issues-facebook-twitter-websites/
#: (content/tbb/tbb-39/contents+en.lrquestion.seo_slug)
msgid "tor-browser-issues-facebook-twitter-websites"
-msgstr "cuestiones-sobre-el-navegador-tor-facebook-twitter"
+msgstr "cuestiones-sobre-el-tor-browser-facebook-twitter"
#: http//localhost/tbb/tor-browser-is-built-from-firefox-why/
#: (content/tbb/tbb-4/contents+en.lrquestion.title)
@@ -1887,8 +1887,8 @@ msgid ""
"Tor Browser is a modified version of Firefox specifically designed for use "
"with Tor."
msgstr ""
-"El navegador Tor es una versión modificada de Firefox diseñada "
-"específicamente para su uso con Tor."
+"El Tor Browser es una versión modificada de Firefox diseñada específicamente"
+" para su uso con Tor."
#: http//localhost/tbb/tor-browser-is-built-from-firefox-why/
#: (content/tbb/tbb-4/contents+en.lrquestion.description)
@@ -1924,7 +1924,7 @@ msgstr ""
#: http//localhost/tbb/tor-browser-is-built-from-firefox-why/
#: (content/tbb/tbb-4/contents+en.lrquestion.seo_slug)
msgid "tor-browser-is-built-from-firefox-why"
-msgstr "porque-el-navegador-tor-se-basa-en-firefox"
+msgstr "porque-el-tor-browser-se-basa-en-firefox"
#: http//localhost/tbb/different-circuit-each-website/
#: (content/tbb/tbb-40/contents+en.lrquestion.title)
@@ -1946,7 +1946,7 @@ msgid ""
msgstr ""
"El documento de <mark><a "
"href=\"https://www.torproject.org/projects/torbrowser/design/#identifier-"
-"linkability\"> Diseño e Implementación del navegador Tor</a></mark> explica "
+"linkability\"> Diseño e Implementación del Tor Browser</a></mark> explica "
"aún más el pensamiento detrás de este diseño."
#: http//localhost/tbb/different-circuit-each-website/
@@ -2037,7 +2037,7 @@ msgstr ""
#: http//localhost/tbb/tor-browser-firefox-not-working-error/
#: (content/tbb/tbb-42/contents+en.lrquestion.seo_slug)
msgid "tor-browser-firefox-not-working-error"
-msgstr "error-navegador-firefox-tor"
+msgstr "error-navegador-firefox-tor-browser"
#: http//localhost/tbb/download-tor-browser-chromeos/
#: (content/tbb/tbb-5/contents+en.lrquestion.title)
@@ -2054,7 +2054,7 @@ msgid ""
"You can certainly use another browser while you are also using Tor Browser."
msgstr ""
"Desde luego puedes usar otro navegador mientras estás usando, también, el "
-"navegador Tor."
+"Tor Browser."
#: http//localhost/tbb/download-tor-browser-chromeos/
#: (content/tbb/tbb-5/contents+en.lrquestion.description)
@@ -2093,7 +2093,7 @@ msgstr ""
#: http//localhost/tbb/make-tor-browser-default-browser/
#: (content/tbb/tbb-6/contents+en.lrquestion.seo_slug)
msgid "make-tor-browser-default-browser"
-msgstr "navegador-tor-por-defecto"
+msgstr "tor-browser-por-defecto"
#: http//localhost/tbb/website-blocking-access-over-tor/
#: (content/tbb/tbb-7/contents+en.lrquestion.title)
@@ -2219,7 +2219,7 @@ msgstr "sitio-web-bloquea-acceso-por-tor"
#: http//localhost/tbb/website-blocked-by-censor-can-tor-browser-help/
#: (content/tbb/tbb-8/contents+en.lrquestion.seo_slug)
msgid "website-blocked-by-censor-can-tor-browser-help"
-msgstr "sitios-web-bloqueados-por-censura-puede-ayudar-navegador-tor"
+msgstr "sitios-web-bloqueados-por-censura-puede-ayudar-tor-browser"
#: http//localhost/tbb/using-tor-with-a-browser-besides-tor-browser/
#: (content/tbb/tbb-9/contents+en.lrquestion.title)
@@ -2436,7 +2436,7 @@ msgstr ""
#: http//localhost/tormobile/tor-browser-for-android/
#: (content/tormobile/tormobile-5/contents+en.lrquestion.seo_slug)
msgid "tor-browser-for-android"
-msgstr "navegador-tor-para-android"
+msgstr "tor-browser-para-android"
#: http//localhost/gettor/how-to-download-tor-if-torproject-org-is-blocked/
#: (content/gettor/gettor-1/contents+en.lrquestion.title)
@@ -2475,7 +2475,7 @@ msgstr ""
#: http//localhost/gettor/how-to-download-tor-if-torproject-org-is-blocked/
#: (content/gettor/gettor-1/contents+en.lrquestion.seo_slug)
msgid "how-to-download-tor-if-torproject-org-is-blocked"
-msgstr "como-bajarse-el-navegador-tor-si-elproyecto-tor-esta-bloqueado"
+msgstr "como-bajarse-el-tor-browser-si-elproyecto-tor-esta-bloqueado"
#: http//localhost/gettor/to-use-gettor-via-email/
#: (content/gettor/gettor-2/contents+en.lrquestion.title)
@@ -2605,7 +2605,7 @@ msgstr ""
#: http//localhost/connecting/tor-browser-wont-connect/
#: (content/connecting/connecting-1/contents+en.lrquestion.seo_slug)
msgid "tor-browser-wont-connect"
-msgstr "navegador-tor-no-conecta"
+msgstr "tor-browser-no-conecta"
#: http//localhost/connecting/having-trouble-connecting-to-tor/
#: (content/connecting/connecting-2/contents+en.lrquestion.title)
@@ -2991,7 +2991,7 @@ msgid ""
msgstr ""
"Si no puedes alcanzar el servicio cebolla que deseas, asegúrate de que has "
"introducido la dirección onion de 16 caracteres correctamente: un pequeño "
-"error evitará que el navegador Tor sea capaz de alcanzar el sitio."
+"error evitará que el Tor Browser sea capaz de alcanzar el sitio."
#: http//localhost/connecting/cannot-reach-x-onion/
#: (content/connecting/connecting-3/contents+en.lrquestion.description)
@@ -3062,12 +3062,12 @@ msgstr "sitio-web-bloquea-acceso-por-tor"
#: http//localhost/censorship/how-do-i-download-tor-if-torproject-org-is-blocked/
#: (content/censorship/censorship-3/contents+en.lrquestion.seo_slug)
msgid "how-do-i-download-tor-if-torproject-org-is-blocked"
-msgstr "como-bajarse-el-navegador-tor-si-el-proyecto-tor-esta-bloqueado"
+msgstr "como-bajarse-el-tor-browser-si-el-proyecto-tor-esta-bloqueado"
#: http//localhost/censorship/cant-connect-to-tor-browser/
#: (content/censorship/censorship-4/contents+en.lrquestion.seo_slug)
msgid "cant-connect-to-tor-browser"
-msgstr "no-se-puede-conectar-el-navegador-tor"
+msgstr "no-se-puede-conectar-el-tor-browser"
#: http//localhost/censorship/having-trouble-connecting-to-tor/
#: (content/censorship/censorship-5/contents+en.lrquestion.description)
@@ -4502,8 +4502,7 @@ msgstr ""
#: http//localhost/misc/someone-asks-to-download-tor-browser-to-unlock-my-files/
#: (content/misc/misc-5/contents+en.lrquestion.seo_slug)
msgid "someone-asks-to-download-tor-browser-to-unlock-my-files"
-msgstr ""
-"alguien-dice-que-descargue-navegador-tor-para-desbloquear-mis-archivos"
+msgstr "alguien-dice-que-descargue-tor-browser-para-desbloquear-mis-archivos"
#: http//localhost/misc/does-tor-keep-logs/
#: (content/misc/misc-6/contents+en.lrquestion.title)
1
0

[translation/support-portal] Update translations for support-portal
by translation@torproject.org 23 Jan '19
by translation@torproject.org 23 Jan '19
23 Jan '19
commit 03e69727f53b44ed2ea74cbba13a6e830f77f030
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jan 23 13:50:20 2019 +0000
Update translations for support-portal
---
contents+es.po | 85 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 42 insertions(+), 43 deletions(-)
diff --git a/contents+es.po b/contents+es.po
index a4d30413b..1da5ee907 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -194,8 +194,8 @@ msgid ""
"Tor Browser can certainly help people access your website in places where it"
" is blocked."
msgstr ""
-"El navegador Tor ciertamente puede ayudar a que la gente acceda a tu sitio "
-"web desde lugares donde está bloqueado."
+"El Tor Browser ciertamente puede ayudar a que la gente acceda a tu sitio web"
+" desde lugares donde está bloqueado."
#: http//localhost/faq/can-tor-help-users-access-website/
#: (content/faq/faq-2/contents+en.lrquestion.description)
@@ -272,8 +272,8 @@ msgid ""
"It's strongly discouraged to install new add-ons in Tor Browser, because "
"they can compromise your privacy and security."
msgstr ""
-"Se desaconseja vivamente la instalación de nuevos complementos en el "
-"Navegador Tor, ya que pueden comprometer tu privacidad y seguridad."
+"Se desaconseja vivamente la instalación de nuevos complementos en el Tor "
+"Browser, ya que pueden comprometer tu privacidad y seguridad."
#: http//localhost/faq/install-add-on-extension-tor-browser/
#: (content/faq/faq-3/contents+en.lrquestion.description)
@@ -293,7 +293,7 @@ msgstr ""
#: http//localhost/faq/install-add-on-extension-tor-browser/
#: (content/faq/faq-3/contents+en.lrquestion.seo_slug)
msgid "install-add-on-extension-tor-browser"
-msgstr "instalar-anadir-una-extension-del-navegador-tor"
+msgstr "instalar-anadir-una-extension-del-tor-browser"
#: http//localhost/faq/temp-faq-4/
#: (content/faq/faq-4/contents+en.lrquestion.title)
@@ -435,7 +435,7 @@ msgstr ""
#: http//localhost/tbb/most-common-issues-latest-stable-tor-browser/
#: (content/tbb/tbb-1/contents+en.lrquestion.seo_slug)
msgid "most-common-issues-latest-stable-tor-browser"
-msgstr "los-problemas-mas-comunes-del-ultimo-navegador-tor-estable"
+msgstr "los-problemas-mas-comunes-del-ultimo-tor-browser-estable"
#: http//localhost/tbb/antivirus-blocking-tor/
#: (content/tbb/tbb-10/contents+en.lrquestion.title)
@@ -585,7 +585,7 @@ msgid ""
"download finishes you should see a Tor Browser folder there."
msgstr ""
"Elige un lugar que puedas recordar fácilmente, y una vez finalizada la "
-"descarga deberías ver allí una carpeta del navegador Tor."
+"descarga deberías ver allí una carpeta del Tor Browser."
#: http//localhost/tbb/cannot-find-tor-on-windows/
#: (content/tbb/tbb-11/contents+en.lrquestion.seo_slug)
@@ -602,7 +602,7 @@ msgstr "¿Puedo usar Flash en el Tor Browser?"
msgid ""
"Flash is disabled in Tor Browser, and we recommend you do not enable it."
msgstr ""
-"Flash está deshabilitado en el navegador Tor, y te recomendamos que no lo "
+"Flash está deshabilitado en el Tor Browser y te recomendamos que no lo "
"habilites."
#: http//localhost/tbb/using-flash-tor-browser/
@@ -628,7 +628,7 @@ msgstr ""
#: http//localhost/tbb/using-flash-tor-browser/
#: (content/tbb/tbb-12/contents+en.lrquestion.seo_slug)
msgid "using-flash-tor-browser"
-msgstr "usando-flash-en-el-navegador-tor"
+msgstr "usando-flash-en-el-tor-browser"
#: http//localhost/tbb/tor-browser-protecting-other-apps/
#: (content/tbb/tbb-13/contents+en.lrquestion.title)
@@ -676,7 +676,7 @@ msgstr "el-tor--browser-protegiendo-otras-apps"
#: http//localhost/tbb/installing-add-on-extensions-tor-browser/
#: (content/tbb/tbb-14/contents+en.lrquestion.seo_slug)
msgid "installing-add-on-extensions-tor-browser"
-msgstr "instalar-anadiendo-extensiones-al-navegador-tor"
+msgstr "instalar-anadiendo-extensiones-al-tor-browser"
#: http//localhost/tbb/download-tor-browser-chromeos/
#: (content/tbb/tbb-15/contents+en.lrquestion.title)
@@ -695,7 +695,7 @@ msgstr ""
#: (content/tbb/tbb-15/contents+en.lrquestion.seo_slug)
#: (content/tbb/tbb-5/contents+en.lrquestion.seo_slug)
msgid "download-tor-browser-chromeos"
-msgstr "bajar-el-navegador-tor-para-chromeos"
+msgstr "bajar-el-tor-browser-para-chromeos"
#: http//localhost/tbb/pick-which-country-i-am-exiting/
#: (content/tbb/tbb-16/contents+en.lrquestion.title)
@@ -758,8 +758,8 @@ msgid ""
"If you run Tor Browser and another browser at the same time, it won't affect"
" Tor's performance or privacy properties."
msgstr ""
-"Si ejecutas el navegador Tor y otro navegador al mismo tiempo, no afectará "
-"al rendimiento de Tor o las propiedades de privacidad."
+"Si ejecutas el Tor Browser y otro navegador al mismo tiempo, no afectará al "
+"rendimiento de Tor o las propiedades de privacidad."
#: http//localhost/tbb/run-tor-browser-and-different-browser/
#: (content/tbb/tbb-17/contents+en.lrquestion.description)
@@ -775,7 +775,7 @@ msgstr ""
#: http//localhost/tbb/run-tor-browser-and-different-browser/
#: (content/tbb/tbb-17/contents+en.lrquestion.seo_slug)
msgid "run-tor-browser-and-different-browser"
-msgstr "correr-el-navegador-tor-y-otro-navegador"
+msgstr "correr-el-tor-browser-y-otro-navegador"
#: http//localhost/tbb/is-there-support-for-bsd/
#: (content/tbb/tbb-18/contents+en.lrquestion.title)
@@ -872,7 +872,7 @@ msgstr ""
#: http//localhost/tbb/cannot-connect-to-tor-browser-network-censored/
#: (content/tbb/tbb-19/contents+en.lrquestion.seo_slug)
msgid "cannot-connect-to-tor-browser-network-censored"
-msgstr "no-se-puede-conectar-el-navegador-tor-en-una-red-censurada"
+msgstr "no-se-puede-conectar-el-tor-browser-en-una-red-censurada"
#: http//localhost/tbb/first-address-relay-circuit/
#: (content/tbb/tbb-2/contents+en.lrquestion.title)
@@ -977,7 +977,7 @@ msgstr ""
#: http//localhost/tbb/tor-browser-will-not-connect-no-censorship/
#: (content/tbb/tbb-20/contents+en.lrquestion.seo_slug)
msgid "tor-browser-will-not-connect-no-censorship"
-msgstr "navegador-tor-no-conectara-censurado"
+msgstr "tor-browser-no-conectara-censurado"
#: http//localhost/tbb/view-tor-browser-message-log/
#: (content/tbb/tbb-21/contents+en.lrquestion.title)
@@ -1018,7 +1018,7 @@ msgstr ""
#: http//localhost/tbb/view-tor-browser-message-log/
#: (content/tbb/tbb-21/contents+en.lrquestion.seo_slug)
msgid "view-tor-browser-message-log"
-msgstr "ver-los-mensajes-del-navegador-tor"
+msgstr "ver-los-mensajes-del-tor-browser"
#: http//localhost/tbb/make-tor-faster/
#: (content/tbb/tbb-22/contents+en.lrquestion.title)
@@ -1129,7 +1129,7 @@ msgid ""
"If you believe this is a Tor Browser issue, please report it on our <mark><a"
" href=\"https://trac.torproject.org/\">bug tracker</a></mark>."
msgstr ""
-"Si crees que este es un problema del navegador Tor, por favor, repórtalo en "
+"Si crees que este es un problema del Tor Browser, por favor, repórtalo en "
"nuestro <mark><a href=\"https://trac.torproject.org/\">seguidor de "
"fallos</a></mark>."
@@ -1304,7 +1304,7 @@ msgstr ""
#: http//localhost/tbb/uninstall-tor-browser/
#: (content/tbb/tbb-28/contents+en.lrquestion.seo_slug)
msgid "uninstall-tor-browser"
-msgstr "desinstalar-el-navegador-tor"
+msgstr "desinstalar-el-tor-browser"
#: http//localhost/tbb/change-ip-address/
#: (content/tbb/tbb-29/contents+en.lrquestion.title)
@@ -1499,7 +1499,7 @@ msgstr ""
#: http//localhost/tbb/website-locks-torbrowser-out/
#: (content/tbb/tbb-30/contents+en.lrquestion.seo_slug)
msgid "website-locks-torbrowser-out"
-msgstr "web-bloquea-navegador-tor"
+msgstr "web-bloquea-tor-browser"
#: http//localhost/tbb/which-platform-tor-browser-available/
#: (content/tbb/tbb-31/contents+en.lrquestion.description)
@@ -1531,7 +1531,7 @@ msgid ""
"There is currently no supported method for setting Tor Browser as your "
"default browser."
msgstr ""
-"Actualmente no hay ningún método soportado para establecer el navegador Tor "
+"Actualmente no hay ningún método soportado para establecer el Tor Browser "
"como tu navegador predeterminado."
#: http//localhost/tbb/setting-tor-browser-as-default/
@@ -1593,7 +1593,7 @@ msgstr ""
#: http//localhost/tbb/running-tor-browser-make-me-relay/
#: (content/tbb/tbb-33/contents+en.lrquestion.seo_slug)
msgid "running-tor-browser-make-me-relay"
-msgstr "correr-navegador-tor-me-convierte-en-un-repetidor"
+msgstr "correr-tor-browser-me-convierte-en-un-repetidor"
#: http//localhost/tbb/tor-browser-js-enabled-default/
#: (content/tbb/tbb-34/contents+en.lrquestion.title)
@@ -1638,9 +1638,9 @@ msgid ""
"Browser Onion menu under \"Security Settings\")."
msgstr ""
"Para los usuarios que quieran tener JavaScript deshabilitado por defecto en "
-"todos los sitios HTTP, recomendamos cambiar el nivel de seguridad del "
-"navegador Tor (en el menú cebolla del navegador Tor, bajo \"Configuración de"
-" seguridad\")."
+"todos los sitios HTTP, recomendamos cambiar el nivel de seguridad del Tor "
+"Browser (en el menú cebolla del Tor Browser, bajo \"Configuración de "
+"seguridad\")."
#: http//localhost/tbb/tor-browser-js-enabled-default/
#: (content/tbb/tbb-34/contents+en.lrquestion.description)
@@ -1703,7 +1703,7 @@ msgstr ""
#: http//localhost/tbb/run-multible-instances-of-tor-browser/
#: (content/tbb/tbb-36/contents+en.lrquestion.seo_slug)
msgid "run-multible-instances-of-tor-browser"
-msgstr "correr-multiples-instancias-del-navegador-tor"
+msgstr "correr-multiples-instancias-del-tor-browser"
#: http//localhost/tbb/need-tor-browser-language-not-english/
#: (content/tbb/tbb-37/contents+en.lrquestion.title)
@@ -1872,7 +1872,7 @@ msgstr "Ajusta ahí la seguridad a \"Standard\"."
#: http//localhost/tbb/tor-browser-issues-facebook-twitter-websites/
#: (content/tbb/tbb-39/contents+en.lrquestion.seo_slug)
msgid "tor-browser-issues-facebook-twitter-websites"
-msgstr "cuestiones-sobre-el-navegador-tor-facebook-twitter"
+msgstr "cuestiones-sobre-el-tor-browser-facebook-twitter"
#: http//localhost/tbb/tor-browser-is-built-from-firefox-why/
#: (content/tbb/tbb-4/contents+en.lrquestion.title)
@@ -1887,8 +1887,8 @@ msgid ""
"Tor Browser is a modified version of Firefox specifically designed for use "
"with Tor."
msgstr ""
-"El navegador Tor es una versión modificada de Firefox diseñada "
-"específicamente para su uso con Tor."
+"El Tor Browser es una versión modificada de Firefox diseñada específicamente"
+" para su uso con Tor."
#: http//localhost/tbb/tor-browser-is-built-from-firefox-why/
#: (content/tbb/tbb-4/contents+en.lrquestion.description)
@@ -1924,7 +1924,7 @@ msgstr ""
#: http//localhost/tbb/tor-browser-is-built-from-firefox-why/
#: (content/tbb/tbb-4/contents+en.lrquestion.seo_slug)
msgid "tor-browser-is-built-from-firefox-why"
-msgstr "porque-el-navegador-tor-se-basa-en-firefox"
+msgstr "porque-el-tor-browser-se-basa-en-firefox"
#: http//localhost/tbb/different-circuit-each-website/
#: (content/tbb/tbb-40/contents+en.lrquestion.title)
@@ -1946,7 +1946,7 @@ msgid ""
msgstr ""
"El documento de <mark><a "
"href=\"https://www.torproject.org/projects/torbrowser/design/#identifier-"
-"linkability\"> Diseño e Implementación del navegador Tor</a></mark> explica "
+"linkability\"> Diseño e Implementación del Tor Browser</a></mark> explica "
"aún más el pensamiento detrás de este diseño."
#: http//localhost/tbb/different-circuit-each-website/
@@ -2037,7 +2037,7 @@ msgstr ""
#: http//localhost/tbb/tor-browser-firefox-not-working-error/
#: (content/tbb/tbb-42/contents+en.lrquestion.seo_slug)
msgid "tor-browser-firefox-not-working-error"
-msgstr "error-navegador-firefox-tor"
+msgstr "error-navegador-firefox-tor-browser"
#: http//localhost/tbb/download-tor-browser-chromeos/
#: (content/tbb/tbb-5/contents+en.lrquestion.title)
@@ -2054,7 +2054,7 @@ msgid ""
"You can certainly use another browser while you are also using Tor Browser."
msgstr ""
"Desde luego puedes usar otro navegador mientras estás usando, también, el "
-"navegador Tor."
+"Tor Browser."
#: http//localhost/tbb/download-tor-browser-chromeos/
#: (content/tbb/tbb-5/contents+en.lrquestion.description)
@@ -2093,7 +2093,7 @@ msgstr ""
#: http//localhost/tbb/make-tor-browser-default-browser/
#: (content/tbb/tbb-6/contents+en.lrquestion.seo_slug)
msgid "make-tor-browser-default-browser"
-msgstr "navegador-tor-por-defecto"
+msgstr "tor-browser-por-defecto"
#: http//localhost/tbb/website-blocking-access-over-tor/
#: (content/tbb/tbb-7/contents+en.lrquestion.title)
@@ -2219,7 +2219,7 @@ msgstr "sitio-web-bloquea-acceso-por-tor"
#: http//localhost/tbb/website-blocked-by-censor-can-tor-browser-help/
#: (content/tbb/tbb-8/contents+en.lrquestion.seo_slug)
msgid "website-blocked-by-censor-can-tor-browser-help"
-msgstr "sitios-web-bloqueados-por-censura-puede-ayudar-navegador-tor"
+msgstr "sitios-web-bloqueados-por-censura-puede-ayudar-tor-browser"
#: http//localhost/tbb/using-tor-with-a-browser-besides-tor-browser/
#: (content/tbb/tbb-9/contents+en.lrquestion.title)
@@ -2436,7 +2436,7 @@ msgstr ""
#: http//localhost/tormobile/tor-browser-for-android/
#: (content/tormobile/tormobile-5/contents+en.lrquestion.seo_slug)
msgid "tor-browser-for-android"
-msgstr "navegador-tor-para-android"
+msgstr "tor-browser-para-android"
#: http//localhost/gettor/how-to-download-tor-if-torproject-org-is-blocked/
#: (content/gettor/gettor-1/contents+en.lrquestion.title)
@@ -2475,7 +2475,7 @@ msgstr ""
#: http//localhost/gettor/how-to-download-tor-if-torproject-org-is-blocked/
#: (content/gettor/gettor-1/contents+en.lrquestion.seo_slug)
msgid "how-to-download-tor-if-torproject-org-is-blocked"
-msgstr "como-bajarse-el-navegador-tor-si-elproyecto-tor-esta-bloqueado"
+msgstr "como-bajarse-el-tor-browser-si-elproyecto-tor-esta-bloqueado"
#: http//localhost/gettor/to-use-gettor-via-email/
#: (content/gettor/gettor-2/contents+en.lrquestion.title)
@@ -2605,7 +2605,7 @@ msgstr ""
#: http//localhost/connecting/tor-browser-wont-connect/
#: (content/connecting/connecting-1/contents+en.lrquestion.seo_slug)
msgid "tor-browser-wont-connect"
-msgstr "navegador-tor-no-conecta"
+msgstr "tor-browser-no-conecta"
#: http//localhost/connecting/having-trouble-connecting-to-tor/
#: (content/connecting/connecting-2/contents+en.lrquestion.title)
@@ -2991,7 +2991,7 @@ msgid ""
msgstr ""
"Si no puedes alcanzar el servicio cebolla que deseas, asegúrate de que has "
"introducido la dirección onion de 16 caracteres correctamente: un pequeño "
-"error evitará que el navegador Tor sea capaz de alcanzar el sitio."
+"error evitará que el Tor Browser sea capaz de alcanzar el sitio."
#: http//localhost/connecting/cannot-reach-x-onion/
#: (content/connecting/connecting-3/contents+en.lrquestion.description)
@@ -3062,12 +3062,12 @@ msgstr "sitio-web-bloquea-acceso-por-tor"
#: http//localhost/censorship/how-do-i-download-tor-if-torproject-org-is-blocked/
#: (content/censorship/censorship-3/contents+en.lrquestion.seo_slug)
msgid "how-do-i-download-tor-if-torproject-org-is-blocked"
-msgstr "como-bajarse-el-navegador-tor-si-el-proyecto-tor-esta-bloqueado"
+msgstr "como-bajarse-el-tor-browser-si-el-proyecto-tor-esta-bloqueado"
#: http//localhost/censorship/cant-connect-to-tor-browser/
#: (content/censorship/censorship-4/contents+en.lrquestion.seo_slug)
msgid "cant-connect-to-tor-browser"
-msgstr "no-se-puede-conectar-el-navegador-tor"
+msgstr "no-se-puede-conectar-el-tor-browser"
#: http//localhost/censorship/having-trouble-connecting-to-tor/
#: (content/censorship/censorship-5/contents+en.lrquestion.description)
@@ -4502,8 +4502,7 @@ msgstr ""
#: http//localhost/misc/someone-asks-to-download-tor-browser-to-unlock-my-files/
#: (content/misc/misc-5/contents+en.lrquestion.seo_slug)
msgid "someone-asks-to-download-tor-browser-to-unlock-my-files"
-msgstr ""
-"alguien-dice-que-descargue-navegador-tor-para-desbloquear-mis-archivos"
+msgstr "alguien-dice-que-descargue-tor-browser-para-desbloquear-mis-archivos"
#: http//localhost/misc/does-tor-keep-logs/
#: (content/misc/misc-6/contents+en.lrquestion.title)
1
0

[translation/torbutton-torbuttonproperties_completed] Update translations for torbutton-torbuttonproperties_completed
by translation@torproject.org 23 Jan '19
by translation@torproject.org 23 Jan '19
23 Jan '19
commit 0baf0fe91ee9d94fa9494f603efa4a155bd4db24
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jan 23 13:48:52 2019 +0000
Update translations for torbutton-torbuttonproperties_completed
---
en-US/torbutton.properties | 5 +++++
en/torbutton.properties | 5 +++++
2 files changed, 10 insertions(+)
diff --git a/en-US/torbutton.properties b/en-US/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/en-US/torbutton.properties
+++ b/en-US/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/en/torbutton.properties b/en/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/en/torbutton.properties
+++ b/en/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
1
0

[translation/torbutton-torbuttonproperties] Update translations for torbutton-torbuttonproperties
by translation@torproject.org 23 Jan '19
by translation@torproject.org 23 Jan '19
23 Jan '19
commit 43c82647be5fe7b2f2ddc9dae55845acac475ced
Author: Translation commit bot <translation(a)torproject.org>
Date: Wed Jan 23 13:48:46 2019 +0000
Update translations for torbutton-torbuttonproperties
---
ach/torbutton.properties | 5 +++++
af/torbutton.properties | 5 +++++
ar/torbutton.properties | 5 +++++
ast/torbutton.properties | 5 +++++
az/torbutton.properties | 5 +++++
be/torbutton.properties | 5 +++++
bg/torbutton.properties | 5 +++++
bn/torbutton.properties | 5 +++++
br/torbutton.properties | 5 +++++
bs/torbutton.properties | 5 +++++
ca/torbutton.properties | 5 +++++
cs/torbutton.properties | 5 +++++
cy/torbutton.properties | 5 +++++
da/torbutton.properties | 5 +++++
de/torbutton.properties | 5 +++++
el/torbutton.properties | 5 +++++
en-US/torbutton.properties | 5 +++++
en/torbutton.properties | 5 +++++
en_GB/torbutton.properties | 5 +++++
eo/torbutton.properties | 5 +++++
es/torbutton.properties | 5 +++++
es_AR/torbutton.properties | 5 +++++
es_CL/torbutton.properties | 5 +++++
es_MX/torbutton.properties | 5 +++++
et/torbutton.properties | 5 +++++
eu/torbutton.properties | 5 +++++
fa/torbutton.properties | 5 +++++
fi/torbutton.properties | 5 +++++
fr/torbutton.properties | 5 +++++
fy/torbutton.properties | 5 +++++
ga/torbutton.properties | 5 +++++
gd/torbutton.properties | 5 +++++
gl/torbutton.properties | 5 +++++
gu/torbutton.properties | 5 +++++
he/torbutton.properties | 5 +++++
hi/torbutton.properties | 5 +++++
hr/torbutton.properties | 5 +++++
hr_HR/torbutton.properties | 5 +++++
hu/torbutton.properties | 5 +++++
hy/torbutton.properties | 5 +++++
id/torbutton.properties | 5 +++++
is/torbutton.properties | 5 +++++
it/torbutton.properties | 5 +++++
ja/torbutton.properties | 5 +++++
ka/torbutton.properties | 5 +++++
kk/torbutton.properties | 5 +++++
km/torbutton.properties | 5 +++++
kn/torbutton.properties | 5 +++++
ko/torbutton.properties | 5 +++++
lt/torbutton.properties | 5 +++++
lv/torbutton.properties | 5 +++++
mk/torbutton.properties | 5 +++++
ml/torbutton.properties | 5 +++++
mr/torbutton.properties | 5 +++++
ms_MY/torbutton.properties | 5 +++++
my/torbutton.properties | 5 +++++
nb/torbutton.properties | 5 +++++
ne/torbutton.properties | 5 +++++
nl/torbutton.properties | 5 +++++
nl_BE/torbutton.properties | 5 +++++
nn/torbutton.properties | 5 +++++
oc/torbutton.properties | 5 +++++
or/torbutton.properties | 5 +++++
pa/torbutton.properties | 5 +++++
pl/torbutton.properties | 5 +++++
pt/torbutton.properties | 5 +++++
pt_BR/torbutton.properties | 5 +++++
pt_PT/torbutton.properties | 5 +++++
ro/torbutton.properties | 5 +++++
ru/torbutton.properties | 5 +++++
si_LK/torbutton.properties | 5 +++++
sk/torbutton.properties | 5 +++++
sl/torbutton.properties | 5 +++++
son/torbutton.properties | 5 +++++
sq/torbutton.properties | 5 +++++
sr/torbutton.properties | 5 +++++
sv/torbutton.properties | 5 +++++
ta/torbutton.properties | 5 +++++
te/torbutton.properties | 5 +++++
th/torbutton.properties | 5 +++++
tr/torbutton.properties | 5 +++++
uk/torbutton.properties | 5 +++++
ur/torbutton.properties | 5 +++++
uz/torbutton.properties | 5 +++++
vi/torbutton.properties | 5 +++++
zh_CN/torbutton.properties | 5 +++++
zh_HK/torbutton.properties | 5 +++++
zh_TW/torbutton.properties | 5 +++++
88 files changed, 440 insertions(+)
diff --git a/ach/torbutton.properties b/ach/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/ach/torbutton.properties
+++ b/ach/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/af/torbutton.properties b/af/torbutton.properties
index cf32991f6..a1d54c12d 100644
--- a/af/torbutton.properties
+++ b/af/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/ar/torbutton.properties b/ar/torbutton.properties
index 26e5a8f4d..b254c3735 100644
--- a/ar/torbutton.properties
+++ b/ar/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=لا يمكنك تشغيل %S من نظام ملفات خاص
profileAccessDenied=لا يمتلك %S الصلاحيات المطلوبة لملف إعداداتك. يرجى ضبط صلاحيات نظام الملفات ثم إعادة المحاولة.
profileMigrationFailed=فشل نقل ملف إعدادات %S الموجود إلى الإصدارة الجديدة.\nسيستخدم ملف إعدادات جديد.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=الاتصال معمى (خدمة بصلة، %1$S، مفاتيح %2$S بتة، %3$S)
pageInfo_OnionEncryption=الاتصال معمى (خدمة بصلة)
diff --git a/ast/torbutton.properties b/ast/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/ast/torbutton.properties
+++ b/ast/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/az/torbutton.properties b/az/torbutton.properties
index dd9e105eb..1feda98bd 100644
--- a/az/torbutton.properties
+++ b/az/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/be/torbutton.properties b/be/torbutton.properties
index 70c621ea1..3418a0c7b 100644
--- a/be/torbutton.properties
+++ b/be/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/bg/torbutton.properties b/bg/torbutton.properties
index 59752c51b..6fca365a5 100644
--- a/bg/torbutton.properties
+++ b/bg/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Вие не можете да стартирате %S от ф
profileAccessDenied=%S не притежава разрешение за достъп до профила. Моля, коригирайте вашите права на файловата система само за четене и опитайте отново.
profileMigrationFailed=Миграцията на същесвуващия ви %S профил се провали.\nЩе се използват нови настройки.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/bn/torbutton.properties b/bn/torbutton.properties
index ed805d779..44bb74ee5 100644
--- a/bn/torbutton.properties
+++ b/bn/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=আপনি শুধুমাত্র পঠনযোগ
profileAccessDenied=%S প্রোফাইলটি অ্যাক্সেস করার অনুমতি নেই দয়া করে আপনার ফাইল সিস্টেমের অনুমতিগুলি সামঞ্জস্য করুন এবং আবার চেষ্টা করুন।
profileMigrationFailed=আপনার বিদ্যমান %S প্রোফাইলে স্থানান্তর ব্যর্থ হয়েছে।\nনতুন সেটিংস ব্যবহার করা হবে।
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=সংযোগ এনক্রিপ্ট (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=সংযোগ এনক্রিপ্ট (Onion Service)
diff --git a/br/torbutton.properties b/br/torbutton.properties
index ebe41b21e..1461a05ea 100644
--- a/br/torbutton.properties
+++ b/br/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/bs/torbutton.properties b/bs/torbutton.properties
index 21b7be969..32b07032a 100644
--- a/bs/torbutton.properties
+++ b/bs/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/ca/torbutton.properties b/ca/torbutton.properties
index 7942558f3..e8151312c 100644
--- a/ca/torbutton.properties
+++ b/ca/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=No pot executar %S des de un sistema de fitxers de només lec
profileAccessDenied=%S no té permisos per accedir al perfil. Si us plau, ajuste els permisos del seu sistema de fitxers i intente-ho de nou.
profileMigrationFailed=La migració del vostre perfil %S ha fallat.\nEs fara servir una nova configuració.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connexió xifrada (Onion Service, %1$S, claus de %2$S bits, %3$S)
pageInfo_OnionEncryption=Connexió xifrada (Onion Service)
diff --git a/cs/torbutton.properties b/cs/torbutton.properties
index acbe680a1..5ba87e6b9 100644
--- a/cs/torbutton.properties
+++ b/cs/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Aplikaci %S nelze spustit ze souborového systému pouze pro
profileAccessDenied=%S nemá oprávnění k přístupu k profilu. Upravte prosím oprávnění vašeho souborového systému a zkuste to znovu.
profileMigrationFailed=Migrace vašeho stávajícího profilu se nezdařila.\nBude použito nové nastavení.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Šifrované spojení (Onion služba, %1$S, %2$S bitové klíče, %3$S)
pageInfo_OnionEncryption=Šifrované spojení (Onion služba)
diff --git a/cy/torbutton.properties b/cy/torbutton.properties
index 84df0d131..c7f956c2c 100644
--- a/cy/torbutton.properties
+++ b/cy/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/da/torbutton.properties b/da/torbutton.properties
index 573e4e1f9..8f8d71617 100644
--- a/da/torbutton.properties
+++ b/da/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Du kan ikke køre %S fra et skrivebeskyttet filsystem. Kopié
profileAccessDenied= %S har ikke rettigheder til at bruge profilen. Skift venligst rettigheder og prøv igen.
profileMigrationFailed=Overførsel af din eksisterende %S profil fejlede.\nNye indstillinger vil blive brugt.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Forbindelse krypteret (løg-tjeneste, %1$S, %2$S-bit nøgler, %3$S)
pageInfo_OnionEncryption=Forbindelse krypteret (løg-tjeneste)
diff --git a/de/torbutton.properties b/de/torbutton.properties
index cff5f13be..491b46d66 100644
--- a/de/torbutton.properties
+++ b/de/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Es ist nicht möglich %S auf einem nur lesbaren Dateisystem z
profileAccessDenied=%S hat keine Berechtigung um dieses Profil abzurufen. Bitte die Berechtigungen deines Dateisystems einstellen und es noch einmal probieren.
profileMigrationFailed=Übernahme des bestehenden %S Profils ist fehlgeschlagen.\nEs werden neue Einstellungen verwendet.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Verbindung verschlüsselt (Onion-Dienst, %1$S, %2$S bit Schlüssel, %3$S)
pageInfo_OnionEncryption=Verbindung verschlüsselt (Onion-Dienst)
diff --git a/el/torbutton.properties b/el/torbutton.properties
index fd5dafa1a..36a18f03d 100644
--- a/el/torbutton.properties
+++ b/el/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Δεν μπορείτε να εκτελέσετε το %S α
profileAccessDenied=Το %S δεν έχει άδεια να προσπελάσει το προφίλ. Παρακαλώ ρυθμίστε τις άδειες του συστήματος αρχείων σας και προσπαθήστε ξανά.
profileMigrationFailed=Η μεταφορά του υπάρχοντος προφίλ %S απέτυχε.\nΘα χρησιμοποιηθούν νέες ρυθμίσεις.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Κρυπτογραφημένη σύνδεση (υπηρεσία Onion, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Κρυπτογραφημένη σύνδεση (υπηρεσία Onion)
diff --git a/en-US/torbutton.properties b/en-US/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/en-US/torbutton.properties
+++ b/en-US/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/en/torbutton.properties b/en/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/en/torbutton.properties
+++ b/en/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/en_GB/torbutton.properties b/en_GB/torbutton.properties
index d138dc33b..5cad78f2d 100644
--- a/en_GB/torbutton.properties
+++ b/en_GB/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/eo/torbutton.properties b/eo/torbutton.properties
index 40c97f8ba..6e5c9316a 100644
--- a/eo/torbutton.properties
+++ b/eo/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/es/torbutton.properties b/es/torbutton.properties
index 55f505269..c9065f68f 100644
--- a/es/torbutton.properties
+++ b/es/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=No puede ejecutar %S desde un sistema de ficheros de solo-lec
profileAccessDenied=%S no tiene permiso para acceder al perfil. Ajuste los permisos de su sistema de ficheros e inténtelo de nuevo.
profileMigrationFailed=Ha ocurrido un error en la migración de tu perfil %S. \nSe usarán los nuevos ajustes.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Conexión cifrada (Servicio cebolla, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Conexión cifrada (Servicio cebolla)
diff --git a/es_AR/torbutton.properties b/es_AR/torbutton.properties
index 181160ffe..397aa7dd1 100644
--- a/es_AR/torbutton.properties
+++ b/es_AR/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=No podés correr %S desde un sistema de archivos de sólo lec
profileAccessDenied=%S no tiene permiso para acceder al perfil. Por favor ajustá los permisos de tu sistema de archivos y tratá de nuevo.
profileMigrationFailed=La migración de tu perfil existente de %S falló.\nSerán usados nuevos ajustes.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Conexión encriptada (Servicio Onion, %1$S, claves de %2$S bits, %3$S)
pageInfo_OnionEncryption=Conexión encriptada (Servicio Onion)
diff --git a/es_CL/torbutton.properties b/es_CL/torbutton.properties
index d29dc1d77..83e2cb3aa 100644
--- a/es_CL/torbutton.properties
+++ b/es_CL/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/es_MX/torbutton.properties b/es_MX/torbutton.properties
index 4116f4179..2edf6f462 100644
--- a/es_MX/torbutton.properties
+++ b/es_MX/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=No puedes ejecutar %S desde un archivo de sistema de solo lec
profileAccessDenied=%S no tiene permisos para accesar al perfil. Actualiza tu archivo de permisos del sistema e intenta de nuevo.
profileMigrationFailed=La migración de tu perfil existente %S falló.\nNuevas configuraciones serán usadas.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/et/torbutton.properties b/et/torbutton.properties
index f4f8c2859..f29878d45 100644
--- a/et/torbutton.properties
+++ b/et/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Sa ei saa käivitada %S kirjutuskaitstud failisüsteemilt. Pa
profileAccessDenied=%S ligipääs profiilile on keelatud. Palun kohenda oma failisüsteemi õiguseid ja proovi uuesti.
profileMigrationFailed=Sinu profiili %S ületoomine nurjus.\nKasutatakse uusi seadeid.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Ühendus krüptitud (Onion-teenus, %1$S, %2$S-bitised võtmed, %3$S)
pageInfo_OnionEncryption=Ühendus krüptitud (Onion-teenus)
diff --git a/eu/torbutton.properties b/eu/torbutton.properties
index 328f04148..c86a57854 100644
--- a/eu/torbutton.properties
+++ b/eu/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Ezin duzu %S exekutatu irakurtzeko soilik den fitxategi siste
profileAccessDenied=%S ez du profilera sartzeko baimenik. Mesedez egokitu itzazu zure fitxategi sistemaren baimenak eta berriz saiatu.
profileMigrationFailed=Zure %S profilaren migrazioak huts egin du.\nEzarpen berriak erabiliko dira.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/fa/torbutton.properties b/fa/torbutton.properties
index 988bf4d42..3d49e5e4c 100644
--- a/fa/torbutton.properties
+++ b/fa/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=شما نمی توانید اجرا %S از یک فایل س
profileAccessDenied=٪ S اجازه دسترسی به مشخصات ندارد. لطفا مجوزهای سیستم فایل خود را تنظیم و دوباره سعی کنید.
profileMigrationFailed=مهاجرت ناموفق از پروفایل %S.\nتنظیمات جدید استفاده خواهد شد.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=ارتباط رمزگذاری شده (سرویس Onion, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=ارتباط رمزگذاری شد (سرویس پیازی)
diff --git a/fi/torbutton.properties b/fi/torbutton.properties
index cb02a4e54..619890142 100644
--- a/fi/torbutton.properties
+++ b/fi/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Sovelluksen %S suorittaminen kirjoitussuojatussa järjestelm
profileAccessDenied=%S ei ole käyttöoikeuksia profiilin kutsumiseen. Säädä tiedostojärjestelmäsi käyttöoikeuksia ja yritä uudelleen.
profileMigrationFailed=Nykyisen %S profiilin migraatio epäonnistui.\nUudet asetukset otetaan käyttöön.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/fr/torbutton.properties b/fr/torbutton.properties
index 3e8e860d6..6f44d4547 100644
--- a/fr/torbutton.properties
+++ b/fr/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Vous ne pouvez pas exécuter %S à partir d’un système de
profileAccessDenied=%S n’a pas le droit d’accéder au profil. Veuillez ajuster les droits de votre système de fichiers et ressayer.
profileMigrationFailed=La migration de votre profil existant %S a échoué.\nDe nouveaux paramètres vont être utilisés.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=La connexion est chiffrée (service onion, %1$S, clés %2$S bits, %3$S)
pageInfo_OnionEncryption=La connexion est chiffrée (service onion)
diff --git a/fy/torbutton.properties b/fy/torbutton.properties
index 6fe4eb5df..d901ca3aa 100644
--- a/fy/torbutton.properties
+++ b/fy/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/ga/torbutton.properties b/ga/torbutton.properties
index 4e5ae906a..5bb082f9a 100644
--- a/ga/torbutton.properties
+++ b/ga/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Ní féidir leat %S a rith ó chóras comhad inléite amháin
profileAccessDenied=Níl cead rochtana ag %S ar an bpróifíl. Athraigh na ceadanna ar do chóras comhad agus bain triail eile as.
profileMigrationFailed=Níorbh fhéidir an phróifíl %S atá agat a aistriú.\nÚsáidfear socruithe nua.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Ceangal Criptithe (Seirbhís Onion, %1$S, eochracha %2$S giotán, %3$S)
pageInfo_OnionEncryption=Ceangal Criptithe (Seirbhís Onion)
diff --git a/gd/torbutton.properties b/gd/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/gd/torbutton.properties
+++ b/gd/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/gl/torbutton.properties b/gl/torbutton.properties
index bd13a65a2..8d527e06c 100644
--- a/gl/torbutton.properties
+++ b/gl/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/gu/torbutton.properties b/gu/torbutton.properties
index 3eda0315a..5f2bc7e25 100644
--- a/gu/torbutton.properties
+++ b/gu/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/he/torbutton.properties b/he/torbutton.properties
index 8c2d7a151..8587d66d9 100644
--- a/he/torbutton.properties
+++ b/he/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=אינך יכול להריץ את %S ממערכת קבצים
profileAccessDenied=ל-%S אין הרשאה כדי לגשת אל הפרופיל. אנא התאם את הרשאות מערכת הקבצים שלך ונסה שוב.
profileMigrationFailed=מיזוג של הפרופיל הקיים שלך %S נכשל.\nהגדרות חדשות יהיו בשימוש.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=חיבור הוצפן (שירות בצל, %1$S, מפתחות %2$S סיביות, %3$S)
pageInfo_OnionEncryption=חיבור הוצפן (שירות בצל)
diff --git a/hi/torbutton.properties b/hi/torbutton.properties
index 4d0d1685c..2c35eefbb 100644
--- a/hi/torbutton.properties
+++ b/hi/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=आप केवल-पढ़ फ़ाइल सिस्ट
profileAccessDenied=%S को प्रोफ़ाइल तक पहुंचने की अनुमति नहीं है। कृपया अपनी फाइल सिस्टम अनुमतियों को समायोजित करें और पुनः प्रयास करें।
profileMigrationFailed=आपकी मौजूदा %S प्रोफ़ाइल का माइग्रेशन विफल रहा।\nनई सेटिंग्स का उपयोग किया जाएगा।
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=कनेक्शन एन्क्रिप्टेड (अनियन सेवा, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=कनेक्शन एन्क्रिप्टेड (अनियन सेवा)
diff --git a/hr/torbutton.properties b/hr/torbutton.properties
index 8592c9034..8b171f821 100644
--- a/hr/torbutton.properties
+++ b/hr/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Ne možete pokrenuti %S sa sustava sa kojeg se samo čita. Mo
profileAccessDenied=%S nema dozvole za pristup profilu. Molimo Vas prilagodite dozvole svog sustava datoteka i probajte opet.
profileMigrationFailed=Migracija Vašeg postojećeg profila %S nije uspjela.\nNove postavke će biti korištene.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Veza enkriptirana (Onion usluga, %1$S, %2$S bitni ključevi, %3$S)
pageInfo_OnionEncryption=Veza enkriptirana (Onion usluga)
diff --git a/hr_HR/torbutton.properties b/hr_HR/torbutton.properties
index f70868436..92d1d5ff0 100644
--- a/hr_HR/torbutton.properties
+++ b/hr_HR/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Ne možete pokrenuti %S sa sustava sa kojeg se samo čita. Mo
profileAccessDenied=%S nema dozvole za pristup profilu. Molimo Vas prilagodite dozvole svog sustava datoteka i probajte opet.
profileMigrationFailed=Migracija Vašeg postojećeg profila %S nije uspjela.\nNove postavke će biti korištene.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Veza enkriptirana (Onion usluga, %1$S, %2$S bitni ključevi, %3$S)
pageInfo_OnionEncryption=Veza enkriptirana (Onion usluga)
diff --git a/hu/torbutton.properties b/hu/torbutton.properties
index 8486ad878..6ac5d0156 100644
--- a/hu/torbutton.properties
+++ b/hu/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Nem tudja futtatni a %S -t csak olvasható fájlrendszerről.
profileAccessDenied=%S nem rendelkezik jogosultsággal a profil eléréséhez. Kérjük állítsa be a fájl rendsze jogosultságokat, majd próbálja újra.
profileMigrationFailed=%S létező profil migrációja nem sikerült.\nÚj beállításokat fogunk használni.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Titkosított kapcsolat (Onion szolgáltatás, %1$S, %2$S bites kulcsok, %3$S)
pageInfo_OnionEncryption=Titkosított kapcsolat (Onion szolgáltatás)
diff --git a/hy/torbutton.properties b/hy/torbutton.properties
index 90e37f5e4..a41ea0eca 100644
--- a/hy/torbutton.properties
+++ b/hy/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/id/torbutton.properties b/id/torbutton.properties
index 8f85dc963..89e1813c3 100644
--- a/id/torbutton.properties
+++ b/id/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Anda tidak bisa menjalankan %S dari File sistem read-only .
profileAccessDenied=%S tidak memiliki izin untuk mengakses profile .Silakan atur perizinan sistem file anda dan coba lagi .
profileMigrationFailed=Migrasi dari profil %S gagal.\nSetting baru akan digunakan.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Koneksi terenkripsi (Layanan Onion, %1$S, %2$S bit kunci, %3$S)
pageInfo_OnionEncryption=Koneksi terenkripsi (Layanan Onion)
diff --git a/is/torbutton.properties b/is/torbutton.properties
index d275d72cb..410615df3 100644
--- a/is/torbutton.properties
+++ b/is/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Þú getur ekki keyrt %S af skrifvörðu kerfi. Afritaðu %S
profileAccessDenied=%S er ekki með heimildir til að fara inn í sniðið. Lagaðu aðgangsheimildir kerfisins og reyndu svo aftur.
profileMigrationFailed=Yfirfærsla á fyrirliggjandi %S sniðinu þínu mistókst.\nNýjar stillingar verða notaðar.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Dulrituð tenging (Onion-þjónusta, %1$S, %2$S bita dulritunarlyklar, %3$S)
pageInfo_OnionEncryption=Dulrituð tenging (Onion-þjónusta)
diff --git a/it/torbutton.properties b/it/torbutton.properties
index 2b87b4c4c..17a46444f 100644
--- a/it/torbutton.properties
+++ b/it/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Non puoi avviare %S da un file system di sola lettura. Per fa
profileAccessDenied=%S non ha i permessi per accedere al profilo. Per favore, modifica i permessi del tuo file system e riprova.
profileMigrationFailed=Migrazione del tuo profilo %S esistente fallita.\nVerranno usate nuove impostazioni.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connessione cifrata (Servizio onion, %1$S, chiavi %2$S bit, %3$S)
pageInfo_OnionEncryption=Connessione cifrata (Servizio onion)
diff --git a/ja/torbutton.properties b/ja/torbutton.properties
index 5c98265e0..4c7093c12 100644
--- a/ja/torbutton.properties
+++ b/ja/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=読み込み専用のファイルシステムでは %S を実
profileAccessDenied=%S はプロファイルにアクセスする権限がありません。権限を設定してからもう一度試してみてください。
profileMigrationFailed=存在しているプロファイル %S へのマイグレーションに失敗しました。\n新しい設定が適用されます。
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/ka/torbutton.properties b/ka/torbutton.properties
index e025bfde7..2d2824ee7 100644
--- a/ka/torbutton.properties
+++ b/ka/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=თქვენ ვერ შეძლებთ გაუშ
profileAccessDenied=%S-ს არ გააჩნია პროფილთან წვდომის ნებართვა. გთხოვთ, სათანადოდ გამართოთ თქვენი საფაილო სისტემის ნებართვები და სცადოთ ხელახლა.
profileMigrationFailed=თქვენი არსებული %S პროფილის გადატანა ვერ მოხერხდა.\nგამოყენებული იქნება ახალი პარამეტრები.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=კავშირი დაშიფრულია (Onion-მომსახურება, %1$S, %2$S ბიტიანი გასაღებები, %3$S)
pageInfo_OnionEncryption=კავშირი დაშიფრულია (Onion-მომსახურება)
diff --git a/kk/torbutton.properties b/kk/torbutton.properties
index 708fc7182..81ef46842 100644
--- a/kk/torbutton.properties
+++ b/kk/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/km/torbutton.properties b/km/torbutton.properties
index b9f8f0fa4..ec0b506b6 100644
--- a/km/torbutton.properties
+++ b/km/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/kn/torbutton.properties b/kn/torbutton.properties
index a265ef627..8765a77b1 100644
--- a/kn/torbutton.properties
+++ b/kn/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/ko/torbutton.properties b/ko/torbutton.properties
index aa7e363aa..22c707e78 100644
--- a/ko/torbutton.properties
+++ b/ko/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=읽기 전용 파일 시스템에서는 %S를 실행할 수
profileAccessDenied=%S에 프로필 액세스 권한이 없습니다. 파일 시스템 권한을 조정하고 다시 시도하십시오.
profileMigrationFailed=기존 %S 프로필을 이전하지 못했습니다. 새로운 설정이 사용됩니다.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=연결은 암호화했습니다 (Onion 서비스, %1$S, %2$S 비트 키들, %3$S)
pageInfo_OnionEncryption=연결은 암호화했습니다 (Onion 서비스)
diff --git a/lt/torbutton.properties b/lt/torbutton.properties
index 9eb0daa64..1be1a6127 100644
--- a/lt/torbutton.properties
+++ b/lt/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S neturi leidimo prieigai prie profilio. Prašome suderinti savo failų sistemos leidimus ir bandyti dar kartą.
profileMigrationFailed=Jūsų esamo %S profilio perkėlimas nepavyko.\nBus naudojami nauji nustatymai.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/lv/torbutton.properties b/lv/torbutton.properties
index 43fb03277..718cc5058 100644
--- a/lv/torbutton.properties
+++ b/lv/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Jūs nevarat izpildīt %S no vienīgi lasāmas datņu sistēm
profileAccessDenied=%S nav atļaujas piekļūt profilam. Lūdzu, pielāgojiet savas datņu sistēmas atļaujas un mēģiniet vēlreiz.
profileMigrationFailed=Jūsu esošā %S profila migrācija neizdevās.\nTiks lietoti jauni iestatījumi.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/mk/torbutton.properties b/mk/torbutton.properties
index a27df3d84..fad050a61 100644
--- a/mk/torbutton.properties
+++ b/mk/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Не можете да го стартувате %S од си
profileAccessDenied=%S нема дозвола да пристапи на профилот. Прилагодете ги системските привилегии на датотеката и обидете се повторно.
profileMigrationFailed=Миграцијата на вашиот постоечки %S профил не успеа.\nНови поставки ќе бидат користени.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Енкриптирано поврзување (Onion Услуга, %1$S, %2$S битни клучеви, %3$S)
pageInfo_OnionEncryption=Енкриптирано поврзување (Onion Услуга)
diff --git a/ml/torbutton.properties b/ml/torbutton.properties
index 7d811e1f5..e3cc65f7d 100644
--- a/ml/torbutton.properties
+++ b/ml/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/mr/torbutton.properties b/mr/torbutton.properties
index 5ce9e5cfd..5ab843f81 100644
--- a/mr/torbutton.properties
+++ b/mr/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/ms_MY/torbutton.properties b/ms_MY/torbutton.properties
index aa6b48619..55c62e886 100644
--- a/ms_MY/torbutton.properties
+++ b/ms_MY/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Anda tidak boleh jalankan %S dari sistem fail baca-sahaja. Si
profileAccessDenied=%S tidak mempunyai keizinan untuk mencapai profil. Sila laras keizinan sistem fail anda dan cuba sekali lagi.
profileMigrationFailed=Pemindahan profil sedia anda telah gagal.\nTetapan baharu akan digunakan.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/my/torbutton.properties b/my/torbutton.properties
index 57d8e660a..6992d2752 100644
--- a/my/torbutton.properties
+++ b/my/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/nb/torbutton.properties b/nb/torbutton.properties
index 873756e43..58b7f0752 100644
--- a/nb/torbutton.properties
+++ b/nb/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Du kan ikke kjøre %S fra et filsystem som bare er lesbart. K
profileAccessDenied=%S har ikke tilgang til endring av profilen. Juster filrettighetene og prøv igjen.
profileMigrationFailed=Migrering av din eksisterende %S-profil mislykkes.\nNye innstillinger vil bli benyttet.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Tilkobling kryptert (Løk Tjeneste, %1$S, %2$S bits nøkler, %3$S)
pageInfo_OnionEncryption=Tilkobling kryptert (Løk Tjeneste)
diff --git a/ne/torbutton.properties b/ne/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/ne/torbutton.properties
+++ b/ne/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/nl/torbutton.properties b/nl/torbutton.properties
index b5639c691..2eee0573d 100644
--- a/nl/torbutton.properties
+++ b/nl/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Je kan %S niet draaien vanaf een alleen lezen bestands-systee
profileAccessDenied=%S heeft niet de juiste permissies om toegang te krijgen tot het profiel. Pas de bestands-systeem permissies aan en probeer het opnieuw.
profileMigrationFailed=Migreren van uw bestaande %S profiel is mislukt.\nNieuwe instellingen zijn nu van toepassing.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Verbinding versleuteld (Oniondienst, %1$S, %2$S bit sleutels, %3$S)
pageInfo_OnionEncryption=Verbinding versleuteld (Oniondienst)
diff --git a/nl_BE/torbutton.properties b/nl_BE/torbutton.properties
index a2a5b0eef..2dd1b2845 100644
--- a/nl_BE/torbutton.properties
+++ b/nl_BE/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S heeft geen permissie om toegang te krijgen tot het profiel. Gelieve uw bestandssysteempermissies aan te passen en opnieuw te proberen.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/nn/torbutton.properties b/nn/torbutton.properties
index 0633e5295..9709fe689 100644
--- a/nn/torbutton.properties
+++ b/nn/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Mislykka migrasjon av den eksisterande profilen %S.\nNye instillingar vil bli brukt.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/oc/torbutton.properties b/oc/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/oc/torbutton.properties
+++ b/oc/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/or/torbutton.properties b/or/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/or/torbutton.properties
+++ b/or/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/pa/torbutton.properties b/pa/torbutton.properties
index f0d17b333..a84ac76ac 100644
--- a/pa/torbutton.properties
+++ b/pa/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=ਤੁਸੀਂ %S ਨੂੰ ਸਿਰਫ ਰੀਡ-ਓਨਲ
profileAccessDenied=%S ਨੂੰ ਪ੍ਰੋਫਾਈਲ ਨੂੰ ਵਰਤਣ ਦੀ ਅਨੁਮਤੀ ਨਹੀਂ ਹੈ | ਕਿਰਪਾ ਕਰਕੇ ਆਪਣੀ ਫਾਇਲ ਸਿਸਟਮ ਦੀ ਅਨੁਮਤੀ ਨੂੰ ਅਨੁਕੂਲ ਕਰੋ ਅਤੇ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰੋ |
profileMigrationFailed=ਤੁਹਾਡੇ ਮੌਜੂਦਾ %S ਪ੍ਰੋਫਾਈਲ ਦੀ ਮਾਈਗਰੇਸ਼ਨ ਫੇਲ੍ਹ ਹੋਈ ਹੈ |\nਹੁਣ ਨਵੀਂ ਸੈਟਿੰਗ ਵਰਤੀ ਜਾਵੇਗੀ |
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=ਕੁਨੈਕਸ਼ਨ ਇਨਕ੍ਰਿਪਟਡ (ਓਨਿਅਨ ਸਰਵਿਸ,%1$S,%2$S bit keys,%3$S)
pageInfo_OnionEncryption=ਕੁਨੈਕਸ਼ਨ ਇਨਕ੍ਰਿਪਟਡ (ਓਨਿਅਨ ਸਰਵਿਸ)
diff --git a/pl/torbutton.properties b/pl/torbutton.properties
index 12ebacb50..864804bae 100644
--- a/pl/torbutton.properties
+++ b/pl/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Nie możesz uruchomić %S w systemie plików tylko do odczytu
profileAccessDenied=%S nie posiada uprawnień, aby zobaczyć ten profil. Prosimy zmienić uprawnienia systemu plików i spróbować ponownie.
profileMigrationFailed=Migracja Twojego isniejącego profilu %S nie powiodła się.\nNowe ustawienia zostaną użyte.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Połączenie zaszyfrowane (usługa Onion, %1$S, %2$S klucze bitowe, %3$S)
pageInfo_OnionEncryption=Połączenie zaszyfrowane (usługa Onion)
diff --git a/pt/torbutton.properties b/pt/torbutton.properties
index 44d430330..ad406c0bc 100644
--- a/pt/torbutton.properties
+++ b/pt/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Não pode executar %S a partir de um ficheiro do sistema só-
profileAccessDenied=%S não tem permissão para aceder ao perfil. Por favor, ajuste as suas permissões de ficheiro do sistema e tente de novo.
profileMigrationFailed=Migração do seu perfil %S existente falhou. \nNovas configurações serão utilizadas.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Ligação Encriptada (Serviço Onion, %1$S, %2$S bit chaves, %3$S)
pageInfo_OnionEncryption=Ligação Encriptada (Serviço Onion)
diff --git a/pt_BR/torbutton.properties b/pt_BR/torbutton.properties
index 69885807b..e1ac07b12 100644
--- a/pt_BR/torbutton.properties
+++ b/pt_BR/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Não é possível executar %S a partir de um sistema de arqui
profileAccessDenied=%S não possui permissão para acessar o perfil. Por favor, ajuste as suas permissões de arquivo de sistema e tente novamente.
profileMigrationFailed=Migração de seu perfil %S existente falhou.\nNovas configurações serão usadas.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Conexão criptografada (Serviço Onion, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Conexão criptografada (Serviço Onion)
diff --git a/pt_PT/torbutton.properties b/pt_PT/torbutton.properties
index f4f80c519..e30dc51c5 100644
--- a/pt_PT/torbutton.properties
+++ b/pt_PT/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Não pode executar %S a partir de um ficheiro do sistema só
profileAccessDenied=%S não tem permissão para aceder ao perfil. Por favor, ajuste as suas permissões de ficheiro do sistema e tente de novo.
profileMigrationFailed=A migração do seu perfil %S existente falhou. \nSerão utilizadas novas configurações.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Ligação Encriptada (Serviço Onion, %1$S, %2$S bit chaves, %3$S)
pageInfo_OnionEncryption=Ligação Encriptada (Serviço Onion)
diff --git a/ro/torbutton.properties b/ro/torbutton.properties
index 9a68f993b..810b725db 100644
--- a/ro/torbutton.properties
+++ b/ro/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Nu poți rula %S dintr-un sistem de fișiere doar pentru citi
profileAccessDenied=%S nu are permisiunea de a accesa profilul. Ajustează permisiunile de sistem de fișiere și reîncearcă.
profileMigrationFailed=Migrarea profilului %S tău a eşuat.\nSe vor folosi setări noi.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Conexiune Criptată (Serviciu Onion, %1$S, cheie pe %2$S biți, %3$S)
pageInfo_OnionEncryption=Conexiune Criptată (Serviciu Onion)
diff --git a/ru/torbutton.properties b/ru/torbutton.properties
index c18c122bf..ea68c81f6 100644
--- a/ru/torbutton.properties
+++ b/ru/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Невозможно запустить %S из файлов
profileAccessDenied=У %S нет разрешения на доступ к профилю. Пожалуйста, измените права доступа и попробуйте снова.
profileMigrationFailed=Перемещение вашего существующего %S профиля не удалось.\nБудут использоваться новые настройки.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Соединение зашифровано (Onion Service, %1$S, %2$S битные ключи, %3$S)
pageInfo_OnionEncryption=Соединение зашифровано (Onion Service)
diff --git a/si_LK/torbutton.properties b/si_LK/torbutton.properties
index 8c63677e7..76025bfe8 100644
--- a/si_LK/torbutton.properties
+++ b/si_LK/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/sk/torbutton.properties b/sk/torbutton.properties
index dbc00b0f9..5dfb6b36b 100644
--- a/sk/torbutton.properties
+++ b/sk/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Nedá sa spustiť %S je len pre čítanie. Prosím, skopíru
profileAccessDenied=%S nemá povolenie na prístup k profilu. Upravte oprávnenia súborov systému a skúste výkon zopakovať znovu.
profileMigrationFailed=Presun existujúceho profilu %S zlyhalo.\nPoužité bude nové nastavenie.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/sl/torbutton.properties b/sl/torbutton.properties
index 715c0197a..512fe045c 100644
--- a/sl/torbutton.properties
+++ b/sl/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/son/torbutton.properties b/son/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/son/torbutton.properties
+++ b/son/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/sq/torbutton.properties b/sq/torbutton.properties
index ceabddde1..e6d6f7516 100644
--- a/sq/torbutton.properties
+++ b/sq/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Ju s'mund ta ekzekutoni %S nga një skedar vetëm-për-lexim
profileAccessDenied=%S nuk ka leje që t'i qaset profilit. Ju lutemi ndreqeni sistemin e lejeve të skedarit tuaj dhe përpiquni sërish.
profileMigrationFailed=Dështoi emigrimi i profilit tuaj ekzistues %S.\nDo të përdoret një konfigurim i ri.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/sr/torbutton.properties b/sr/torbutton.properties
index b7d1379f1..2919e116c 100644
--- a/sr/torbutton.properties
+++ b/sr/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Ne možete pokrenuti %S iz samo-za-čitanje sistema fajlova.
profileAccessDenied=%S nema dozvolu za pristup profilu. Podesite dozvole kod vašeg sistema fajlova pa pokušajte ponovo.
profileMigrationFailed=Миграција вашег постојећег %S профила није успела.\nНова подешавања ће бити искоришћена.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/sv/torbutton.properties b/sv/torbutton.properties
index aaa6856e3..465aaf050 100644
--- a/sv/torbutton.properties
+++ b/sv/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Du kan inte köra %S från ett read-only filsystem. Kopiera f
profileAccessDenied=%S har inte rättighet att använda profilen. Vänligen ändra dina rättigheter i filsystemet och försök igen!
profileMigrationFailed=Migrering av din befintliga %S profil misslyckades.\nNya inställningar kommer att användas.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Anslutning krypterad (Onion-tjänst, %1$S, %2$S bit nycklar, %3$S)
pageInfo_OnionEncryption=Anslutning krypterad (Onion-tjänst)
diff --git a/ta/torbutton.properties b/ta/torbutton.properties
index 923b522de..cc0129e96 100644
--- a/ta/torbutton.properties
+++ b/ta/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/te/torbutton.properties b/te/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/te/torbutton.properties
+++ b/te/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/th/torbutton.properties b/th/torbutton.properties
index 58ca4a8a0..118ca8d96 100644
--- a/th/torbutton.properties
+++ b/th/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=การย้ายโปรไฟล์ %S ที่มีอยู่แล้วของคุณล้มเหลว\nการตั้งค่าใหม่จะถูกใช้
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/tr/torbutton.properties b/tr/torbutton.properties
index 8ac1ecfed..07e70d187 100644
--- a/tr/torbutton.properties
+++ b/tr/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=%S salt okunur bir dosya sisteminden çalıştırılamaz. Lü
profileAccessDenied=%S, profilinize erişemiyor. Lütfen dosya sistemi izinlerini ayarlayarak yeniden deneyin.
profileMigrationFailed=Mevcut %S profilinizin taşınma işlemi başarısız oldu.\nYeni ayarlar kullanılacak.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Bağlantı Şifreli (Onion Hizmeti, %1$S, %2$S bit anahtarlar, %3$S)
pageInfo_OnionEncryption=Bağlantı Şifreli (Onion Hizmeti)
diff --git a/uk/torbutton.properties b/uk/torbutton.properties
index b0383c366..70ae416d1 100644
--- a/uk/torbutton.properties
+++ b/uk/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Ви не можете виконати %S з файлово
profileAccessDenied=%S не має дозволу на доступ до профілю. Будь ласка, змініть налаштування вашої файлової системи і спробуйте знову.
profileMigrationFailed=Міграція Вашого існуючого %S профілю не вдалася.\nБудуть використані нові налаштування.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/ur/torbutton.properties b/ur/torbutton.properties
index f11fb5bf9..ea7a7d630 100644
--- a/ur/torbutton.properties
+++ b/ur/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/uz/torbutton.properties b/uz/torbutton.properties
index 4ceddce02..ffd95d10a 100644
--- a/uz/torbutton.properties
+++ b/uz/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=You cannot run %S from a read-only file system. Please copy
profileAccessDenied=%S does not have permission to access the profile. Please adjust your file system permissions and try again.
profileMigrationFailed=Migration of your existing %S profile failed.\nNew settings will be used.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/vi/torbutton.properties b/vi/torbutton.properties
index 6a4f068ff..d74c93a98 100644
--- a/vi/torbutton.properties
+++ b/vi/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=Bạn không thể chạy %S từ một tập tin hệ thốn
profileAccessDenied=%S không được phép truy cập cấu hình. Vui lòng điều chỉnh sự cho phép của tập tin hệ thống và thử lại.
profileMigrationFailed=Việc di chuyển hồ sơ %S hiện tại của bạn đã thất bại.\nNhững cài đặt mới sẽ được sử dụng.
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Đã mã hóa kết nối (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Đã mã hóa kết nối (Onion Service)
diff --git a/zh_CN/torbutton.properties b/zh_CN/torbutton.properties
index 9b908a0b1..e5b87b4f0 100644
--- a/zh_CN/torbutton.properties
+++ b/zh_CN/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=您不能在一个只读文件系统上运行 %S。请在尝
profileAccessDenied=%S 没有权限访问配置文件。请调整您的文件系统权限然后重试。
profileMigrationFailed=转移您已有的配置文件 %S 失败。\n新设置将被使用。
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=连接已经被加密(洋葱服务, %1$S, %2$S 密钥, %3$S)
pageInfo_OnionEncryption=连接已经被加密(洋葱服务)
diff --git a/zh_HK/torbutton.properties b/zh_HK/torbutton.properties
index ac4948f9b..a15cfe7fa 100644
--- a/zh_HK/torbutton.properties
+++ b/zh_HK/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=唔能夠喺唯讀嘅檔案系統中執行%S,請先將%S複
profileAccessDenied=%S無足夠嘅存取權限,請重新調整你嘅檔案系統權限,再行嘗試。
profileMigrationFailed=無法轉移至你現存嘅%S資料夾。\n將使用新設定。
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
diff --git a/zh_TW/torbutton.properties b/zh_TW/torbutton.properties
index f573c90af..b9d1304b9 100644
--- a/zh_TW/torbutton.properties
+++ b/zh_TW/torbutton.properties
@@ -50,6 +50,11 @@ profileReadOnlyMac=您不能在唯讀的檔案系統中執行 %S,請先將 %S
profileAccessDenied=%S 沒有足夠的存取權限,請重新調整您的檔案系統權限後再行嘗試。
profileMigrationFailed=無法轉移至您現存的%S資料夾。\n將使用新設定。
+# "Downloading update" string for the hamburger menu (see #28885).
+# This string is kept here for ease of translation.
+# LOCALIZATION NOTE: %S is the application name.
+updateDownloadingPanelUILabel=Downloading %S update
+
# .Onion Page Info prompt. Strings are kept here for ease of translation.
pageInfo_OnionEncryptionWithBitsAndProtocol=連接加密(洋蔥服務, %1$S, %2$S bit keys, %3$S)
pageInfo_OnionEncryption=連接加密(洋蔥服務)
1
0

[tor-browser-build/master] Revert "Bug 27865: Tor Browser 8.5a2 is crashing on Windows"
by gk@torproject.org 23 Jan '19
by gk@torproject.org 23 Jan '19
23 Jan '19
commit b019cacb8fba8aef0362dcef4860e51a46394a13
Author: Georg Koppen <gk(a)torproject.org>
Date: Thu Jan 17 07:30:02 2019 +0000
Revert "Bug 27865: Tor Browser 8.5a2 is crashing on Windows"
This reverts commit 49eb43da16695c8fce31129f3499a8258761025a.
No longer needed after we bumped the binutils version to 2.32.1 in
bug 26148.
---
projects/firefox/mozconfig-windows-i686 | 1 +
projects/firefox/mozconfig-windows-x86_64 | 1 +
2 files changed, 2 insertions(+)
diff --git a/projects/firefox/mozconfig-windows-i686 b/projects/firefox/mozconfig-windows-i686
index a5e15f1..07e8851 100644
--- a/projects/firefox/mozconfig-windows-i686
+++ b/projects/firefox/mozconfig-windows-i686
@@ -10,6 +10,7 @@ ac_add_options --enable-default-toolkit=cairo-windows
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-mingw
mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser"
mk_add_options MOZILLA_OFFICIAL=1
+export MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
ac_add_options --disable-debug
diff --git a/projects/firefox/mozconfig-windows-x86_64 b/projects/firefox/mozconfig-windows-x86_64
index e7f857d..1665005 100644
--- a/projects/firefox/mozconfig-windows-x86_64
+++ b/projects/firefox/mozconfig-windows-x86_64
@@ -10,6 +10,7 @@ ac_add_options --enable-default-toolkit=cairo-windows
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-mingw
mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser"
mk_add_options MOZILLA_OFFICIAL=1
+export MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
ac_add_options --disable-debug
1
0
commit 55556eb3dd1869980fe733d56647e0307dd66fa1
Merge: 031ecd7 cdf65c9
Author: Georg Koppen <gk(a)torproject.org>
Date: Wed Jan 23 13:18:40 2019 +0000
Merge branch 'bug_28168_v3'
Which should have been "bug_28618_v3", but the changes are okay at
least...
projects/firefox/1464084.patch | 73 -------------------------------
projects/firefox/1467041.patch | 23 ----------
projects/firefox/build | 2 -
projects/firefox/config | 4 --
projects/firefox/mozconfig-windows-i686 | 1 +
projects/firefox/mozconfig-windows-x86_64 | 1 +
6 files changed, 2 insertions(+), 102 deletions(-)
1
0