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
November 2018
- 19 participants
- 2292 discussions

18 Nov '18
commit 03136450f0f550fe9dbe586054d8f83733124b56
Author: juga0 <juga(a)riseup.net>
Date: Sun Nov 18 10:05:26 2018 +0000
config: continue when the file is not found
Continue running with defaults when the config argument is provided
but not found. This could be the case of system packages.
---
CHANGELOG.md | 2 ++
sbws/util/config.py | 9 ++++++---
tests/unit/util/test_config.py | 5 +++++
3 files changed, 13 insertions(+), 3 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e5750bc..d9a6c48 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Make sbws round to 3 significant figures in torflow rounding mode, rather
than rounding to the nearest 1000 kilobytes (#28442).
+- Continue running with defaults when the config argument is provided
+ but not found (#28500).
## [1.0.2] - 2018-11-10
diff --git a/sbws/util/config.py b/sbws/util/config.py
index 80c2761..67ec0e0 100644
--- a/sbws/util/config.py
+++ b/sbws/util/config.py
@@ -10,7 +10,7 @@ from string import Template
from tempfile import NamedTemporaryFile
from sbws.globals import (DEFAULT_CONFIG_PATH, DEFAULT_LOG_CONFIG_PATH,
USER_CONFIG_PATH, SUPERVISED_RUN_DPATH,
- SUPERVISED_USER_CONFIG_PATH, fail_hard)
+ SUPERVISED_USER_CONFIG_PATH)
_ALPHANUM = 'abcdefghijklmnopqrstuvwxyz'
_ALPHANUM += _ALPHANUM.upper()
@@ -66,8 +66,11 @@ def _get_user_config(args, conf=None):
assert isinstance(conf, ConfigParser)
if args.config:
if not os.path.isfile(args.config):
- fail_hard('Configuration file %s not found.', args.config)
- return _extend_config(conf, args.config)
+ # XXX: The logger is not configured at this stage,
+ # sbws should start with a logger before reading configurations.
+ print('Configuration file %s not found, using defaults.' %
+ args.config)
+ return conf
user_config_path = _obtain_user_conf_path()
if os.path.isfile(user_config_path):
return _extend_config(conf, user_config_path)
diff --git a/tests/unit/util/test_config.py b/tests/unit/util/test_config.py
index e259e52..e3aba98 100644
--- a/tests/unit/util/test_config.py
+++ b/tests/unit/util/test_config.py
@@ -230,3 +230,8 @@ def test_nickname():
d = {'n': nick}
valid, reason = con._validate_nickname(d, 'n')
assert not valid, reason
+
+
+def test_config_arg_provided_but_no_found(args, conf):
+ args.config = 'non_existing_file'
+ con._get_user_config(args, conf=None)
1
0

[translation/tbmanual-contentspot_completed] Update translations for tbmanual-contentspot_completed
by translation@torproject.org 18 Nov '18
by translation@torproject.org 18 Nov '18
18 Nov '18
commit b3ef56c4d5c61e1655febcb49a27a65b48200195
Author: Translation commit bot <translation(a)torproject.org>
Date: Sun Nov 18 10:47:22 2018 +0000
Update translations for tbmanual-contentspot_completed
---
contents+es.po | 13 +++++++------
contents+es_AR.po | 5 +++++
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/contents+es.po b/contents+es.po
index efedc152e..0cc48b2d1 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -2,6 +2,7 @@
# erinm, 2018
# Zuhualime Akoochimoya, 2018
# Emma Peel, 2018
+# eulalio barbero espinosa <eulaliob(a)gmail.com>, 2018
#
msgid ""
msgstr ""
@@ -9,7 +10,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
-"Last-Translator: Emma Peel, 2018\n"
+"Last-Translator: eulalio barbero espinosa <eulaliob(a)gmail.com>, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1566,7 +1567,7 @@ msgstr "##### Actualizar automáticamente el Navegador Tor"
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
msgid "<img width=\"400\" src=\"/static/images/update1.png\" />"
-msgstr ""
+msgstr "<img width=\"400\" src=\"/static/images/update1.png\" />"
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
@@ -1580,7 +1581,7 @@ msgstr ""
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
msgid "<img width=\"600\" src=\"/static/images/update3.png\" />"
-msgstr ""
+msgstr "<img width=\"600\" src=\"/static/images/update3.png\" />"
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
@@ -1594,7 +1595,7 @@ msgstr ""
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
msgid "<img width=\"600\" src=\"/static/images/update4.png\" />"
-msgstr ""
+msgstr "<img width=\"600\" src=\"/static/images/update4.png\" />"
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
@@ -1602,8 +1603,8 @@ msgid ""
"Wait for the update to download and install, then restart Tor Browser. You "
"will now be running the latest version."
msgstr ""
-"Espera a que la actualización se descargue e instala, luego reinicia el "
-"Navegador Tor. Estarás ejecutando entonces la versión más reciente."
+"Espera a que la actualización se descargue e instalala, luego reinicias el "
+"Navegador Tor. Entonces estarás ejecutando la versión más reciente."
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
diff --git a/contents+es_AR.po b/contents+es_AR.po
index edf82a2a8..977481b9b 100644
--- a/contents+es_AR.po
+++ b/contents+es_AR.po
@@ -784,6 +784,9 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Si estás tratando de eludir una conexión bloqueada por primera vez, deberías"
+" probar los diferentes transportes: obfs3, obfs4, fte, meek-azure y "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -2007,6 +2010,8 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* Específicamente, BitTorrent <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">no es anónimo sobre Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
1
0

[translation/tbmanual-contentspot] Update translations for tbmanual-contentspot
by translation@torproject.org 18 Nov '18
by translation@torproject.org 18 Nov '18
18 Nov '18
commit 9ccf757c8474b74c19d92e863427a42ee9e41aca
Author: Translation commit bot <translation(a)torproject.org>
Date: Sun Nov 18 10:47:14 2018 +0000
Update translations for tbmanual-contentspot
---
contents+ar.po | 22 ++++++++++++++++------
contents+ca.po | 32 ++++++++++++++++++++++++++++++--
contents+de.po | 3 +++
contents+el.po | 5 +++++
contents+es-AR.po | 5 +++++
contents+es.po | 13 +++++++------
contents+ga.po | 3 +++
contents+id.po | 3 +++
contents+it.po | 3 +++
contents+ka.po | 5 +++++
contents+mk.po | 3 +++
contents+pt-BR.po | 6 ++++++
contents+ru.po | 3 +++
contents+tr.po | 5 +++++
contents+zh-CN.po | 3 +++
15 files changed, 100 insertions(+), 14 deletions(-)
diff --git a/contents+ar.po b/contents+ar.po
index 6c662b930..037c4e2bf 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -1,6 +1,7 @@
# Translators:
# erinm, 2018
# Emma Peel, 2018
+# Mohamed El-Feky <elfeky.m(a)gmail.com>, 2018
#
msgid ""
msgstr ""
@@ -8,7 +9,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
-"Last-Translator: Emma Peel, 2018\n"
+"Last-Translator: Mohamed El-Feky <elfeky.m(a)gmail.com>, 2018\n"
"Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -22,7 +23,7 @@ msgstr ""
#: http//localhost/en-US/about/ (content/about/contents+en-US.lrtopic.title)
msgid "About Tor Browser"
-msgstr "حول متصفح تور"
+msgstr "عن متصفح تور"
#: http//localhost/en-US/about/
#: (content/about/contents+en-US.lrtopic.description)
@@ -96,7 +97,7 @@ msgstr ""
msgid ""
"<img class=\"\" src=\"/static/images/how-tor-works.png\" alt=\"How Tor "
"Browser works\">"
-msgstr ""
+msgstr "1"
#: http//localhost/en-US/about/ (content/about/contents+en-US.lrtopic.body)
msgid ""
@@ -112,7 +113,7 @@ msgstr ""
#: http//localhost/en-US/about/
#: (content/about/contents+en-US.lrtopic.seo_slug)
msgid "about"
-msgstr ""
+msgstr "لمحه"
#: http//localhost/en-US/downloading/
#: (content/downloading/contents+en-US.lrtopic.title)
@@ -226,7 +227,7 @@ msgstr ""
#: http//localhost/en-US/downloading/
#: (content/downloading/contents+en-US.lrtopic.seo_slug)
msgid "downloading"
-msgstr ""
+msgstr "تحميل"
#: http//localhost/en-US/running-tor-browser/
#: (content/running-tor-browser/contents+en-US.lrtopic.title)
@@ -341,7 +342,7 @@ msgstr ""
#: http//localhost/en-US/running-tor-browser/
#: (content/running-tor-browser/contents+en-US.lrtopic.seo_slug)
msgid "running-tor-browser"
-msgstr ""
+msgstr "تشغيل متصفح تور"
#: http//localhost/en-US/bridges/
#: (content/bridges/contents+en-US.lrtopic.title)
@@ -641,6 +642,10 @@ msgid ""
"page for more information on the types of transport that are currently "
"available."
msgstr ""
+"قد يحجب مزوّدك للإنترنت أو الدولة الولوج المباشر إلى شبكة تور. يشمل متصفّح "
+"تور بعض الأدوات لتجاوز هذا الحجب. تسمّى هذه الأدوات باسم ”النواقل الموصولة“."
+" توجّه إلى صفحة <a href=\"/transports\">النواقل الموصولة</a> للمزيد من "
+"المعلومات حول أنواع النقل المتوفّرة حالياً. "
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -700,6 +705,9 @@ msgid ""
"Transports</a> page), and their effectiveness depends on your individual "
"circumstances."
msgstr ""
+"يعمل كل من النواقل الموجودة في قائمة مشغل تور بطريقة مختلفة (للمزيد من "
+"المعلومات توجّه إلى صفحة <a href=\"/transports\"> النواقل الموصولة</a> )، "
+"وتعتمد فعّالية كل منها على ظروفك الخاصة."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1000,6 +1008,8 @@ msgid ""
"so you do not need to worry about <a href=\"/secure-connections\">connecting"
" over HTTPS</a>."
msgstr ""
+"* كل حركة التصفح بين مستخدمي تور وخدمات البصلة معماة من الطرف للطرف، لذا لا "
+"تحتاج لأن تشغل بالك <a href=\"secure-connections\">بالاتصال عبر HTTPS</a>."
#: http//localhost/en-US/onion-services/
#: (content/onion-services/contents+en-US.lrtopic.body)
diff --git a/contents+ca.po b/contents+ca.po
index c338828e8..4550ce47a 100644
--- a/contents+ca.po
+++ b/contents+ca.po
@@ -761,6 +761,8 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Si esteu intentant evitar una connexió bloquejada per primera vegada, heu de"
+" provar els diferents transports: obfs3, obfs4, fte, meek-azure i Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1507,7 +1509,7 @@ msgstr ""
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
msgid "##### Updating Tor Browser automatically"
-msgstr ""
+msgstr "##### Actualització automàtica del navegador Tor"
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
@@ -1554,7 +1556,7 @@ msgstr ""
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
msgid "##### Updating Tor Browser manually"
-msgstr ""
+msgstr "##### Actualització manual del navegador Tor"
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
@@ -1572,6 +1574,9 @@ msgid ""
"(see the <a href='uninstalling'>Uninstalling</a> section for more "
"information)."
msgstr ""
+"Suprimir el navegador Tor del sistema amb la supressió de la carpeta que "
+"conté (consultar l'enllaç <a href=\"Desinstal·lar>Uninstalling</a> d'un "
+"sistema operatiu)."
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
@@ -1581,6 +1586,9 @@ msgid ""
" and download a copy of the latest Tor Browser release, then install it as "
"before."
msgstr ""
+"Visitar <a href=\"https://www.torproject.org/projects/torbrowser.html.en\"> "
+"https://www.torproject.org/projects/torbrowser.html.en</a> i descarregar una"
+" còpia de l'última versió del navegador Tor, posteriorment instal·lar."
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.seo_slug)
@@ -1657,6 +1665,10 @@ msgid ""
"JavaScript (and other scripts) that runs on individual web pages, or block "
"it entirely."
msgstr ""
+"El navegador Tor inclou un complement anomenat NoScript, que es pot accedir "
+"a través de la icona \"S\" a la part superior dreta de la finestra. NoScript"
+" us permet controlar el codi JavaScript (i altres scripts) que s'executa en "
+"pàgines web individuals o bé bloquejar-les completament."
#: http//localhost/en-US/plugins/
#: (content/plugins/contents+en-US.lrtopic.body)
@@ -1673,6 +1685,14 @@ msgid ""
"websites from displaying correctly, so Tor Browser’s default setting is to "
"allow all websites to run scripts in \"Standard\" mode."
msgstr ""
+"Els usuaris que requereixin un alt grau de seguretat en la seva navegació "
+"web haurien de configurar el <a href=\"security-slider\">control "
+"deslizador</a>de seguretat del navegador Tor a \"Més segur\" (que desabilita"
+" JavaScript per a llocs web que no siguin d'HTTPS) o \"Seguretat\" (que ho "
+"fa per a tots els llocs web). Tanmateix, la desactivació de JavaScript "
+"evitarà que molts llocs web es mostrin correctament, de manera que la "
+"configuració predeterminada del navegador Tor és permetre que tots els llocs"
+" web executin scripts en el mode \"Estàndard\"."
#: http//localhost/en-US/plugins/
#: (content/plugins/contents+en-US.lrtopic.body)
@@ -1817,6 +1837,10 @@ msgid ""
"Issues</a> page to see if the problem you are experiencing is already listed"
" there."
msgstr ""
+"El navegador Tor està en constant desenvolupament, i alguns aspectes s'han "
+"d'arranjar en el futur. Si us plau comprovi a <a href=\"més "
+"informació\">Known Issues</a> si el problema que experimenta ha estat "
+"llistat. "
#: http//localhost/en-US/troubleshooting/
#: (content/troubleshooting/contents+en-US.lrtopic.seo_slug)
@@ -1924,6 +1948,8 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* BitTorrent en concret <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">no és anònim sobre Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
@@ -2025,6 +2051,8 @@ msgid ""
"* Head over to the <a href=\"https://transifex.com/signup/\">Transifex "
"signup page</a>."
msgstr ""
+"Passeu a la <a href=\"https://transifex.com/signup/\">pàgina d'inscripció de"
+" Transifex</a>."
#: http//localhost/en-US/becoming-tor-translator/
#: (content/becoming-tor-translator/contents+en-US.lrtopic.body)
diff --git a/contents+de.po b/contents+de.po
index c526ccb7d..338f98e00 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -785,6 +785,9 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Wenn Sie zum ersten Mal versuchen eine blockierte Verbindung zu umgehen, "
+"sollten Sie die verschiedenen Transporte ausprobieren: obfs3, obfs4, fte, "
+"meek-azure und Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
diff --git a/contents+el.po b/contents+el.po
index b18759c68..a45188b41 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -776,6 +776,8 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Αν προσπαθείς για πρώτη φορά να παρακάμψεις μία μπλοκαρισμένη σύνδεση, "
+"δοκίμασε τις μεταφορές: obfs3, obfs4, fte, meek-azure και Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1986,6 +1988,9 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* Το BitTorrent συγκεκριμένα <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">δεν είναι ανώνυμο μέσω του "
+"Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
diff --git a/contents+es-AR.po b/contents+es-AR.po
index edf82a2a8..977481b9b 100644
--- a/contents+es-AR.po
+++ b/contents+es-AR.po
@@ -784,6 +784,9 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Si estás tratando de eludir una conexión bloqueada por primera vez, deberías"
+" probar los diferentes transportes: obfs3, obfs4, fte, meek-azure y "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -2007,6 +2010,8 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* Específicamente, BitTorrent <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">no es anónimo sobre Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
diff --git a/contents+es.po b/contents+es.po
index efedc152e..0cc48b2d1 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -2,6 +2,7 @@
# erinm, 2018
# Zuhualime Akoochimoya, 2018
# Emma Peel, 2018
+# eulalio barbero espinosa <eulaliob(a)gmail.com>, 2018
#
msgid ""
msgstr ""
@@ -9,7 +10,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
-"Last-Translator: Emma Peel, 2018\n"
+"Last-Translator: eulalio barbero espinosa <eulaliob(a)gmail.com>, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -1566,7 +1567,7 @@ msgstr "##### Actualizar automáticamente el Navegador Tor"
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
msgid "<img width=\"400\" src=\"/static/images/update1.png\" />"
-msgstr ""
+msgstr "<img width=\"400\" src=\"/static/images/update1.png\" />"
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
@@ -1580,7 +1581,7 @@ msgstr ""
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
msgid "<img width=\"600\" src=\"/static/images/update3.png\" />"
-msgstr ""
+msgstr "<img width=\"600\" src=\"/static/images/update3.png\" />"
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
@@ -1594,7 +1595,7 @@ msgstr ""
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
msgid "<img width=\"600\" src=\"/static/images/update4.png\" />"
-msgstr ""
+msgstr "<img width=\"600\" src=\"/static/images/update4.png\" />"
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
@@ -1602,8 +1603,8 @@ msgid ""
"Wait for the update to download and install, then restart Tor Browser. You "
"will now be running the latest version."
msgstr ""
-"Espera a que la actualización se descargue e instala, luego reinicia el "
-"Navegador Tor. Estarás ejecutando entonces la versión más reciente."
+"Espera a que la actualización se descargue e instalala, luego reinicias el "
+"Navegador Tor. Entonces estarás ejecutando la versión más reciente."
#: http//localhost/en-US/updating/
#: (content/updating/contents+en-US.lrtopic.body)
diff --git a/contents+ga.po b/contents+ga.po
index 0cd380c16..e0242f5fc 100644
--- a/contents+ga.po
+++ b/contents+ga.po
@@ -773,6 +773,9 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Má tá tú ag iarraidh bac a sheachaint den chéad uair, ba chóir duit triail a"
+" bhaint as na cineálacha iompair éagsúla: obfs3, obfs4, fte, meek-azure, "
+"agus Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
diff --git a/contents+id.po b/contents+id.po
index 1b37d3b16..19cecd145 100644
--- a/contents+id.po
+++ b/contents+id.po
@@ -759,6 +759,9 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Jika anda mencoba mengelak dari koneksi yang diblokir untuk pertama kali, "
+"anda perlu mencoba angkutan yang berbeda: obfs3, obfs4, fte, meek-azure, "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
diff --git a/contents+it.po b/contents+it.po
index 1db1349db..3904b151f 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -769,6 +769,9 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Se stai tentando di aggirare una connessione bloccata per la prima volta, "
+"dovresti provare i diversi tipi di trasporto: obfs3, obfs4, fte, meek-azure "
+"e Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
diff --git a/contents+ka.po b/contents+ka.po
index bfc9ad6d3..b1f37fcd3 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -767,6 +767,8 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"თუ თქვენი პირველი მცდელობაა შეზღუდვისთვის გვერდის ავლის, გირჩევთ სცადოთ "
+"სხვადასხვა გადამყვანები: obfs3, obfs4, fte, meek-azure და Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1958,6 +1960,9 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* ვრცლად, გთხოვთ გაეცნოთ ჩვენს <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">სვეტზე სტატიას მოცემულ "
+"თემაზე</a></mark>"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
diff --git a/contents+mk.po b/contents+mk.po
index c7ed23566..0589718f0 100644
--- a/contents+mk.po
+++ b/contents+mk.po
@@ -772,6 +772,9 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Ако се обидувате да го заобиколите блокираното поврзување за првпат, треба "
+"да се обидете со поинкави транспорти: obfs3, obfs4, fte, meek-azure и "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index c02b6b41f..f33557d57 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -768,6 +768,9 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Se você está tentando contornar uma conexão bloqueada pela primeira vez, "
+"você deve tentar diferentes transportes: obfs3, obfs4, fte, meek-azure e "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1955,6 +1958,9 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* BitTorrent, especificamente, <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">não é anônimo quando quando conecta-se"
+" via Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
diff --git a/contents+ru.po b/contents+ru.po
index 5df84c282..9544846c6 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -759,6 +759,9 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Если вы пытаетесь обойти заблокированное соединение в первый раз, вам "
+"следует попробовать различные транспорты: obfs3, obfs4, fte, meek-azure и "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
diff --git a/contents+tr.po b/contents+tr.po
index 2a67bdae5..3761ce5cb 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -759,6 +759,8 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"Engellenen bir bağlantıyı ilk kez aşmaya çalışıyorsanız farklı aktarımları "
+"denemelisiniz: obfs3, obfs4, fte, meek-azure, meek-amazon ve Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1946,6 +1948,9 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* Özellikle BitTorrent <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">Tor üzerinde anonim "
+"değildir</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
diff --git a/contents+zh-CN.po b/contents+zh-CN.po
index e0aec89b7..415b5ee53 100644
--- a/contents+zh-CN.po
+++ b/contents+zh-CN.po
@@ -671,6 +671,7 @@ msgid ""
" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
msgstr ""
+"如果您第一次运行时希望规避审查,您应该尝试不同的可插拔传输层:obfs3, obfs4, fte, meek-azure 和 Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1700,6 +1701,8 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* <mark><a href=\"https://blog.torproject.org/bittorrent-over-tor-isnt-good-"
+"idea\">即使通过 Tor 网络,BitTorrent 也不是匿名的</a></mark>。"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
1
0

[translation/tbmanual-contentspot_completed] Update translations for tbmanual-contentspot_completed
by translation@torproject.org 18 Nov '18
by translation@torproject.org 18 Nov '18
18 Nov '18
commit 2078753356ac19e97aa2f85d75377c3b91d189d7
Author: Translation commit bot <translation(a)torproject.org>
Date: Sun Nov 18 08:47:06 2018 +0000
Update translations for tbmanual-contentspot_completed
---
contents+es.po | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contents+es.po b/contents+es.po
index 9080cc504..efedc152e 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -2005,6 +2005,8 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* Específicamente BitTorrent <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">no es anónimo sobre Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
1
0

[translation/tbmanual-contentspot] Update translations for tbmanual-contentspot
by translation@torproject.org 18 Nov '18
by translation@torproject.org 18 Nov '18
18 Nov '18
commit 925d1cf0425e9e15818fac28646fea52738090ff
Author: Translation commit bot <translation(a)torproject.org>
Date: Sun Nov 18 08:47:00 2018 +0000
Update translations for tbmanual-contentspot
---
contents+de.po | 9 +++++++++
contents+es.po | 2 ++
2 files changed, 11 insertions(+)
diff --git a/contents+de.po b/contents+de.po
index 865c006ea..c526ccb7d 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -1729,6 +1729,13 @@ msgid ""
"websites from displaying correctly, so Tor Browser’s default setting is to "
"allow all websites to run scripts in \"Standard\" mode."
msgstr ""
+"Benutzer, die ein hohes Maß an Sicherheit beim Surfen im Internet benötigen,"
+" sollten den <a href=\"/security-slider\">Security Slider</a> von Tor "
+"Browser auf \"Safer\" (deaktiviert JavaScript für Nicht-HTTPS-Websites) oder"
+" \"Safest\" (tut dies für alle Websites) einstellen. Das Deaktivieren von "
+"JavaScript verhindert jedoch, dass viele Websites korrekt angezeigt werden. "
+"Daher ist es die Standardeinstellung von Tor Browser, dass alle Websites "
+"Skripte im \"Standard\"-Modus ausführen können."
#: http//localhost/en-US/plugins/
#: (content/plugins/contents+en-US.lrtopic.body)
@@ -1989,6 +1996,8 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* BitTorrent im Besonderen ist <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">nicht anonym über Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
diff --git a/contents+es.po b/contents+es.po
index 9080cc504..efedc152e 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -2005,6 +2005,8 @@ msgid ""
"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
+"* Específicamente BitTorrent <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">no es anónimo sobre Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
1
0

[translation/tbmanual-contentspot_completed] Update translations for tbmanual-contentspot_completed
by translation@torproject.org 18 Nov '18
by translation@torproject.org 18 Nov '18
18 Nov '18
commit b7afafeb0c2b2cb4adceab6444b73e7b6bd5479b
Author: Translation commit bot <translation(a)torproject.org>
Date: Sun Nov 18 08:17:42 2018 +0000
Update translations for tbmanual-contentspot_completed
---
contents+es.po | 14 +++++++-------
contents+es_AR.po | 13 +++++--------
contents.pot | 18 +++++++++---------
3 files changed, 21 insertions(+), 24 deletions(-)
diff --git a/contents+es.po b/contents+es.po
index 3304d8654..9080cc504 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
@@ -776,12 +776,12 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
"Si, por primera vez, estás intentando eludir una conexión bloqueada, has de "
-"intentar los los diferentes transportes: obfs3, obfs4, ScrambleSuit, fte, "
-"mae-blue y Snowflake."
+"intentar los los diferentes transportes: obfs3, obfs4, fte, meek-azure y "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -2002,8 +2002,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+es_AR.po b/contents+es_AR.po
index 4d94ff8d9..edf82a2a8 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-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/otf/teams/1519/es_AR/)\n"
@@ -781,12 +781,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Si estás tratando de eludir una conexión bloqueada por primera vez, deberías"
-" probar los diferentes transportes: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure y Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -2007,8 +2004,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents.pot b/contents.pot
index 48f5df578..317850e8b 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-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en-US <LL(a)li.org>\n"
@@ -762,12 +762,12 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1956,11 +1956,11 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
1
0

[translation/tbmanual-contentspot] Update translations for tbmanual-contentspot
by translation@torproject.org 18 Nov '18
by translation@torproject.org 18 Nov '18
18 Nov '18
commit b386939ba1515a1042c65630ac86215bc12186ed
Author: Translation commit bot <translation(a)torproject.org>
Date: Sun Nov 18 08:17:33 2018 +0000
Update translations for tbmanual-contentspot
---
contents+ar.po | 12 +++++-------
contents+bg.po | 10 +++++-----
contents+bn-BD.po | 13 +++++--------
contents+ca.po | 13 +++++--------
contents+cs.po | 10 +++++-----
contents+da.po | 10 +++++-----
contents+de.po | 13 +++++--------
contents+el.po | 13 +++++--------
contents+en-GB.po | 10 +++++-----
contents+en.po | 18 +++++++++---------
contents+es-AR.po | 13 +++++--------
contents+es.po | 14 +++++++-------
contents+fa.po | 10 +++++-----
contents+fr.po | 13 +++++--------
contents+ga.po | 13 +++++--------
contents+he.po | 12 +++++-------
contents+hr.po | 10 +++++-----
contents+id.po | 13 +++++--------
contents+is.po | 10 +++++-----
contents+it.po | 13 +++++--------
contents+ka.po | 13 +++++--------
contents+lv.po | 10 +++++-----
contents+mk.po | 13 +++++--------
contents+nb.po | 10 +++++-----
contents+nl.po | 13 +++++--------
contents+pl.po | 10 +++++-----
contents+pt-BR.po | 13 +++++--------
contents+ru.po | 13 +++++--------
contents+sv.po | 13 +++++--------
contents+tr.po | 13 +++++--------
contents+uk.po | 10 +++++-----
contents+vi.po | 10 +++++-----
contents+zh-CN.po | 12 +++++-------
contents+zh-TW.po | 10 +++++-----
contents.pot | 18 +++++++++---------
35 files changed, 185 insertions(+), 239 deletions(-)
diff --git a/contents+ar.po b/contents+ar.po
index 9ca9997d1..6c662b930 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
@@ -705,11 +705,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"إن كنت تحاول تجاوز الحجب للمرة الأولى، فعليك تجربة النواقل المختلفة: obfs3، "
-"و obfs4، و ScambleSuit، و fte، و meek-azure، و Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1818,8 +1816,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+bg.po b/contents+bg.po
index 1c970047d..c7a35b968 100644
--- a/contents+bg.po
+++ b/contents+bg.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: erinm, 2018\n"
"Language-Team: Bulgarian (https://www.transifex.com/otf/teams/1519/bg/)\n"
@@ -688,8 +688,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1770,8 +1770,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+bn-BD.po b/contents+bn-BD.po
index 807513f96..fccd3b8f5 100644
--- a/contents+bn-BD.po
+++ b/contents+bn-BD.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Bengali (https://www.transifex.com/otf/teams/1519/bn/)\n"
@@ -751,12 +751,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"আপনি যদি প্রথমবারের মতো একটি অবরুদ্ধ সংযোগ স্থাপনের চেষ্টা করেন, তাহলে আপনার"
-" বিভিন্ন পরিবহনের চেষ্টা করা উচিত: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure এবং Snowflake ।"
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1902,8 +1899,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+ca.po b/contents+ca.po
index 49e9035e1..c338828e8 100644
--- a/contents+ca.po
+++ b/contents+ca.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Catalan (https://www.transifex.com/otf/teams/1519/ca/)\n"
@@ -758,12 +758,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Si esteu intentant evitar una connexió bloquejada per primera vegada, heu de"
-" provar els diferents transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure i Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1924,8 +1921,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+cs.po b/contents+cs.po
index 988fec84f..bab99be2b 100644
--- a/contents+cs.po
+++ b/contents+cs.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Michal Stanke <mstanke(a)mozilla.cz>, 2018\n"
"Language-Team: Czech (https://www.transifex.com/otf/teams/1519/cs/)\n"
@@ -663,8 +663,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1666,8 +1666,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+da.po b/contents+da.po
index 9df1c883f..9a1cb8472 100644
--- a/contents+da.po
+++ b/contents+da.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: scootergrisen, 2018\n"
"Language-Team: Danish (https://www.transifex.com/otf/teams/1519/da/)\n"
@@ -640,8 +640,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1626,8 +1626,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+de.po b/contents+de.po
index 4e59cfc08..865c006ea 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
@@ -782,12 +782,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Wenn du zum ersten Mal versuchst eine blockierte Verbindung zu umgehen, "
-"solltest du die verschiedenen Transporte ausprobieren: obfs3, obfs4, "
-"ScrambleSuit, fte, meek-azure und Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1989,8 +1986,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+el.po b/contents+el.po
index 1b4624c91..b18759c68 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Greek (https://www.transifex.com/otf/teams/1519/el/)\n"
@@ -773,12 +773,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
-msgstr ""
-"Αν προσπαθείς για πρώτη φορά να παρακάμψεις μία μπλοκαρισμένη σύνδεση, "
-"δοκίμασε τις μεταφορές: obfs3, obfs4, ScrambleSuit, fte, meek-azure και "
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
+msgstr ""
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1986,8 +1983,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+en-GB.po b/contents+en-GB.po
index 0a24c74a5..0f9f5dc78 100644
--- a/contents+en-GB.po
+++ b/contents+en-GB.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: erinm, 2018\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/otf/teams/1519/en_GB/)\n"
@@ -688,8 +688,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1762,8 +1762,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+en.po b/contents+en.po
index 48f5df578..317850e8b 100644
--- a/contents+en.po
+++ b/contents+en.po
@@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en-US <LL(a)li.org>\n"
@@ -762,12 +762,12 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1956,11 +1956,11 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
diff --git a/contents+es-AR.po b/contents+es-AR.po
index 4d94ff8d9..edf82a2a8 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-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/otf/teams/1519/es_AR/)\n"
@@ -781,12 +781,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Si estás tratando de eludir una conexión bloqueada por primera vez, deberías"
-" probar los diferentes transportes: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure y Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -2007,8 +2004,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+es.po b/contents+es.po
index 3304d8654..9080cc504 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
@@ -776,12 +776,12 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
"Si, por primera vez, estás intentando eludir una conexión bloqueada, has de "
-"intentar los los diferentes transportes: obfs3, obfs4, ScrambleSuit, fte, "
-"mae-blue y Snowflake."
+"intentar los los diferentes transportes: obfs3, obfs4, fte, meek-azure y "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -2002,8 +2002,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+fa.po b/contents+fa.po
index d863cee9d..72b4f4d9f 100644
--- a/contents+fa.po
+++ b/contents+fa.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: A.Mehraban <Mehr.Ban(a)chmail.ir>, 2018\n"
"Language-Team: Persian (https://www.transifex.com/otf/teams/1519/fa/)\n"
@@ -674,8 +674,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1666,8 +1666,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+fr.po b/contents+fr.po
index a5103f5e5..0bb25e1f0 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
@@ -719,12 +719,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Si vous essayez de contourner pour la première fois une connexion bloquée, "
-"vous devriez essayer les différents transports : obfs3, obfs4, ScrambleSuit,"
-" fte, meek-azure et Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1844,8 +1841,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+ga.po b/contents+ga.po
index b886fa531..0cd380c16 100644
--- a/contents+ga.po
+++ b/contents+ga.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Irish (https://www.transifex.com/otf/teams/1519/ga/)\n"
@@ -770,12 +770,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Má tá tú ag iarraidh bac a sheachaint den chéad uair, ba chóir duit triail a"
-" bhaint as na cineálacha iompair éagsúla: obfs3, obfs4, ScrambleSuit, fte, "
-"meek-azure, agus Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1975,8 +1972,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+he.po b/contents+he.po
index cef8a58f3..b8cb8cee2 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Hebrew (https://www.transifex.com/otf/teams/1519/he/)\n"
@@ -681,11 +681,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"אם אתה מנסה לעקוף חיבור חסום בפעם הראשונה, אתה צריך לנסות את התובלות השונות:"
-" obfs3, obfs4, ScrambleSuit, fte, meek-azure ו־Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1732,8 +1730,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+hr.po b/contents+hr.po
index 595d887c9..10b34bd24 100644
--- a/contents+hr.po
+++ b/contents+hr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Croatian (https://www.transifex.com/otf/teams/1519/hr/)\n"
@@ -735,8 +735,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1894,8 +1894,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+id.po b/contents+id.po
index 9c310c11c..1b37d3b16 100644
--- a/contents+id.po
+++ b/contents+id.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Indonesian (https://www.transifex.com/otf/teams/1519/id/)\n"
@@ -756,12 +756,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Jika anda mencoba mengelak dari koneksi yang diblokir untuk pertama kali, "
-"anda perlu mencoba angkutan yang berbeda: obfs3, obfs4, ScrambeSuit, fte, "
-"meek-azure, Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1939,8 +1936,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+is.po b/contents+is.po
index 05d97f8c8..93d86a5ac 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: erinm, 2018\n"
"Language-Team: Icelandic (https://www.transifex.com/otf/teams/1519/is/)\n"
@@ -640,8 +640,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1623,8 +1623,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+it.po b/contents+it.po
index 0f445c273..1db1349db 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Italian (https://www.transifex.com/otf/teams/1519/it/)\n"
@@ -766,12 +766,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Se stai tentando di aggirare una connessione bloccata per la prima volta, "
-"dovresti provare i diversi tipi di trasporto: obfs3, obfs4, ScrambleSuit, "
-"fte, meek-azure e Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1974,8 +1971,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+ka.po b/contents+ka.po
index 18b552de3..bfc9ad6d3 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Georgian (https://www.transifex.com/otf/teams/1519/ka/)\n"
@@ -764,12 +764,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
-msgstr ""
-"თუ თქვენი პირველი მცდელობაა შეზღუდვისთვის გვერდის ავლის, გირჩევთ სცადოთ "
-"სხვადასხვა გადამყვანები: obfs3, obfs4, ScrambleSuit, fte, meek-azure და "
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
+msgstr ""
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1958,8 +1955,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+lv.po b/contents+lv.po
index c151b5b49..28bd3abf9 100644
--- a/contents+lv.po
+++ b/contents+lv.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: erinm, 2018\n"
"Language-Team: Latvian (https://www.transifex.com/otf/teams/1519/lv/)\n"
@@ -684,8 +684,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1759,8 +1759,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+mk.po b/contents+mk.po
index dc7562da6..c7ed23566 100644
--- a/contents+mk.po
+++ b/contents+mk.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Macedonian (https://www.transifex.com/otf/teams/1519/mk/)\n"
@@ -769,12 +769,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Ако се обидувате да го заобиколите блокираното поврзување за првпат, треба "
-"да се обидете со поинкави транспорти: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure и Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1971,8 +1968,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+nb.po b/contents+nb.po
index 76d85edbe..b5bb271a2 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-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: erinm, 2018\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/otf/teams/1519/nb/)\n"
@@ -692,8 +692,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1774,8 +1774,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+nl.po b/contents+nl.po
index 475abf219..815de0143 100644
--- a/contents+nl.po
+++ b/contents+nl.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: bacovane <bart-ts(a)tushmail.com>, 2018\n"
"Language-Team: Dutch (https://www.transifex.com/otf/teams/1519/nl/)\n"
@@ -702,12 +702,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Als je voor de eerste keer een geblokkeerde verbinding probeert te omzeilen,"
-" probeer dan de verschillende transporten: obfs3, obfs4, ScrambleSuit, fte, "
-"meek-azure and Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1794,8 +1791,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+pl.po b/contents+pl.po
index 59d83d950..2ef570b70 100644
--- a/contents+pl.po
+++ b/contents+pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Polish (https://www.transifex.com/otf/teams/1519/pl/)\n"
@@ -663,8 +663,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1628,8 +1628,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index 5904ac633..c02b6b41f 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/otf/teams/1519/pt_BR/)\n"
@@ -765,12 +765,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Se você está tentando contornar uma conexão bloqueada pela primeira vez, "
-"você deve tentar diferentes transportes: obfs3, obfs4, ScrambleSuit, fte, "
-"meek-azure e Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1955,8 +1952,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+ru.po b/contents+ru.po
index 23ffabdfa..5df84c282 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Russian (https://www.transifex.com/otf/teams/1519/ru/)\n"
@@ -756,12 +756,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Если вы пытаетесь обойти заблокированное соединение в первый раз, вам "
-"следует попробовать различные транспорты: obfs3, obfs4, ScrambleSuit, fte, "
-"meek-azure и Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1944,8 +1941,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+sv.po b/contents+sv.po
index 150816e7d..02cb69e86 100644
--- a/contents+sv.po
+++ b/contents+sv.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: erinm, 2018\n"
"Language-Team: Swedish (https://www.transifex.com/otf/teams/1519/sv/)\n"
@@ -701,12 +701,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"Om du försöker kringgå en spärrad anslutning för första gången, kan du testa"
-" med de olika transportprotokollen: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1793,8 +1790,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+tr.po b/contents+tr.po
index 1162ed6b9..2a67bdae5 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -756,12 +756,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
-msgstr ""
-"Engellenen bir bağlantıyı ilk kez aşmaya çalışıyorsanız farklı aktarımları "
-"denemelisiniz: obfs3, obfs4, ScrambleSuit, fte, meek-azure, meek-amazon ve "
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
"Snowflake."
+msgstr ""
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1946,8 +1943,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+uk.po b/contents+uk.po
index 1765bffee..59a73087f 100644
--- a/contents+uk.po
+++ b/contents+uk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: erinm, 2018\n"
"Language-Team: Ukrainian (https://www.transifex.com/otf/teams/1519/uk/)\n"
@@ -680,8 +680,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1685,8 +1685,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+vi.po b/contents+vi.po
index 351071b02..72bd1a63a 100644
--- a/contents+vi.po
+++ b/contents+vi.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: erinm, 2018\n"
"Language-Team: Vietnamese (https://www.transifex.com/otf/teams/1519/vi/)\n"
@@ -693,8 +693,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1781,8 +1781,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+zh-CN.po b/contents+zh-CN.po
index ffff3b79c..e0aec89b7 100644
--- a/contents+zh-CN.po
+++ b/contents+zh-CN.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: Emma Peel, 2018\n"
"Language-Team: Chinese (China) (https://www.transifex.com/otf/teams/1519/zh_CN/)\n"
@@ -668,11 +668,9 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
-"如果您第一次运行时希望规避审查,您应该尝试不同的可插拔传输层:obfs3, obfs4, ScrambleSuit, fte, meek-azure 和"
-" Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1699,8 +1697,8 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents+zh-TW.po b/contents+zh-TW.po
index 55bafa226..4ef70990e 100644
--- a/contents+zh-TW.po
+++ b/contents+zh-TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2018-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: 2018-11-14 12:31+0000\n"
"Last-Translator: erinm, 2018\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/otf/teams/1519/zh_TW/)\n"
@@ -647,8 +647,8 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
#: http//localhost/en-US/circumvention/
@@ -1638,8 +1638,8 @@ msgstr ""
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
#: http//localhost/en-US/known-issues/
diff --git a/contents.pot b/contents.pot
index 48f5df578..317850e8b 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-11-17 19:04+CET\n"
+"POT-Creation-Date: 2018-11-18 08:51+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en-US <LL(a)li.org>\n"
@@ -762,12 +762,12 @@ msgstr ""
#: (content/circumvention/contents+en-US.lrtopic.body)
msgid ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
msgstr ""
"If you are trying to circumvent a blocked connection for the first time, you"
-" should try the different transports: obfs3, obfs4, ScrambleSuit, fte, meek-"
-"azure and Snowflake."
+" should try the different transports: obfs3, obfs4, fte, meek-azure and "
+"Snowflake."
#: http//localhost/en-US/circumvention/
#: (content/circumvention/contents+en-US.lrtopic.body)
@@ -1956,11 +1956,11 @@ msgstr "./start-tor-browser.desktop"
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.body)
msgid ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
msgstr ""
-"* Torrenting over Tor [doesn't hide your IP "
-"address](https://blog.torproject.org/bittorrent-over-tor-isnt-good-idea)."
+"* BitTorrent in specific is <mark><a href=\"https://blog.torproject.org"
+"/bittorrent-over-tor-isnt-good-idea\">not anonymous over Tor</a></mark>."
#: http//localhost/en-US/known-issues/
#: (content/known-issues/contents+en-US.lrtopic.seo_slug)
1
0

[translation/support-portal_completed] Update translations for support-portal_completed
by translation@torproject.org 18 Nov '18
by translation@torproject.org 18 Nov '18
18 Nov '18
commit c9d856d347b89afb1bf898fb98320e05428e2e6c
Author: Translation commit bot <translation(a)torproject.org>
Date: Sun Nov 18 07:19:41 2018 +0000
Update translations for support-portal_completed
---
contents+es.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contents+es.po b/contents+es.po
index 1ae4feb86..aafdc0f29 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -215,7 +215,7 @@ msgid ""
"US/circumvention.html\">censorship</a></mark>."
msgstr ""
"Para más información, por favor lee la sección sobre <mark><a href=\"https"
-"://tb-manual.torproject.org/es-ES/circumvention.html\">elusión de la "
+"://tb-manual.torproject.org/es/circumvention/\">elusión de la "
"censura</a></mark> del <mark><a href=\"https://tb-manual.torproject.org/es-"
"ES/\">Manual de Usuario del Tor Browser.</a></mark>"
1
0

[translation/support-portal] Update translations for support-portal
by translation@torproject.org 18 Nov '18
by translation@torproject.org 18 Nov '18
18 Nov '18
commit f961a21abf67db01574c7d0714d8403e25b5f8d2
Author: Translation commit bot <translation(a)torproject.org>
Date: Sun Nov 18 07:19:34 2018 +0000
Update translations for support-portal
---
contents+es.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contents+es.po b/contents+es.po
index 1ae4feb86..aafdc0f29 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -215,7 +215,7 @@ msgid ""
"US/circumvention.html\">censorship</a></mark>."
msgstr ""
"Para más información, por favor lee la sección sobre <mark><a href=\"https"
-"://tb-manual.torproject.org/es-ES/circumvention.html\">elusión de la "
+"://tb-manual.torproject.org/es/circumvention/\">elusión de la "
"censura</a></mark> del <mark><a href=\"https://tb-manual.torproject.org/es-"
"ES/\">Manual de Usuario del Tor Browser.</a></mark>"
1
0

[translation/tbmanual-contentspot_completed] Update translations for tbmanual-contentspot_completed
by translation@torproject.org 18 Nov '18
by translation@torproject.org 18 Nov '18
18 Nov '18
commit 399ac03045b1df12754faf2a33d8b57af0a6ca61
Author: Translation commit bot <translation(a)torproject.org>
Date: Sun Nov 18 07:17:18 2018 +0000
Update translations for tbmanual-contentspot_completed
---
contents+es.po | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/contents+es.po b/contents+es.po
index e13c01c1d..3304d8654 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -1110,9 +1110,9 @@ msgid ""
"so you do not need to worry about <a href=\"/secure-connections\">connecting"
" over HTTPS</a>."
msgstr ""
-"Todo el tráfico entre los usuarios de Tor y los servicios cebolla está "
-"cifrados extremo-a-extremo, así que no necesitas preocuparte de <a href"
-"=\"/secure-connections\">conectar sobre HTTPS</a>."
+"* Todo el tráfico entre los usuarios de Tor y los servicios cebolla está "
+"cifrado de extremo-a-extremo, por lo que no hace falta preocuparse de <a "
+"href=\"/secure-connections\">conectar a través de HTTPS</a>."
#: http//localhost/en-US/onion-services/
#: (content/onion-services/contents+en-US.lrtopic.body)
@@ -1122,9 +1122,9 @@ msgid ""
"Tor ensure that it is connecting to the right location and that the "
"connection is not being tampered with."
msgstr ""
-"La dirección de un servicio onion se genera automáticamente, de forma que "
-"los operadores no necesitan comprar un nombre de dominio; la URL .onion "
-"también ayuda a Tor a asegurarse de que está conectando a la ubicación "
+"* La dirección de un servicio cebolla se genera automáticamente, de forma "
+"que los operadores no necesitan comprar un nombre de dominio; la URL .onion "
+"también ayuda a Tor a asegurarse de que estás conectando a la ubicación "
"correcta y que la conexión no está siendo alterada."
#: http//localhost/en-US/onion-services/
@@ -1153,7 +1153,7 @@ msgid ""
"website with https and onion service, it will show an icon of a green onion "
"and a padlock."
msgstr ""
-"Cuando accedas a un sitio web que utiliza un servicio onion, el Navegador "
+"Cuando accedas a un sitio web que utiliza un servicio cebolla, el Navegador "
"Tor mostrará en la barra de URL un icono de una pequeña cebolla verde que "
"muestra el estado de tu conexión: segura y usando un servicio onion. Y si "
"accedes a un sitio web con https y sevicio onion, mostrará un icono de una "
1
0