commit bd62b9540d94cefda37d880c1bbc9d766c5e1bd5
Author: Duncan <duncan(a)torproject.org>
Date: Wed Jun 30 16:52:35 2021 +0000
Added feedback link to 10.5 release page.
---
content/releases/tor-browser-10-5/contents.lr | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/content/releases/tor-browser-10-5/contents.lr b/content/releases/tor-browser-10-5/contents.lr
index b983eeb8..edba7258 100644
--- a/content/releases/tor-browser-10-5/contents.lr
+++ b/content/releases/tor-browser-10-5/contents.lr
@@ -19,8 +19,6 @@ This new Tor Browser release is focussed on improving the internet access of use
### What's new?
-**V2 Onion Services deprecation**
-
**Snowflake is now available as a bridge**
With [Snowflake](https://snowflake.torproject.org), censored users can rely on proxies run by volunteers to connect to the internet.
@@ -33,4 +31,4 @@ During Q1 this year, [the UX team ran a survey on Tor Browser Alpha to better un
Tor Browser 10.5 comes with a number of known issues.
**Give Feedback**
-If you find a bug or have a suggestion for how we could improve this release, please let us know. Thanks to all of the teams across Tor, and the many volunteers, who contributed to this release.
+If you find a bug or have a suggestion for how we could improve this release, [please let us know](https://support.torproject.org/misc/bug-or-feedback/). Thanks to all of the teams across Tor, and the many volunteers, who contributed to this release.
commit 6393c9f59c959c7eacd44c318d4fb5c712f3fe26
Author: Duncan <duncan(a)torproject.org>
Date: Thu Jul 1 13:39:13 2021 +0000
Add V2 deprecation warning to what's new
---
content/releases/tor-browser-10-5/contents.lr | 3 +++
1 file changed, 3 insertions(+)
diff --git a/content/releases/tor-browser-10-5/contents.lr b/content/releases/tor-browser-10-5/contents.lr
index edba7258..9eb03c30 100644
--- a/content/releases/tor-browser-10-5/contents.lr
+++ b/content/releases/tor-browser-10-5/contents.lr
@@ -19,6 +19,9 @@ This new Tor Browser release is focussed on improving the internet access of use
### What's new?
+**V2 Onion Services Deprecation**
+As [we announced last year](https://blog.torproject.org/v2-deprecation-timeline), v2 onion services will be completely unreachable once Tor Browser moves to Tor 0.4.6.x in October 2021. From now until then, Tor Browser will warn you when visiting a v2 onion site of its upcoming deprecation.
+
**Snowflake is now available as a bridge**
With [Snowflake](https://snowflake.torproject.org), censored users can rely on proxies run by volunteers to connect to the internet.
Matthew Finkel pushed to branch tor-browser-90.0.0b6-10.5-1 at The Tor Project / Applications / fenix
Commits:
fd2d5be7 by Matthew Finkel at 2021-06-30T12:12:51+02:00
Bug 40002: Add GitLab CI
Pin CI builds to runners with 32GB of RAM to avoid OOM conditions.
- - - - -
54f7ec85 by Matthew Finkel at 2021-06-30T12:17:04+02:00
Rename as Tor Browser
Bug 40020: Change applicationId
Bug 40020: Change app name
Bug 40020: Change deeplink scheme
Bug 40020: Change App icons
Bug 40073: Use correct branding on About page
Bug 40088: Use Tor Browser logo in migration screen
- - - - -
370e4f55 by Matthew Finkel at 2021-06-30T12:17:19+02:00
Disable features and functionality
Bug 33594: Disable data collection by default (Glean)
Bug 40019: Adjust is disabled on Release when data collection is disabled
Bug 34338: Disable the crash reporter
Bug 40014: Neuter Google Advertising ID
Bug 40018: Disable Push service
Bug 40034: Disable PWA onboading
Bug 40072: Disable Tracking Protection
Bug 40061: Do not show "Send to device" in sharing menu
Bug 40109: Reduce requested permissions
Exclude LOCATION and NETWORK_STATE
Bug 40162: Disable Numbus experiments
- - - - -
b80b6782 by Georg Koppen at 2021-06-30T12:27:36+02:00
Modify build system
Bug 40083: Make locale ordering in BuildConfig deterministic
Bug 40042: Add option do overwrite timestamp in extension version
Bug 40059: Use MOZ_BUILD_DATE for versionCode
At the same time we adapt MOZ_BUILD_DATE to our needs where it is
actually used and not in tor-browser-build. This gives us more
flexibility. See: tor-browser-build#40084.
Bug 40067: Fix reproducibility issue in classes2.dex
We make sure our MOZ_BUILD_DATE gets used as a source for showing date
related information on the Fenix about page.
Bug 40071: Show only supported locales
Bug 40064: Use Gecko Beta for Nightly and Debug variants
Bug 40123: Allow building the instrumented tests apks for variants other than debug
This allows to specify the variant of the instrumented tests via
a `testBuildType` gradle argument. It also applies a workaround for
a R8 issue from https://issuetracker.google.com/issues/140851070.
Bug 40143: Use deterministic date in Test apk
The build config was using Date() when generating the Test apk's
versionName.
- - - - -
5a482c85 by Matthew Finkel at 2021-06-30T12:31:41+02:00
Add Tor integration and UI
Bug 40001: Start Tor as part of the Fenix initialization
Bug 40028: Implement Tor Service controller
Bug 40028: Integrate Tor Controller into HomeFragment
Bug 40028: Implement Tor connect and logger screens
Bug 40028: Implement Tor Onboarding
Bug 40028: Implement new home screen
Bug 40028: Define bootstrapping events and Quick Start
Bug 40041: Implement Tor Network Settings
Bug 40041: Integrate Tor Network Settings
- - - - -
4ca15eeb by Alex Catarineu at 2021-06-30T12:37:04+02:00
Modify UI/UX
Bug 40015: Modify Home menu
Bug 40016: Hide unwanted Settings
Bug 40016: Modify Default toolbar menu
Bug 40016: Add Donate settings button
Bug 40016: Move Allow Screenshots under Advanced
Bug 40016: Don't install WebCompat webext
Bug 40016: Don't onboard Search Suggestions
Bug 40094: Do not use MasterPasswordTipProvider in HomeFragment
Bug 40095: Hide "Sign in to sync" in bookmarks
Bug 40031: Hide Mozilla-specific items on About page
Bug 40032: Set usesCleartextTraffic as false
Bug 40063: Do not sort search engines alphabetically
Bug 34378: Port external helper app prompting
With the corresponding android-components patch, this allows all `startActivity`
that may open external apps to be replaced by `TorUtils.startActivityPrompt`.
Bug 34403: Disable Normal mode by default
Bug 40087: Implement a switch for english locale spoofing
Bug 40144: Hide Download Manager
Bug 40141: Hide EME site permission
Bug 40166: Hide "Normal" tab (again) and Sync tab in TabTray
Bug 40167: Hide "Save to Collection" in menu
- - - - -
34fcee15 by Alex Catarineu at 2021-06-30T12:39:32+02:00
Modify Add-on support
Bug 40030: Install HTTPS Everywhere and NoScript addons on startup
HTTPS Everywhere is installed as a builtin extension and NoScript as
a regular AMO addon. To avoid unnecessary I/O we only install NoScript
the first time, and rely on the browser addon updating mechanism for
keeping up with new versions. This is the same behaviour that was
implemented in the Fennec-based Tor Browser, where it was installed
as a "distribution addon", which also only occurred once.
Bug 40062: HTTPS Everywhere is not shown as installed
Also 40070: Consider storing the list of recommended addons
This implements our own AddonsProvider, which loads the list of
available addons from assets instead of fetching it from an
endpoint. In this list, we replace https-everywhere by
our https-everywhere-eff, so that the EFF one is shown as installed
in the addons list and the AMO one is not displayed.
Also, we hide the uninstall button for builtin addons.
Bug 40058: Hide option for disallowing addon in private mode
- - - - -
44a5ed86 by Matthew Finkel at 2021-06-30T12:39:36+02:00
Add Security Level UI
Bug 40026: Implement Security Level settings
Bug 40026: Integrate Security Level settings
- - - - -
3569ab23 by Matthew Finkel at 2021-06-30T12:39:38+02:00
Bug 40165: Announce v2 onion service deprecation on about:tor
- - - - -
050ec6ee by Nicolas Vigier at 2021-07-02T10:18:52+02:00
fixup! Modify UI/UX
- - - - -
30 changed files:
- + .gitlab-ci.yml
- app/build.gradle
- app/proguard-rules.pro
- app/src/androidTest/java/org/mozilla/fenix/ui/robots/SettingsSubMenuAboutRobot.kt
- − app/src/beta/res/drawable/ic_launcher_foreground.xml
- app/src/beta/res/mipmap-hdpi/ic_launcher.png
- app/src/beta/res/mipmap-mdpi/ic_launcher.png
- app/src/beta/res/mipmap-xhdpi/ic_launcher.png
- app/src/beta/res/mipmap-xxhdpi/ic_launcher.png
- app/src/beta/res/mipmap-xxxhdpi/ic_launcher.png
- app/src/beta/res/values/static_strings.xml
- app/src/beta/res/xml/shortcuts.xml
- − app/src/debug/res/drawable/ic_launcher_foreground.xml
- app/src/debug/res/xml/shortcuts.xml
- app/src/main/AndroidManifest.xml
- + app/src/main/assets/allowed_addons.json
- app/src/main/java/org/mozilla/fenix/FeatureFlags.kt
- app/src/main/java/org/mozilla/fenix/FenixApplication.kt
- app/src/main/java/org/mozilla/fenix/HomeActivity.kt
- app/src/main/java/org/mozilla/fenix/addons/InstalledAddonDetailsFragment.kt
- app/src/main/java/org/mozilla/fenix/browser/BaseBrowserFragment.kt
- app/src/main/java/org/mozilla/fenix/components/Analytics.kt
- app/src/main/java/org/mozilla/fenix/components/Components.kt
- app/src/main/java/org/mozilla/fenix/components/Core.kt
- + app/src/main/java/org/mozilla/fenix/components/TorAddonCollectionProvider.kt
- + app/src/main/java/org/mozilla/fenix/components/TorBrowserFeatures.kt
- app/src/main/java/org/mozilla/fenix/components/metrics/AdjustMetricsService.kt
- app/src/main/java/org/mozilla/fenix/components/metrics/MetricsUtils.kt
- app/src/main/java/org/mozilla/fenix/components/toolbar/DefaultToolbarMenu.kt
- app/src/main/java/org/mozilla/fenix/home/HomeFragment.kt
The diff was not included because it is too large.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/6d43c622b451…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/6d43c622b451…
You're receiving this email because of your account on gitlab.torproject.org.
commit 5ab5c85661740af4271e81a88b59402c0792b174
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Jul 2 16:47:32 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tpo-web
---
contents+pl.po | 38 +++++++++++++++++++++++++++-----------
1 file changed, 27 insertions(+), 11 deletions(-)
diff --git a/contents+pl.po b/contents+pl.po
index b438dadc80..ff60a952f8 100644
--- a/contents+pl.po
+++ b/contents+pl.po
@@ -13,9 +13,9 @@
# Dawid Job <hoek(a)tuta.io>, 2020
# Gus, 2020
# Kristian <geezet(a)riseup.net>, 2021
-# Waldemar Stoczkowski, 2021
# erinm, 2021
# Emma Peel, 2021
+# Waldemar Stoczkowski, 2021
#
msgid ""
msgstr ""
@@ -23,7 +23,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-22 18:56+CET\n"
"PO-Revision-Date: 2019-03-09 10:41+0000\n"
-"Last-Translator: Emma Peel, 2021\n"
+"Last-Translator: Waldemar Stoczkowski, 2021\n"
"Language-Team: Polish (https://www.transifex.com/otf/teams/1519/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -250,6 +250,10 @@ msgid ""
"add more. Want to help us translate? [See "
"here](https://community.torproject.org/localization/)"
msgstr ""
+"Chcemy, aby każdy mógł cieszyć się przeglądarką Tor w swoim własnym języku. "
+"Przeglądarka Tor jest teraz dostępna w 36 różnych językach i pracujemy nad "
+"dodaniem kolejnych. Chcesz nam pomóc w tłumaczeniu? [Zobacz "
+"tutaj](https://community.torproject.org/localization/)"
#: https//www.torproject.org/download/tor/
#: (content/download/tor/contents+en.lrpage.title)
@@ -308,6 +312,9 @@ msgid ""
"For the first time, Tor Browser users will be able to opt-in for using onion"
" sites automatically whenever the websites makes them available."
msgstr ""
+"Po raz pierwszy użytkownicy przeglądarki Tor będą mogli automatycznie "
+"wyrazić zgodę na korzystanie z witryn cebulowych za każdym razem, gdy "
+"witryna je udostępni."
#: https//www.torproject.org/releases/tor-browser-95/
#: (content/releases/tor-browser-95/contents+en.lrpage.body)
@@ -471,12 +478,12 @@ msgstr ""
#: https//www.torproject.org/releases/tor-browser-95/
#: (content/releases/tor-browser-95/contents+en.lrpage.body)
msgid "**Error pages for onion services**"
-msgstr ""
+msgstr "**Strony błędów usług cebulowych**"
#: https//www.torproject.org/releases/tor-browser-95/
#: (content/releases/tor-browser-95/contents+en.lrpage.body)
msgid "Sometimes users have a hard time reaching onion sites."
-msgstr ""
+msgstr "Czasami użytkownicy mają trudności z dotarciem do witryn cebulowych."
#: https//www.torproject.org/releases/tor-browser-95/
#: (content/releases/tor-browser-95/contents+en.lrpage.body)
@@ -703,6 +710,8 @@ msgid ""
"Tor Browser 10.0 is the first stable release of the 10.0 series based on "
"Firefox 78esr."
msgstr ""
+"Tor Browser 10.0 to pierwsze stabilne wydanie serii 10.0 oparte na "
+"Firefoksie 78esr."
#: https//www.torproject.org/releases/tor-browser-10-0/
#: (content/releases/tor-browser-10-0/contents+en.lrpage.body)
@@ -715,7 +724,7 @@ msgstr ""
#: https//www.torproject.org/releases/tor-browser-10-0/
#: (content/releases/tor-browser-10-0/contents+en.lrpage.body)
msgid "Beginning with the 10.5 series, CentOS 6 is not supported."
-msgstr ""
+msgstr "Począwszy od serii 10.5, CentOS 6 nie jest obsługiwany."
#: https//www.torproject.org/about/cy-pres/
#: (content/about/cy-pres/contents+en.lrpage.title)
@@ -874,6 +883,8 @@ msgid ""
"The Tor Project, Inc, became a 501(c)(3) nonprofit in 2006, but the idea of "
"\"onion routing\" began in the mid 1990s."
msgstr ""
+"Tor Project, Inc. stał się organizacją non-profit 501(c)(3) w 2006 r., ale "
+"idea „rutingu cebuli” zaczęła się w połowie lat 90. XX wieku."
#: https//www.torproject.org/about/history/
#: (content/about/history/contents+en.lrpage.body)
@@ -963,6 +974,11 @@ msgid ""
"diverse interests and trust assumptions, and the software needed to be free "
"and open to maximize transparency and decentralization."
msgstr ""
+"Od samego początku w latach 90. routing cebulowy był tworzony w oparciu o "
+"zdecentralizowaną sieć. Sieć musiała być obsługiwana przez podmioty o "
+"różnych zainteresowaniach i założeniach zaufania, a oprogramowanie musiało "
+"być bezpłatne i otwarte, aby zmaksymalizować przejrzystość i "
+"decentralizację."
#: https//www.torproject.org/about/history/
#: (content/about/history/contents+en.lrpage.body)
@@ -1146,7 +1162,7 @@ msgstr ""
#: https//www.torproject.org/about/membership/
#: (content/about/membership/contents+en.lrpage.title)
msgid "Membership"
-msgstr ""
+msgstr "Członkostwo"
#: https//www.torproject.org/about/membership/
#: (content/about/membership/contents+en.lrpage.body)
@@ -1629,7 +1645,7 @@ msgstr "Pakiet Windows Expert"
#: templates/download-tor.html:46
msgid "Windows 10, 8, 7, and Windows Server (>= 2008)"
-msgstr ""
+msgstr "Windows 10, 8, 7, i Windows Server (>= 2008)"
#: templates/download-tor.html:47
msgid "Contains just Tor and nothing else."
@@ -1754,7 +1770,7 @@ msgstr "Sygnatura"
#: templates/hero-download.html:44
msgid "Learn how to verify a signature"
-msgstr ""
+msgstr "Dowiedz się, jak zweryfikować podpis"
#: templates/hero-download.html:53
msgid "Download for Android"
@@ -1998,7 +2014,7 @@ msgstr ""
#: templates/privchat-1.html:43
msgid "Roger Dingledine"
-msgstr ""
+msgstr "Roger Dingledine"
#: templates/privchat-1.html:62
msgid "Carmela Troncoso"
@@ -2006,11 +2022,11 @@ msgstr "Carmela Troncoso"
#: templates/privchat-1.html:74
msgid "Daniel Kahn Gillmor"
-msgstr ""
+msgstr "Daniel Kahn Gillmor"
#: templates/privchat-1.html:86
msgid "Matt Mitchell "
-msgstr ""
+msgstr "Matt Mitchell "
#: templates/privchat.html:30
msgid "Save the Date"
commit f8737ba09c5f36a8feeb650b91bd6172b9186e4b
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Jul 2 16:45:11 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+pl.po | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/contents+pl.po b/contents+pl.po
index a6a83f7814..0f00c48bb5 100644
--- a/contents+pl.po
+++ b/contents+pl.po
@@ -15,9 +15,9 @@
# erinm, 2021
# Dawid Job <hoek(a)tuta.io>, 2021
# ☆Verdulo, 2021
-# Waldemar Stoczkowski, 2021
# Kristian <geezet(a)riseup.net>, 2021
# Emma Peel, 2021
+# Waldemar Stoczkowski, 2021
#
msgid ""
msgstr ""
@@ -25,7 +25,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-06-29 12:10+CET\n"
"PO-Revision-Date: 2019-12-11 10:50+0000\n"
-"Last-Translator: Emma Peel, 2021\n"
+"Last-Translator: Waldemar Stoczkowski, 2021\n"
"Language-Team: Polish (https://www.transifex.com/otf/teams/1519/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -74,6 +74,8 @@ msgid ""
"Below, you'll find some different ways to volunteer with the Tor community "
"as well as resources to better help you help Tor."
msgstr ""
+"Poniżej znajdziesz kilka różnych sposobów na wolontariat ze społecznością "
+"Tora, a także zasoby, które pomogą Ci lepiej pomagać Torowi."
#: https//community.torproject.org/user-research/
#: (content/user-research/contents+en.lrpage.title)
@@ -470,6 +472,8 @@ msgid ""
"These are our current needs for testing Tor products, as well as "
"methodologies and testing scripts."
msgstr ""
+"To są nasze obecne potrzeby w zakresie testowania produktów Tora, a także "
+"metodologii i skryptów testowych."
#: https//community.torproject.org/user-research/open/
#: (content/user-research/open/contents+en.lrpage.body)
commit 64763ad8ca9a6e94c3677402e014009548882ade
Author: Translation commit bot <translation(a)torproject.org>
Date: Fri Jul 2 16:16:23 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
---
fr.po | 16 ++++++++--------
he.po | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/fr.po b/fr.po
index 9cff1e46c1..ad7837f888 100644
--- a/fr.po
+++ b/fr.po
@@ -42,7 +42,7 @@ msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-01 11:43+0200\n"
-"PO-Revision-Date: 2021-07-02 15:45+0000\n"
+"PO-Revision-Date: 2021-07-02 16:03+0000\n"
"Last-Translator: AO <ao(a)localizationlab.org>\n"
"Language-Team: French (http://www.transifex.com/otf/torproject/language/fr/)\n"
"MIME-Version: 1.0\n"
@@ -1763,14 +1763,14 @@ msgstr "Vous devez définir un pont si vous voulez dissimuler le fait que vous u
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:777
msgid "Are you sure you want to lose progress?"
-msgstr ""
+msgstr "Voulez-vous vraiment perdre la progression ?"
#: config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:781
msgid ""
"Tails will continue connecting to Tor after you close the Tor Connection assistant.\n"
"\n"
"If connecting to Tor fails, you will have to wait again until the end of the progress bar to be able to troubleshoot your connection."
-msgstr ""
+msgstr "Tails sera encore connecté à Tor une fois que vous aurez fermé l’assistant de connexion à Tor.\n\nSi la connexion à Tor échoue, vous devrez de nouveau attendre la fin de la barre de progression afin de dépanner votre connexion."
#: config/chroot_local-includes/usr/local/bin/thunderbird:41
msgid "You need to migrate your OpenPGP keys"
@@ -2371,7 +2371,7 @@ msgid ""
"A captive portal is a web page that is displayed before you can access the Internet. Captive portals usually require you to log in to the network or enter information such as an email address.\n"
"\n"
"The Unsafe Browser is not anonymous and can deanonymize you. Use it only to sign in to networks."
-msgstr ""
+msgstr "Le Navigateur non sécurisé vous permet de vous connecter à un réseau grâce à un portail captif.\n\nUn portail captif est une page Web qui est affichée avant que vous puissiez accéder à Internet. Les portails captifs exigent habituellement que vous vous connectiez au réseau ou que vous saisissiez des renseignements tels qu’une adresse courriel.\n\nLe Navigateur non sécurisé n’est pas anonyme et peut divulguer votre identité. Ne l’utilisez que pour vous connecter à des réseaux."
#: ../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:574
msgid "Disable the Unsafe Browser (default)"
@@ -2535,7 +2535,7 @@ msgstr "clé PGP facultative"
#: ../config/chroot_local-includes/usr/share/whisperback/whisperback.ui.in:470
msgid "Please know that we are not able to reply to every bug report."
-msgstr ""
+msgstr "Sachez que nous ne sommes pas en mesure de répondre à tous les relevés de bogue."
#: ../config/chroot_local-includes/usr/share/whisperback/whisperback.ui.in:502
#: ../config/chroot_local-includes/usr/share/whisperback/whisperback.ui.in:613
@@ -2657,7 +2657,7 @@ msgid ""
"1. Send an empty email to <tt>bridges(a)torproject.org</tt> from a Gmail or Riseup email address.\n"
"\n"
"2. Type below the bridges that you received by email."
-msgstr ""
+msgstr "Pour demander de nouveaux ponts Tor, vous pouvez aussi :\n\n1. Envoyer un courriel vide à <tt>bridges(a)torproject.org</tt> à partir d’une adresse courriel Gmail ou Riseup.\n\n2. Saisir ci-dessous les ponts que vous avez reçus par courriel."
#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:740
#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1154
@@ -2694,7 +2694,7 @@ msgid ""
"Tor bridges are secret Tor relays. Use a bridge as your first Tor relay if connections to Tor are blocked, for example in some countries, by some public networks, or by some parental controls.\n"
"\n"
"Choose this option if you already know that you need bridges. Otherwise, Tails will autodetect whether you need bridges to connect to Tor from your local network."
-msgstr ""
+msgstr "Les ponts de Tor sont des relais Tor secrets. Utilisez un pont comme premier relais Tor si les connexions à Tor sont bloquées, par exemple dans certains pays, par certains réseaux publics, ou encore par des contrôles parentaux.\n\nChoisissez cette option si vous savez déjà que vous avez besoin de ponts. Autrement, Tails détectera automatiquement si vous en avez besoin pour vous connecter à Tor de votre réseau local."
#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:984
msgid "<b>Hide to my local network that I'm connecting to Tor (safer)</b>"
@@ -2733,7 +2733,7 @@ msgstr "Vous n’êtes pas encore connecté à un réseau local. Afin de vous co
#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1213
msgid "Open Wi-Fi settings"
-msgstr ""
+msgstr "Ouvrir les paramètres du Wi-Fi"
#: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:1262
msgid "Testing Internet access…"
diff --git a/he.po b/he.po
index 8cc100f032..60f86e6da0 100644
--- a/he.po
+++ b/he.po
@@ -19,7 +19,7 @@ msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-07-01 11:43+0200\n"
-"PO-Revision-Date: 2021-07-02 15:45+0000\n"
+"PO-Revision-Date: 2021-07-02 15:50+0000\n"
"Last-Translator: ION\n"
"Language-Team: Hebrew (http://www.transifex.com/otf/torproject/language/he/)\n"
"MIME-Version: 1.0\n"