tor-commits
Threads by month
- ----- 2025 -----
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
September 2018
- 17 participants
- 3230 discussions
commit fa38bbb7002429badade8422fd1e0b6b657dc32c
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Fri Sep 7 09:49:29 2018 -0400
Bump to 0.3.4.8
---
configure.ac | 2 +-
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 80c83d6cb..4fc1ee13d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.4.7-rc-dev])
+AC_INIT([tor],[0.3.4.8])
AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 85ba10773..0e79e2abf 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.3.4.7-rc-dev"
+!define VERSION "0.3.4.8"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 40c57c387..4c7176dae 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.3.4.7-rc-dev"
+#define VERSION "0.3.4.8"
1
0
commit b9103c38c367807d4ca03bae4f707febfad2cfce
Merge: 859d744eb fa38bbb70
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Fri Sep 7 09:49:41 2018 -0400
Merge branch 'maint-0.3.4'
"ours" to avoid version bump
1
0
commit fa38bbb7002429badade8422fd1e0b6b657dc32c
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Fri Sep 7 09:49:29 2018 -0400
Bump to 0.3.4.8
---
configure.ac | 2 +-
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 80c83d6cb..4fc1ee13d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2017, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.4.7-rc-dev])
+AC_INIT([tor],[0.3.4.8])
AC_CONFIG_SRCDIR([src/or/main.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 85ba10773..0e79e2abf 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.3.4.7-rc-dev"
+!define VERSION "0.3.4.8"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 40c57c387..4c7176dae 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.3.4.7-rc-dev"
+#define VERSION "0.3.4.8"
1
0

[tor/release-0.3.4] Merge branch 'maint-0.3.4' into release-0.3.4
by nickm@torproject.org 07 Sep '18
by nickm@torproject.org 07 Sep '18
07 Sep '18
commit 0b50ca565d027606aa247a6ec7f85429f3f50543
Merge: eca4c39a4 fa38bbb70
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Fri Sep 7 09:49:53 2018 -0400
Merge branch 'maint-0.3.4' into release-0.3.4
configure.ac | 2 +-
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
1
0

[translation/support-portal_completed] Update translations for support-portal_completed
by translation@torproject.org 07 Sep '18
by translation@torproject.org 07 Sep '18
07 Sep '18
commit 6cad020919721e5e7b3ab217f4372cb4893ca41f
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Sep 7 13:49:27 2018 +0000
Update translations for support-portal_completed
---
contents+es.po | 88 ++++++++++++++++++++++++++++++----------------------------
contents+tr.po | 86 +++++++++++++++++++++++++++++---------------------------
contents.pot | 88 +++++++++++++++++++++++++++++++---------------------------
3 files changed, 138 insertions(+), 124 deletions(-)
diff --git a/contents+es.po b/contents+es.po
index 8df313e06..0c29e919d 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Silvana Nunez <snunez(a)ocb.ibb.gov>, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
@@ -406,6 +406,15 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"Si se requiere un proxy SOCKS para la configuración de la red, asegúrate de "
+"que has introducido los datos del proxy correctamente."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1054,11 +1063,6 @@ msgstr "bajar-el-navegador-tor-para-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "¿Puedo cambiar el número de saltos que usa Tor?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1562,6 +1566,15 @@ msgstr "rastreo-de-usuario-de-tor"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "navegador-tor-no-conectará-censurado"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"Si ves líneas como estas en tu registro Tor, significa que no se está "
+"conectando a un proxy SOCKS."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1691,11 +1704,6 @@ msgstr ""
"En Linux, no hay ubicación predeterminada; no obstante la carpeta será "
"nombrada \"tor-browser_en-US\" si está ejecutando el Tor Browser en inglés."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Título de la tarjeta</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "misc"
@@ -2824,10 +2832,17 @@ msgstr "conserva-tor-registros"
msgid "Thank you.\""
msgstr "Gracias.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Es posible que se te ofrezca la opción de elegir entre software de \"32 "
+"bits\" o \"64 bits\": esto depende del modelo de ordenador que estés "
+"utilizando; consulta la documentación de tu ordenador para obtener más "
+"información."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3564,17 +3579,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: incapaz de conectar a "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Es posible que se te ofrezca la opción de elegir entre software de \"32 "
-"bits\" o \"64 bits\": esto depende del modelo de ordenador que estés "
-"utilizando; consulta la documentación de tu ordenador para obtener más "
-"información."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3751,8 +3759,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3951,6 +3957,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4107,14 +4120,10 @@ msgstr "ejecutar-tor-en-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Log notice file /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "¿Puedo cambiar el número de saltos que usa Tor?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4535,11 +4544,6 @@ msgstr ""
"No recomendamos ejecutar múltiples instancias del Tor Browser, pueden no "
"funcionar como se espera en muchas plataformas."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Texto de la tarjeta</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4688,7 +4692,7 @@ msgstr "Bajarse el navegador Tor"
msgid "Search"
msgstr "Buscar"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Temas"
diff --git a/contents+tr.po b/contents+tr.po
index e180ddb7d..520a7df7a 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Goktug Cetin <spartalileonidas(a)gmail.com>, 2018\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -400,6 +400,15 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "Daemon 1 Olarak Çalıştır"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"Ağ kurulumunuz için bir SOCK vekil sunucusu kullanılması gerekliyse vekil "
+"sunucu bilgilerini doğru ayarladığınızdan emin olun."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1045,11 +1054,6 @@ msgstr "chromeos-icin-tor-browser-indirmek"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Tor tarafından kullanılan atlama sayısını değiştirebilir miyim?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1548,6 +1552,15 @@ msgstr "tor-kullanicilarinin-izlenmesi"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-baglantisi-kurulamiyor-ag-sansurlenmemis"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"Tor günlüğünde buna benzer satırlar görüyorsanız, bir SOCKS vekil sunucusu "
+"ile bağlantı kurma sorunları yaşıyorsunuz demektir."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1676,11 +1689,6 @@ msgstr ""
"Linux üzerinde varsayılan konum yoktur, ancak kullandığınız Tor Browser "
"İngilizce ise \"tor-browser_en-US\" klasör adı kullanılır."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Kart başlığı</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "diger"
@@ -2809,10 +2817,16 @@ msgstr "tor-gunluk-kayitlari-tutuyor-mu"
msgid "Thank you.\""
msgstr "Teşekkürler.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Kullandığınız bilgisayarın modeline bağlı olarak \"32-bit\" ya da \"64-bit\""
+" uygulamalardan biri sunulabilir. Bilgisayarınız ile ilgili ayrıntılı bilgi "
+"almak için belgelere bakabilirsiniz."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3547,16 +3561,10 @@ msgstr ""
"xx..xxx..xxx.xx:xxxxx ile bağlantı kurulamadı (\"genel SOCKS sunucusu "
"sorunu\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Kullandığınız bilgisayarın modeline bağlı olarak \"32-bit\" ya da \"64-bit\""
-" uygulamalardan biri sunulabilir. Bilgisayarınız ile ilgili ayrıntılı bilgi "
-"almak için belgelere bakabilirsiniz."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3738,8 +3746,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3937,6 +3943,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#Ailem $AnahtarKodu,$AnahtarKodu,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4092,14 +4105,10 @@ msgstr "windows-phone-uzerinde-tor-browser-kullanmak"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Günlük bildirimi dosyası /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Tor tarafından kullanılan atlama sayısını değiştirebilir miyim?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4522,11 +4531,6 @@ msgstr ""
"Birden çok Tor Browser kopyasının kullanılması önerilmez ve çoğu platform "
"üzerinde olması gerektiği gibi düzgün çalışmaz."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Kart metni</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4678,7 +4682,7 @@ msgstr "Tor Browser İndir"
msgid "Search"
msgstr "Arama"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Başlıklar"
diff --git a/contents.pot b/contents.pot
index 440d778c8..7a6e8221e 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL(a)li.org>\n"
@@ -388,6 +388,15 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1027,11 +1036,6 @@ msgstr "download-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Can I change the number of hops Tor uses?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1522,6 +1526,15 @@ msgstr "tracing-tor-user"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-will-not-connect-no-censorship"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1647,11 +1660,6 @@ msgstr ""
"On Linux, there is no default location, however the folder will be named "
"\"tor-browser_en-US\" if you are running the English Tor Browser."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Card title</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "misc"
@@ -2759,10 +2767,16 @@ msgstr "does-tor-keep-logs"
msgid "Thank you.\""
msgstr "Thank you.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3484,16 +3498,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3668,8 +3676,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3866,6 +3872,15 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4017,14 +4032,10 @@ msgstr "run-tor-on-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Log notice file /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Can I change the number of hops Tor uses?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4437,11 +4448,6 @@ msgstr ""
"We do not recommend running multiple instances of Tor Browser, and may not "
"work as anticipated on many platforms."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Card text</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4586,7 +4592,7 @@ msgstr "Download Tor Browser"
msgid "Search"
msgstr "Search"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Topics"
1
0

[translation/support-portal] Update translations for support-portal
by translation@torproject.org 07 Sep '18
by translation@torproject.org 07 Sep '18
07 Sep '18
commit e9e1e68aed3aa95341b845e88c24a4d98354c01d
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Sep 7 13:49:18 2018 +0000
Update translations for support-portal
---
contents+bn_BD.po | 85 +++++++++++++++++++++++++++++------------------------
contents+ca.po | 84 ++++++++++++++++++++++++++++------------------------
contents+de.po | 84 ++++++++++++++++++++++++++++------------------------
contents+el.po | 70 ++++++++++++++++++++++---------------------
contents+es.po | 88 +++++++++++++++++++++++++++++--------------------------
contents+es_AR.po | 80 ++++++++++++++++++++++++++------------------------
contents+fa.po | 72 +++++++++++++++++++++++----------------------
contents+fr.po | 80 ++++++++++++++++++++++++++------------------------
contents+ga.po | 74 +++++++++++++++++++++++-----------------------
contents+he.po | 72 +++++++++++++++++++++++----------------------
contents+id.po | 83 +++++++++++++++++++++++++++------------------------
contents+it.po | 85 +++++++++++++++++++++++++++++------------------------
contents+nb.po | 70 ++++++++++++++++++++++---------------------
contents+pt.po | 74 +++++++++++++++++++++++-----------------------
contents+pt_BR.po | 88 +++++++++++++++++++++++++++++++------------------------
contents+ru.po | 72 +++++++++++++++++++++++----------------------
contents+tr.po | 86 +++++++++++++++++++++++++++--------------------------
contents+zh_CN.po | 70 ++++++++++++++++++++++---------------------
contents.pot | 88 +++++++++++++++++++++++++++++--------------------------
19 files changed, 791 insertions(+), 714 deletions(-)
diff --git a/contents+bn_BD.po b/contents+bn_BD.po
index fd63ba5df..0030881de 100644
--- a/contents+bn_BD.po
+++ b/contents+bn_BD.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Bengali (Bangladesh) (https://www.transifex.com/otf/teams/1519/bn_BD/)\n"
@@ -389,6 +389,16 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"যদি আপনার নেটওয়ার্ক সেটআপের জন্য একটি মোজা প্রক্সি প্রয়োজন হয়, তবে "
+"অনুগ্রহ করে নিশ্চিত করুন যে আপনি আপনার প্রক্সি বিবরণ সঠিকভাবে প্রবেশ "
+"করিয়েছেন ।"
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1029,11 +1039,6 @@ msgstr "download-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "আমি কি hops সংখ্যা পরিবর্তন করতে পারি?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1524,6 +1529,15 @@ msgstr "tracing-tor-user"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-will-not-connect-no-censorship"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"যদি আপনি আপনার টর লগে এই ধরনের লাইনগুলো দেখেন, এর মানে আপনি একটি মোজা "
+"প্রক্সির সাথে সংযোগ করতে ব্যর্থ হন ।"
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1649,11 +1663,6 @@ msgstr ""
"লিনাক্সে, কোন ডিফল্ট অবস্থান নেই, তবে ফোল্ডারটি \"টর-browser_en-ইউএস \"-এর "
"নাম হবে যদি আপনি ইংরেজী টর ব্রাউজার চালাচ্ছেন ।"
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">কার্ডের শিরোনাম</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "বিবিধ"
@@ -2753,10 +2762,16 @@ msgstr "does-tor-keep-logs"
msgid "Thank you.\""
msgstr "ধন্যবাদ । \""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"আপনাকে হয়ত \"32-বিট \" অথবা \"64-বিট \" সফ্টওয়্যার প্রদান করা হতে পারে: এই"
+" কম্পিউটারের মডেলের উপর নির্ভর করে আপনি ব্যবহার করছেন; আরও জানার জন্য আপনার "
+"কম্পিউটার সম্পর্কে ডকুমেন্টেশন সম্পর্কে আলোচনা করুন ।"
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3477,16 +3492,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"আপনাকে হয়ত \"32-বিট \" অথবা \"64-বিট \" সফ্টওয়্যার প্রদান করা হতে পারে: এই"
-" কম্পিউটারের মডেলের উপর নির্ভর করে আপনি ব্যবহার করছেন; আরও জানার জন্য আপনার "
-"কম্পিউটার সম্পর্কে ডকুমেন্টেশন সম্পর্কে আলোচনা করুন ।"
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3659,8 +3668,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3859,6 +3866,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4009,12 +4023,10 @@ msgstr "run-tor-on-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "লগ-ইন নোটিশ ফাইল/var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "আমি কি hops সংখ্যা পরিবর্তন করতে পারি?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4427,11 +4439,6 @@ msgstr ""
"আমরা টর ব্রাউজারের বহুবিধ দৃষ্টান্ত চালু করার সুপারিশ করি না এবং অনেক "
"প্ল্যাটফর্মে অভাবিত হিসেবে কাজ নাও করতে পারি ।"
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">কার্ড পাঠ্য</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4575,7 +4582,7 @@ msgstr "টর ব্রাউজার ডাউনলোড করুন"
msgid "Search"
msgstr "খুজুন"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "বিষয়শ্রেণী"
diff --git a/contents+ca.po b/contents+ca.po
index 71c9ba9eb..074950b1e 100644
--- a/contents+ca.po
+++ b/contents+ca.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Humbert <humbert.costas(a)gmail.com>, 2018\n"
"Language-Team: Catalan (https://www.transifex.com/otf/teams/1519/ca/)\n"
@@ -404,6 +404,15 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"Si es requereix un proxy SOCKS per a la configuració de la xarxa, assegureu-"
+"vos que heu introduït correctament els vostres detalls del proxy."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1046,11 +1055,6 @@ msgstr "descarregar-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Puc canviar la quantitat de salts que utilitza Tor?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1551,6 +1555,15 @@ msgstr "rastreig-usuari-tor"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "navegador-tor-no-connecta-no-censurat"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"Si veieu línies com aquestes al vostre registre de Tor, significa que no "
+"esteu connectant a un proxy SOCKS."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1679,11 +1692,6 @@ msgstr ""
"En Linux, no hi ha cap ubicació per defecte, però la carpeta es dirà \"tor-"
"browser_en-US\" si esteu utilitzant el navegador Tor anglès."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Titol de la targeta</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "misc"
@@ -2800,10 +2808,16 @@ msgstr "guarda-tor-logs"
msgid "Thank you.\""
msgstr "Gràcies.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Es pot oferir una selecció de programari de \"32 bits\" o \"de 64 bits\": "
+"això depèn del model de l'ordinador que utilitzeu; consulteu la documentació"
+" sobre l'ordinador per obtenir-ne més informació."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3536,16 +3550,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Es pot oferir una selecció de programari de \"32 bits\" o \"de 64 bits\": "
-"això depèn del model de l'ordinador que utilitzeu; consulteu la documentació"
-" sobre l'ordinador per obtenir-ne més informació."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3724,8 +3732,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3924,6 +3930,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4077,12 +4090,10 @@ msgstr "executa-tor-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Log notice file /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Puc canviar la quantitat de salts que utilitza Tor?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4500,11 +4511,6 @@ msgstr ""
"No recomanem que executeu diverses instàncies del navegador Tor, i pot ser "
"que no funcioni tal com s'esperava a moltes plataformes."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Text de la targeta</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4652,7 +4658,7 @@ msgstr "Descarregueu el navegador Tor"
msgid "Search"
msgstr "Cerca"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Temes"
diff --git a/contents+de.po b/contents+de.po
index 06f07ea5c..3664efb1a 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Thelxinoe, 2018\n"
"Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
@@ -413,6 +413,15 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"Wenn ein SOCKS-Proxy für die Netzwerkeinstelung nötig ist, sollten die "
+"Proxy-Details überprüft werden."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1057,11 +1066,6 @@ msgstr "download-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Kann ich die Anzahl der Knoten ändern?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1561,6 +1565,15 @@ msgstr "tor-anwender-verfolgen"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-verbindet-sich-nicht-keine-zensur"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"Wenn in der Log-Datei Zeile wie diese auftauchen, bedeutet das, der SOCKS-"
+"Proxy kann nicht erreicht werden."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1688,11 +1701,6 @@ msgstr ""
"Auf Linux gibt es keinen Standart-Ort, der Ordner heißt \"tor-browser_en-"
"US\" für die englische Version von Tor Browser."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Kartentitel</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "verschiedenes"
@@ -2802,10 +2810,16 @@ msgstr "speichert-tor-logs"
msgid "Thank you.\""
msgstr "Danke.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Du hast die Wahl zwischen \"32-bit\" oder \"64-bit\"-Software: dies hängt "
+"von der Architektur deines Computers ab; ziehe die Dokumentation deines "
+"Computers zu Rate, um mehr zu erfahren."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3536,16 +3550,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Du hast die Wahl zwischen \"32-bit\" oder \"64-bit\"-Software: dies hängt "
-"von der Architektur deines Computers ab; ziehe die Dokumentation deines "
-"Computers zu Rate, um mehr zu erfahren."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3722,8 +3730,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3926,6 +3932,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr ""
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4078,12 +4091,10 @@ msgstr "starte-tor-auf-windows-telefon"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Log notice file /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Kann ich die Anzahl der Knoten ändern?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4508,11 +4519,6 @@ msgstr ""
"Wir empfehlen, nicht mehrere Instanzen von Tor Browser zu betreiben, auf "
"einigen Plattformen könnte das zu Problemen führen."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Kartentext</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4663,7 +4669,7 @@ msgstr "Tor Browser herunterladen"
msgid "Search"
msgstr "Suchen"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Themen"
diff --git a/contents+el.po b/contents+el.po
index 07c99f794..37aa7698a 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Antonios Chariton <daknob.mac(a)gmail.com>, 2018\n"
"Language-Team: Greek (https://www.transifex.com/otf/teams/1519/el/)\n"
@@ -384,6 +384,13 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -966,11 +973,6 @@ msgstr "κατέβασμα-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr ""
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1399,6 +1401,13 @@ msgstr ""
msgid "tor-browser-will-not-connect-no-censorship"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1508,11 +1517,6 @@ msgid ""
"\"tor-browser_en-US\" if you are running the English Tor Browser."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr ""
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "διάφορα"
@@ -1889,6 +1893,8 @@ msgid ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect "
"toxx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
msgstr ""
+"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect "
+"toxx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
#: http//localhost/misc/misc-10/
#: (content/misc/misc-10/contents+en.lrquestion.seo_slug)
@@ -2481,9 +2487,12 @@ msgstr ""
msgid "Thank you.\""
msgstr "Ευχαριστώ.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
msgstr ""
#: http//localhost/tbb/tbb-29/
@@ -3117,12 +3126,9 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
msgstr ""
#: http//localhost/tbb/tbb-2/
@@ -3270,8 +3276,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3437,6 +3441,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr ""
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -3568,11 +3579,9 @@ msgstr ""
msgid "Log notice file /var/log/tor/notices.log"
msgstr ""
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
msgstr ""
#: http//localhost/tbb/tbb-2/
@@ -3950,11 +3959,6 @@ msgid ""
"work as anticipated on many platforms."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr ""
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4078,7 +4082,7 @@ msgstr "Κατεβάστε Tor Browser"
msgid "Search"
msgstr "Αναζήτηση"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Θέματα"
diff --git a/contents+es.po b/contents+es.po
index 8df313e06..0c29e919d 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Silvana Nunez <snunez(a)ocb.ibb.gov>, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
@@ -406,6 +406,15 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"Si se requiere un proxy SOCKS para la configuración de la red, asegúrate de "
+"que has introducido los datos del proxy correctamente."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1054,11 +1063,6 @@ msgstr "bajar-el-navegador-tor-para-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "¿Puedo cambiar el número de saltos que usa Tor?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1562,6 +1566,15 @@ msgstr "rastreo-de-usuario-de-tor"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "navegador-tor-no-conectará-censurado"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"Si ves líneas como estas en tu registro Tor, significa que no se está "
+"conectando a un proxy SOCKS."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1691,11 +1704,6 @@ msgstr ""
"En Linux, no hay ubicación predeterminada; no obstante la carpeta será "
"nombrada \"tor-browser_en-US\" si está ejecutando el Tor Browser en inglés."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Título de la tarjeta</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "misc"
@@ -2824,10 +2832,17 @@ msgstr "conserva-tor-registros"
msgid "Thank you.\""
msgstr "Gracias.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Es posible que se te ofrezca la opción de elegir entre software de \"32 "
+"bits\" o \"64 bits\": esto depende del modelo de ordenador que estés "
+"utilizando; consulta la documentación de tu ordenador para obtener más "
+"información."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3564,17 +3579,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: incapaz de conectar a "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Es posible que se te ofrezca la opción de elegir entre software de \"32 "
-"bits\" o \"64 bits\": esto depende del modelo de ordenador que estés "
-"utilizando; consulta la documentación de tu ordenador para obtener más "
-"información."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3751,8 +3759,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3951,6 +3957,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4107,14 +4120,10 @@ msgstr "ejecutar-tor-en-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Log notice file /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "¿Puedo cambiar el número de saltos que usa Tor?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4535,11 +4544,6 @@ msgstr ""
"No recomendamos ejecutar múltiples instancias del Tor Browser, pueden no "
"funcionar como se espera en muchas plataformas."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Texto de la tarjeta</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4688,7 +4692,7 @@ msgstr "Bajarse el navegador Tor"
msgid "Search"
msgstr "Buscar"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Temas"
diff --git a/contents+es_AR.po b/contents+es_AR.po
index 0ca9ec1b5..6af3949d7 100644
--- a/contents+es_AR.po
+++ b/contents+es_AR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Zuhualime Akoochimoya, 2018\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/otf/teams/1519/es_AR/)\n"
@@ -404,6 +404,13 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1045,11 +1052,6 @@ msgstr "descargar-navegador-tor-para-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "¿Puedo cambiar el número de saltos que usa Tor?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1547,6 +1549,13 @@ msgstr "traceando-usuario-tor"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "navegador-tor-no-conecta-sin-censura"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1676,11 +1685,6 @@ msgstr ""
"carpeta se llamará \"tor-browser_en-US\" si estás corriendo el navegador Tor"
" en inglés."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Título de la tarjeta</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "misc"
@@ -2806,10 +2810,16 @@ msgstr "tor-mantiene-bitácoras"
msgid "Thank you.\""
msgstr "\"Gracias\"."
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* Japonés (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Puede que te sea ofrecida una opción del programa para 32 ó 64 bits, esto "
+"depende del modelo de la computadora que estás usando; consultá la "
+"documentación acerca de tu computadora para saber más."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3539,16 +3549,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [ADVERTENCIA] Cliente proxy incapaz de conectar a "
"xx..xxx..xxx.xx:xxxxx (\"Fallo general de servidor SOCKS\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Puede que te sea ofrecida una opción del programa para 32 ó 64 bits, esto "
-"depende del modelo de la computadora que estás usando; consultá la "
-"documentación acerca de tu computadora para saber más."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* Japonés (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3729,8 +3733,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3930,6 +3932,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4086,12 +4095,10 @@ msgstr "correr-tor-en-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Log notice file /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "¿Puedo cambiar el número de saltos que usa Tor?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4515,11 +4522,6 @@ msgstr ""
"No recomendamos correr múltiples instancias del navegador Tor, y puede no "
"trabajar de forma anticipada en muchas plataformas."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Texto de la tarjeta</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4668,7 +4670,7 @@ msgstr "Descargar navegador Tor"
msgid "Search"
msgstr "Búsqueda"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Tópicos"
diff --git a/contents+fa.po b/contents+fa.po
index ae6acce70..fe3732925 100644
--- a/contents+fa.po
+++ b/contents+fa.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Persian (https://www.transifex.com/otf/teams/1519/fa/)\n"
@@ -356,6 +356,13 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -917,11 +924,6 @@ msgstr "دانلود-مرورگر-تور-برای-ChromeOS"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr ""
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1352,6 +1354,13 @@ msgstr ""
msgid "tor-browser-will-not-connect-no-censorship"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1467,11 +1476,6 @@ msgstr ""
"اگر از نسخه انگلیسی استفاده می کنید نام فولدر باید \"tor-browser_en-US\" "
"باشد "
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr ""
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "متفرقه"
@@ -2429,10 +2433,13 @@ msgstr "آیا-تور-لاگ ها-را-نگهداری-می کند"
msgid "Thank you.\""
msgstr ""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "ژاپنی"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3058,13 +3065,10 @@ msgid ""
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
msgstr ""
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "ژاپنی"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3209,8 +3213,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3373,6 +3375,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr ""
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -3501,11 +3510,9 @@ msgstr ""
msgid "Log notice file /var/log/tor/notices.log"
msgstr ""
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
msgstr ""
#: http//localhost/tbb/tbb-2/
@@ -3879,11 +3886,6 @@ msgid ""
"work as anticipated on many platforms."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr ""
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4007,7 +4009,7 @@ msgstr "دانلود مرورگر تور "
msgid "Search"
msgstr "جستوجو"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "موضوعات"
diff --git a/contents+fr.po b/contents+fr.po
index 78be64114..89657463e 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Nasri Mohamed <nasmed(a)gmail.com>, 2018\n"
"Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
@@ -409,6 +409,13 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1063,11 +1070,6 @@ msgstr "télécharger-navigateur-tor-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Puis-je changer le nombre de sauts utilisés par Tor ?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1577,6 +1579,13 @@ msgstr "suivre-utilisateur-de-tor-a-la-trace"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "navigateur-tor-ne-se-connecte-pas-aucune-censure"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1710,11 +1719,6 @@ msgstr ""
"s’appellera « tor-browser_fr » si vous utilisez le Navigateur Tor en "
"français."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Titre de la carte</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "divers"
@@ -2849,10 +2853,16 @@ msgstr "tor-conserve-t-il-des-journaux"
msgid "Thank you.\""
msgstr "Merci. »"
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Selon le modèle d’ordinateur que vous utilisez, le choix entre un logiciel "
+"32 bits ou 64 bits vous sera proposé ; consultez la documentation de votre "
+"ordinateur pour en apprendre davantage."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3590,16 +3600,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Selon le modèle d’ordinateur que vous utilisez, le choix entre un logiciel "
-"32 bits ou 64 bits vous sera proposé ; consultez la documentation de votre "
-"ordinateur pour en apprendre davantage."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3783,8 +3787,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3988,6 +3990,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,…"
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4140,12 +4149,10 @@ msgstr "utiliser-tor-sur-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Log notice file /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Puis-je changer le nombre de sauts utilisés par Tor ?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4575,11 +4582,6 @@ msgstr ""
" temps, ce qui pourrait ne pas fonctionner comme souhaité sur plusieurs "
"plateformes."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Texte de la carte</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4729,7 +4731,7 @@ msgstr "Télécharger le Navigateur Tor"
msgid "Search"
msgstr "Chercher"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Sujets"
diff --git a/contents+ga.po b/contents+ga.po
index 8c25bbb76..b7f1dae88 100644
--- a/contents+ga.po
+++ b/contents+ga.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Irish (https://www.transifex.com/otf/teams/1519/ga/)\n"
@@ -403,6 +403,13 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1045,11 +1052,6 @@ msgstr "download-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "An féidir liom líon na n-athsheachadán a úsáideann Tor a athrú?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1540,6 +1542,13 @@ msgstr "tracing-tor-user"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-will-not-connect-no-censorship"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1664,11 +1673,6 @@ msgstr ""
"Níl aon suíomh réamhshocraithe ar Linux, ach is é \"tor-browser_en-US\" ainm"
" an fhillteáin má tá an leagan Béarla agat."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Teideal an chárta</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "misc"
@@ -2734,10 +2738,13 @@ msgstr "does-tor-keep-logs"
msgid "Thank you.\""
msgstr "Go raibh maith agat.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* Seapáinis (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3436,13 +3443,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* Seapáinis (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3592,8 +3596,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3760,6 +3762,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -3897,12 +3906,10 @@ msgstr "run-tor-on-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Log notice file /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "An féidir liom líon na n-athsheachadán a úsáideann Tor a athrú?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4287,11 +4294,6 @@ msgid ""
"work as anticipated on many platforms."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Téacs an chárta</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4422,7 +4424,7 @@ msgstr "Íoslódáil Brabhsálaí Tor"
msgid "Search"
msgstr "Cuardaigh"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Topaicí"
diff --git a/contents+he.po b/contents+he.po
index fcb777fd0..6c4b1f975 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Hebrew (https://www.transifex.com/otf/teams/1519/he/)\n"
@@ -345,6 +345,13 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -896,11 +903,6 @@ msgstr "download-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr ""
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1323,6 +1325,13 @@ msgstr "tracing-tor-user"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-will-not-connect-no-censorship"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1432,11 +1441,6 @@ msgid ""
"\"tor-browser_en-US\" if you are running the English Tor Browser."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">כותרת כרטיס</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "misc"
@@ -2376,10 +2380,13 @@ msgstr "does-tor-keep-logs"
msgid "Thank you.\""
msgstr ""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3005,13 +3012,10 @@ msgid ""
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
msgstr ""
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3154,8 +3158,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3316,6 +3318,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr ""
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -3444,11 +3453,9 @@ msgstr "run-tor-on-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr ""
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
msgstr ""
#: http//localhost/tbb/tbb-2/
@@ -3814,11 +3821,6 @@ msgid ""
"work as anticipated on many platforms."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">מלל כרטיס</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -3939,7 +3941,7 @@ msgstr "הורד את דפדפן Tor"
msgid "Search"
msgstr "חיפוש"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "נושאים"
diff --git a/contents+id.po b/contents+id.po
index 902fbcad4..1368fbf9c 100644
--- a/contents+id.po
+++ b/contents+id.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: sirsyarif, 2018\n"
"Language-Team: Indonesian (https://www.transifex.com/otf/teams/1519/id/)\n"
@@ -404,6 +404,15 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1 "
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"Jika proxy SOCKS diperlukan di pengaturan jaringan Anda, silakan pastikan "
+"Anda telah memasukkan detail proxy dengan akurat."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1046,11 +1055,6 @@ msgstr "download-tor-browser-chromeos "
msgid "HTTPS"
msgstr "HTTPS "
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Apakah saya dapat mengubah jumlah hop yang digunakan Tor?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1546,6 +1550,14 @@ msgstr "tracing-tor-user "
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-will-not-connect-no-censorship "
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"Jika Anda melihat baris seperti ini, Tor gagal tersambung ke SOCKS proxy."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1673,11 +1685,6 @@ msgstr ""
"Di Linux, tidak ada lokasi tertentu, tapi folder akan dinamakan \"tor-"
"browser_en-US\" jika Anda menjalankan versi Inggris Tor Browser."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Card title</h4> "
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "lain-lain"
@@ -2770,10 +2777,16 @@ msgstr "does-tor-keep-logs "
msgid "Thank you.\""
msgstr "Terima kasih!"
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja) "
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Anda mungkin akan ditawari pilihan perangkat lunak \"32-bit\" atau "
+"\"64-bit\": hal ini tergantung pada model komputer yang Anda gunakan; Baca "
+"dokumentasi mengenai komputer Anda untuk mengetahui lebih lanjut."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3479,16 +3492,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\") "
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Anda mungkin akan ditawari pilihan perangkat lunak \"32-bit\" atau "
-"\"64-bit\": hal ini tergantung pada model komputer yang Anda gunakan; Baca "
-"dokumentasi mengenai komputer Anda untuk mengetahui lebih lanjut."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja) "
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3664,8 +3671,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3866,6 +3871,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,... "
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4015,12 +4027,10 @@ msgstr "run-tor-on-windows-phone "
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Log notice file /var/log/tor/notices.log "
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Apakah saya dapat mengubah jumlah hop yang digunakan Tor?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4441,11 +4451,6 @@ msgstr ""
"bersamaan, dan ini mungkin tidak bekerja seperti yang diantisipasi pada "
"banyak platform."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Card text</p> "
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4589,7 +4594,7 @@ msgstr "Unduh Tor Browser"
msgid "Search"
msgstr "Cari"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr ""
diff --git a/contents+it.po b/contents+it.po
index 24cc69169..f1ebea7f2 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: The Gamer <xthegamerx(a)hotmail.com>, 2018\n"
"Language-Team: Italian (https://www.transifex.com/otf/teams/1519/it/)\n"
@@ -414,6 +414,16 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"Se le impostazioni del tuo network prevedono l'utilizzo di un SOCKS proxy, "
+"assicurati per favore che tu abbia inserito in modo corretto i dettagli del "
+"proxy."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1055,11 +1065,6 @@ msgstr "scaricare-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Posso cambiare il numero di salti usati da Tor?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1557,6 +1562,15 @@ msgstr "tracciare-utenti-tor"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-non-si-connette-no-censura"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"Se vedi delle righe simili a queste nel tuo log di Tor, significa che non "
+"riesci a conetterti al SOCKS proxy."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1687,11 +1701,6 @@ msgstr ""
"nominata \"tor-browser_en-US\" se state utilizzando la versione in Inglese "
"di Tor Browser."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Titolo della scheda</h4> "
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "varie"
@@ -2814,10 +2823,16 @@ msgstr "tor-mantiene-log"
msgid "Thank you.\""
msgstr "Grazie.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* Giapponese (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Ti sarà offerta la scelta tra la versione \"32-bit\" o \"64-bit\" del "
+"software; questo dipende dal modello del computer che stai utilizzando; "
+"consulta la documentazione del tuo computer per saperne di più."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3549,16 +3564,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Ti sarà offerta la scelta tra la versione \"32-bit\" o \"64-bit\" del "
-"software; questo dipende dal modello del computer che stai utilizzando; "
-"consulta la documentazione del tuo computer per saperne di più."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* Giapponese (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3734,8 +3743,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3939,6 +3946,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4093,12 +4107,10 @@ msgstr "usare-tor-su-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "File dei log di avviso /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Posso cambiare il numero di salti usati da Tor?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4520,11 +4532,6 @@ msgstr ""
"Non raccomandiamo di eseguire diverse istanze di Tor Browser, su molte "
"piattaforme potrebbero non funzionare come previsto."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Testo della scheda</p> "
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4674,7 +4681,7 @@ msgstr "Scarica Tor Browser"
msgid "Search"
msgstr "Cerca"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Argomenti"
diff --git a/contents+nb.po b/contents+nb.po
index e481163cf..ca4db2bbc 100644
--- a/contents+nb.po
+++ b/contents+nb.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: ty moss <lavahd(a)protonmail.ch>, 2018\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/otf/teams/1519/nb/)\n"
@@ -340,6 +340,13 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -898,11 +905,6 @@ msgstr ""
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Kan jeg endre antall hopp Tor bruker?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1331,6 +1333,13 @@ msgstr ""
msgid "tor-browser-will-not-connect-no-censorship"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1445,11 +1454,6 @@ msgid ""
"\"tor-browser_en-US\" if you are running the English Tor Browser."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr ""
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr ""
@@ -2403,9 +2407,12 @@ msgstr ""
msgid "Thank you.\""
msgstr "Takk skal du ha.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
msgstr ""
#: http//localhost/tbb/tbb-29/
@@ -3042,12 +3049,9 @@ msgid ""
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
msgstr ""
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
msgstr ""
#: http//localhost/tbb/tbb-2/
@@ -3193,8 +3197,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3359,6 +3361,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr ""
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -3487,12 +3496,10 @@ msgstr ""
msgid "Log notice file /var/log/tor/notices.log"
msgstr ""
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Kan jeg endre antall hopp Tor bruker?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3858,11 +3865,6 @@ msgid ""
"work as anticipated on many platforms."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr ""
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -3987,7 +3989,7 @@ msgstr "Last ned Tor Browser"
msgid "Search"
msgstr "Søk"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr ""
diff --git a/contents+pt.po b/contents+pt.po
index 690d163ef..9b5992253 100644
--- a/contents+pt.po
+++ b/contents+pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Allan Werneck <edielwerneck(a)gmail.com>, 2018\n"
"Language-Team: Portuguese (https://www.transifex.com/otf/teams/1519/pt/)\n"
@@ -359,6 +359,13 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -953,11 +960,6 @@ msgstr "baixar-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Eu posso alterar o número de etapas que o Tor utiliza?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1401,6 +1403,13 @@ msgstr ""
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-nao-conecta-sem-censura"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1515,11 +1524,6 @@ msgid ""
"\"tor-browser_en-US\" if you are running the English Tor Browser."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Título do Cartão</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "diversos"
@@ -2501,10 +2505,13 @@ msgstr ""
msgid "Thank you.\""
msgstr "Obrigado.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* Japonês (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3154,13 +3161,10 @@ msgid ""
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
msgstr ""
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* Japonês (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3317,8 +3321,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3486,6 +3488,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr ""
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -3620,12 +3629,10 @@ msgstr "executar-tor-no-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr ""
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Eu posso alterar o número de etapas que o Tor utiliza?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4018,11 +4025,6 @@ msgid ""
"work as anticipated on many platforms."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Texto do Cartão</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4146,7 +4148,7 @@ msgstr "Transferir Tor Browser"
msgid "Search"
msgstr "Pesquisar"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr ""
diff --git a/contents+pt_BR.po b/contents+pt_BR.po
index 0067988b2..6969bfe22 100644
--- a/contents+pt_BR.po
+++ b/contents+pt_BR.po
@@ -29,7 +29,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: RAFAEL GAUNA <rafaelgt.mbin(a)gmail.com>, 2018\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/otf/teams/1519/pt_BR/)\n"
@@ -419,6 +419,15 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"Se um SOCKS proxy é necessário para a configuração de sua rede, então por "
+"favor tenha certeza se você forneceu seus detalhes de proxy corretamente."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1037,11 +1046,6 @@ msgstr "baixar-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Posso alterar o número de saltos que o TOR usa?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1536,6 +1540,15 @@ msgstr "rastreamento-de-usuarios-tor"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"Se você vê linhas como essas no seu registro Tor, isso significa que você "
+"está falhando ao conectar a um SOCKS proxy."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1662,11 +1675,6 @@ msgstr ""
"será nomeado \"tor-browser_en-US\" se você está rodando o Navegador do Tor "
"em Inglês."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Título do cartão</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "misc"
@@ -2080,6 +2088,8 @@ msgid ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect "
"toxx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
msgstr ""
+"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect "
+"toxx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
#: http//localhost/misc/misc-10/
#: (content/misc/misc-10/contents+en.lrquestion.seo_slug)
@@ -2739,10 +2749,16 @@ msgstr "tor-mantem-registros"
msgid "Thank you.\""
msgstr "Obrigado.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* Japonês (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Pode ser oferecido a escolha de programas de \"32-bit\" ou \"64-bit\": isso "
+"depende de qual modelo de computador você está usando; consulte a "
+"documentação sobre seu computador para encontrar mais."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3425,17 +3441,13 @@ msgid ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
msgstr ""
+"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
+"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Pode ser oferecido a escolha de programas de \"32-bit\" ou \"64-bit\": isso "
-"depende de qual modelo de computador você está usando; consulte a "
-"documentação sobre seu computador para encontrar mais."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* Japonês (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3612,8 +3624,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3811,6 +3821,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr ""
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -3958,12 +3975,10 @@ msgstr "Executar-tor-no-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr ""
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Posso alterar o número de saltos que o TOR usa?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4374,11 +4389,6 @@ msgstr ""
"Nós não recomendados rodar múltiplas instâncias do Navegador Tor, e pode não"
" funcionar antecipadamente em muitas plataformas."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Título do cartão</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4522,7 +4532,7 @@ msgstr "Baixe o Tor Browser"
msgid "Search"
msgstr "Pesquisa"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Tópicos"
diff --git a/contents+ru.po b/contents+ru.po
index 562c01849..c03c6031b 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: moose of letters <reverett(a)pm.me>, 2018\n"
"Language-Team: Russian (https://www.transifex.com/otf/teams/1519/ru/)\n"
@@ -391,6 +391,13 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -992,11 +999,6 @@ msgstr ""
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr ""
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1446,6 +1448,13 @@ msgstr ""
msgid "tor-browser-will-not-connect-no-censorship"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1563,11 +1572,6 @@ msgstr ""
"В Linux какой-то конкретной папки по умолчанию нет. Если вы устанавливаете "
"Tor Browser на английском языке, папка будет названа \"tor-browser_en-US\"."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr ""
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "разное"
@@ -2580,10 +2584,13 @@ msgstr ""
msgid "Thank you.\""
msgstr "Спасибо.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3243,13 +3250,10 @@ msgid ""
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
msgstr ""
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3409,8 +3413,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3583,6 +3585,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr ""
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -3714,11 +3723,9 @@ msgstr ""
msgid "Log notice file /var/log/tor/notices.log"
msgstr ""
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
msgstr ""
#: http//localhost/tbb/tbb-2/
@@ -4101,11 +4108,6 @@ msgstr ""
"Мы не советуем запускать несколько копий Tor Browser. На многих платформах "
"это может работать не так, как ожидается."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr ""
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4234,7 +4236,7 @@ msgstr ""
msgid "Search"
msgstr "Поиск"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Темы"
diff --git a/contents+tr.po b/contents+tr.po
index e180ddb7d..520a7df7a 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Goktug Cetin <spartalileonidas(a)gmail.com>, 2018\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -400,6 +400,15 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "Daemon 1 Olarak Çalıştır"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"Ağ kurulumunuz için bir SOCK vekil sunucusu kullanılması gerekliyse vekil "
+"sunucu bilgilerini doğru ayarladığınızdan emin olun."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1045,11 +1054,6 @@ msgstr "chromeos-icin-tor-browser-indirmek"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Tor tarafından kullanılan atlama sayısını değiştirebilir miyim?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1548,6 +1552,15 @@ msgstr "tor-kullanicilarinin-izlenmesi"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-baglantisi-kurulamiyor-ag-sansurlenmemis"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"Tor günlüğünde buna benzer satırlar görüyorsanız, bir SOCKS vekil sunucusu "
+"ile bağlantı kurma sorunları yaşıyorsunuz demektir."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1676,11 +1689,6 @@ msgstr ""
"Linux üzerinde varsayılan konum yoktur, ancak kullandığınız Tor Browser "
"İngilizce ise \"tor-browser_en-US\" klasör adı kullanılır."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Kart başlığı</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "diger"
@@ -2809,10 +2817,16 @@ msgstr "tor-gunluk-kayitlari-tutuyor-mu"
msgid "Thank you.\""
msgstr "Teşekkürler.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"Kullandığınız bilgisayarın modeline bağlı olarak \"32-bit\" ya da \"64-bit\""
+" uygulamalardan biri sunulabilir. Bilgisayarınız ile ilgili ayrıntılı bilgi "
+"almak için belgelere bakabilirsiniz."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3547,16 +3561,10 @@ msgstr ""
"xx..xxx..xxx.xx:xxxxx ile bağlantı kurulamadı (\"genel SOCKS sunucusu "
"sorunu\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"Kullandığınız bilgisayarın modeline bağlı olarak \"32-bit\" ya da \"64-bit\""
-" uygulamalardan biri sunulabilir. Bilgisayarınız ile ilgili ayrıntılı bilgi "
-"almak için belgelere bakabilirsiniz."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3738,8 +3746,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3937,6 +3943,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#Ailem $AnahtarKodu,$AnahtarKodu,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4092,14 +4105,10 @@ msgstr "windows-phone-uzerinde-tor-browser-kullanmak"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Günlük bildirimi dosyası /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Tor tarafından kullanılan atlama sayısını değiştirebilir miyim?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4522,11 +4531,6 @@ msgstr ""
"Birden çok Tor Browser kopyasının kullanılması önerilmez ve çoğu platform "
"üzerinde olması gerektiği gibi düzgün çalışmaz."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Kart metni</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4678,7 +4682,7 @@ msgstr "Tor Browser İndir"
msgid "Search"
msgstr "Arama"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Başlıklar"
diff --git a/contents+zh_CN.po b/contents+zh_CN.po
index ef238c4fc..da4b8049b 100644
--- a/contents+zh_CN.po
+++ b/contents+zh_CN.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Chinese (China) (https://www.transifex.com/otf/teams/1519/zh_CN/)\n"
@@ -346,6 +346,13 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -895,11 +902,6 @@ msgstr ""
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "我能修改tor网络中的跳跃次数吗?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1319,6 +1321,13 @@ msgstr "追踪-tor-用户"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr ""
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1428,11 +1437,6 @@ msgid ""
"\"tor-browser_en-US\" if you are running the English Tor Browser."
msgstr ""
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr ""
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "misc"
@@ -2368,9 +2372,12 @@ msgstr "tor是否保留日志"
msgid "Thank you.\""
msgstr "谢谢你。\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
msgstr ""
#: http//localhost/tbb/tbb-29/
@@ -2992,12 +2999,9 @@ msgid ""
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
msgstr ""
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
msgstr ""
#: http//localhost/tbb/tbb-2/
@@ -3141,8 +3145,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3304,6 +3306,13 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr ""
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -3432,12 +3441,10 @@ msgstr ""
msgid "Log notice file /var/log/tor/notices.log"
msgstr ""
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "我能修改tor网络中的跳跃次数吗?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3800,11 +3807,6 @@ msgid ""
"work as anticipated on many platforms."
msgstr "我们不推荐同时运行多个Tor浏览器,这种做法在许多平台上都可能会有无法预料的后果。"
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr ""
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -3923,7 +3925,7 @@ msgstr "下载Tor浏览器"
msgid "Search"
msgstr "搜索"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr ""
diff --git a/contents.pot b/contents.pot
index 440d778c8..7a6e8221e 100644
--- a/contents.pot
+++ b/contents.pot
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-09-07 10:41+CET\n"
+"POT-Creation-Date: 2018-09-07 15:19+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL(a)li.org>\n"
@@ -388,6 +388,15 @@ msgstr ""
msgid "RunAsDaemon 1"
msgstr "RunAsDaemon 1"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+msgstr ""
+"If a SOCKS proxy is required for your network setup, then please make sure "
+"you’ve entered your proxy details correctly."
+
#: http//localhost/operators/operators-4/
#: (content/operators/operators-4/contents+en.lrquestion.seo_slug)
msgid "using-correct-packages"
@@ -1027,11 +1036,6 @@ msgstr "download-tor-browser-chromeos"
msgid "HTTPS"
msgstr "HTTPS"
-#: http//localhost/misc/misc-11/
-#: (content/misc/misc-11/contents+en.lrquestion.title)
-msgid "Can I change the number of hops Tor uses?"
-msgstr "Can I change the number of hops Tor uses?"
-
#: http//localhost/tbb/tbb-5/ (content/tbb/tbb-5/contents+en.lrquestion.title)
msgid ""
"Can I still use another browser, like Chrome or Firefox, when I am using Tor"
@@ -1522,6 +1526,15 @@ msgstr "tracing-tor-user"
msgid "tor-browser-will-not-connect-no-censorship"
msgstr "tor-browser-will-not-connect-no-censorship"
+#: http//localhost/censorship/censorship-5/
+#: (content/censorship/censorship-5/contents+en.lrquestion.description)
+msgid ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+msgstr ""
+"If you see lines like these in your Tor log, it means you are failing to "
+"connect to a SOCKS proxy."
+
#: http//localhost/tbb/tbb-35/
#: (content/tbb/tbb-35/contents+en.lrquestion.description)
msgid ""
@@ -1647,11 +1660,6 @@ msgstr ""
"On Linux, there is no default location, however the folder will be named "
"\"tor-browser_en-US\" if you are running the English Tor Browser."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<h4 class=\"card-title\">Card title</h4>"
-msgstr "<h4 class=\"card-title\">Card title</h4>"
-
#: http//localhost/misc/ (content/misc/contents+en.lrtopic.seo_slug)
msgid "misc"
msgstr "misc"
@@ -2759,10 +2767,16 @@ msgstr "does-tor-keep-logs"
msgid "Thank you.\""
msgstr "Thank you.\""
-#: http//localhost/tbb/tbb-37/
-#: (content/tbb/tbb-37/contents+en.lrquestion.description)
-msgid "* 日本語 (ja)"
-msgstr "* 日本語 (ja)"
+#: http//localhost/gettor/gettor-2/
+#: (content/gettor/gettor-2/contents+en.lrquestion.description)
+msgid ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
+msgstr ""
+"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
+"depends on the model of the computer you are using; consult documentation "
+"about your computer to find out more."
#: http//localhost/tbb/tbb-29/
#: (content/tbb/tbb-29/contents+en.lrquestion.description)
@@ -3484,16 +3498,10 @@ msgstr ""
"2017-10-29 09:24:08.900 [WARN] Proxy Client: unable to connect to "
"xx..xxx..xxx.xx:xxxxx (\"general SOCKS server failure\")"
-#: http//localhost/gettor/gettor-2/
-#: (content/gettor/gettor-2/contents+en.lrquestion.description)
-msgid ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
-msgstr ""
-"You may be offered a choice of \"32-bit\" or \"64-bit\" software: this "
-"depends on the model of the computer you are using; consult documentation "
-"about your computer to find out more."
+#: http//localhost/tbb/tbb-37/
+#: (content/tbb/tbb-37/contents+en.lrquestion.description)
+msgid "* 日本語 (ja)"
+msgstr "* 日本語 (ja)"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -3668,8 +3676,6 @@ msgstr ""
#: http//localhost/connecting/connecting-2/
#: (content/connecting/connecting-2/contents+en.lrquestion.description)
-#: http//localhost/censorship/censorship-5/
-#: (content/censorship/censorship-5/contents+en.lrquestion.description)
msgid ""
"If you see lines like these in your Tor log, it means you are failing to "
"connect to a SOCKS proxy. If a SOCKS proxy is required for your network "
@@ -3866,6 +3872,15 @@ msgstr ""
msgid "#MyFamily $keyid,$keyid,..."
msgstr "#MyFamily $keyid,$keyid,..."
+#: http//localhost/tbb/tbb-29/
+#: (content/tbb/tbb-29/contents+en.lrquestion.description)
+msgid ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+msgstr ""
+"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity.png\" "
+"alt=\"Tor Browser Menu\">"
+
#: http//localhost/censorship/censorship-2/
#: (content/censorship/censorship-2/contents+en.lrquestion.seo_slug)
msgid "website-is-blocking-access-over-tor"
@@ -4017,14 +4032,10 @@ msgstr "run-tor-on-windows-phone"
msgid "Log notice file /var/log/tor/notices.log"
msgstr "Log notice file /var/log/tor/notices.log"
-#: http//localhost/tbb/tbb-29/
-#: (content/tbb/tbb-29/contents+en.lrquestion.description)
-msgid ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
-msgstr ""
-"<img class=\"card-img-top\" src=\"/static/images/menu-new-identity\" "
-"alt=\"Tor Browser Menu\">"
+#: http//localhost/misc/misc-11/
+#: (content/misc/misc-11/contents+en.lrquestion.title)
+msgid "Can I change the number of hops Tor uses?"
+msgstr "Can I change the number of hops Tor uses?"
#: http//localhost/tbb/tbb-2/
#: (content/tbb/tbb-2/contents+en.lrquestion.description)
@@ -4437,11 +4448,6 @@ msgstr ""
"We do not recommend running multiple instances of Tor Browser, and may not "
"work as anticipated on many platforms."
-#: http//localhost/tbb/tbb-27/
-#: (content/tbb/tbb-27/contents+en.lrquestion.description)
-msgid "<p class=\"card-text\">Card text</p>"
-msgstr "<p class=\"card-text\">Card text</p>"
-
#: http//localhost/censorship/censorship-7/
#: (content/censorship/censorship-7/contents+en.lrquestion.description)
msgid ""
@@ -4586,7 +4592,7 @@ msgstr "Download Tor Browser"
msgid "Search"
msgstr "Search"
-#: templates/sidenav.html:4 templates/sidenav.html:29
+#: templates/sidenav.html:4 templates/sidenav.html:30
msgid "Topics"
msgstr "Topics"
1
0

07 Sep '18
commit eca4c39a435987aa019bdee5d5e7de70a7e96adc
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Fri Sep 7 09:47:51 2018 -0400
Start on release-notes for 0.3.4.8
---
ReleaseNotes | 724 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 722 insertions(+), 2 deletions(-)
diff --git a/ReleaseNotes b/ReleaseNotes
index 11bcba8a6..86bca957e 100644
--- a/ReleaseNotes
+++ b/ReleaseNotes
@@ -2,6 +2,727 @@ This document summarizes new features and bugfixes in each stable
release of Tor. If you want to see more detailed descriptions of the
changes in each development snapshot, see the ChangeLog file.
+Changes in version 0.3.4.8 - 2018-09-10
+ This is the first stable release of its series. BLURB BLURB BLURB.
+
+ o Directory authority changes:
+ - The "Bifroest" bridge authority has been retired; the new bridge
+ authority is "Serge", and it is operated by George from the
+ TorBSD project. Closes ticket 26771.
+ - Add an IPv6 address for the "dannenberg" directory authority.
+ Closes ticket 26343.
+
+ o New system requirements:
+ - Tor no longer tries to support old operating systems without
+ mmap() or some local equivalent. Apparently, compilation on such
+ systems has been broken for some time, without anybody noticing or
+ complaining. Closes ticket 25398.
+
+ o Major features (directory authority, modularization):
+ - The directory authority subsystem has been modularized. The code
+ is now located in src/or/dirauth/, and is compiled in by default.
+ To disable the module, the configure option
+ --disable-module-dirauth has been added. This module may be
+ disabled by default in some future release. Closes ticket 25610.
+
+ o Major features (main loop, CPU usage):
+ - When Tor is disabled (via DisableNetwork or via hibernation), it
+ no longer needs to run any per-second events. This change should
+ make it easier for mobile applications to disable Tor while the
+ device is sleeping, or Tor is not running. Closes ticket 26063.
+ - Tor no longer enables all of its periodic events by default.
+ Previously, Tor would enable all possible main loop events,
+ regardless of whether it needed them. Furthermore, many of these
+ events are now disabled with Tor is hibernating or DisableNetwork
+ is set. This is a big step towards reducing client CPU usage by
+ reducing the amount of wake-ups the daemon does. Closes ticket
+ 25376 and 25762.
+ - The bandwidth-limitation logic has been refactored so that
+ bandwidth calculations are performed on-demand, rather than every
+ TokenBucketRefillInterval milliseconds. This change should improve
+ the granularity of our bandwidth calculations, and limit the
+ number of times that the Tor process needs to wake up when it is
+ idle. Closes ticket 25373.
+ - Move responsibility for many operations from a once-per-second
+ callback to a callback that is only scheduled as needed. Moving
+ this functionality has allowed us to disable the callback when
+ Tor's network is disabled. Once enough items are removed from our
+ once-per-second callback, we can eliminate it entirely to conserve
+ CPU when idle. The functionality removed includes: closing
+ connections, circuits, and channels (ticket 25932); consensus
+ voting (25937); flushing log callbacks (25951); honoring delayed
+ SIGNEWNYM requests (25949); rescanning the consensus cache
+ (25931); saving the state file to disk (25948); warning relay
+ operators about unreachable ports (25952); and keeping track of
+ Tor's uptime (26009).
+
+ o Major bugfixes (directory authorities, security):
+ - When directory authorities read a zero-byte bandwidth file, they
+ would previously log a warning with the contents of an
+ uninitialised buffer. They now log a warning about the empty file
+ instead. Fixes bug 26007; bugfix on 0.2.2.1-alpha.
+
+ o Major bugfixes (security, directory authority, denial-of-service, also in 0.3.3.6):
+ - Fix a bug that could have allowed an attacker to force a directory
+ authority to use up all its RAM by passing it a maliciously
+ crafted protocol versions string. Fixes bug 25517; bugfix on
+ 0.2.9.4-alpha. This issue is also tracked as TROVE-2018-005.
+
+ o Major bugfixes (crash):
+ - Avoid a rare assertion failure in the circuit build timeout code
+ if we fail to allow any circuits to actually complete. Fixes bug
+ 25733; bugfix on 0.2.2.2-alpha.
+
+ o Major bugfixes (directory authority):
+ - Stop leaking memory on directory authorities when planning to
+ vote. This bug was crashing authorities by exhausting their
+ memory. Fixes bug 26435; bugfix on 0.3.3.6.
+ - Avoid a crash when testing router reachability on a router that
+ could have an ed25519 ID, but which does not. Fixes bug 25415;
+ bugfix on 0.3.3.2-alpha.
+
+ o Major bugfixes (onion service):
+ - Correctly detect when onion services get disabled after HUP. Fixes
+ bug 25761; bugfix on 0.3.2.1.
+
+ o Major bugfixes (protover, voting):
+ - Revise Rust implementation of protover to use a more memory-
+ efficient voting algorithm and corresponding data structures, thus
+ avoiding a potential (but small impact) DoS attack where specially
+ crafted protocol strings would expand to several potential
+ megabytes in memory. In the process, several portions of code were
+ revised to be methods on new, custom types, rather than functions
+ taking interchangeable types, thus increasing type safety of the
+ module. Custom error types and handling were added as well, in
+ order to facilitate better error dismissal/handling in outside
+ crates and avoid mistakenly passing an internal error string to C
+ over the FFI boundary. Many tests were added, and some previous
+ differences between the C and Rust implementations have been
+ remedied. Fixes bug 24031; bugfix on 0.3.3.1-alpha.
+
+ o Major bugfixes (relay, denial of service):
+ - Impose a limit on circuit cell queue size. The limit can be
+ controlled by a consensus parameter. Fixes bug 25226; bugfix
+ on 0.2.4.14-alpha.
+
+ o Major bugfixes (rust, testing):
+ - Make sure that failing tests in Rust will actually cause the build
+ to fail: previously, they were ignored. Fixes bug 26258; bugfix
+ on 0.3.3.4-alpha.
+
+ o Minor feature (directory authorities):
+ - Stop warning about incomplete bw lines before the first complete
+ bw line has been found, so that additional header lines can be
+ ignored. Fixes bug 25960; bugfix on 0.2.2.1-alpha
+
+ o Minor features (accounting):
+ - When Tor becomes dormant, it now uses a scheduled event to wake up
+ at the right time. Previously, we would use the per-second timer
+ to check whether to wake up, but we no longer have any per-second
+ timers enabled when the network is disabled. Closes ticket 26064.
+
+ o Minor features (bug workaround):
+ - Compile correctly on systems that provide the C11 stdatomic.h
+ header, but where C11 atomic functions don't actually compile.
+ Closes ticket 26779; workaround for Debian issue 903709.
+
+ o Minor features (code quality):
+ - Add optional spell-checking for the Tor codebase, using the
+ "misspell" program. To use this feature, run "make check-typos".
+ Closes ticket 25024.
+
+ o Minor features (compatibility):
+ - Tell OpenSSL to maintain backward compatibility with previous
+ RSA1024/DH1024 users in Tor. With OpenSSL 1.1.1-pre6, these
+ ciphers are disabled by default. Closes ticket 27344.
+ - Tor now detects versions of OpenSSL 1.1.0 and later compiled with
+ the no-deprecated option, and builds correctly with them. Closes
+ tickets 19429, 19981, and 25353.
+ - Avoid some compilation warnings with recent versions of LibreSSL.
+ Closes ticket 26006.
+
+ o Minor features (compilation):
+ - When building Tor, prefer to use Python 3 over Python 2, and more
+ recent (contemplated) versions over older ones. Closes
+ ticket 26372.
+ - When compiling with --enable-openbsd-malloc or --enable-tcmalloc,
+ tell the compiler not to include the system malloc implementation.
+ Fixes bug 20424; bugfix on 0.2.0.20-rc.
+ - Don't try to use a pragma to temporarily disable the
+ -Wunused-const-variable warning if the compiler doesn't support
+ it. Fixes bug 26785; bugfix on 0.3.2.11.
+ - When building Tor, prefer to use Python 3 over Python 2, and more
+ recent (contemplated) versions over older ones. Closes
+ ticket 26372.
+
+ o Minor features (compression, zstd):
+ - When running with zstd, Tor now considers using advanced functions
+ that the zstd maintainers have labeled as potentially unstable. To
+ prevent breakage, Tor will only use this functionality when the
+ runtime version of the zstd library matches the version with which
+ Tor was compiled. Closes ticket 25162.
+
+ o Minor features (configuration):
+ - The "DownloadSchedule" options have been renamed to end with
+ "DownloadInitialDelay". The old names are still allowed, but will
+ produce a warning. Comma-separated lists are still permitted for
+ these options, but all values after the first are ignored (as they
+ have been since 0.2.9). Closes ticket 23354.
+
+ o Minor features (continuous integration):
+ - Log the compiler path and version during Appveyor builds.
+ Implements ticket 27449.
+ - Show config.log and test-suite.log after failed Appveyor builds.
+ Also upload the zipped full logs as a build artifact. Implements
+ ticket 27430.
+ - Backport Travis rust distcheck to 0.3.3. Closes ticket 24629.
+ - Enable macOS builds in our Travis CI configuration. Closes
+ ticket 24629.
+ - Install libcap-dev and libseccomp2-dev so these optional
+ dependencies get tested on Travis CI. Closes ticket 26560.
+ - Only post Appveyor IRC notifications when the build fails.
+ Implements ticket 27275.
+ - Run asciidoc during Travis CI. Implements ticket 27087.
+ - Use ccache in our Travis CI configuration. Closes ticket 26952.
+ - Add the necessary configuration files for continuous integration
+ testing on Windows, via the Appveyor platform. Closes ticket
+ 25549. Patches from Marcin Cieślak and Isis Lovecruft.
+ - Our .travis.yml configuration now includes support for testing the
+ results of "make distcheck". (It's not uncommon for "make check"
+ to pass but "make distcheck" to fail.) Closes ticket 25814.
+ - Our Travis CI configuration now integrates with the Coveralls
+ coverage analysis tool. Closes ticket 25818.
+
+ o Minor features (continuous integration, rust):
+ - Use cargo cache in our Travis CI configuration. Closes
+ ticket 26952.
+
+ o Minor features (control port):
+ - Introduce GETINFO "current-time/{local,utc}" to return the local
+ and UTC times respectively in ISO format. This helps a controller
+ like Tor Browser detect a time-related error. Closes ticket 25511.
+ Patch by Neel Chauhan.
+ - Introduce new fields to the CIRC_BW event. There are two new
+ fields in each of the read and written directions. The DELIVERED
+ fields report the total valid data on the circuit, as measured by
+ the payload sizes of verified and error-checked relay command
+ cells. The OVERHEAD fields report the total unused bytes in each
+ of these cells. Closes ticket 25903.
+
+ o Minor features (controller):
+ - The control port now exposes the list of HTTPTunnelPorts and
+ ExtOrPorts via GETINFO net/listeners/httptunnel and
+ net/listeners/extor respectively. Closes ticket 26647.
+
+ o Minor features (directory authorities):
+ - Authorities no longer vote to make the subprotocol version
+ "LinkAuth=1" a requirement: it is unsupportable with NSS, and
+ hasn't been needed since Tor 0.3.0.1-alpha. Closes ticket 27286.
+
+ o Minor features (directory authority):
+ - Directory authorities now open their key-pinning files as O_SYNC,
+ to limit their chances of accidentally writing partial lines.
+ Closes ticket 23909.
+
+ o Minor features (directory authority, forward compatibility):
+ - Make the lines of the measured bandwidth file able to contain
+ their entries in any order. Previously, the node_id entry needed
+ to come first. Closes ticket 26004.
+
+ o Minor features (entry guards):
+ - Introduce a new torrc option NumPrimaryGuards for controlling the
+ number of primary guards. Closes ticket 25843.
+
+ o Minor features (geoip):
+ - Update geoip and geoip6 to the August 7 2018 Maxmind GeoLite2
+ Country database. Closes ticket 27089.
+
+ o Minor features (performance):
+ - Avoid a needless call to malloc() when processing an incoming
+ relay cell. Closes ticket 24914.
+ - Make our timing-wheel code run a tiny bit faster on 32-bit
+ platforms, by preferring 32-bit math to 64-bit. Closes
+ ticket 24688.
+ - Avoid a needless malloc()/free() pair every time we handle an ntor
+ handshake. Closes ticket 25150.
+
+ o Minor features (relay, diagnostic):
+ - Add several checks to detect whether Tor relays are uploading
+ their descriptors without specifying why they regenerated them.
+ Diagnostic for ticket 25686.
+
+ o Minor features (Rust, portability):
+ - Rust cross-compilation is now supported. Closes ticket 25895.
+
+ o Minor features (testing):
+ - Add a unit test for voting_schedule_get_start_of_next_interval().
+ Closes ticket 26014, and helps make unit test coverage
+ more deterministic.
+ - A new unittests module specifically for testing the functions in
+ the (new-ish) bridges.c module has been created with new
+ unittests, raising the code coverage percentages. Closes 25425.
+ - We now have improved testing for addressmap_get_virtual_address()
+ function. This should improve our test coverage, and make our test
+ coverage more deterministic. Closes ticket 25993.
+
+ o Minor features (timekeeping, circuit scheduling):
+ - When keeping track of how busy each circuit have been recently on
+ a given connection, use coarse-grained monotonic timers rather
+ than gettimeofday(). This change should marginally increase
+ accuracy and performance. Implements part of ticket 25927.
+
+ o Minor features (unit tests):
+ - Test complete bandwidth measurements files, and test that
+ incomplete bandwidth lines only give warnings when the end of the
+ header has not been detected. Fixes bug 25947; bugfix
+ on 0.2.2.1-alpha
+
+ o Minor bugfixes (bandwidth management):
+ - Consider ourselves "low on write bandwidth" if we have exhausted
+ our write bandwidth some time in the last second. This was the
+ documented behavior before, but the actual behavior was to change
+ this value every TokenBucketRefillInterval. Fixes bug 25828;
+ bugfix on 0.2.3.5-alpha.
+
+ o Minor bugfixes (C correctness):
+ - Add a missing lock acquisition in the shutdown code of the control
+ subsystem. Fixes bug 25675; bugfix on 0.2.7.3-rc. Found by
+ Coverity; this is CID 1433643.
+
+ o Minor bugfixes (circuit path selection):
+ - Don't count path selection failures as circuit build failures.
+ This change should eliminate cases where Tor blames its guard or
+ the network for situations like insufficient microdescriptors
+ and/or overly restrictive torrc settings. Fixes bug 25705; bugfix
+ on 0.3.3.1-alpha.
+
+ o Minor bugfixes (client):
+ - Don't consider Tor running as a client if the ControlPort is open,
+ but no actual client ports are open. Fixes bug 26062; bugfix
+ on 0.2.9.4-alpha.
+
+ o Minor bugfixes (code style):
+ - Fixed multiple includes of transports.h in src/or/connection.c
+ Fixes bug 25261; bugfix on 0.2.5.1-alpha.
+ - Remove the unused variable n_possible from the function
+ channel_get_for_extend(). Fixes bug 25645; bugfix on 0.2.4.4-alpha
+
+ o Minor bugfixes (compatibility, openssl):
+ - Work around a change in OpenSSL 1.1.1 where return values that
+ would previously indicate "no password" now indicate an empty
+ password. Without this workaround, Tor instances running with
+ OpenSSL 1.1.1 would accept descriptors that other Tor instances
+ would reject. Fixes bug 26116; bugfix on 0.2.5.16.
+
+ o Minor bugfixes (compilation):
+ - Silence a spurious compiler warning on the GetAdaptersAddresses
+ function pointer cast. This issue is already fixed by 26481 in
+ 0.3.5 and later, by removing the lookup and cast. Fixes bug 27465;
+ bugfix on 0.2.3.11-alpha.
+ - Stop calling SetProcessDEPPolicy() on 64-bit Windows. It is not
+ supported, and always fails. Some compilers warn about the
+ function pointer cast on 64-bit Windows. Fixes bug 27461; bugfix
+ on 0.2.2.23-alpha.
+ - Fix a compilation warning on some versions of GCC when building
+ code that calls routerinfo_get_my_routerinfo() twice, assuming
+ that the second call will succeed if the first one did. Fixes bug
+ 26269; bugfix on 0.2.8.2-alpha.
+ - Fix a compilation warning on some versions of GCC when building
+ code that calls routerinfo_get_my_routerinfo() twice, assuming
+ that the second call will succeed if the first one did. Fixes bug
+ 26269; bugfix on 0.2.8.2-alpha.
+ - Refrain from compiling unit testing related object files when
+ --disable-unittests is set to configure script. Fixes bug 24891;
+ bugfix on 0.2.5.1-alpha.
+ - The --enable-fatal-warnings flag now affects Rust code as well.
+ Closes ticket 26245.
+ - Silence unused-const-variable warnings in zstd.h with some GCC
+ versions. Fixes bug 26272; bugfix on 0.3.1.1-alpha.
+ - Avoid a compiler warning when casting the return value of
+ smartlist_len() to double with DEBUG_SMARTLIST enabled. Fixes bug
+ 26283; bugfix on 0.2.4.10-alpha.
+
+ o Minor bugfixes (compilation, windows):
+ - Don't link or search for pthreads when building for Windows, even
+ if we are using build environment (like mingw) that provides a
+ pthreads library. Fixes bug 27081; bugfix on 0.1.0.1-rc.
+
+ o Minor bugfixes (continuous integration):
+ - Build with zstd on macOS. Fixes bug 27090; bugfix on 0.3.1.5-alpha.
+ - Skip a pair of unreliable key generation tests on Windows, until
+ the underlying issue in bug 26076 is resolved. Fixes bug 26830 and
+ bug 26853; bugfix on 0.2.7.3-rc and 0.3.2.1-alpha respectively.
+
+ o Minor bugfixes (control port):
+ - Respond with more human-readable error messages to GETINFO exit-
+ policy/* requests. Also, let controller know if an error is
+ transient (response code 551) or not (response code 552). Fixes
+ bug 25852; bugfix on 0.2.8.1-alpha.
+ - Handle the HSADDRESS= argument to the HSPOST command properly.
+ (Previously, this argument was misparsed and thus ignored.) Fixes
+ bug 26523; bugfix on 0.3.3.1-alpha. Patch by "akwizgran".
+ - Parse the "HSADDRESS=" parameter in HSPOST commands properly.
+ Previously, it was misparsed and ignored. Fixes bug 26523; bugfix
+ on 0.3.3.1-alpha. Patch by "akwizgran".
+ - Improve accuracy of the BUILDTIMEOUT_SET control port event's
+ TIMEOUT_RATE and CLOSE_RATE fields. (We were previously
+ miscounting the total number of circuits for these field values.)
+ Fixes bug 26121; bugfix on 0.3.3.1-alpha.
+ - Make CIRC_BW event reflect the total of all data sent on a
+ circuit, including padding and dropped cells. Also fix a mis-
+ counting bug when STREAM_BW events were enabled. Fixes bug 25400;
+ bugfix on 0.2.5.2-alpha.
+
+ o Minor bugfixes (correctness, client):
+ - Upon receiving a malformed connected cell, stop processing the cell
+ immediately. Previously we would mark the connection for close, but
+ continue processing the cell as if the connection were open. Fixes bug
+ 26072; bugfix on 0.2.4.7-alpha.
+
+ o Minor bugfixes (correctness, flow control):
+ - Upon receiving a stream-level SENDME cell, verify that our window
+ has not grown too large. Fixes bug 26214; bugfix on svn
+ r54 (pre-0.0.1)
+
+ o Minor bugfixes (directory authority):
+ - When voting for recommended versions, make sure that all of the
+ versions are well-formed and parsable. Fixes bug 26485; bugfix
+ on 0.1.1.6-alpha.
+
+ o Minor bugfixes (directory client):
+ - When unverified-consensus is verified, rename it to cached-
+ consenus. Fixes bug 4187; bugfix on 0.2.0.3-alpha.
+ - Fixed launching a certificate fetch always during the scheduled
+ periodic consensus fetch by fetching only in those cases when
+ consensus are waiting for certs. Fixes bug 24740; bugfix
+ on 0.2.9.1-alpha.
+
+ o Minor bugfixes (documentation):
+ - Stop saying in the manual that clients cache ipv4 dns answers from
+ exit relays. We haven't used them since 0.2.6.3-alpha, and in
+ ticket 24050 we stopped even caching them as of 0.3.2.6-alpha, but
+ we forgot to say so in the man page. Fixes bug 26052; bugfix
+ on 0.3.2.6-alpha.
+
+ o Minor bugfixes (error reporting):
+ - Improve tolerance for directory authorities with skewed clocks.
+ Previously, an authority with a clock more than 60 seconds ahead
+ could cause a client with a correct clock to warn that the
+ client's clock was behind. Now the clocks of a majority of
+ directory authorities have to be ahead of the client before this
+ warning will occur. Fixes bug 25756; bugfix on 0.2.2.25-alpha.
+
+ o Minor bugfixes (hardening):
+ - Prevent a possible out-of-bounds smartlist read in
+ protover_compute_vote(). Fixes bug 26196; bugfix on 0.2.9.4-alpha.
+
+ o Minor bugfixes (in-process restart):
+ - Always call tor_free_all() when leaving tor_run_main(). When we
+ did not, restarting tor in-process would cause an assertion
+ failure. Fixes bug 26948; bugfix on 0.3.3.1-alpha.
+ - When shutting down, Tor now clears all the flags in the control.c
+ module. This should prevent a bug where authentication cookies are
+ not generated on restart. Fixes bug 25512; bugfix on 0.3.3.1-alpha.
+
+ o Minor bugfixes (Linux seccomp2 sandbox):
+ - Allow the nanosleep() system call, which glibc uses to implement
+ sleep() and usleep(). Fixes bug 24969; bugfix on 0.2.5.1-alpha.
+ - Fix a bug in out sandboxing rules for the openat() syscall.
+ Previously, no openat() call would be permitted, which would break
+ filesystem operations on recent glibc versions. Fixes bug 25440;
+ bugfix on 0.2.9.15. Diagnosis and patch from Daniel Pinto.
+
+ o Minor bugfixes (logging):
+ - Improve the log message when connection initiators fail to
+ authenticate direct connections to relays. Fixes bug 26927; bugfix
+ on 0.3.0.1-alpha.
+
+ o Minor bugfixes (memory, correctness):
+ - Fix a number of small memory leaks identified by coverity. Fixes
+ bug 26467; bugfix on numerous Tor versions.
+
+ o Minor bugfixes (onion service):
+ - Fix a memory leak when a v3 onion service is configured and gets a
+ SIGHUP signal. Fixes bug 25901; bugfix on 0.3.2.1-alpha.
+ - When parsing the descriptor signature, look for the token plus an
+ extra white-space at the end. This is more correct but also will
+ allow us to support new fields that might start with "signature".
+ Fixes bug 26069; bugfix on 0.3.0.1-alpha.
+
+ o Minor bugfixes (onion services):
+ - Silence a spurious compiler warning in
+ rend_client_send_introduction(). Fixes bug 27463; bugfix
+ on 0.1.1.2-alpha.
+ - Fix bug that causes services to not ever rotate their descriptors
+ if they were getting SIGHUPed often. Fixes bug 26932; bugfix
+ on 0.3.2.1-alpha.
+ - Recompute some consensus information after detecting a clock jump,
+ or after transitioning from a non-live consensus to a live
+ consensus. We do this to avoid having an outdated state, and
+ miscalculating the index for next-generation onion services. Fixes
+ bug 24977; bugfix on 0.3.2.1-alpha.
+
+ o Minor bugfixes (path selection):
+ - Only select relays when they have the descriptors we prefer to use
+ for them. This change fixes a bug where we could select a relay
+ because it had _some_ descriptor, but reject it later with a
+ nonfatal assertion error because it didn't have the exact one we
+ wanted. Fixes bugs 25691 and 25692; bugfix on 0.3.3.4-alpha.
+
+ o Minor bugfixes (portability):
+ - Fix compilation of the unit tests on GNU/Hurd, which does not
+ define PATH_MAX. Fixes bug 26873; bugfix on 0.3.3.1-alpha. Patch
+ from "paulusASol".
+ - Work around two different bugs in the OS X 10.10 and later SDKs
+ that would prevent us from successfully targeting earlier versions
+ of OS X. Fixes bug 26876; bugfix on 0.3.3.1-alpha.
+ - Do not align mmap length, as it is not required by POSIX, and the
+ getpagesize function is deprecated. Fixes bug 25399; bugfix
+ on 0.1.1.23.
+
+ o Minor bugfixes (portability, FreeBSD):
+ - In have_enough_mem_for_dircache(), the variable DIRCACHE_MIN_MEM_MB
+ does not stringify on FreeBSD, so we switch to tor_asprintf().
+ Fixes bug 20887; bugfix on 0.2.8.1-alpha. Patch by Neel Chauhan.
+
+ o Minor bugfixes (relay statistics):
+ - When a relay is collecting internal statistics about how many
+ create cell requests it has seen of each type, accurately count
+ the requests from relays that temporarily fall out of the
+ consensus. (To be extra conservative, we were already ignoring
+ requests from clients in our counts, and we continue ignoring them
+ here.) Fixes bug 24910; bugfix on 0.2.4.17-rc.
+
+ o Minor bugfixes (relay):
+ - Relays now correctly block attempts to re-extend to the previous
+ relay by Ed25519 identity. Previously they would warn in this
+ case, but not actually reject the attempt. Fixes bug 26158; bugfix
+ on 0.3.0.1-alpha.
+ - Avoid a crash when running with DirPort set but ORPort turned off.
+ Fixes a case of bug 23693; bugfix on 0.3.1.1-alpha.
+
+ o Minor bugfixes (rust):
+ - Backport test_rust.sh from master. Fixes bug 26497; bugfix
+ on 0.3.1.5-alpha.
+ - Protover parsing was accepting the presence of whitespace in
+ version strings, which the C implementation would choke on, e.g.
+ "Desc=1\t,2". Fixes bug 27177; bugfix on 0.3.3.5-rc.
+ - Protover parsing was ignoring a 2nd hyphen and everything after
+ it, accepting entries like "Link=1-5-foo". Fixes bug 27164; bugfix
+ on 0.3.3.1-alpha.
+ - Stop setting $CARGO_HOME. cargo will use the user's $CARGO_HOME, or
+ $HOME/.cargo by default. Fixes bug 26497; bugfix on 0.3.1.5-alpha.
+ - cd to ${abs_top_builddir}/src/rust before running cargo in
+ src/test/test_rust.sh. This makes the working directory consistent
+ between builds and tests. Fixes bug 26497; bugfix on 0.3.3.2-alpha.
+
+ o Minor bugfixes (single onion services, Tor2web):
+ - Log a protocol warning when single onion services or Tor2web
+ clients fail to authenticate direct connections to relays. Fixes
+ bug 26924; bugfix on 0.2.9.1-alpha.
+
+ o Minor bugfixes (test coverage tools):
+ - Update our "cov-diff" script to handle output from the latest
+ version of gcov, and to remove extraneous timestamp information
+ from its output. Fixes bugs 26101 and 26102; bugfix
+ on 0.2.5.1-alpha.
+
+ o Minor bugfixes (testing):
+ - Disable core dumps in test_bt.sh, to avoid failures in "make
+ distcheck". Fixes bug 26787; bugfix on 0.2.5.2-alpha.
+ - When testing workqueue event-cancellation, make sure that we
+ actually cancel an event, and that cancel each event with equal
+ probability. (It was previously possible, though extremely
+ unlikely, for our event-canceling test not to cancel any events.)
+ Fixes bug 26008; bugfix on 0.2.6.3-alpha.
+ - Repeat part of the test in test_client_pick_intro() a number of
+ times, to give it consistent coverage. Fixes bug 25996; bugfix
+ on 0.3.2.1-alpha.
+ - Remove randomness from the hs_common/responsible_hsdirs test, so
+ that it always takes the same path through the function it tests.
+ Fixes bug 25997; bugfix on 0.3.2.1-alpha.
+ - Change the behavior of the "channel/outbound" test so that it
+ never causes a 10-second rollover for the EWMA circuitmux code.
+ Previously, this behavior would happen randomly, and result in
+ fluctuating test coverage. Fixes bug 25994; bugfix
+ on 0.3.3.1-alpha.
+ - Use X509_new() to allocate certificates that will be freed later
+ with X509_free(). Previously, some parts of the unit tests had
+ used tor_malloc_zero(), which is incorrect, and which caused test
+ failures on Windows when they were built with extra hardening.
+ Fixes bugs 25943 and 25944; bugfix on 0.2.8.1-alpha. Patch by
+ Marcin Cieślak.
+ - While running the circuit_timeout test, fix the PRNG to a
+ deterministic AES stream, so that the test coverage from this test
+ will itself be deterministic. Fixes bug 25995; bugfix
+ on 0.2.2.2-alpha.
+
+ o Minor bugfixes (testing, bootstrap):
+ - When calculating bootstrap progress, check exit policies and the
+ exit flag. Previously, Tor would only check the exit flag, which
+ caused race conditions in small and fast networks like chutney.
+ Fixes bug 27236; bugfix on 0.2.6.3-alpha.
+
+ o Minor bugfixes (testing, chutney):
+ - When running make test-network-all, use the mixed+hs-v2 network.
+ (A previous fix to chutney removed v3 onion services from the
+ mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is
+ confusing.) Fixes bug 27345; bugfix on 0.3.2.1-alpha.
+ - Before running make test-network-all, delete old logs and test
+ result files, to avoid spurious failures. Fixes bug 27295; bugfix
+ on 0.2.7.3-rc.
+
+ o Minor bugfixes (testing, compatibility):
+ - When running the ntor_ref.py and hs_ntor_ref.py tests, make sure
+ only to pass strings (rather than "bytes" objects) to the Python
+ subprocess module. Python 3 on Windows seems to require this.
+ Fixes bug 26535; bugfix on 0.2.5.5-alpha (for ntor_ref.py) and
+ 0.3.1.1-alpha (for hs_ntor_ref.py).
+ - When running the hs_ntor_ref.py test, make sure only to pass
+ strings (rather than "bytes" objects) to the Python subprocess
+ module. Python 3 on Windows seems to require this. Fixes bug
+ 26535; bugfix on 0.3.1.1-alpha.
+ - When running the ntor_ref.py test, make sure only to pass strings
+ (rather than "bytes" objects) to the Python subprocess module.
+ Python 3 on Windows seems to require this. Fixes bug 26535; bugfix
+ on 0.2.5.5-alpha.
+
+ o Minor bugfixes (testing, openssl compatibility):
+ - Our "tortls/cert_matches_key" unit test no longer relies on
+ OpenSSL internals. Previously, it relied on unsupported OpenSSL
+ behavior in a way that caused it to crash with OpenSSL 1.0.2p.
+ Fixes bug 27226; bugfix on 0.2.5.1-alpha.
+
+ o Minor bugfixes (v3 onion services):
+ - Stop sending ed25519 link specifiers in v3 onion service introduce
+ cells and descriptors, when the rendezvous or introduction point
+ doesn't support ed25519 link authentication. Fixes bug 26627;
+ bugfix on 0.3.2.4-alpha.
+
+ o Minor bugfixes (vanguards):
+ - Allow the last hop in a vanguard circuit to be the same as our
+ first, to prevent the adversary from influencing guard node choice
+ by choice of last hop. Also prevent the creation of A - B - A
+ paths, or A - A paths, which are forbidden by relays. Fixes bug
+ 25870; bugfix on 0.3.3.1-alpha.
+
+ o Minor bugfixes (Windows, compilation):
+ - Silence a compilation warning on MSVC 2017 and clang-cl. Fixes bug
+ 27185; bugfix on 0.2.2.2-alpha.
+
+ o Code simplification and refactoring:
+ - Remove duplicate code in parse_{c,s}method_line and bootstrap
+ their functionalities into a single function. Fixes bug 6236;
+ bugfix on 0.2.3.6-alpha.
+ - We remove the PortForwsrding and PortForwardingHelper options,
+ related functions, and the port_forwarding tests. These options
+ were used by the now-deprecated Vidalia to help ordinary users
+ become Tor relays or bridges. Closes ticket 25409. Patch by
+ Neel Chauhan.
+ - In order to make the OR and dir checking function in router.c less
+ confusing we renamed some functions and
+ consider_testing_reachability() has been split into
+ router_should_check_reachability() and
+ router_do_reachability_checks(). Also we improved the documentation
+ in some functions. Closes ticket 18918.
+ - Initial work to isolate Libevent usage to a handful of modules in
+ our codebase, to simplify our call structure, and so that we can
+ more easily change event loops in the future if needed. Closes
+ ticket 23750.
+ - Introduce a function to call getsockname() and return tor_addr_t,
+ to save a little complexity throughout the codebase. Closes
+ ticket 18105.
+ - Make hsdir_index in node_t a hsdir_index_t rather than a pointer
+ as hsdir_index is always present. Also, we move hsdir_index_t into
+ or.h. Closes ticket 23094. Patch by Neel Chauhan.
+ - Merge functions used for describing nodes and suppress the
+ functions that do not allocate memory for the output buffer
+ string. NODE_DESC_BUF_LEN constant and format_node_description()
+ function cannot be used externally from router.c module anymore.
+ Closes ticket 25432. Patch by valentecaio.
+ - Our main loop has been simplified so that all important operations
+ happen inside events. Previously, some operations had to happen
+ outside the event loop, to prevent infinite sequences of event
+ activations. Closes ticket 25374.
+ - Put a SHA1 public key digest in hs_service_intro_point_t, and use
+ it in register_intro_circ() and service_intro_point_new(). This
+ prevents the digest from being re-calculated each time. Closes
+ ticket 23107. Patch by Neel Chauhan.
+ - Refactor token-bucket implementations to use a common backend.
+ Closes ticket 25766.
+ - Remove extern declaration of stats_n_seconds_working variable from
+ main, protecting its accesses with get_uptime() and reset_uptime()
+ functions. Closes ticket 25081, patch by “valentecaio”.
+ - Remove our previous logic for "cached gettimeofday()" -- our
+ coarse monotonic timers are fast enough for this purpose, and far
+ less error-prone. Implements part of ticket 25927.
+ - Remove the return value for fascist_firewall_choose_address_base(),
+ and sister functions such as fascist_firewall_choose_address_node()
+ and fascist_firewall_choose_address_rs(). Also, while we're here,
+ initialize the ap argument as leaving it uninitialized can pose a
+ security hazard. Closes ticket 24734. Patch by Neel Chauhan.
+ - Rename two fields of connection_t struct. timestamp_lastwritten is
+ renamed to timestamp_last_write_allowed and timestamp_lastread is
+ renamed to timestamp_last_read_allowed. Closes ticket 24714, patch
+ by "valentecaio".
+ - Since Tor requires C99, remove our old workaround code for libc
+ implementations where free(NULL) doesn't work. Closes ticket 24484.
+ - Use our standard rate-limiting code to deal with excessive
+ libevent failures, rather than the hand-rolled logic we had
+ before. Closes ticket 26016.
+ - We remove the return value of node_get_prim_orport() and
+ node_get_prim_dirport(), and introduce node_get_prim_orport() in
+ node_ipv6_or_preferred() and node_ipv6_dir_preferred() in order to
+ check for a null address. Closes ticket 23873. Patch by
+ Neel Chauhan.
+ - We switch to should_record_bridge_info() in
+ geoip_note_client_seen() and options_need_geoip_info() instead of
+ accessing the configuration values directly. Fixes bug 25290;
+ bugfix on 0.2.1.6-alpha. Patch by Neel Chauhan.
+
+ o Deprecated features:
+ - As we are not recommending 0.2.5 anymore, we require relays that
+ once had an ed25519 key associated with their RSA key to always
+ have that key, instead of allowing them to drop back to a version
+ that didn't support ed25519. This means they need to use a new RSA
+ key if the want to downgrade to an older version of tor without
+ ed25519. Closes ticket 20522.
+
+ o Documentation:
+ - Correct an IPv6 error in the documentation for ExitPolicy. Closes
+ ticket 25857. Patch from "CTassisF".
+
+ o Removed features:
+ - Directory authorities will no longer support voting according to
+ any consensus method before consensus method 25. This keeps
+ authorities compatible with all authorities running 0.2.9.8 and
+ later, and does not break any clients or relays. Implements ticket
+ 24378 and proposal 290.
+ - The PortForwarding and PortForwardingHelper features have been
+ removed. The reasoning is, given that implementations of NAT
+ traversal protocols within common consumer grade routers are
+ frequently buggy, and that the target audience for a NAT punching
+ feature is a perhaps less-technically-inclined relay operator,
+ when the helper fails to setup traversal the problems are usually
+ deep, ugly, and very router specific, making them horrendously
+ impossible for technical support to reliable assist with, and thus
+ resulting in frustration all around. Unfortunately, relay
+ operators who would like to run relays behind NATs will need to
+ become more familiar with the port forwarding configurations on
+ their local router. Closes 25409.
+ - The TestingEnableTbEmptyEvent option has been removed. It was used
+ in testing simulations to measure how often connection buckets
+ were emptied, in order to improve our scheduling, but it has not
+ been actively used in years. Closes ticket 25760.
+ - The old "round-robin" circuit multiplexer (circuitmux)
+ implementation has been removed, along with a fairly large set of
+ code that existed to support it. It has not been the default
+ circuitmux since we introduced the "EWMA" circuitmux in 0.2.4.x,
+ but it still required an unreasonable amount of memory and CPU.
+ Closes ticket 25268.
+
+
+
Changes in version 0.3.3.9 - 2018-07-13
Tor 0.3.3.9 moves to a new bridge authority, meaning people running
bridge relays should upgrade.
@@ -12729,7 +13450,7 @@ Changes in version 0.2.1.31 - 2011-10-26
circuit EXTEND request. Now relays can protect clients from the
CVE-2011-2768 issue even if the clients haven't upgraded yet.
- Bridges now refuse CREATE or CREATE_FAST cells on OR connections
- that they initiated. Relays could distinguish incoming bridge
+ that they initiated. Relays could distinguish incoming bridge
connections from client connections, creating another avenue for
enumerating bridges. Fixes CVE-2011-2769. Bugfix on 0.2.0.3-alpha.
Found by "frosty_un".
@@ -19348,4 +20069,3 @@ Changes in version 0.0.2pre13 - 2003-10-19
- If --DebugLogFile is specified, log to it at -l debug
- If --LogFile is specified, use it instead of commandline
- If --RunAsDaemon is set, tor forks and backgrounds on startup
-
1
0

[translation/abouttor-homepage] Update translations for abouttor-homepage
by translation@torproject.org 07 Sep '18
by translation@torproject.org 07 Sep '18
07 Sep '18
commit 8d4dc3ca99e77453dd035cc0db3f1c541187495b
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Sep 7 13:45:03 2018 +0000
Update translations for abouttor-homepage
---
id/aboutTor.dtd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/id/aboutTor.dtd b/id/aboutTor.dtd
index 7164df0fd..7ac959732 100644
--- a/id/aboutTor.dtd
+++ b/id/aboutTor.dtd
@@ -6,7 +6,7 @@
<!ENTITY aboutTor.title "Tentang Tor">
-<!ENTITY aboutTor.ready.label "Explore. Privately.">
+<!ENTITY aboutTor.ready.label "Jelajahi. Secara Privat.">
<!ENTITY aboutTor.ready2.label "You’re ready for the world’s most private browsing experience.">
<!ENTITY aboutTor.failure.label "Ada Masalah!">
<!ENTITY aboutTor.failure2.label "Tor tidak dapat digunakan di peramban ini.">
1
0
commit b64b7770d1b96c2f970267e3a1ddc0881dfa4698
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Fri Sep 7 09:38:34 2018 -0400
Start on an 0.3.4.8 changelog.
---
ChangeLog | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
changes/bug27295 | 3 ---
changes/bug27344 | 4 ----
changes/bug27345 | 5 -----
changes/bug27418 | 3 ---
changes/bug27453 | 3 ---
changes/bug27460 | 6 ------
changes/bug27461 | 5 -----
changes/bug27463 | 3 ---
changes/bug27465 | 5 -----
changes/ticket27430 | 4 ----
changes/ticket27449 | 3 ---
12 files changed, 53 insertions(+), 44 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index ce54a8340..b4f5082a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+Changes in version 0.3.4.8 - 2018-09-10
+ Tor 0.3.4.8 is the first stable release in its series.
+
+ BLURB BLURB
+
+ o Minor features (compatibility):
+ - Tell OpenSSL to maintain backward compatibility with previous
+ RSA1024/DH1024 users in Tor. With OpenSSL 1.1.1-pre6, these
+ ciphers are disabled by default. Closes ticket 27344.
+
+ o Minor features (continuous integration):
+ - Log the compiler path and version during Appveyor builds.
+ Implements ticket 27449.
+ - Show config.log and test-suite.log after failed Appveyor builds.
+ Also upload the zipped full logs as a build artifact. Implements
+ ticket 27430.
+
+ o Minor bugfixes (compilation):
+ - Silence a spurious compiler warning on the GetAdaptersAddresses
+ function pointer cast. This issue is already fixed by 26481 in
+ 0.3.5 and later, by removing the lookup and cast. Fixes bug 27465;
+ bugfix on 0.2.3.11-alpha.
+ - Stop calling SetProcessDEPPolicy() on 64-bit Windows. It is not
+ supported, and always fails. Some compilers warn about the
+ function pointer cast on 64-bit Windows. Fixes bug 27461; bugfix
+ on 0.2.2.23-alpha.
+
+ o Minor bugfixes (continuous integration):
+ - Disable gcc hardening in Appveyor Windows 64-bit builds. As of
+ August 29, 2018, Appveyor images come with gcc 8.2.0 by default.
+ Executables compiled for 64-bit windows with this version of gcc
+ crash when Tor's --enable-gcc-hardening flag is set. Fixes bug
+ 27460; bugfix on 0.3.4.1-alpha.
+ - When a Travis build fails, and showing a log fails, keep trying to
+ show the other logs. Fixes bug 27453; bugfix on 0.3.4.7-rc.
+ - When we use echo in Travis, don't pass a --flag as the first
+ argument. Fixes bug 27418; bugfix on 0.3.4.7-rc.
+
+ o Minor bugfixes (onion services):
+ - Silence a spurious compiler warning in
+ rend_client_send_introduction(). Fixes bug 27463; bugfix
+ on 0.1.1.2-alpha.
+
+ o Minor bugfixes (testing, chutney):
+ - When running make test-network-all, use the mixed+hs-v2 network.
+ (A previous fix to chutney removed v3 onion services from the
+ mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is
+ confusing.) Fixes bug 27345; bugfix on 0.3.2.1-alpha.
+ - Before running make test-network-all, delete old logs and test
+ result files, to avoid spurious failures. Fixes bug 27295; bugfix
+ on 0.2.7.3-rc.
+
+
Changes in version 0.3.4.7-rc - 2018-08-24
Tor 0.3.4.7-rc fixes several small compilation, portability, and
correctness issues in previous versions of Tor. This version is a
diff --git a/changes/bug27295 b/changes/bug27295
deleted file mode 100644
index c5a364877..000000000
--- a/changes/bug27295
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (testing, chutney):
- - Before running make test-network-all, delete old logs and test result
- files, to avoid spurious failures. Fixes bug 27295; bugfix on 0.2.7.3-rc.
diff --git a/changes/bug27344 b/changes/bug27344
deleted file mode 100644
index 9f6685558..000000000
--- a/changes/bug27344
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (compatibility):
- - Tell OpenSSL to maintain backward compatibility with previous
- RSA1024/DH1024 users in Tor. With OpenSSL 1.1.1-pre6, these ciphers
- are disabled by default. Closes ticket 27344.
diff --git a/changes/bug27345 b/changes/bug27345
deleted file mode 100644
index d98f4afbc..000000000
--- a/changes/bug27345
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (testing):
- - When running make test-network-all, use the mixed+hs-v2 network.
- (A previous fix to chutney removed v3 onion services from the
- mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is
- confusing.) Fixes bug 27345; bugfix on 0.3.2.1-alpha.
diff --git a/changes/bug27418 b/changes/bug27418
deleted file mode 100644
index 1d99497dc..000000000
--- a/changes/bug27418
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (continuous integration):
- - When we use echo in Travis, don't pass a --flag as the first argument.
- Fixes bug 27418; bugfix on 0.3.4.7-rc.
diff --git a/changes/bug27453 b/changes/bug27453
deleted file mode 100644
index 4501346d2..000000000
--- a/changes/bug27453
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (continuous integration):
- - When a Travis build fails, and showing a log fails, keep trying to
- show the other logs. Fixes bug 27453; bugfix on 0.3.4.7-rc.
diff --git a/changes/bug27460 b/changes/bug27460
deleted file mode 100644
index 53c4c7daf..000000000
--- a/changes/bug27460
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes (continuous integration):
- - Disable gcc hardening in Appveyor Windows 64-bit builds. As of
- August 29, 2018, Appveyor images come with gcc 8.2.0 by default.
- 64-bit Windows executables compiled with gcc 8.2.0 and
- tor's --enable-gcc-hardening crash.
- Fixes bug 27460; bugfix on 0.3.4.1-alpha.
diff --git a/changes/bug27461 b/changes/bug27461
deleted file mode 100644
index 3571ee816..000000000
--- a/changes/bug27461
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (compilation):
- - Stop calling SetProcessDEPPolicy() on 64-bit Windows. It is not
- supported, and always fails. Some compilers warn about the function
- pointer cast on 64-bit Windows.
- Fixes bug 27461; bugfix on 0.2.2.23-alpha.
diff --git a/changes/bug27463 b/changes/bug27463
deleted file mode 100644
index 073acdd99..000000000
--- a/changes/bug27463
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (onion services):
- - Silence a spurious compiler warning in rend_client_send_introduction().
- Fixes bug 27463; bugfix on 0.1.1.2-alpha.
diff --git a/changes/bug27465 b/changes/bug27465
deleted file mode 100644
index 743b35130..000000000
--- a/changes/bug27465
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (compilation):
- - Silence a spurious compiler warning on the GetAdaptersAddresses
- function pointer cast. This issue is already fixed by 26481 in
- 0.3.5 and later, by removing the lookup and cast.
- Fixes bug 27465; bugfix on 0.2.3.11-alpha.
diff --git a/changes/ticket27430 b/changes/ticket27430
deleted file mode 100644
index 4e016e91e..000000000
--- a/changes/ticket27430
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (continuous integration):
- - Show config.log and test-suite.log after failed Appveyor builds.
- Also upload the zipped full logs as a build artifact.
- Implements ticket 27430.
diff --git a/changes/ticket27449 b/changes/ticket27449
deleted file mode 100644
index 2a0984c09..000000000
--- a/changes/ticket27449
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features (continuous integration):
- - Log the compiler path and version during Appveyor builds.
- Implements ticket 27449.
1
0

[tor/master] in master, remove changes files for already-merged changes
by nickm@torproject.org 07 Sep '18
by nickm@torproject.org 07 Sep '18
07 Sep '18
commit 859d744eb884f4ea0a7b732c63ddf461b3808b93
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Fri Sep 7 09:39:54 2018 -0400
in master, remove changes files for already-merged changes
---
changes/27286 | 4 ----
changes/bug27295 | 3 ---
changes/bug27344 | 4 ----
changes/bug27345 | 5 -----
changes/bug27418 | 3 ---
changes/bug27453 | 3 ---
changes/bug27460 | 6 ------
changes/bug27461 | 5 -----
changes/bug27463 | 3 ---
changes/bug27465 | 5 -----
changes/ticket27430 | 4 ----
changes/ticket27449 | 3 ---
12 files changed, 48 deletions(-)
diff --git a/changes/27286 b/changes/27286
deleted file mode 100644
index 5f5f7a4ae..000000000
--- a/changes/27286
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (directory authorities):
- - Authorities no longer vote to make the subprotocol version "LinkAuth=1"
- a requirement: it is unsupportable with NSS, and hasn't been needed
- since Tor 0.3.0.1-alpha. Closes ticket 27286.
diff --git a/changes/bug27295 b/changes/bug27295
deleted file mode 100644
index c5a364877..000000000
--- a/changes/bug27295
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (testing, chutney):
- - Before running make test-network-all, delete old logs and test result
- files, to avoid spurious failures. Fixes bug 27295; bugfix on 0.2.7.3-rc.
diff --git a/changes/bug27344 b/changes/bug27344
deleted file mode 100644
index 9f6685558..000000000
--- a/changes/bug27344
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (compatibility):
- - Tell OpenSSL to maintain backward compatibility with previous
- RSA1024/DH1024 users in Tor. With OpenSSL 1.1.1-pre6, these ciphers
- are disabled by default. Closes ticket 27344.
diff --git a/changes/bug27345 b/changes/bug27345
deleted file mode 100644
index d98f4afbc..000000000
--- a/changes/bug27345
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (testing):
- - When running make test-network-all, use the mixed+hs-v2 network.
- (A previous fix to chutney removed v3 onion services from the
- mixed+hs-v23 network, so seeing "mixed+hs-v23" in tests is
- confusing.) Fixes bug 27345; bugfix on 0.3.2.1-alpha.
diff --git a/changes/bug27418 b/changes/bug27418
deleted file mode 100644
index 1d99497dc..000000000
--- a/changes/bug27418
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (continuous integration):
- - When we use echo in Travis, don't pass a --flag as the first argument.
- Fixes bug 27418; bugfix on 0.3.4.7-rc.
diff --git a/changes/bug27453 b/changes/bug27453
deleted file mode 100644
index 4501346d2..000000000
--- a/changes/bug27453
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (continuous integration):
- - When a Travis build fails, and showing a log fails, keep trying to
- show the other logs. Fixes bug 27453; bugfix on 0.3.4.7-rc.
diff --git a/changes/bug27460 b/changes/bug27460
deleted file mode 100644
index 53c4c7daf..000000000
--- a/changes/bug27460
+++ /dev/null
@@ -1,6 +0,0 @@
- o Minor bugfixes (continuous integration):
- - Disable gcc hardening in Appveyor Windows 64-bit builds. As of
- August 29, 2018, Appveyor images come with gcc 8.2.0 by default.
- 64-bit Windows executables compiled with gcc 8.2.0 and
- tor's --enable-gcc-hardening crash.
- Fixes bug 27460; bugfix on 0.3.4.1-alpha.
diff --git a/changes/bug27461 b/changes/bug27461
deleted file mode 100644
index 3571ee816..000000000
--- a/changes/bug27461
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (compilation):
- - Stop calling SetProcessDEPPolicy() on 64-bit Windows. It is not
- supported, and always fails. Some compilers warn about the function
- pointer cast on 64-bit Windows.
- Fixes bug 27461; bugfix on 0.2.2.23-alpha.
diff --git a/changes/bug27463 b/changes/bug27463
deleted file mode 100644
index 073acdd99..000000000
--- a/changes/bug27463
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor bugfixes (onion services):
- - Silence a spurious compiler warning in rend_client_send_introduction().
- Fixes bug 27463; bugfix on 0.1.1.2-alpha.
diff --git a/changes/bug27465 b/changes/bug27465
deleted file mode 100644
index 743b35130..000000000
--- a/changes/bug27465
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor bugfixes (compilation):
- - Silence a spurious compiler warning on the GetAdaptersAddresses
- function pointer cast. This issue is already fixed by 26481 in
- 0.3.5 and later, by removing the lookup and cast.
- Fixes bug 27465; bugfix on 0.2.3.11-alpha.
diff --git a/changes/ticket27430 b/changes/ticket27430
deleted file mode 100644
index 4e016e91e..000000000
--- a/changes/ticket27430
+++ /dev/null
@@ -1,4 +0,0 @@
- o Minor features (continuous integration):
- - Show config.log and test-suite.log after failed Appveyor builds.
- Also upload the zipped full logs as a build artifact.
- Implements ticket 27430.
diff --git a/changes/ticket27449 b/changes/ticket27449
deleted file mode 100644
index 2a0984c09..000000000
--- a/changes/ticket27449
+++ /dev/null
@@ -1,3 +0,0 @@
- o Minor features (continuous integration):
- - Log the compiler path and version during Appveyor builds.
- Implements ticket 27449.
1
0