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
March 2021
- 17 participants
- 2169 discussions

[community/master] add language redirects for homepage. will-fix: https://gitlab.torproject.org/tpo/web/community/-/issues/154
by emmapeel@torproject.org 02 Mar '21
by emmapeel@torproject.org 02 Mar '21
02 Mar '21
commit 346bdbce7b8974a267f86baea9bb1663c1d6d7e1
Author: emma peel <emma.peel(a)riseup.net>
Date: Tue Mar 2 21:04:04 2021 +0100
add language redirects for homepage. will-fix: https://gitlab.torproject.org/tpo/web/community/-/issues/154
---
.htaccess | 1 +
1 file changed, 1 insertion(+)
diff --git a/.htaccess b/.htaccess
index 893b7b1..548371a 100644
--- a/.htaccess
+++ b/.htaccess
@@ -19,4 +19,5 @@ RewriteRule ^ga-IE/(.*) /ga$1 [R=302,L]
# but don't have a community page
# You can see them at https://dist.torproject.org/torbrowser/, pick the last alpha for the most languages
# this languages are the translation priority for the community portal!
+RewriteRule ^(ar|ca|cs|da|de|el|fa|fr|ga|he|hu|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-BR|pt-PT|ro|ru|sv-SE|th|tr|vi|zh-CN|zh-TW)$ / [R=302,L]
RewriteRule ^(ar|ca|cs|da|de|el|fa|fr|ga|he|hu|id|is|it|ja|ka|ko|lt|mk|ms|nb-NO|nl|pl|pt-BR|pt-PT|ro|ru|sv-SE|th|tr|vi|zh-CN|zh-TW)/(.*) /$2 [R=302,L]
1
0

[tpo/master] add .htaccess rules to be able to forward Tor Browser locales. closes: https://gitlab.torproject.org/tpo/web/tpo/-/issues/95
by emmapeel@torproject.org 02 Mar '21
by emmapeel@torproject.org 02 Mar '21
02 Mar '21
commit 85955d5ccc8fbcf50c89de2d513ec7900bd3185b
Author: emma peel <emma.peel(a)riseup.net>
Date: Tue Mar 2 20:30:17 2021 +0100
add .htaccess rules to be able to forward Tor Browser locales. closes: https://gitlab.torproject.org/tpo/web/tpo/-/issues/95
---
.htaccess | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/.htaccess b/.htaccess
index a6af184b..485a7f27 100644
--- a/.htaccess
+++ b/.htaccess
@@ -192,3 +192,20 @@ RewriteRule ^donate/donate-usetor-md-lc(.*) https://donate.torproject.org/ [R=30
RewriteRule ^donate/donate-usetor-em-lc(.*) https://donate.torproject.org/ [R=302,L]
RewriteRule ^donate/donate-usetor-tn-lc(.*) https://donate.torproject.org/ [R=302,L]
#
+# Redirects for languages still not translated, and other language situations
+# forward requests in /en to the root folder
+RewriteRule ^(en-US|en)$ / [R=302,L]
+RewriteRule ^(en-US|en)/(.*) /$2 [R=302,L]
+#
+# forward requests in /en and /en-US to the root folder
+RewriteRule ^(en|en-US)$ / [R=302,L]
+RewriteRule ^(en|en-US)/(.*) /$2 [R=302,L]
+#
+# Rewrites for languages that have a different mapping in the page than in TBB
+RewriteRule ^(es-ES|es-MX|es-CO|es-AR)(.*) /es$2 [R=302,L]
+#
+# Rewrites for languages that have a Tor Browser release
+# but don't have a community page
+# You can see them at https://dist.torproject.org/torbrowser/, pick the last alpha for the most languages
+# this languages are the translation priority for the website!
+RewriteRule ^(ar|bn|bn-BD|bn-IN|ga|ga-IE|cs|da|el|fa|ga|he|hu|id|ja|ko|lt|mk|ms|nb-NO|nl|pl|pt-PT|ro|sv-SE|th|vi|zh-TW)/(.*) /$2 [R=302,L]
1
0

[translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
by translation@torproject.org 02 Mar '21
by translation@torproject.org 02 Mar '21
02 Mar '21
commit 77062abd11ce47b5581fe09c0801d1ef25051f38
Author: Translation commit bot <translation(a)torproject.org>
Date: Tue Mar 2 19:15:58 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-mess…
---
he/messages.json | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/he/messages.json b/he/messages.json
index eaff3acdc5..43e861b78b 100644
--- a/he/messages.json
+++ b/he/messages.json
@@ -36,10 +36,7 @@
"message": "עוגיות אינן מאופשרות."
},
"websiteIntro": {
- "message": "Snowflake הוא מערכת להבסת צנזורת אינטרנט. אנשים שהם מצונזרים יכולים להשתמש ב־Snowflake כדי להשיג גישה אל האינטרנט. החיבור עובר דרך יפויי כוח Snowflake, שהם מופעלים על ידי מתנדבים. לעוד מידע מפורט על איך Snowflake עובד ראה את <a href=\"https://trac.torproject.org/projects/tor/wiki/doc/Snowflake/\" data-msgid=\"__MSG_docWiki__\">תיעוד וויקי</a>."
- },
- "docWiki": {
- "message": "תיעוד וויקי"
+ "message": "Snowflake is a system to defeat internet censorship. People who are censored can use Snowflake to access the internet. Their connection goes through Snowflake proxies, which are run by volunteers. For more detailed information about how Snowflake works see our <a href=\"https://trac.torproject.org/projects/tor/wiki/doc/Snowflake/\">documentation wiki</a>."
},
"browser": {
"message": "דפדפן"
@@ -66,10 +63,10 @@
"message": "אם אתה נתקל בבעיות עם Snowflake כלקוח או כייפוי כוח, אנא שקול הגשת דוח תקל. יש שתי דרכים להגיש דוח תקל:"
},
"sharedAccount": {
- "message": "ערוך את <a href=\"https://pad.riseup.net/p/tor-anti-censorship-bugs-keep\">הפנקס הציבורי של דיווח תקלים</a> של צוות הנגד־צנזורה."
+ "message": "File an <a href=\"https://anonticket.onionize.space/\">anonymous ticket</a> by generating an identifier and logging in with it. Then, find the Snowflake project in the <strong>List of all projects</strong> and create a new issue."
},
"bugTracker": {
- "message": "<a href=\"https://gitlab.torproject.org/\">בקש חשבון</a> ב־GitLab של מיזם Tor, לאחר מכן <a href=\"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snow…">פתח סוגייה חדשה</a> במיזם Snowflake."
+ "message": "<a href=\"https://gitlab.onionize.space/\">Request an account</a> at the Tor Project GitLab, then <a href=\"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snow…">open a new issue</a> in the Snowflake project."
},
"descriptive": {
"message": "אנא נסה להיות מפורט ככל האפשר עם הכרטיס שלך ואם אפשר כלול הודעות יומן שיעזרו לנו להפיק מחדש את התקל."
@@ -82,5 +79,11 @@
},
"looksLike": {
"message": "שנראה כך:"
+ },
+ "faq": {
+ "message": "FAQ"
+ },
+ "support": {
+ "message": "See the <a href=\"https://support.torproject.org/censorship/\">Censorship</a> topic in Tor's <a href=\"https://support.torproject.org/\">Support Portal</a>."
}
}
1
0

[translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
by translation@torproject.org 02 Mar '21
by translation@torproject.org 02 Mar '21
02 Mar '21
commit 58b6dfcbf1af5aed40150988bf528ae293d5fdac
Author: Translation commit bot <translation(a)torproject.org>
Date: Tue Mar 2 19:15:56 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-mess…
---
he/messages.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/he/messages.json b/he/messages.json
index 650f45cf6f..51396d0fc2 100644
--- a/he/messages.json
+++ b/he/messages.json
@@ -36,7 +36,7 @@
"message": "עוגיות אינן מאופשרות."
},
"websiteIntro": {
- "message": "Snowflake is a system to defeat internet censorship. People who are censored can use Snowflake to access the internet. Their connection goes through Snowflake proxies, which are run by volunteers. For more detailed information about how Snowflake works see our <a href=\"https://trac.torproject.org/projects/tor/wiki/doc/Snowflake/\">documentation wiki</a>."
+ "message": "Snowflake הוא מערכת להבסת צנזורת אינטרנט. אנשים שהם מצונזרים יכולים להשתמש ב־Snowflake כדי להשיג גישה אל האינטרנט. החיבור עובר דרך יפויי כוח Snowflake, שהם מופעלים על ידי מתנדבים. לעוד מידע מפורט על איך Snowflake עובד ראה את <a href=\"https://trac.torproject.org/projects/tor/wiki/doc/Snowflake/\">תיעוד וויקי</a> שלנו."
},
"browser": {
"message": "דפדפן"
@@ -63,10 +63,10 @@
"message": "אם אתה נתקל בבעיות עם Snowflake כלקוח או כייפוי כוח, אנא שקול הגשת דוח תקל. יש שתי דרכים להגיש דוח תקל:"
},
"sharedAccount": {
- "message": "File an <a href=\"https://anonticket.onionize.space/\">anonymous ticket</a> by generating an identifier and logging in with it. Then, find the Snowflake project in the <strong>List of all projects</strong> and create a new issue."
+ "message": "הגש <a href=\"https://anonticket.onionize.space/\">כרטיס אלמוני</a> ע״י חילול מזהה וכניסה אליו. לאחר מכן, מצא את מיזם Snowflake ב<strong>רשימה של כל המיזמים</strong> וצור סוגייה חדשה."
},
"bugTracker": {
- "message": "<a href=\"https://gitlab.onionize.space/\">Request an account</a> at the Tor Project GitLab, then <a href=\"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snow…">open a new issue</a> in the Snowflake project."
+ "message": "<a href=\"https://gitlab.onionize.space/\">בקש חשבון</a> ב־GitLab של מיזם Tor, לאחר מכן <a href=\"https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snow…">פתח סוגייה חדשה</a> במיזם Snowflake."
},
"descriptive": {
"message": "אנא נסה להיות מפורט ככל האפשר עם הכרטיס שלך ואם אפשר כלול הודעות יומן שיעזרו לנו להפיק מחדש את התקל."
@@ -84,6 +84,6 @@
"message": "שאלות נפוצות"
},
"support": {
- "message": "See the <a href=\"https://support.torproject.org/censorship/\">Censorship</a> topic in Tor's <a href=\"https://support.torproject.org/\">Support Portal</a>."
+ "message": "ראה את נושא ה<a href=\"https://support.torproject.org/censorship/\">צנזורה</a> ב<a href=\"https://support.torproject.org/\">פורטל התמיכה</a> של Tor."
}
}
1
0

02 Mar '21
commit 07788b3c70ebaf999bcab3bff6591132b4b96c51
Author: Cecylia Bocovich <cohosh(a)torproject.org>
Date: Tue Mar 2 10:57:44 2021 -0500
Update instructions for getting Tor bridges
---
content/contents.lr | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/content/contents.lr b/content/contents.lr
index 319d914..15397de 100644
--- a/content/contents.lr
+++ b/content/contents.lr
@@ -39,10 +39,12 @@ Bridges are useful for Tor users under oppressive regimes, and for people who wa
When you start TorBrowser for the first time you will be asked if you want to use bridges. To use pluggable transports, click 'Configure' in the Tor Launcher window that appears when you first run Tor Browser.
-You can also configure pluggable transports while Tor Browser is running by clicking on the onion icon to the left of the address bar, then selecting 'Tor Network Settings'.
+You can also configure pluggable transports while Tor Browser is running by selecting 'Preferences' from the settings menu to the right of the address bar. Once in Preferences, navigate to 'Tor Settings' from the menu on the left of the screen.
Select 'Tor is censored in my country,' then click 'Select a built-in bridge.' Click on the drop-down menu and select the pluggable transport you'd like to use.
Click 'OK' to save your settings.
+If built-in bridges do not work, you can also select 'Request a bridge from torproject.org'. This will require you solve a CAPTCHA and will automatically populate your settings with one or more bridges.
+
Another way to get bridges is to send an email to bridges(a)torproject.org. Please note that you must send the email using an address from one of the following email providers: Riseup or Gmail.
1
0

02 Mar '21
commit 1254596cbb94bed70965f4c068d61ee7947d7aed
Merge: 5dceb08 07788b3
Author: Cecylia Bocovich <cohosh(a)torproject.org>
Date: Tue Mar 2 17:28:37 2021 +0000
Merge branch 'issue/1' into 'master'
Update instructions for getting Tor bridges
See merge request tpo/anti-censorship/gettor-project/gettor-web!1
content/contents.lr | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
1
0

[translation/support-portal_completed] https://gitweb.torproject.org/translation.git/commit/?h=support-portal_completed
by translation@torproject.org 02 Mar '21
by translation@torproject.org 02 Mar '21
02 Mar '21
commit fdb74510e88baa2e20f474a639c8bd50b9a8a09d
Author: Translation commit bot <translation(a)torproject.org>
Date: Tue Mar 2 15:49:36 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=support-portal_comp…
---
contents+es-AR.po | 20 ++++++++++----------
contents+pt-BR.po | 14 +++++++-------
contents+ru.po | 20 ++++++++++----------
contents+tr.po | 20 ++++++++++----------
contents.pot | 26 +++++++++++++-------------
5 files changed, 50 insertions(+), 50 deletions(-)
diff --git a/contents+es-AR.po b/contents+es-AR.po
index 4d330ba933..b78105b3be 100644
--- a/contents+es-AR.po
+++ b/contents+es-AR.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Zuhualime Akoochimoya, 2021\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/otf/teams/1519/es_AR/)\n"
@@ -6340,8 +6340,8 @@ msgstr "¿Vos sí? [Contactanos](https://www.torproject.org/contact)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "¿Puedo correr Tor en un dispositivo Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6389,8 +6389,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "¿Puedo correr Tor en un dispositivo iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6434,15 +6434,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "¿Cómo corro Tor en Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index 57236cb752..01d7bea153 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -28,7 +28,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: André Marcelo Alvarenga <alvarenga(a)kde.org>, 2021\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/otf/teams/1519/pt_BR/)\n"
@@ -5168,7 +5168,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
+msgid "Can I run Tor Browser on an Android device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
@@ -5209,7 +5209,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
@@ -5244,15 +5244,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+ru.po b/contents+ru.po
index 243379a54c..cee8604d6f 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Sergey Smirnov <cj75300(a)gmail.com>, 2020\n"
"Language-Team: Russian (https://www.transifex.com/otf/teams/1519/ru/)\n"
@@ -6160,8 +6160,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Как использовать Tor в Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6208,8 +6208,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Как использовать Tor в iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6253,15 +6253,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Работает ли Tor в Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+tr.po b/contents+tr.po
index 55d3d5a54f..ce829787f3 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Kaya Zeren <kayazeren(a)gmail.com>, 2021\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -6314,8 +6314,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Android aygıtları üzerinde Tor kullanabilir miyim?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6363,8 +6363,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "iOS aygıtları üzerinde Tor kullanabilir miyim?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6408,15 +6408,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Windows Phone üzerinde Tor kullanabilir miyim?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents.pot b/contents.pot
index 422e385a49..d35cc31b27 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: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL(a)li.org>\n"
@@ -6195,8 +6195,8 @@ msgstr "Do you? [Contact us](https://www.torproject.org/contact)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Can I run Tor on an Android device?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr "Can I run Tor Browser on an Android device?"
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6244,8 +6244,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr "Can I run Tor Browser on an iOS device?"
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6289,20 +6289,20 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr "How do I run Tor Browser on Windows Phone?"
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
#: https//support.torproject.org/tormobile/tormobile-5/
1
0

[translation/support-portal] https://gitweb.torproject.org/translation.git/commit/?h=support-portal
by translation@torproject.org 02 Mar '21
by translation@torproject.org 02 Mar '21
02 Mar '21
commit 47917c1a1245b8325cd45316d730282b5cafc41f
Author: Translation commit bot <translation(a)torproject.org>
Date: Tue Mar 2 15:49:26 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=support-portal
---
contents+ar.po | 20 ++++++++++----------
contents+bn.po | 20 ++++++++++----------
contents+ca.po | 20 ++++++++++----------
contents+cs.po | 14 +++++++-------
contents+de.po | 20 ++++++++++----------
contents+el.po | 20 ++++++++++----------
contents+es-AR.po | 20 ++++++++++----------
contents+es.po | 20 ++++++++++----------
contents+fa.po | 20 +++++++++-----------
contents+fo.po | 14 +++++++-------
contents+fr.po | 20 ++++++++++----------
contents+ga.po | 20 ++++++++++----------
contents+he.po | 20 ++++++++++----------
contents+hr.po | 14 +++++++-------
contents+hu.po | 14 +++++++-------
contents+id.po | 20 ++++++++++----------
contents+is.po | 20 ++++++++++----------
contents+it.po | 20 ++++++++++----------
contents+ja.po | 20 ++++++++++----------
contents+ka.po | 20 ++++++++++----------
contents+ko.po | 16 ++++++++--------
contents+lt.po | 18 +++++++++---------
contents+ml.po | 20 ++++++++++----------
contents+nb.po | 18 +++++++++---------
contents+nl.po | 20 ++++++++++----------
contents+pl.po | 20 ++++++++++----------
contents+pt-BR.po | 20 ++++++++++----------
contents+pt-PT.po | 20 ++++++++++----------
contents+ro.po | 20 ++++++++++----------
contents+ru.po | 20 ++++++++++----------
contents+sq.po | 14 +++++++-------
contents+sr.po | 14 +++++++-------
contents+sv.po | 20 ++++++++++----------
contents+th.po | 14 +++++++-------
contents+tr.po | 20 ++++++++++----------
contents+uk.po | 20 ++++++++++----------
contents+zh-CN.po | 20 ++++++++++----------
contents+zh-TW.po | 20 ++++++++++----------
contents.pot | 26 +++++++++++++-------------
39 files changed, 367 insertions(+), 369 deletions(-)
diff --git a/contents+ar.po b/contents+ar.po
index 171bc6d720..098f622ee0 100644
--- a/contents+ar.po
+++ b/contents+ar.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: NASI₿ <nomadweb(a)protonmail.ch>, 2021\n"
"Language-Team: Arabic (https://www.transifex.com/otf/teams/1519/ar/)\n"
@@ -6037,8 +6037,8 @@ msgstr "هل؟ [اتصل بنا] (https://www.torproject.org/contact)"
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "هل يمكنني تشغيل Tor على جهاز اندرويد؟"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6086,8 +6086,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "هل يمكنني تشغيل Tor على جهاز يعمل بنظام IOS ؟"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6129,15 +6129,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "كيف يمكنني تشغيل Tor على هاتف ويندوز؟"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+bn.po b/contents+bn.po
index 80758287c0..a90817f53e 100644
--- a/contents+bn.po
+++ b/contents+bn.po
@@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Al Shahrior Hasan Sagor <shahrior3814(a)gmail.com>, 2020\n"
"Language-Team: Bengali (https://www.transifex.com/otf/teams/1519/bn/)\n"
@@ -5200,8 +5200,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "আমি একটি অ্যান্ড্রয়েড ডিভাইসে টর চালাতে পারি?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5237,8 +5237,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "আমি একটি আইওএস ডিভাইস টর্চ চালাতে পারি?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5278,15 +5278,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "উইন্ডোজ ফোনে আমি কিভাবে টর রান করব?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+ca.po b/contents+ca.po
index d338a7f329..34f2f7afe8 100644
--- a/contents+ca.po
+++ b/contents+ca.po
@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Miquel Bosch, 2021\n"
"Language-Team: Catalan (https://www.transifex.com/otf/teams/1519/ca/)\n"
@@ -5321,8 +5321,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Puc executar el Tor en un dispositiu Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5358,8 +5358,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Puc executar el Tor en un dispositiu iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5399,15 +5399,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Com puc executar el Tor al Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+cs.po b/contents+cs.po
index cc3661002a..b730d1fcbf 100644
--- a/contents+cs.po
+++ b/contents+cs.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Fourdee Foureight, 2020\n"
"Language-Team: Czech (https://www.transifex.com/otf/teams/1519/cs/)\n"
@@ -5081,7 +5081,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
+msgid "Can I run Tor Browser on an Android device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
@@ -5118,7 +5118,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
@@ -5153,15 +5153,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+de.po b/contents+de.po
index c0d84a5211..87d283a9a8 100644
--- a/contents+de.po
+++ b/contents+de.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Curtis Baltimore <curtisbaltimore(a)protonmail.com>, 2021\n"
"Language-Team: German (https://www.transifex.com/otf/teams/1519/de/)\n"
@@ -6371,8 +6371,8 @@ msgstr "Und du? [Kontaktiere uns](https://www.torproject.org/de/contact)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Kann ich Tor auf einem Android-Gerät ausführen?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6420,8 +6420,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Kann ich Tor auf einem iOS-Gerät ausführen?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6463,15 +6463,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Wie bringe ich Tor auf einem Windows-Phone zum Laufen?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+el.po b/contents+el.po
index 37b01c708e..138faf41eb 100644
--- a/contents+el.po
+++ b/contents+el.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: anvo <fragos.george(a)hotmail.com>, 2021\n"
"Language-Team: Greek (https://www.transifex.com/otf/teams/1519/el/)\n"
@@ -5240,8 +5240,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Μπορώ να τρέξω το Tor σε μια συσκευή Android;"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5277,8 +5277,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Μπορώ να τρέξω τον Tor σε μια συσκευή iOS;"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5322,15 +5322,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Πώς μπορώ να τρέξω το Tor σε Windows Phone;"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+es-AR.po b/contents+es-AR.po
index 4d330ba933..b78105b3be 100644
--- a/contents+es-AR.po
+++ b/contents+es-AR.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Zuhualime Akoochimoya, 2021\n"
"Language-Team: Spanish (Argentina) (https://www.transifex.com/otf/teams/1519/es_AR/)\n"
@@ -6340,8 +6340,8 @@ msgstr "¿Vos sí? [Contactanos](https://www.torproject.org/contact)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "¿Puedo correr Tor en un dispositivo Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6389,8 +6389,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "¿Puedo correr Tor en un dispositivo iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6434,15 +6434,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "¿Cómo corro Tor en Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+es.po b/contents+es.po
index 741de28c21..238bbbcc47 100644
--- a/contents+es.po
+++ b/contents+es.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2021\n"
"Language-Team: Spanish (https://www.transifex.com/otf/teams/1519/es/)\n"
@@ -6346,8 +6346,8 @@ msgstr "¿Y tú? [Contáctanos](https://www.torproject.org/contact)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "¿Puedo usar Tor en un dispositivo Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6395,8 +6395,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "¿Puedo usar Tor en un dispositivo iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6440,15 +6440,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "¿Cómo uso Tor en Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+fa.po b/contents+fa.po
index 94573add52..ba444a48cd 100644
--- a/contents+fa.po
+++ b/contents+fa.po
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Samaneh M <asamana.haoma(a)gmail.com>, 2020\n"
"Language-Team: Persian (https://www.transifex.com/otf/teams/1519/fa/)\n"
@@ -6070,8 +6070,8 @@ msgstr "شما چطور؟ [با ما تماس بگیرید](https://www.torproje
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "آیا من میتوانم تور را بر روی سخت افزار آندروید اجرا کنم؟"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6118,10 +6118,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
msgstr ""
-"آیا می توان Tor را بر روی دستگاه هایی که از سیستم عامل iOS استفاده می کنند، "
-"اجرا کرد؟"
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6165,15 +6163,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "چگونه تور را روی گوشی ویندوز اجرا کنم؟"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+fo.po b/contents+fo.po
index 6aba44d104..7735b628b2 100644
--- a/contents+fo.po
+++ b/contents+fo.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: erinm, 2020\n"
"Language-Team: Faroese (https://www.transifex.com/otf/teams/1519/fo/)\n"
@@ -5047,7 +5047,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
+msgid "Can I run Tor Browser on an Android device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
@@ -5084,7 +5084,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
@@ -5119,15 +5119,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+fr.po b/contents+fr.po
index 5da91421c2..5b324ba33c 100644
--- a/contents+fr.po
+++ b/contents+fr.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: AO <ao(a)localizationlab.org>, 2021\n"
"Language-Team: French (https://www.transifex.com/otf/teams/1519/fr/)\n"
@@ -6237,8 +6237,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Puis-je utiliser Tor sur un appareil Android ?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6283,8 +6283,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Puis-je utiliser Tor sur un appareil iOS ?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6329,15 +6329,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Comment puis-je utiliser Tor sur Windows Phone ?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+ga.po b/contents+ga.po
index f2a235dd67..77d7930009 100644
--- a/contents+ga.po
+++ b/contents+ga.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2020\n"
"Language-Team: Irish (https://www.transifex.com/otf/teams/1519/ga/)\n"
@@ -5171,8 +5171,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "An féidir liom Tor a úsáid ar ghléas Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5208,8 +5208,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "An féidir liom Tor a úsáid ar ghléas iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5249,15 +5249,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Conas a úsáidtear Tor ar Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+he.po b/contents+he.po
index f6f4687676..140e437f42 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Omer I.S. <omeritzicschwartz(a)gmail.com>, 2021\n"
"Language-Team: Hebrew (https://www.transifex.com/otf/teams/1519/he/)\n"
@@ -5027,8 +5027,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "האם אני יכול להריץ את Tor על מכשיר אנדרואיד?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5064,8 +5064,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "האם אפשר להריץ את Tor על מכשיר iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5103,15 +5103,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "איך אני מריץ את Tor על Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+hr.po b/contents+hr.po
index e75283199c..dd81ed11f1 100644
--- a/contents+hr.po
+++ b/contents+hr.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: milotype <mail(a)milotype.de>, 2020\n"
"Language-Team: Croatian (https://www.transifex.com/otf/teams/1519/hr/)\n"
@@ -5451,7 +5451,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
+msgid "Can I run Tor Browser on an Android device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
@@ -5488,7 +5488,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
@@ -5533,15 +5533,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+hu.po b/contents+hu.po
index 375e6afbc5..3cd966f305 100644
--- a/contents+hu.po
+++ b/contents+hu.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Tamas Pajor <tpajor17(a)icloud.com>, 2020\n"
"Language-Team: Hungarian (https://www.transifex.com/otf/teams/1519/hu/)\n"
@@ -5060,7 +5060,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
+msgid "Can I run Tor Browser on an Android device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
@@ -5097,7 +5097,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
@@ -5132,15 +5132,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+id.po b/contents+id.po
index ce85bc092c..4723794169 100644
--- a/contents+id.po
+++ b/contents+id.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Joshua P, 2021\n"
"Language-Team: Indonesian (https://www.transifex.com/otf/teams/1519/id/)\n"
@@ -5259,8 +5259,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Apakah saya dapat menjalankan Tor di alat Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5296,8 +5296,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Apakah saya dapat menjalankan Tor di alat IOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5337,15 +5337,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Bagaimana cara menjalankan Tor di Wndows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+is.po b/contents+is.po
index 9c578300d7..c75aeb55d4 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Emma Peel, 2020\n"
"Language-Team: Icelandic (https://www.transifex.com/otf/teams/1519/is/)\n"
@@ -5476,8 +5476,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Get ég keyrt Tor á Android-tæki?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5513,8 +5513,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Get ég keyrt Tor á iOS-tæki?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5558,15 +5558,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Hvernig keyri ég Tor á Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+it.po b/contents+it.po
index f8cd3860fc..7bc84bb901 100644
--- a/contents+it.po
+++ b/contents+it.po
@@ -29,7 +29,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Alex G <alecs(a)alecs.ga>, 2021\n"
"Language-Team: Italian (https://www.transifex.com/otf/teams/1519/it/)\n"
@@ -6214,8 +6214,8 @@ msgstr "E tu? [Contattaci](https://www.torproject.org/it/contact/)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Posso usare Tor su un dispositivo Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6263,8 +6263,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Posso eseguire Tor su un dispositivo iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6308,15 +6308,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Come posso far funzionare Tor su Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+ja.po b/contents+ja.po
index 367e89df52..f4d85e2a02 100644
--- a/contents+ja.po
+++ b/contents+ja.po
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Kaede, 2021\n"
"Language-Team: Japanese (https://www.transifex.com/otf/teams/1519/ja/)\n"
@@ -5098,8 +5098,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "TorをAndroid搭載端末で利用できますか?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5137,8 +5137,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "TorをiOSデバイスで利用できますか?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5177,15 +5177,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Windows PhoneでTorを利用するにはどうすればよいですか?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+ka.po b/contents+ka.po
index 30e8ce1906..dc6a6662ad 100644
--- a/contents+ka.po
+++ b/contents+ka.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Georgianization, 2021\n"
"Language-Team: Georgian (https://www.transifex.com/otf/teams/1519/ka/)\n"
@@ -6278,8 +6278,8 @@ msgstr "გაქვთ თქვენ? [დაგვიკავშირდ
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "შემიძლია Tor-ის Android-მოწყობილობაზე გაშვება?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6326,8 +6326,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "შემიძლია Tor-ის iOS-მოწყობილობაზე გაშვება?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6371,15 +6371,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Tor როგორ გავუშვა Windows Phone-ზე?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+ko.po b/contents+ko.po
index 19088942c2..4a7b5be3c2 100644
--- a/contents+ko.po
+++ b/contents+ko.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: 장민준, 2021\n"
"Language-Team: Korean (https://www.transifex.com/otf/teams/1519/ko/)\n"
@@ -5034,8 +5034,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Android 기기에서 Tor를 실행할 수 있습니까?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5071,7 +5071,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
@@ -5114,15 +5114,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+lt.po b/contents+lt.po
index bca5fa6f35..fced8dafe8 100644
--- a/contents+lt.po
+++ b/contents+lt.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Tautvydas Ž., 2020\n"
"Language-Team: Lithuanian (https://www.transifex.com/otf/teams/1519/lt/)\n"
@@ -5050,8 +5050,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Ar galiu paleisti Tor savo Android įrenginyje?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5087,8 +5087,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Ar galiu paleisti Tor savo iOS įrenginyje?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5122,15 +5122,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+ml.po b/contents+ml.po
index 831c445471..56250a2338 100644
--- a/contents+ml.po
+++ b/contents+ml.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: ameer pb <ameerpbekm(a)gmail.com>, 2020\n"
"Language-Team: Malayalam (https://www.transifex.com/otf/teams/1519/ml/)\n"
@@ -5968,8 +5968,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "എനിക്ക് Android ഉപകരണത്തിൽ ടോർ പ്രവർത്തിപ്പിക്കാൻ കഴിയുമോ?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6017,8 +6017,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "എനിക്ക് ഒരു iOS ഉപകരണത്തിൽ ടോർ പ്രവർത്തിപ്പിക്കാൻ കഴിയുമോ?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6062,15 +6062,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "വിൻഡോസ് ഫോണിൽ ടോർ എങ്ങനെ പ്രവർത്തിപ്പിക്കും?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+nb.po b/contents+nb.po
index 18e5992b69..575df65e46 100644
--- a/contents+nb.po
+++ b/contents+nb.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Jørgen Moen Isaksen <klokkefriken2(a)protonmail.com>, 2020\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/otf/teams/1519/nb/)\n"
@@ -5057,8 +5057,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Kan jeg kjøre Tor på en Android-enhet?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5094,8 +5094,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Kan jeg kjøre Tor på en iOS-enhet?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5129,15 +5129,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+nl.po b/contents+nl.po
index 7d292ddb0f..2e140a5ff6 100644
--- a/contents+nl.po
+++ b/contents+nl.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Meteor0id, 2020\n"
"Language-Team: Dutch (https://www.transifex.com/otf/teams/1519/nl/)\n"
@@ -5049,8 +5049,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Kan ik Tor gebruiken op een Android apparaat?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5086,8 +5086,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Werkt Tor op een iOS apparaat?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5121,15 +5121,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Hoe gebruik ik Tor op een Windows telefoon?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+pl.po b/contents+pl.po
index 4e8b3404c1..cd11c93ed9 100644
--- a/contents+pl.po
+++ b/contents+pl.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Marcin S <dzidek1003(a)o2.pl>, 2021\n"
"Language-Team: Polish (https://www.transifex.com/otf/teams/1519/pl/)\n"
@@ -5525,8 +5525,8 @@ msgstr "A ty? [Skontaktuj się z nami](https://www.torproject.org/contact)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Czy mogę uruchomić Tor na urządzeniu z Androidem?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5562,8 +5562,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Czy mogę uruchomić Tor na urządzeniu z IOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5607,15 +5607,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Jak uruchomić Tor-a na Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+pt-BR.po b/contents+pt-BR.po
index 8622bda91b..31606db066 100644
--- a/contents+pt-BR.po
+++ b/contents+pt-BR.po
@@ -28,7 +28,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: André Marcelo Alvarenga <alvarenga(a)kde.org>, 2021\n"
"Language-Team: Portuguese (Brazil) (https://www.transifex.com/otf/teams/1519/pt_BR/)\n"
@@ -6305,8 +6305,8 @@ msgstr "Você? [Contacte-nos](https://www.torproject.org/pt-BR/contact)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Eu posso executar Tor em um aparelho Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6354,8 +6354,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Posso utilizar o Tor em um aparelho iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6399,15 +6399,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Como eu utilizo o Tor no Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+pt-PT.po b/contents+pt-PT.po
index fb3dc7cdc2..953312d7ac 100644
--- a/contents+pt-PT.po
+++ b/contents+pt-PT.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Mário Furtado <furmario(a)aol.com>, 2020\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/otf/teams/1519/pt_PT/)\n"
@@ -5983,8 +5983,8 @@ msgstr "Você tem? [Contacte-nos](https://www.torproject.org/contact)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Eu posso executar o Tor num dispositivo Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6024,8 +6024,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Eu posso executar o Tor num dispositivo iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6067,15 +6067,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Como é que eu executo o Tor no Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+ro.po b/contents+ro.po
index 800a339b1c..222f7877e1 100644
--- a/contents+ro.po
+++ b/contents+ro.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Albert Regus <regusal7(a)gmail.com>, 2020\n"
"Language-Team: Romanian (https://www.transifex.com/otf/teams/1519/ro/)\n"
@@ -6027,8 +6027,8 @@ msgstr "Dvs.? [Contactați-ne](https://www.torproject.org/contact)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Pot rula Tor pe un dispozitiv Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6076,8 +6076,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Pot rula Tor pe un dispozitiv iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6121,15 +6121,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Cum rulez Tor pe Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+ru.po b/contents+ru.po
index 243379a54c..cee8604d6f 100644
--- a/contents+ru.po
+++ b/contents+ru.po
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Sergey Smirnov <cj75300(a)gmail.com>, 2020\n"
"Language-Team: Russian (https://www.transifex.com/otf/teams/1519/ru/)\n"
@@ -6160,8 +6160,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Как использовать Tor в Android?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6208,8 +6208,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Как использовать Tor в iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6253,15 +6253,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Работает ли Tor в Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+sq.po b/contents+sq.po
index 75cdac628f..a0397bed46 100644
--- a/contents+sq.po
+++ b/contents+sq.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Besnik Bleta <besnik(a)programeshqip.org>, 2020\n"
"Language-Team: Albanian (https://www.transifex.com/otf/teams/1519/sq/)\n"
@@ -5145,7 +5145,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
+msgid "Can I run Tor Browser on an Android device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
@@ -5182,7 +5182,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
@@ -5227,15 +5227,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+sr.po b/contents+sr.po
index 026b9448cb..201f8aca67 100644
--- a/contents+sr.po
+++ b/contents+sr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Aleksa Ristić, 2020\n"
"Language-Team: Serbian (https://www.transifex.com/otf/teams/1519/sr/)\n"
@@ -5030,7 +5030,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
+msgid "Can I run Tor Browser on an Android device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
@@ -5067,7 +5067,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
@@ -5102,15 +5102,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+sv.po b/contents+sv.po
index 1e4d9002ee..c5165ec2c9 100644
--- a/contents+sv.po
+++ b/contents+sv.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: efef6ec5b435a041fce803c7f8af77d2_2341d43, 2020\n"
"Language-Team: Swedish (https://www.transifex.com/otf/teams/1519/sv/)\n"
@@ -5061,8 +5061,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Kan jag köra Tor på en Android-enhet?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5098,8 +5098,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Kan jag köra Tor på en iOS-enhet?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5133,15 +5133,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Hur kör jag Tor på Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+th.po b/contents+th.po
index a818eda332..2e1956a948 100644
--- a/contents+th.po
+++ b/contents+th.po
@@ -17,7 +17,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Pimsiri Petchnamrob <p.petchnamrob(a)gmail.com>, 2020\n"
"Language-Team: Thai (https://www.transifex.com/otf/teams/1519/th/)\n"
@@ -5041,7 +5041,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
+msgid "Can I run Tor Browser on an Android device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
@@ -5078,7 +5078,7 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
@@ -5113,15 +5113,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+tr.po b/contents+tr.po
index 55d3d5a54f..ce829787f3 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Kaya Zeren <kayazeren(a)gmail.com>, 2021\n"
"Language-Team: Turkish (https://www.transifex.com/otf/teams/1519/tr/)\n"
@@ -6314,8 +6314,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Android aygıtları üzerinde Tor kullanabilir miyim?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6363,8 +6363,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "iOS aygıtları üzerinde Tor kullanabilir miyim?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6408,15 +6408,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Windows Phone üzerinde Tor kullanabilir miyim?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+uk.po b/contents+uk.po
index cbb45ce1c8..56ab6cfe20 100644
--- a/contents+uk.po
+++ b/contents+uk.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Mister Tortik, 2021\n"
"Language-Team: Ukrainian (https://www.transifex.com/otf/teams/1519/uk/)\n"
@@ -5023,8 +5023,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Чи можу я запустити Tor на Андроїді?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5060,8 +5060,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Чи можу я запустити Tor на пристрої iOS?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5095,15 +5095,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "Як запустити Tor на Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+zh-CN.po b/contents+zh-CN.po
index 7588628346..ecee7414aa 100644
--- a/contents+zh-CN.po
+++ b/contents+zh-CN.po
@@ -25,7 +25,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: Feng Zi <admin(a)fengzi.ga>, 2021\n"
"Language-Team: Chinese (China) (https://www.transifex.com/otf/teams/1519/zh_CN/)\n"
@@ -5248,8 +5248,8 @@ msgstr "你也相信吗?[联系我们](https://www.torproject.org/contact)。"
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "我能在 Android 设备上使用 Tor 吗?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5293,8 +5293,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "我能在 iOS 设备上使用 Tor 吗?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5334,15 +5334,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "我能在 Windows Phone 上使用 Tor 吗?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents+zh-TW.po b/contents+zh-TW.po
index 1f2fd15e4a..8ca7275e48 100644
--- a/contents+zh-TW.po
+++ b/contents+zh-TW.po
@@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: 2018-10-02 22:41+0000\n"
"Last-Translator: 揚鈞 蘇 <tukishimaaoba(a)gmail.com>, 2020\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/otf/teams/1519/zh_TW/)\n"
@@ -5040,8 +5040,8 @@ msgstr "您能協助嗎? [聯繫我們](https://www.torproject.org/contact)。
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "我可以在 Android 裝置上執行 Tor 嗎?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -5077,8 +5077,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "我可以在 iOS 裝置上執行 Tor 嗎?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -5115,15 +5115,15 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "我該如何在 Windows Phone 上執行 Tor?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
diff --git a/contents.pot b/contents.pot
index 422e385a49..d35cc31b27 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: 2021-03-02 11:50+CET\n"
+"POT-Creation-Date: 2021-03-02 16:21+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: en <LL(a)li.org>\n"
@@ -6195,8 +6195,8 @@ msgstr "Do you? [Contact us](https://www.torproject.org/contact)."
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.title)
-msgid "Can I run Tor on an Android device?"
-msgstr "Can I run Tor on an Android device?"
+msgid "Can I run Tor Browser on an Android device?"
+msgstr "Can I run Tor Browser on an Android device?"
#: https//support.torproject.org/tormobile/tormobile-1/
#: (content/tormobile/tormobile-1/contents+en.lrquestion.description)
@@ -6244,8 +6244,8 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.title)
-msgid "Can I run Tor on an iOS device?"
-msgstr "Can I run Tor on an iOS device?"
+msgid "Can I run Tor Browser on an iOS device?"
+msgstr "Can I run Tor Browser on an iOS device?"
#: https//support.torproject.org/tormobile/tormobile-3/
#: (content/tormobile/tormobile-3/contents+en.lrquestion.description)
@@ -6289,20 +6289,20 @@ msgstr ""
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.title)
-msgid "How do I run Tor on Windows Phone?"
-msgstr "How do I run Tor on Windows Phone?"
+msgid "How do I run Tor Browser on Windows Phone?"
+msgstr "How do I run Tor Browser on Windows Phone?"
#: https//support.torproject.org/tormobile/tormobile-4/
#: (content/tormobile/tormobile-4/contents+en.lrquestion.description)
msgid ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
msgstr ""
-"There is currently no supported method for running Tor on older Windows "
-"Phones but in case of the newer Microsoft-branded/promoted phones, same "
-"steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
+"There is currently no supported method for running Tor Browser on older "
+"Windows Phones but in case of the newer Microsoft-branded/promoted phones, "
+"same steps as in [Tor Browser for Android](https://tb-manual.torproject.org"
"/mobile-tor/#tor-browser-for-android) can be followed."
#: https//support.torproject.org/tormobile/tormobile-5/
1
0

[tor-browser-build/maint-10.0-desktop] Release preparation for 10.0.13
by sysrqb@torproject.org 02 Mar '21
by sysrqb@torproject.org 02 Mar '21
02 Mar '21
commit b33b276e2dc98df1aacdd6d432628eb785b6e080
Author: Matthew Finkel <sysrqb(a)torproject.org>
Date: Tue Mar 2 15:38:13 2021 +0000
Release preparation for 10.0.13
Versions bump and Changelog update
---
projects/firefox/config | 2 +-
projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt | 4 ++++
rbm.conf | 7 +++----
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/projects/firefox/config b/projects/firefox/config
index a7e705b..035ccca 100644
--- a/projects/firefox/config
+++ b/projects/firefox/config
@@ -1,7 +1,7 @@
# vim: filetype=yaml sw=2
version: '[% c("abbrev") %]'
filename: 'firefox-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %]'
-git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build1'
+git_hash: 'tor-browser-[% c("var/firefox_version") %]-[% c("var/torbrowser_branch") %]-1-build2'
tag_gpg_id: 1
git_url: https://git.torproject.org/tor-browser.git
git_submodule: 1
diff --git a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
index b763127..d35865a 100644
--- a/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
+++ b/projects/tor-browser/Bundle-Data/Docs/ChangeLog.txt
@@ -1,3 +1,7 @@
+Tor Browser 10.0.13 -- March 3 2021
+ * Linux
+ * Bug 40328: Fix instability after upgrading to glibc 2.33
+
Tor Browser 10.0.12 -- February 23 2021
* Windows + OS X + Linux
* Update Firefox to 78.8.0esr
diff --git a/rbm.conf b/rbm.conf
index 7fb27df..ba4baa0 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -24,11 +24,10 @@ buildconf:
git_signtag_opt: '-s'
var:
- torbrowser_version: '10.0.12'
- torbrowser_build: 'build3'
+ torbrowser_version: '10.0.13'
+ torbrowser_build: 'build1'
torbrowser_incremental_from:
- - 10.0.10
- - 10.0.11
+ - 10.0.12
project_name: tor-browser
multi_lingual: 0
build_mar: 1
1
0

[bridgedb/develop] Update create_descriptors to make vanilla bridges
by cohosh@torproject.org 02 Mar '21
by cohosh@torproject.org 02 Mar '21
02 Mar '21
commit 42e9abec3db730abff47983ad85f2398433d68b6
Author: Cecylia Bocovich <cohosh(a)torproject.org>
Date: Thu Feb 11 15:30:10 2021 -0500
Update create_descriptors to make vanilla bridges
---
scripts/create_descriptors | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/scripts/create_descriptors b/scripts/create_descriptors
index 60022db..17d3285 100755
--- a/scripts/create_descriptors
+++ b/scripts/create_descriptors
@@ -104,6 +104,9 @@ def get_transport_line(probing_resistant, addr, port):
transports.append("scramblesuit 216.117.3.62:63174 "
"password=ABCDEFGHIJKLMNOPQRSTUVWXYZ234567")
else:
+ # Occasionally leave transports empty (vanilla bridges)
+ if random.randint(0, 1) > 0:
+ return ""
transports.append("obfs2 %s:%s" % (addr, port-10))
transports.append("obfs3 %s:%s" % (addr, port-20))
@@ -216,12 +219,9 @@ def create_extrainfo_desc(server_desc, signing_key, probing_resistant):
ts = server_desc.published
- extrainfo_desc = RelayExtraInfoDescriptor.create({
+ attributes = {
"extra-info": "%s %s" % (server_desc.nickname,
server_desc.fingerprint),
- "transport": get_transport_line(probing_resistant,
- server_desc.address,
- server_desc.or_port),
"write-history": "%s (900 s) 3188736,2226176,2866176" % ts,
"read-history": "%s (900 s) 3891200,2483200,2698240" % ts,
"dirreq-write-history": "%s (900 s) 1024,0,2048" % ts,
@@ -238,11 +238,18 @@ def create_extrainfo_desc(server_desc, signing_key, probing_resistant):
"bridge-stats-end": "%s (86400 s)" % ts,
"bridge-ips": "ca=8",
"bridge-ip-versions": "v4=8,v6=0",
- "bridge-ip-transports": "<OR>=8",
- }, signing_key=signing_key)
+ "bridge-ip-transports": "<OR>=8"
+ }
+
+ transport = get_transport_line(probing_resistant,
+ server_desc.address,
+ server_desc.or_port)
- return extrainfo_desc
+ if transport:
+ attributes["transport"] = transport
+ return RelayExtraInfoDescriptor.create(attributes,
+ signing_key=signing_key)
def make_descriptors(count, num_probing_resistant):
"""
1
0