Matthew Finkel pushed to branch tor-browser-89.0.0b5-10.5-1 at The Tor Project / Applications / fenix
Commits:
993e17f6 by Matthew Finkel at 2021-05-13T15:43:36+02:00
Bug 40002: Add GitLab CI
Pin CI builds to runners with 32GB of RAM to avoid OOM conditions.
- - - - -
00b6b448 by Matthew Finkel at 2021-05-13T15:51:48+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
- - - - -
32ec5fb8 by Matthew Finkel at 2021-05-13T15:52:01+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
- - - - -
0838fe56 by Georg Koppen at 2021-05-13T15:52:03+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.
- - - - -
163cf2e7 by Matthew Finkel at 2021-05-18T13:41:33+00: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
- - - - -
a7cd2b5e by Alex Catarineu at 2021-05-25T22:12:09+00: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
- - - - -
ec6d8363 by Alex Catarineu at 2021-05-25T22:12:09+00: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
- - - - -
8b770c08 by Matthew Finkel at 2021-05-25T22:12:10+00:00
Add Security Level UI
Bug 40026: Implement Security Level settings
Bug 40026: Integrate Security Level settings
- - - - -
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/e8c43d1bf193…
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/fenix/-/compare/e8c43d1bf193…
You're receiving this email because of your account on gitlab.torproject.org.
commit 9dafad33e7198f6274ce49c308fbc42cb4ed61fa
Author: Translation commit bot <translation(a)torproject.org>
Date: Tue May 25 20:15:14 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+tr.po | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/contents+tr.po b/contents+tr.po
index c4b7f7acbc..7a2657a4ce 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -11061,6 +11061,9 @@ msgid ""
" creation to require Gmail accounts before posting, or by requiring account "
"creation be done over non-Tor before posting."
msgstr ""
+"Bu sersemden, gönderim yapmadan önce, geçici olarak Gmail hesaplarını "
+"zorunlu kılıp hesap açmayı kısıtlayarak veya hesabın Tor dışından açılmasını"
+" zorunlu kılarak kurtulma şansınız olabilir."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -11068,6 +11071,9 @@ msgid ""
"In general, we believe that problems like this are best solved by improving "
"your service to defend against the attack from the Internet at large."
msgstr ""
+"Genel olarak, bu tür sorunlar için en iyi yaklaşımın, hizmetinizi İnternet "
+"üzerinden gelen saldırılara karşı koyacak şekilde geliştirmekle çözmek "
+"olduğuna inanıyoruz."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -11075,6 +11081,9 @@ msgid ""
"Brute force login attempts can be reduced/slowed by Captchas, which is the "
"approach taken by Gmail for this same problem."
msgstr ""
+"Kaba kuvvet kullanarak oturum açma girişimleri, Gmail tarafından aynı soruna"
+" yönelik olarak kullanılan güvenlik kodları (Captcha) ile azaltılabilir ve "
+"yavaşlatılabilir."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -11082,16 +11091,21 @@ msgid ""
"In fact, Google provides a free Captcha service, complete with code for easy"
" inclusion in a number of systems to help other sites deal"
msgstr ""
+"Aslında, Google, bu sorunla ilgili olarak diğer sitelere yardımcı olmak için"
+" çeşitli sistemlere kolayca eklenebilen bir kod ile tam ve ücretsiz bir "
+"güvenlik kodu (Captcha) hizmeti sunuyor"
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
msgid "with this issue: https://code.google.com/apis/recaptcha/intro.html"
-msgstr ""
+msgstr ": https://code.google.com/apis/recaptcha/intro.html"
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
msgid "## PHP Relay or Exploited Webmail Account Spam"
msgstr ""
+"## PHP Aktarımı ya da Kötüye Kullanılan Web E-posta Hesabıyla İstenmeyen "
+"İleti"
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
commit 9275afdbeeb548084c14d8df8da12859c61b694f
Author: Translation commit bot <translation(a)torproject.org>
Date: Tue May 25 19:45:14 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+tr.po | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/contents+tr.po b/contents+tr.po
index d8880c4b3e..c4b7f7acbc 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -11031,6 +11031,9 @@ msgid ""
"The Tor Project provides an automated DNSRBL for you to query to flag posts "
"coming from Tor nodes as requiring special review."
msgstr ""
+"Tor Projesi size özel inceleme gerektiren Tor duraklarından gelen "
+"gönderileri işaretlemek için sorgulayabileceğiniz otomatik bir DNSRBL "
+"sağlar."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -11048,6 +11051,8 @@ msgid ""
"However, be aware that this may be just one jerk amongst many legitimate Tor"
" users who use your forums."
msgstr ""
+"Bununla birlikte, bunun forumlarınızı kullanan birçok saygılı Tor "
+"kullanıcısına karşı yalnız bir sersem olabileceğini unutmayın."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
commit 7ff4ab51909a74f4629dc95918acc8049b8137d1
Author: Translation commit bot <translation(a)torproject.org>
Date: Tue May 25 19:15:22 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+tr.po | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/contents+tr.po b/contents+tr.po
index 75bf80e1b2..d8880c4b3e 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -10827,7 +10827,7 @@ msgstr "Tor Kötüye Kullanım Şikayeti Yanıtlama Kalıpları"
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.subtitle)
msgid "How to handle abuse complaints"
-msgstr "Kötüye kullanım şikayetleri nasıl ele alınır"
+msgstr "Kötüye kullanım şikayetleri ile nasıl ilgilenilir"
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -10840,6 +10840,8 @@ msgid ""
"The best way to handle abuse complaints is to set up your exit node so that "
"they are less likely to be sent in the first place."
msgstr ""
+"Kötüye kullanım şikayetleri ile ilgilenmenin en iyi yolu, baştan çıkış "
+"durağını şikayetlerin gönderilme olasılığını azaltacak şekilde kurmaktır."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -10849,6 +10851,10 @@ msgid ""
"Guidelines](/relay/community-resources/tor-exit-guidelines/) for more info, "
"before reading this document."
msgstr ""
+"Lütfen bu belgeyi okumadan önce ayrıntılı bilgi edinmek için [bir çıkış "
+"aktarıcısını en az rahatsızlık ile işletmek](https://blog.torproject.org"
+"/running-exit-node) ve [Tor çıkış aktarıcısı yönergeleri](/relay/community-"
+"resources/tor-exit-guidelines/) bölümlerine bakın."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -10856,11 +10862,14 @@ msgid ""
"Below are a collection of letters you can use to respond to your ISP about "
"their complaint in regards to your Tor exit server."
msgstr ""
+"Aşağıda, İnternet hizmeti sağlayıcınızın Tor çıkış aktarıcınızla ilgili "
+"şikayetlerine yanıt vermek için kullanabileceğiniz bazı mektup kalıplarını "
+"bulabilirsiniz."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
msgid "## Format and Philosophy of Templates"
-msgstr "## Biçim ve Kalıpların Felsefesi"
+msgstr "## Kalıpların Biçimi ve Felsefesi"
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -10990,7 +10999,7 @@ msgstr ""
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
msgid "## Abuse Scenarios"
-msgstr ""
+msgstr "## Kötüye Kullanım Senaryoları"
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -11009,12 +11018,12 @@ msgstr ""
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
msgid "## Comment/Forum Spam"
-msgstr ""
+msgstr "## Yorum/Forum İstenmeyen İletileri "
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
msgid "This does not mean that nothing can be done, however."
-msgstr ""
+msgstr "Ancak bu hiçbir şeyin yapılamayacağı anlamına gelmez."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
commit 603337a32588baf09f6d1f19f79f14cc7596226c
Author: Translation commit bot <translation(a)torproject.org>
Date: Tue May 25 18:45:12 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-conten…
---
contents+tr.po | 35 ++++++++++++++++++++++++++++-------
1 file changed, 28 insertions(+), 7 deletions(-)
diff --git a/contents+tr.po b/contents+tr.po
index add2fecc8f..75bf80e1b2 100644
--- a/contents+tr.po
+++ b/contents+tr.po
@@ -6282,9 +6282,9 @@ msgid ""
"abuse-templates)."
msgstr ""
"İşletmeciler kötüye kullanım şikayetlerini yanıtlamak için Tor tarafından "
-"hazırlanmış [Tor Kötüye Kullanım Yanıt Kalıpları](tor-abuse-templates) "
-"üzerinde değişiklik yaparak kendi kötüye kullanım kalıplarını "
-"hazırlayabilir."
+"hazırlanmış [Tor Kötüye Kullanım Şikayeti Yanıtlama Kalıpları](tor-abuse-"
+"templates) üzerinde değişiklik yaparak kendi kötüye kullanım şikayeti "
+"yanıtlama kalıplarını hazırlayabilir."
#: https//community.torproject.org/relay/community-resources/
#: (content/relay/community-resources/contents+en.lrpage.body)
@@ -6337,7 +6337,7 @@ msgstr ""
"hazırlanmış kötüye kullanım şikayeti yanıtlama kalıpları: [DMCA "
"Kalıbı](https://github.com/coldhakca/abuse-"
"templates/blob/master/dmca.template), [Genel Kötüye Kullanım Şikayeti "
-"Kalıbı](https://github.com/coldhakca/abuse-"
+"Yanıtlama Kalıbı](https://github.com/coldhakca/abuse-"
"templates/blob/master/generic.template)."
#: https//community.torproject.org/relay/community-resources/
@@ -8363,7 +8363,7 @@ msgstr ""
msgid ""
"- Abuse letter templates: <https://community.torproject.org/relay/community-"
"resources/tor-abuse-templates>"
-msgstr "- Kötüye kullanım mektubu kalıpları:"
+msgstr "- Kötüye kullanım şikayeti yanıtlama kalıpları:"
#: https//community.torproject.org/training/resources/tor-relay-workshop/
#: (content/training/resources/tor-relay-workshop/contents+en.lrslide.title)
@@ -10822,12 +10822,12 @@ msgstr ""
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.title)
msgid "Tor Abuse Templates"
-msgstr ""
+msgstr "Tor Kötüye Kullanım Şikayeti Yanıtlama Kalıpları"
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.subtitle)
msgid "How to handle abuse complaints"
-msgstr ""
+msgstr "Kötüye kullanım şikayetleri nasıl ele alınır"
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -10912,6 +10912,8 @@ msgid ""
"This is the core idea that these abuse complaint templates attempt to instil"
" in the recipient."
msgstr ""
+"Kötüye kullanım şikayeti yanıtlama kalıplarının alıcıya vermeye çalıştığı "
+"temel fikir budur."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -11484,6 +11486,8 @@ msgid ""
"If a serious abuse complaint not covered by this template set arrives, the "
"best answer is to follow a pattern with the complaining party."
msgstr ""
+"Bu kalıp kümesinin kapsamadığı ciddi bir kötüye kullanım şikayeti alırsanız,"
+" en iyi yanıt, şikayetçi taraf ile bir model izlemektir."
#: https//community.torproject.org/relay/community-resources/tor-abuse-templates/
#: (content/relay/community-resources/tor-abuse-templates/contents+en.lrpage.body)
@@ -11676,6 +11680,8 @@ msgid ""
"* Torservers [response template "
"emails](https://www.torservers.net/wiki/abuse/templates)."
msgstr ""
+"* Torservers [yanıtlama kalıbı "
+"e-postaları](https://www.torservers.net/wiki/abuse/templates)."
#: https//community.torproject.org/relay/community-resources/bad-relays/
#: (content/relay/community-resources/bad-relays/contents+en.lrpage.subtitle)
@@ -12265,6 +12271,8 @@ msgid ""
"Roughly 80% are automated reports, and the rest is usually satisfied with "
"[our default reply](https://www.torservers.net/wiki/abuse/templates)."
msgstr ""
+"Raporların %80 kadarı otomatiktir. Geri kalanı genellikle varsayılan "
+"yanıtımızdan tatmin olur(https://www.torservers.net/wiki/abuse/templates)."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -12281,6 +12289,11 @@ msgid ""
"find many more templates for various scenarios on the [Tor Abuse "
"Templates](/relay/community-resources/tor-abuse-templates/)."
msgstr ""
+" Torservers.net üzerindeki "
+"kalıplara](https://www.torservers.net/wiki/abuse/templates) ek olarak, "
+"değişik senaryolar için hazırlanmış daha fazla kalıbı [Tor Şikayet Yanıtlama"
+" Kalıpları](/relay/community-resources/tor-abuse-templates/) bölümünde "
+"bulabilirsiniz."
#: https//community.torproject.org/relay/community-resources/tor-exit-guidelines/
#: (content/relay/community-resources/tor-exit-guidelines/contents+en.lrpage.body)
@@ -14931,6 +14944,11 @@ msgid ""
"response templates](/relay/community-resources/tor-abuse-templates/) on the "
"Tor Project's website."
msgstr ""
+"Kötüye kullanım şikayetlerine ve diğer sorulara yanıt vermek hakkında "
+"ayrıntılı bilgi almak için [Tor Kötüye Kullanım "
+"SSS](https://support.torproject.org/abuse) bölümüne ve Tor web sitesindeki "
+"[şikayet yanıtlama kalıpları](/relay/community-resources/tor-abuse-"
+"templates/) bölümüne bakabilirsiniz."
#: https//community.torproject.org/relay/community-resources/eff-tor-legal-faq/
#: (content/relay/community-resources/eff-tor-legal-faq/contents+en.lrpage.body)
@@ -16334,6 +16352,9 @@ msgid ""
"resources/tor-abuse-templates/) to help you respond to other types of abuse "
"complaints, too.)"
msgstr ""
+"(Tor Projesinde ayrıca diğer türdeki kötüye kullanım şikayetleri yanıtlamaya"
+" yardımcı olacak bir [şikayet toplama kalıpları kümesi](/relay/community-"
+"resources/tor-abuse-templates/) bulunur.)"
#: https//community.torproject.org/relay/community-resources/eff-tor-legal-faq/tor-dmca-response/
#: (content/relay/community-resources/eff-tor-legal-faq/tor-dmca-response/contents+en.lrpage.body)
commit 8a70aea550017e6a18d8758e02a1f4312b41e0ce
Author: Translation commit bot <translation(a)torproject.org>
Date: Tue May 25 16:46:54 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
---
fr.po | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fr.po b/fr.po
index 75019a544b..1dc31c3a44 100644
--- a/fr.po
+++ b/fr.po
@@ -41,8 +41,8 @@ msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-20 17:48+0200\n"
-"PO-Revision-Date: 2021-05-25 12:30+0000\n"
-"Last-Translator: Transifex Bot <>\n"
+"PO-Revision-Date: 2021-05-25 16:45+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"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2152,7 +2152,7 @@ msgid ""
"You are in Offline mode, therefore you cannot use Tor Connection assistant.\n"
"\n"
"Reboot and enable networking if you want to connect to Tor."
-msgstr ""
+msgstr "Vous êtes en mode hors ligne et vous ne pouvez par conséquent pas utiliser l’assistant de connexion de Tor. Redémarrez votre ordinateur et activez la mise en réseau si vous voulez vous connecter à Tor."
#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
msgid "Report an error"
commit 5aa101a246f97bee3f9fa938e520e6a46106c20e
Author: Translation commit bot <translation(a)torproject.org>
Date: Tue May 25 16:46:15 2021 +0000
https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
---
fr.po | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fr.po b/fr.po
index 75019a544b..1dc31c3a44 100644
--- a/fr.po
+++ b/fr.po
@@ -41,8 +41,8 @@ msgstr ""
"Project-Id-Version: Tor Project\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-05-20 17:48+0200\n"
-"PO-Revision-Date: 2021-05-25 12:30+0000\n"
-"Last-Translator: Transifex Bot <>\n"
+"PO-Revision-Date: 2021-05-25 16:45+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"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -2152,7 +2152,7 @@ msgid ""
"You are in Offline mode, therefore you cannot use Tor Connection assistant.\n"
"\n"
"Reboot and enable networking if you want to connect to Tor."
-msgstr ""
+msgstr "Vous êtes en mode hors ligne et vous ne pouvez par conséquent pas utiliser l’assistant de connexion de Tor. Redémarrez votre ordinateur et activez la mise en réseau si vous voulez vous connecter à Tor."
#: ../config/chroot_local-includes/etc/skel/Desktop/Report_an_error.desktop.in.h:1
msgid "Report an error"