commit 8345837ad4bb81f619fee93bb81dfdc46ceb06d4
Author: Nicolas Vigier <boklm(a)torproject.org>
Date: Tue Apr 20 18:26:14 2021 +0200
Bug 40283: Move all documentation to the doc directory
---
README | 7 +++----
README.BUILD_ERRORS => doc/BUILD_ERRORS.txt | 0
README.HACKING => doc/HACKING.txt | 0
README.MAKEFILE => doc/MAKEFILE.txt | 0
.../common => doc}/how-to-create-gradle-dependencies-list.txt | 0
{projects/common => doc}/how-to-update-glean-parser.txt | 0
doc/rbm | 1 +
projects/android-components/gradle-dependencies-list.txt | 2 +-
projects/application-services/gradle-dependencies-list.txt | 2 +-
projects/common/gen_gradle_deps_file.sh | 4 ++--
projects/fenix/gradle-dependencies-list.txt | 2 +-
projects/geckoview/gradle-dependencies-list.txt | 2 +-
projects/tor-android-service/gradle-dependencies-list.txt | 2 +-
projects/tor-onion-proxy-library/gradle-dependencies-list.txt | 2 +-
14 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/README b/README
index 1582743..5407b0c 100644
--- a/README
+++ b/README
@@ -212,20 +212,19 @@ with the following command:
Common Build Errors
-------------------
-You can look at the README.BUILD_ERRORS file for a list of common build
+You can look at the file doc/BUILD_ERRORS.txt for a list of common build
errors and their solutions.
Hacking on the Tor Browser build
--------------------------------
-The file README.HACKING tries to list the main things to know when
+The file doc/HACKING.txt tries to list the main things to know when
making changes to the Tor Browser build.
Description of makefile rules
-----------------------------
-You can find a description of the Makefile rules in the README.MAKEFILE
-file.
+You can find a description of the Makefile rules in the file doc/MAKEFILE.txt.
diff --git a/README.BUILD_ERRORS b/doc/BUILD_ERRORS.txt
similarity index 100%
rename from README.BUILD_ERRORS
rename to doc/BUILD_ERRORS.txt
diff --git a/README.HACKING b/doc/HACKING.txt
similarity index 100%
rename from README.HACKING
rename to doc/HACKING.txt
diff --git a/README.MAKEFILE b/doc/MAKEFILE.txt
similarity index 100%
rename from README.MAKEFILE
rename to doc/MAKEFILE.txt
diff --git a/projects/common/how-to-create-gradle-dependencies-list.txt b/doc/how-to-create-gradle-dependencies-list.txt
similarity index 100%
rename from projects/common/how-to-create-gradle-dependencies-list.txt
rename to doc/how-to-create-gradle-dependencies-list.txt
diff --git a/projects/common/how-to-update-glean-parser.txt b/doc/how-to-update-glean-parser.txt
similarity index 100%
rename from projects/common/how-to-update-glean-parser.txt
rename to doc/how-to-update-glean-parser.txt
diff --git a/doc/rbm b/doc/rbm
new file mode 120000
index 0000000..aaaec74
--- /dev/null
+++ b/doc/rbm
@@ -0,0 +1 @@
+../rbm/doc
\ No newline at end of file
diff --git a/projects/android-components/gradle-dependencies-list.txt b/projects/android-components/gradle-dependencies-list.txt
index ab3da10..1ae9cb9 100644
--- a/projects/android-components/gradle-dependencies-list.txt
+++ b/projects/android-components/gradle-dependencies-list.txt
@@ -1,4 +1,4 @@
-# On how to update dependencies see projects/common/how-to-create-gradle-dependencies-list.txt
+# On how to update dependencies see doc/how-to-create-gradle-dependencies-list.txt
# Don't forget to update var/gradle_dependencies_version when modifying this file
sha256sum | url
d1bc9842455c2e534415d88c44df4d52413b478db9093a1ba36324f705f44c3d | https://dl.google.com/dl/android/maven2/androidx/activity/activity/1.0.0/ac…
diff --git a/projects/application-services/gradle-dependencies-list.txt b/projects/application-services/gradle-dependencies-list.txt
index bd001d9..8686f74 100644
--- a/projects/application-services/gradle-dependencies-list.txt
+++ b/projects/application-services/gradle-dependencies-list.txt
@@ -1,4 +1,4 @@
-# On how to update dependencies see projects/common/how-to-create-gradle-dependencies-list.txt
+# On how to update dependencies see doc/how-to-create-gradle-dependencies-list.txt
# Don't forget to update var/gradle_dependencies_version when modifying this file
sha256sum | url
d1bc9842455c2e534415d88c44df4d52413b478db9093a1ba36324f705f44c3d | https://dl.google.com/dl/android/maven2/androidx/activity/activity/1.0.0/ac…
diff --git a/projects/common/gen_gradle_deps_file.sh b/projects/common/gen_gradle_deps_file.sh
index 99d0517..3ea8f16 100755
--- a/projects/common/gen_gradle_deps_file.sh
+++ b/projects/common/gen_gradle_deps_file.sh
@@ -32,7 +32,7 @@
# Usage:
# 1) Point to a log file with all the dependency download attempts (for its
-# generation see: projects/common/how-to-create-gradle-dependencies-list.txt)
+# generation see: doc/how-to-create-gradle-dependencies-list.txt)
# 2) Double-check that you get the same SHA-256 sums when downloaded from a
# different network location. E.g. by using `torsocks` with this script after
# having made a copy of `gradle-dependencies-list.txt` from 1) and comparing
@@ -57,7 +57,7 @@ do
done < dl-attempts
# Step 3: Add the header at the beginning of the final dependency file.
-echo "# On how to update dependencies see projects/common/how-to-create-gradle\
+echo "# On how to update dependencies see doc/how-to-create-gradle\
-dependencies-list.txt" > gradle-dependencies-list.txt
echo "# Don't forget to update var/gradle_dependencies_version when modifying \
this file" >> gradle-dependencies-list.txt
diff --git a/projects/fenix/gradle-dependencies-list.txt b/projects/fenix/gradle-dependencies-list.txt
index 1cbaeee..a172735 100644
--- a/projects/fenix/gradle-dependencies-list.txt
+++ b/projects/fenix/gradle-dependencies-list.txt
@@ -1,4 +1,4 @@
-# On how to update dependencies see projects/common/how-to-create-gradle-dependencies-list.txt
+# On how to update dependencies see doc/how-to-create-gradle-dependencies-list.txt
# Don't forget to update var/gradle_dependencies_version when modifying this file
sha256sum | url
1996c36d3d2d62db5020b8ec634b5f854b1a698960c3552e1a00c69221baeabe | https://dl.google.com/dl/android/maven2/androidx/activity/activity-ktx/1.1.…
diff --git a/projects/geckoview/gradle-dependencies-list.txt b/projects/geckoview/gradle-dependencies-list.txt
index f429a3a..1d73d70 100644
--- a/projects/geckoview/gradle-dependencies-list.txt
+++ b/projects/geckoview/gradle-dependencies-list.txt
@@ -1,4 +1,4 @@
-# On how to update dependencies see projects/common/how-to-create-gradle-dependencies-list.txt
+# On how to update dependencies see doc/how-to-create-gradle-dependencies-list.txt
# Don't forget to update var/gradle_dependencies_version when modifying this file
sha256sum | url
857db5645aaefbd7fbe9ba6454b072bc0518ebaba08a93d5eae89a9850e949c4 | https://jcenter.bintray.com/com/getkeepsafe/dexcount/dexcount-gradle-plugin…
diff --git a/projects/tor-android-service/gradle-dependencies-list.txt b/projects/tor-android-service/gradle-dependencies-list.txt
index 9adfa6b..5109de6 100644
--- a/projects/tor-android-service/gradle-dependencies-list.txt
+++ b/projects/tor-android-service/gradle-dependencies-list.txt
@@ -1,4 +1,4 @@
-# On how to update dependencies see projects/common/how-to-create-gradle-dependencies-list.txt
+# On how to update dependencies see doc/how-to-create-gradle-dependencies-list.txt
# Don't forget to update var/gradle_dependencies_version when modifying this file
sha256sum | url
3a616a32f433e9e23f556b38575c31b013613d3ae85206263b7625fe1f4c151a | https://dl.google.com/dl/android/maven2/android/arch/core/common/1.1.1/comm…
diff --git a/projects/tor-onion-proxy-library/gradle-dependencies-list.txt b/projects/tor-onion-proxy-library/gradle-dependencies-list.txt
index 1612a54..5260377 100644
--- a/projects/tor-onion-proxy-library/gradle-dependencies-list.txt
+++ b/projects/tor-onion-proxy-library/gradle-dependencies-list.txt
@@ -1,4 +1,4 @@
-# On how to update dependencies see projects/common/how-to-create-gradle-dependencies-list.txt
+# On how to update dependencies see doc/how-to-create-gradle-dependencies-list.txt
# Don't forget to update var/gradle_dependencies_version when modifying this file
sha256sum | url
3a616a32f433e9e23f556b38575c31b013613d3ae85206263b7625fe1f4c151a | https://dl.google.com/dl/android/maven2/android/arch/core/common/1.1.1/comm…
commit afc3005932cc0b0dc93dbb580b55761212b2dc38
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Apr 30 15:47:01 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
---
contents+he.po | 4 +++-
contents+is.po | 10 +++++++++-
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/contents+he.po b/contents+he.po
index f72daf035d..543d7d7fca 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -2966,11 +2966,13 @@ msgid ""
"connect directly to the Tor network, or to configure Tor Browser for your "
"connection with the settings icon."
msgstr ""
+"כשתפעילו את דפדפן Tor בפעם הראשונה, תראו את האפשרות להתחבר ישירות אל רשת "
+"Tor, או לקנפג את דפדפן Tor עבור החיבור להתקשרות עם צלמית ההגדרות."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid "#### Connect"
-msgstr ""
+msgstr "#### התחברות"
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
diff --git a/contents+is.po b/contents+is.po
index c3fa38e647..187641f7e9 100644
--- a/contents+is.po
+++ b/contents+is.po
@@ -527,6 +527,8 @@ msgid ""
"**Note:** On Ubuntu and some other distros if you try to launch the start-"
"tor-browser.desktop file a text file might open up."
msgstr ""
+"**Athugið:** Á Ubuntu og einhverjum öðrum dreifingum getur gerst ef þú "
+"reynir að ræsa start-tor-browser.desktop skrána, að textaskrá opnist."
#: https//tb-manual.torproject.org/installation/
#: (content/installation/contents+en.lrtopic.body)
@@ -536,6 +538,10 @@ msgid ""
"Tab → Select \"Run them\" or \"Ask what to do\" under \"Executable Text "
"Files\"."
msgstr ""
+"Til að breyta þessari hegðun og ræsa beint Tor-vafrann, skaltu gera þetta: "
+"Opna \"Skrár\" (GNOME Files/Nautilus) → opna Kjörstillingar → fara á flipann"
+" 'Hegðun' → Veldu \"Keyra\" eða \"Spyrja hvað eigi að gera\" í "
+"\"Keyranlegar textaskrár\" hlutanum."
#: https//tb-manual.torproject.org/installation/
#: (content/installation/contents+en.lrtopic.body)
@@ -543,6 +549,8 @@ msgid ""
"If you choose the latter click on \"Run\" after launching the start-tor-"
"browser.desktop file."
msgstr ""
+"Ef þú velur það síðarnefnda þarftu að ýta á \"Keyra\" eftir að start-tor-"
+"browser.desktop-skráin er ræst."
#: https//tb-manual.torproject.org/installation/
#: (content/installation/contents+en.lrtopic.body)
@@ -1710,7 +1718,7 @@ msgstr ""
#: https//tb-manual.torproject.org/onion-services/
#: (content/onion-services/contents+en.lrtopic.body)
msgid "### ONION SERVICES ERRORS"
-msgstr ""
+msgstr "### VILLUR Í ONION-ÞJÓNUSTUM"
#: https//tb-manual.torproject.org/onion-services/
#: (content/onion-services/contents+en.lrtopic.body)
commit b5b48d85b64c15f16923b6b3f02d163a28f6c619
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Apr 30 15:16:58 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
---
contents+he.po | 17 +++++++++++------
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/contents+he.po b/contents+he.po
index 2b56110d44..f72daf035d 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -2900,7 +2900,7 @@ msgstr "4. מתוך חלק ה \"My Apps\" פתחו את Repositories."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid "5. Toggle \"Guardian Project Official Releases\" as enabled."
-msgstr ""
+msgstr "5. לחצו כדי לקבל \"Guardian Project Official Releases\" למעבר לפעיל."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
@@ -2908,16 +2908,18 @@ msgid ""
"6. Now F-Droid downloads the list of apps from the Guardian Project's "
"repository (Note: this may take a few minutes)."
msgstr ""
+"6. כעת F-Droid מורד רשימת אפליקציות ממאגר פרויקט Guardian (הערה: הדבר יכול"
+" להמשך כמה דקות)."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid "7. Tap the Back button at the upper-left-hand corner."
-msgstr ""
+msgstr "7. הקישו על כפתור החזרה בפינה השמאלית העליונה."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid "8. Open \"Latest\" at the lower-left-hand corner."
-msgstr ""
+msgstr "8. פתחו \"Latest\" בפינה השמאלית התחתונה."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
@@ -2925,16 +2927,17 @@ msgid ""
"10. Open the search screen by tapping the magnifying glass at the lower-"
"right side."
msgstr ""
+"10. פתחו את מסך החיפוש על ידי הקלקה על זכוכית המגדלת בצד התחתון הימני."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid "11. Search for \"Tor Browser for Android\"."
-msgstr ""
+msgstr "11. חפשו את \"Tor Browser for Android\"."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid "12. Open the query result by \"The Tor Project\" and install."
-msgstr ""
+msgstr "12. פתחו את תוצאת החיפוש ליד \"The Tor Project\" והתקינו."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
@@ -2948,11 +2951,13 @@ msgid ""
"apk from the [Tor Project "
"website](https://www.torproject.org/download/#android)."
msgstr ""
+"תוכלו גם לקבל את דפדפן Tor לאנדרואיד על ידי הורדה והתקנה של apk מ [Tor "
+"Project website](https://www.torproject.org/download/#android)."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid "### RUNNING TOR BROWSER FOR ANDROID FOR THE FIRST TIME"
-msgstr ""
+msgstr "### הפעלת דפדפן TOR עבור אנדרואיד בפעם הראשונה"
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
commit 1cb96da9135f746e0d5f50c2a7cacf5e6b238014
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Apr 30 14:47:13 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
---
contents+he.po | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
diff --git a/contents+he.po b/contents+he.po
index 13b962b543..2b56110d44 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -2816,7 +2816,7 @@ msgstr "### הורדה והתקנה"
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid ""
"There exists Tor Browser for Android and Tor Browser for Android (alpha)."
-msgstr ""
+msgstr "יש את דפדפן Tor לאנדרואיד ואת דפדפן Tor לאנדרואיד (אלפא)."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
@@ -2824,19 +2824,21 @@ msgid ""
"Non-technical users should get Tor Browser for Android, as this is stable "
"and less prone to errors."
msgstr ""
+"משתמשים שאינם טכניים צריכים להשתמש בדפדפן Tor לאנדרואיד, באש זוהי הגירסה "
+"היציבה ופחות מועדת לתקלות."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid ""
"Tor Browser for Android is available on Play Store, F-Droid and the Tor "
"Project website."
-msgstr ""
+msgstr "דפדפן Tor לאנדרואיד זמין בחנות ה Play. ב F-Droid וובאתר פרויקט Tor. "
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid ""
"It is very risky to download Tor Browser outside of these three platforms."
-msgstr ""
+msgstr "מאד מסוכן להוריד את דפדפן Tor שלא באחד משלשת הפלטפורמות האלה."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
@@ -2849,6 +2851,8 @@ msgid ""
"You can install Tor Browser for Android from [Google Play "
"Store](https://play.google.com/store/apps/details?id=org.torproject.torbrow…."
msgstr ""
+"אפשר להתקין את דפדפן Tor לאנדרואיד מ [Google Play "
+"Store](https://play.google.com/store/apps/details?id=org.torproject.torbrow…."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
@@ -2860,14 +2864,14 @@ msgstr "#### F-Droid"
msgid ""
"The Guardian Project provides Tor Browser for Android on their F-Droid "
"repository."
-msgstr ""
+msgstr "פרויקט ה Guardian מספק את דפדפן Tor לאנדרואיד במאגר F-Droid שלהם."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid ""
"If you would prefer installing the app from F-Droid, please follow these "
"steps:"
-msgstr ""
+msgstr "אם אתם מעדיפים להתקין את האפליקציה מ F-Droid, בצעו את הצעדים הבאים:"
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
@@ -2875,21 +2879,23 @@ msgid ""
"1. Install the F-Droid app on your Android device from [the F-Droid "
"website.](https://f-droid.org/)"
msgstr ""
+"1. התקינו את אפליקצית F-Droidבמכשיר האנדרואיד שלכם מ [the F-Droid "
+"website.](https://f-droid.org/)"
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid "2. After installing F-Droid, open the app."
-msgstr ""
+msgstr "2. לאחר התקנת F-Droid. פתחו את האפליקציה."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid "3. At the lower-right-hand corner, open \"Settings\"."
-msgstr ""
+msgstr "3. בפינה התחתית ימנית פתחו את \"Settings\"."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid "4. Under the \"My Apps\" section, open Repositories."
-msgstr ""
+msgstr "4. מתוך חלק ה \"My Apps\" פתחו את Repositories."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
commit 3185ac7ceb118ebedbcf0b2b3115307d9a24c8e1
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Apr 30 14:17:09 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
---
contents+he.po | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/contents+he.po b/contents+he.po
index e597c7db12..13b962b543 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -2788,12 +2788,14 @@ msgid ""
"Tor Browser for Android is the only official mobile browser supported and "
"developed by the Tor Project."
msgstr ""
+"דפדפן Tor לאנדרואיד הנו מודול הדפדפן הרשמי היחיד שפותח ונתמך על ידי פרויקט "
+"Tor."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
msgid ""
"It is like the desktop Tor Browser, but for your Android mobile device."
-msgstr ""
+msgstr "זה כמו דפדפן Tor למחשב השולחני, אך עבור מכשיר האנדרואיד שלך."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
@@ -2802,6 +2804,8 @@ msgid ""
"tracking across websites, defending against surveillance, resisting browser "
"fingerprinting, and circumventing censorship."
msgstr ""
+"כמה מהתכונות הבולטות של דפדפן Tor לאנדרואיד כוללות: הפחתת המעקב הבין אתרי, "
+"הגנה נגד פיקוח, ועקיפת צנזורה."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
commit d10c66e69e6088cbf39a8fb6191cbe2e54895d74
Author: gus <gus(a)torproject.org>
Date: Fri Apr 30 11:00:52 2021 -0300
Fix #16
---
.../contents.lr | 153 +++++++++++++++++++++
.../text/contents.lr | 103 ++++++++++++++
2 files changed, 256 insertions(+)
diff --git a/content/archive/v2-deprecation-defending-dissent-domain-shadowing/contents.lr b/content/archive/v2-deprecation-defending-dissent-domain-shadowing/contents.lr
new file mode 100644
index 0000000..93711f4
--- /dev/null
+++ b/content/archive/v2-deprecation-defending-dissent-domain-shadowing/contents.lr
@@ -0,0 +1,153 @@
+_model: post
+---
+_template: newsletter.html
+---
+author: smith(a)torproject.org
+---
+pub_date: 2021-04-30
+---
+title: v2 onion services deprecation, defending dissent, & domain shadowing
+---
+html_body:
+<table align="center" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="650">
+ <tbody>
+ <tr>
+ <td width="100%">
+ <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="680">
+ <tbody><!-- Spacing -->
+ <tr>
+ <td height="20" width="100%"><a href="https://torproject.org"><img alt="tor-news-logo" src="https://blog.torproject.org/sites/default/files/inline-images/tor-news-logo…" style="width: 250px; height: 75px;" /></a></td>
+ </tr>
+ <tr>
+ <td>
+ <table align="center" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" class="devicewidth" width="650">
+ <tbody><!-- /Spacing --><!-- Spacing --><!-- /Spacing --><!-- content -->
+ <tr>
+ <td style="padding:0 15px 15px 15px;">
+ <hr />
+<h1 class="title"><a href="https://blog.torproject.org/v2-deprecation-timeline">Starting July 15, Tor Browser will no longer support v2 onion services</a></h1>
+
+ <p><a href="https://blog.torproject.org/v2-deprecation-timeline"><img alt="" src="https://blog.torproject.org/sites/default/files/inline-images/v2onions.png" style="width: 640px; height: 360px;" /></a></p>
+
+ <div property="schema:text">
+ <h2 id="magicdomid1091"><strong>If you are an onion site administrator, you must upgrade to v3 onion services as soon as possible.</strong></h2>
+
+ <p id="magicdomid1101"><a href="http://blog.torproject.org/v2-deprecation-timeline">As we announced last year</a>, v2 onion services will be deprecated and obsolete in Tor 0.4.6.x. As of April 2021, Tor Browser Alpha uses this version of Tor and v2 addresses no longer work in this and future versions of Tor Browser Alpha.</p>
+
+ <p class="ace-line" id="magicdomid1413"><span class="author-a-9z85zz89zz71zz80zq1ez69z9z79zjydz68zm">When Tor Browser stable moves to Tor 0.4.6.x in October 2021, </span><span class="author-a-9z85zz89zz71zz80zq1ez69z9z79zjydz68zm u"><u>v2 onion addresses will be completely unreachable</u></span><span class="author-a-9z85zz89zz71zz80zq1ez69z9z79zjydz68zm">.</span></p>
+
+ <p class="ace-line" id="magicdomid1415"><span class="author-a-9z85zz89zz71zz80zq1ez69z9z79zjydz68zm">Why are we deprecating v2 onion services? Safety. Technolog</span><span class="author-a-niz68zz122zz65zmfsjpz76zz67zz81zz73zz70zz78z">ies</span><span class="author-a-9z85zz89zz71zz80zq1ez69z9z79zjydz68zm"> used in v2 onion services are vulnerable to different kinds of attacks, and v2 onion services are no longer being developed or maintained. The new version of onion services provide</span><span class="author-a-niz68zz122zz65zmfsjpz76zz67zz81zz73zz70zz78z">s</span><span class="author-a-9z85zz89zz71zz80zq1ez69z9z79zjydz68zm"> improved encryption and enhanced privacy for administ</span><span class="author-a-niz68zz122zz65zmfsjpz76zz67zz81zz73zz70zz78z">r</span><span class="author-a-9z85zz89zz71zz80zq1ez69z9z79zjydz68zm">ators and users.</span></p>
+
+ <p class="ace-line" id="magicdomid1184"><span class="author-a-9z85zz89zz71zz80zq1ez69z9z79zjydz68zm">It's critical that onion service administrators migrate to v3 onion services and work to inform users about this change as soon as possible.</span></p>
+
+ <p class="ace-line" id="magicdomid1047"><span class="author-a-9z85zz89zz71zz80zq1ez69z9z79zjydz68zm"><a href="http://blog.torproject.org/v2-deprecation-timeline">Read more about the deprecation on our blog</a>.</span></p>
+ </div>
+
+ <hr />
+ <div class="css-1dbjc4n">
+ <div class="css-1dbjc4n r-1s2bzr4">
+ <h1 class="title"><a href="https://blog.torproject.org/book-defend-dissent-with-tor" rel="bookmark">Defend Dissent with Tor</a></h1>
+
+ <p dir="auto"><a href="https://blog.torproject.org/book-defend-dissent-with-tor"><img alt="" src="https://blog.torproject.org/sites/default/files/styles/full_width/public/im…" style="width: 640px; height: 591px;" /></a></p>
+
+ <p><em>This week, we're highlighting a guest blog post by Glencora Borradaile.</em></p>
+
+ <p>After 4 years of giving digital security trainings to activists and teaching a course called "Communications Security and Social Movements", I've compiled all my materials into an open, digital book - <a href="https://open.oregonstate.education/defenddissent/">Defend Dissent: Digital Suppression and Cryptographic Defense of Social Movements</a> hosted by Oregon State University where I am an Associate Professor. The book is intended for an introductory, non-major college audience, and I hope it will find use outside the university setting.</p>
+
+ <p>It should be no surprise that Tor is a star of Defend Dissent. The anonymity that the Tor technology enables turns the internet into what it should be: a place to communicate without everyone knowing your business. As a professor, I love teaching Tor. It is a delightful combination of encryption, key exchange, probability and threat modeling. <a href="https://blog.torproject.org/book-defend-dissent-with-tor">Find out more about Defend Dissent on our blog</a>.</p>
+
+ <div class="css-901oao r-1fmj7o5 r-1qd0xha r-1blvdjr r-16dba41 r-ad9z0x r-bcqeeo r-bnwqim r-qvutc0" dir="auto" lang="en">
+ <hr />
+ <h1 class="title"><a href="https://blog.torproject.org/anti-censorship-domain-shadowing">Domain Shadowing: Leveraging CDNs for Robust Blocking-Resistant Communications</a></h1>
+ </div>
+ </div>
+ </div>
+
+ <p><a href="https://blog.torproject.org/anti-censorship-domain-shadowing"><img alt="" src="https://blog.torproject.org/sites/default/files/styles/full_width/public/im…" style="width: 640px; height: 356px;" /></a></p>
+
+ <footer>
+ <p><strong>What is Domain Shadowing?</strong><br />
+ Domain shadowing is a new censorship circumvention technique that uses Content Distribution Networks (CDNs) as its leverage to achieve its goal, which is similar to domain fronting. However, domain shadowing works completely differently from domain fronting and is stronger in terms of blocking-resistance.</p>
+
+ <p>Compared to domain fronting, one big difference among many is that the user in domain shadowing is in charge of the whole procedure. In other words, the complete system can be solely configured by the user without necessary assistance from neither the censored website nor an anti-censorship organization.</p>
+
+ <p><a href="https://blog.torproject.org/anti-censorship-domain-shadowing">Find out more about Domain Shadowing on our blog</a>, in a guest post from Mingkui Wei.</p>
+ </footer>
+
+ <hr />
+ <h1>New Releases</h1>
+
+ <h2 class="title"><a href="https://blog.torproject.org/new-release-tor-browser-105a15" rel="bookmark"><span property="schema:name">Tor Browser 10.5a15</span></a></h2>
+
+ <p>(April 26) This version updates Firefox to 78.10esr and Fenix to 88.1.1. In addition, Tor Browser 10.5a15 updates Tor to 0.4.6.2-alpha. This version includes important security updates to Firefox for Desktop and security updates for Android. <a href="https://blog.torproject.org/new-release-tor-browser-105a15">Full changelog</a>.</p>
+
+ <h2 class="title"><a href="https://blog.torproject.org/new-release-tor-browser-10016" rel="bookmark"><span property="schema:name">Tor Browser 10.0.16</span></a></h2>
+
+ <p>(April 20) This version updates Firefox to 78.10esr. In addition, Tor Browser 10.0.16 updates NoScript to 11.2.4, and adds localization in Burmese. This version includes important security updates to Firefox for Desktop. <a href="https://blog.torproject.org/new-release-tor-browser-10016">Full changelog</a>.</p>
+
+ <h2 class="title"><a href="https://blog.torproject.org/node/2018" rel="bookmark"><span property="schema:name">Tor 0.4.6.2-alpha</span></a><a href="https://blog.torproject.org/node/2000" rel="bookmark"> </a></h2>
+
+ <p>(April 15) Tor 0.4.6.2-alpha is the second alpha in its series. It fixes several small bugs in previous releases, and solves other issues that had enabled denial-of-service attacks and affected integration with other tools. <a href="https://blog.torproject.org/node/2018">Full changelog.</a></p>
+
+ <h2 class="title"><a href="https://blog.torproject.org/new-release-tor-browser-105a14" rel="bookmark"><span property="schema:name">Tor Browser 10.5a14</span></a></h2>
+
+ <p>(April 13) This release updates NoScript to 11.2.4 and updates the Snowflake pluggable transport. This release is the first version that is localized in Burmese, as well. <a href="https://blog.torproject.org/new-release-tor-browser-105a14">Full changelog</a><a href="https://blog.torproject.org/new-release-tor-browser-1007">.</a></p>
+
+ <h2 class="title"><a href="https://blog.torproject.org/new-release-tor-browser-105a13" rel="bookmark"><span property="schema:name">Tor Browser 10.5a13</span></a></h2>
+
+ <p>(April 5) This release updates Firefox to 78.9.0esr for desktop and Firefox for Android to 87.0.0. Additionally, we update Tor to 0.4.6.1-alpha and OpenSSL to 1.1.1k and NoScript to 11.2.3. This release includes important security updates to Firefox for Desktop, and similar important security updates to Firefox for Android.<a href="https://blog.torproject.org/new-release-tor-browser-105a13"> Full changelog</a>.</p>
+
+ <hr />
+ <h1>What We're Reading</h1>
+
+ <p>"MEPs call for European AI rules to ban biometric surveillance in public," <a href="https://techcrunch.com/2021/04/15/meps-call-for-european-ai-rules-to-ban-bi…">Tech Crunch</a>.</p>
+
+ <p>"2021 World Press Freedom Index: Journalism, the vaccine against disinformation, blocked in more than 130 countries," <span class="article-container"><a href="https://rsf.org/en/2021-world-press-freedom-index-journalism-vaccine-agains…">Reporters Without Borders</a></span>.</p>
+
+ <div>
+ <div>
+ <p>"Data Brokers Are a Threat to Democracy," <a href="https://www.wired.com/story/opinion-data-brokers-are-a-threat-to-democracy/">WIRED</a>.</p>
+
+ <p>"After Cookies, Ad Tech Wants to Use Your Email to Track You Everywhere," <a href="https://www.eff.org/deeplinks/2021/04/after-cookies-ad-tech-wants-use-your-…">EFF</a>.</p>
+
+ <p>"Why Democracy Needs Privacy," <a href="https://bostonreview.net/science-nature-politics/carissa-veliz-power-privacy">Boston Review</a>.<br />
+ <br />
+ "Myanmar’s Internet Shutdown Is an Act of ‘Vast Self-Harm’," <a href="https://www.wired.com/story/myanmar-internet-shutdown/">WIRED</a>.</p>
+ </div>
+ </div>
+
+ <hr />
+ <h1>Join Our Community</h1>
+ <p>Getting involved with Tor is easy. <a href="https://community.torproject.org/relay/">Run a relay</a> to make the network faster and more decentralized. <a href="https://blog.torproject.org/run-tor-bridges-defend-open-internet">Run a bridge</a> to help censored users access Tor.</p>
+
+ <p>Learn about each of our <a href="https://gitlab.torproject.org/tpo/team/-/wikis/home">teams </a>and start collaborating.</p>
+
+ <p><a href="https://donate.torproject.org">Donate</a> to help keep Tor fast, strong, and secure.</p>
+
+ <div style="background-color: #7d4698; padding: 6px 8px 6px 8px;
+-webkit-border-radius:3px; border-radius:3px; margin: 0 auto; width:200px; text-align: center;"><em><a href="https://donate.torproject.org" style="font-size: 24px; font-family: Source sans pro, Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; text-decoration: none; display:inline-block;" target="_blank">DONATE</a></em></div>
+ </td>
+ </tr>
+ <tr>
+ <td style="padding:0 15px;">
+ <p>The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open-source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.</p>
+
+ <hr />
+ <p><a href="https://facebook.com/torproject"><img alt="" src="https://blog.torproject.org/sites/default/files/inline-images/tor-facebook.…" style="width: 25px; height: 25px; margin: 3px;" /></a><a href="https://twitter.com/torproject"> <img alt="tor-twitter" src="https://blog.torproject.org/sites/default/files/inline-images/tor-twitter.p…" style="width: 25px; height: 25px; margin: 3px;" /></a><a href="https://instagram.com/torproject"> <img alt="tor-insta" src="https://blog.torproject.org/sites/default/files/inline-images/instagram-tor…" style="width: 25px; height: 25px; margin: 3px;" /></a></p>
+
+ <p><small><a href="{action.unsubscribeUrl}">I no longer want to receive Tor News</a> | <a href="{action.optOutUrl}">Please remove this email address from all communications from the Tor Project</a><br />
+ {domain.address}<br />
+ <a href="https://torproject.org">torproject.org</a></small></p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </td>
+ </tr>
+ </tbody>
+</table>
+<!-- Spacing -->
diff --git a/content/archive/v2-deprecation-defending-dissent-domain-shadowing/text/contents.lr b/content/archive/v2-deprecation-defending-dissent-domain-shadowing/text/contents.lr
new file mode 100644
index 0000000..494cf04
--- /dev/null
+++ b/content/archive/v2-deprecation-defending-dissent-domain-shadowing/text/contents.lr
@@ -0,0 +1,103 @@
+_model: post
+---
+_template: post.html
+---
+author: smith(a)torproject.org
+---
+pub_date: 2021-04-30
+---
+title: v2 onion services deprecation, defending dissent, & domain shadowing
+---
+body:
+## Starting July 15, Tor will no longer support v2 onion services
+
+https://blog.torproject.org/v2-deprecation-timeline
+
+If you are an onion site administrator, you must upgrade to v3 onion services as soon as possible.
+
+As we announced last year, v2 onion services will be deprecated and obsolete in Tor 0.4.6.x. As of April 2021, Tor Browser Alpha uses this version of Tor and v2 addresses no longer work in this and future versions of Tor Browser Alpha.
+
+When Tor Browser stable moves to Tor 0.4.6.x in October 2021, v2 onion addresses will be completely unreachable.
+
+Why are we deprecating v2 onion services? Safety. Technologies used in v2 onion services are vulnerable to different kinds of attacks, and v2 onion services are no longer being developed or maintained. The new version of onion services provides improved encryption and enhanced privacy for administrators and users.
+
+It's critical that onion service administrators migrate to v3 onion services and work to inform users about this change as soon as possible.
+
+Read more about the deprecation on our blog: https://blog.torproject.org/v2-deprecation-timeline
+
+## Defend Dissent with Tor
+
+https://blog.torproject.org/book-defend-dissent-with-tor
+
+This week, we're highlighting a guest blog post by Glencora Borradaile.
+
+After 4 years of giving digital security trainings to activists and teaching a course called "Communications Security and Social Movements", I've compiled all my materials into an open, digital book - Defend Dissent: Digital Suppression and Cryptographic Defense of Social Movements (https://open.oregonstate.education/defenddissent/) hosted by Oregon State University where I am an Associate Professor. The book is intended for an introductory, non-major college audience, and I hope it will find use outside the university setting.
+
+It should be no surprise that Tor is a star of Defend Dissent. The anonymity that the Tor technology enables turns the internet into what it should be: a place to communicate without everyone knowing your business. As a professor, I love teaching Tor. It is a delightful combination of encryption, key exchange, probability and threat modeling. Find out more about [Defend Dissent on our blog](https://blog.torproject.org/book-defend-dissent-with-tor).
+
+## Domain Shadowing: Leveraging CDNs for Robust Blocking-Resistant Communications
+
+https://blog.torproject.org/anti-censorship-domain-shadowing
+
+What is Domain Shadowing?
+
+Domain shadowing is a new censorship circumvention technique that uses Content Distribution Networks (CDNs) as its leverage to achieve its goal, which is similar to domain fronting. However, domain shadowing works completely differently from domain fronting and is stronger in terms of blocking-resistance.
+
+Compared to domain fronting, one big difference among many is that the user in domain shadowing is in charge of the whole procedure. In other words, the complete system can be solely configured by the user without necessary assistance from neither the censored website nor an anti-censorship organization.
+
+Find out more about Domain Shadowing on our blog, in a [guest post from Mingkui Wei](https://blog.torproject.org/anti-censorship-domain-shadowing).
+
+## New Releases
+
+### Tor Browser 10.5a15
+https://blog.torproject.org/new-release-tor-browser-105a15
+
+(April 26) This version updates Firefox to 78.10esr and Fenix to 88.1.1. In addition, Tor Browser 10.5a15 updates Tor to 0.4.6.2-alpha. This version includes important security updates to Firefox for Desktop and security updates for Android.
+
+### Tor Browser 10.0.16
+https://blog.torproject.org/new-release-tor-browser-10016
+(April 20) This version updates Firefox to 78.10esr. In addition, Tor Browser 10.0.16 updates NoScript to 11.2.4, and adds localization in Burmese. This version includes important security updates to Firefox for Desktop.
+
+### Tor 0.4.6.2-alpha
+https://blog.torproject.org/node/2018
+(April 15) Tor 0.4.6.2-alpha is the second alpha in its series. It fixes several small bugs in previous releases, and solves other issues that had enabled denial-of-service attacks and affected integration with other tools.
+
+### Tor Browser 10.5a14
+https://blog.torproject.org/new-release-tor-browser-105a14
+(April 13) This release updates NoScript to 11.2.4 and updates the Snowflake pluggable transport. This release is the first version that is localized in Burmese, as well.
+
+### Tor Browser 10.5a13
+https://blog.torproject.org/new-release-tor-browser-105a13
+(April 5) This release updates Firefox to 78.9.0esr for desktop and Firefox for Android to 87.0.0. Additionally, we update Tor to 0.4.6.1-alpha and OpenSSL to 1.1.1k and NoScript to 11.2.3. This release includes important security updates to Firefox for Desktop, and similar important security updates to Firefox for Android.
+
+## What We're Reading
+
+* "MEPs call for European AI rules to ban biometric surveillance in public," Tech Crunch. (https://techcrunch.com/2021/04/15/meps-call-for-european-ai-rules-to-ban-bi…)
+
+* "2021 World Press Freedom Index: Journalism, the vaccine against disinformation, blocked in more than 130 countries," Reporters Without Borders. (https://rsf.org/en/2021-world-press-freedom-index-journalism-vaccine-agains…)
+
+* "Data Brokers Are a Threat to Democracy," WIRED. (https://www.wired.com/story/opinion-data-brokers-are-a-threat-to-democracy/)
+
+* "After Cookies, Ad Tech Wants to Use Your Email to Track You Everywhere," EFF. (https://www.eff.org/deeplinks/2021/04/after-cookies-ad-tech-wants-use-your-…)
+
+* "Why Democracy Needs Privacy," Boston Review. (https://bostonreview.net/science-nature-politics/carissa-veliz-power-privacy)
+
+* "Myanmar’s Internet Shutdown Is an Act of ‘Vast Self-Harm’," WIRED. (https://www.wired.com/story/myanmar-internet-shutdown/)
+
+## Join Our Community
+
+Getting involved with Tor is easy. Run a relay to make the network faster and more decentralized: https://community.torproject.org/relay/
+
+Run a bridge to help censored users access Tor: https://blog.torproject.org/run-tor-bridges-defend-open-internet
+
+Learn about more opportunities to start collaborating: https://community.torproject.org/
+
+Donate to help keep Tor fast, strong, and secure. https://donate.torproject.org
+
+--
+The Tor Project is a US 501(c)(3) non-profit organization advancing human rights and freedoms by creating and deploying free and open-source anonymity and privacy technologies, supporting their unrestricted availability and use, and furthering their scientific and popular understanding.
+
+Twitter: https://twitter.com/torproject
+Facebook: https://facebook.com/torproject
+Instagram: https://instagram.com/torproject
+Mastodon: http://mastodon.social/@torproject
commit b0c204ae06386cde2bf57f13405448cfb3c0de72
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Apr 30 12:47:19 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
---
contents+he.po | 30 ++++++++++++++++++++++--------
1 file changed, 22 insertions(+), 8 deletions(-)
diff --git a/contents+he.po b/contents+he.po
index b6f54ac232..e597c7db12 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -2649,6 +2649,8 @@ msgid ""
"The following antivirus and firewall software have been known to interfere "
"with Tor and may need to be temporarily disabled:"
msgstr ""
+"תוכנות האנטיוירוס וחומת האש הבאות ידועות כמי שגורמות להפרעות ל Tor ויתכן "
+"שיהיה צורך לחסמן באופן זמני:"
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
@@ -2678,7 +2680,7 @@ msgstr "* Avast Antivirus"
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
msgid "* VPNs also tend to interfere with Tor and need to be disabled."
-msgstr ""
+msgstr "* VPNs גם כן נוטים להפריע ל Tor ויש צורך לחסמן."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
@@ -2687,6 +2689,8 @@ msgid ""
"advanced user who knows how to configure both in a way that doesn't "
"compromise your privacy."
msgstr ""
+"אנו גם לא ממליצים להשתמש ב VPN וב Tor יחדיו אלא אם אתם משתמשים מתקדמים "
+"שיודעים כיצד לקנפג את שניהם באופן שהדבר אינו פוגע באבטחה שלכם."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
@@ -2694,16 +2698,18 @@ msgid ""
"You can find more detailed information about Tor + VPN at our "
"[wiki](https://gitlab.torproject.org/legacy/trac/-/wikis/doc/TorPlusVPN)."
msgstr ""
+"ניתן לעיין במידע נוסף על Tor + VPN ב "
+"[wiki](https://gitlab.torproject.org/legacy/trac/-/wikis/doc/TorPlusVPN)."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
msgid "* Videos that require Adobe Flash are unavailable."
-msgstr ""
+msgstr "* וידאו שמחייבים Adobe Flash אינם זמינים."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
msgid "Flash is disabled for security reasons."
-msgstr ""
+msgstr "Flash מנוטרל מטכמי בטיחות."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
@@ -2713,12 +2719,12 @@ msgstr "* Tor אינו יכול להשתמש בגשר אם ייפוי־כוח מ
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
msgid "* The Tor Browser package is dated January 1, 2000 00:00:00 UTC."
-msgstr ""
+msgstr "* חבילת תוכנה זו של דפדפן Tor מתוארכת ל 1, 1, 2000 00:00:00 UTC."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
msgid "This is to ensure that each software build is exactly reproducible."
-msgstr ""
+msgstr "זאת כדי להבטיח שכל בנייה בגירסת התוכנה ניתנת לשחזור מדויק. "
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
@@ -2726,6 +2732,8 @@ msgid ""
"* Issues with making Tor Browser as your [default "
"browser](https://support.torproject.org/tbb/tbb-32/)."
msgstr ""
+"* תקלות בהגדרת דפדפן Tor שלכם [כדפדפן ברירת "
+"המחדל](https://support.torproject.org/tbb/tbb-32/)."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
@@ -2733,11 +2741,13 @@ msgid ""
"* If Tor Browser was working before and is not working now (especially after"
" a re-install or an update), your system may have been hibernating."
msgstr ""
+"* אם דפדפן Tor פעל קודם לכן וכעת לא (בפרט לאחר re-install או עדכון), יתכן "
+"שהמערכת שלך רדומה."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
msgid "A reboot of your system, in that case, will solve the issue."
-msgstr ""
+msgstr "הפעלה מחדש, במקרה זה, תפתור את הבעיה."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
@@ -2745,6 +2755,8 @@ msgid ""
"* Tor won't start on Windows when the [folder path contains non-ascii "
"characters](https://gitlab.torproject.org/tpo/core/tor/-/issues/10416)."
msgstr ""
+"* Tor לא יתחיל לפעול על Windows כאשר [התיקייה כוללת נתיב שכולל תווים non-"
+"ascii ](https://gitlab.torproject.org/tpo/core/tor/-/issues/10416)."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
@@ -2752,16 +2764,18 @@ msgid ""
"* BitTorrent [is not anonymous over Tor](https://blog.torproject.org"
"/bittorrent-over-tor-isnt-good-idea)."
msgstr ""
+"* BitTorrent [אינו אנונימי מעל Tor](https://blog.torproject.org/bittorrent-"
+"over-tor-isnt-good-idea)."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.title)
msgid "MOBILE TOR"
-msgstr ""
+msgstr "MOBILE TOR"
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.description)
msgid "Learn about Tor for mobile devices"
-msgstr ""
+msgstr "לימדו על Tor fעבור מכשירים ניידים."
#: https//tb-manual.torproject.org/mobile-tor/
#: (content/mobile-tor/contents+en.lrtopic.body)
commit 8db8623c4d686d375b632dbdab718e4a6866052b
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Apr 30 12:17:49 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
---
contents+he.po | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/contents+he.po b/contents+he.po
index fb125c0568..b6f54ac232 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -2590,18 +2590,20 @@ msgid ""
"however the folder will be named \"tor-browser_en-US\" if you are running "
"the English Tor Browser."
msgstr ""
+"* אתרו את תיקיית דפדפןTor. בלינוקס אין תיקיית ברירת מחדל, אך שם התיקייה יהיה"
+" \"tor-browser_en-US\" אם אתם מפעילים את הגירסה באנגלית של דפדפן Tor."
#: https//tb-manual.torproject.org/uninstalling/
#: (content/uninstalling/contents+en.lrtopic.body)
msgid "* Delete the Tor Browser folder."
-msgstr ""
+msgstr "* מחקו את תיקיית דפדפן Tor."
#: https//tb-manual.torproject.org/uninstalling/
#: (content/uninstalling/contents+en.lrtopic.body)
msgid ""
"Note that your operating system’s standard \"Uninstall\" utility is not "
"used."
-msgstr ""
+msgstr "יש לשים לב ששרות \"Uninstall\" הסטנדרטי של המערכת שלכם אינו בשימוש."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.title)
@@ -2619,6 +2621,7 @@ msgstr "* Tor צריך ששעון המערכתך שלך (ואזור הזמן ש
msgid ""
"* Antivirus or malware protection blocking users from accessing Tor Browser."
msgstr ""
+"* אנטיוירוס או הגנה נגד תוכנות זדוניות מונכת ממשתמשים לגשת אל דפדפן Tor."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
@@ -2627,6 +2630,9 @@ msgid ""
"vulnerabilities](https://support.torproject.org/tbb/antivirus-false-"
"positive/)."
msgstr ""
+"לעתים אלה קופצות בגלל [false positives regarding malware and/or "
+"vulnerabilities](https://support.torproject.org/tbb/antivirus-false-"
+"positive/)."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
@@ -2634,6 +2640,8 @@ msgid ""
"You can read more about this on our [Support "
"Portal](https://support.torproject.org/tbb/tbb-10/)."
msgstr ""
+"אפשר לקרוא על כך ב [Support "
+"Portal](https://support.torproject.org/tbb/tbb-10/)."
#: https//tb-manual.torproject.org/known-issues/
#: (content/known-issues/contents+en.lrtopic.body)
commit f11ff5837a7910208f08e32b13b8e2879b636ca6
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Apr 30 11:47:18 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tbmanual-contentspot
---
contents+he.po | 3 +++
1 file changed, 3 insertions(+)
diff --git a/contents+he.po b/contents+he.po
index 801632224e..fb125c0568 100644
--- a/contents+he.po
+++ b/contents+he.po
@@ -2574,6 +2574,9 @@ msgid ""
"`~/Library/Application Support/` folder, but in the same folder where you "
"installed Tor Browser."
msgstr ""
+"יש לשים לב שאם לא התקנתם את דפדפן Tor בתיקיית בריאת המחדל (the Applications "
+"folder), אזי תיקיית TorBrowser-Data אינה ממוקמת בתיקיית "
+"`~/Library/Application Support/`, אלא באותה תיקייה לשם התקנתם את דפדפן Tor."
#: https//tb-manual.torproject.org/uninstalling/
#: (content/uninstalling/contents+en.lrtopic.body)