[tor-commits] [tor-browser/tor-browser-90.0-10.5-1] Bug 12620: TorBrowser regression tests

2021-07-16 Thread sysrqb
commit 4bf516bfe1b73ef4b3843e805d325f3c645b9f78
Author: Arthur Edelstein 
Date:   Wed Aug 27 16:25:00 2014 -0700

Bug 12620: TorBrowser regression tests

Regression tests for Bug #2950: Make Permissions Manager memory-only

Regression tests for TB4: Tor Browser's Firefox preference overrides.

Note: many more functional tests could be made here

Regression tests for #2874: Block Components.interfaces from content

Bug 18923: Add a script to run all Tor Browser specific tests

Regression tests for Bug #16441: Suppress "Reset Tor Browser" prompt.
---
 run-tbb-tests| 66 +++
 tbb-tests-ignore.txt | 13 +++
 tbb-tests/browser.ini|  5 +++
 tbb-tests/browser_tor_TB4.js | 35 +++
 tbb-tests/browser_tor_bug2950.js | 74 
 tbb-tests/mochitest.ini  |  3 ++
 tbb-tests/moz.build  |  9 +
 tbb-tests/test_tor_bug2874.html  | 25 ++
 toolkit/toolkit.mozbuild |  3 +-
 9 files changed, 232 insertions(+), 1 deletion(-)

diff --git a/run-tbb-tests b/run-tbb-tests
new file mode 100755
index ..bc09839f9f05
--- /dev/null
+++ b/run-tbb-tests
@@ -0,0 +1,66 @@
+#!/bin/bash
+
+# This script runs all the Mochitest tests that have been added or
+# modified since the last ffxbld commit.
+#
+# It does not currently run XPCShell tests. We should change this if we
+# start using this type or other types of tests.
+#
+# The logs of the tests are stored in the tbb-tests.log file.
+# Ignored tests are listed in the tbb-tests-ignore.txt file.
+#
+# https://trac.torproject.org/projects/tor/ticket/18923
+
+IFS=$'\n'
+
+if [ -n "$USE_TESTS_LIST" ] && [ -f tbb-tests-list.txt ]
+then
+echo "Using tests list from file tbb-tests-list.txt"
+tests=($(cat tbb-tests-list.txt))
+else
+ffxbld_commit=$(git log -500 --format='oneline' | grep "TB3: Tor Browser's 
official .mozconfigs." \
+| head -1 | cut -d ' ' -f 1)
+
+tests=($(git diff --name-status "$ffxbld_commit" HEAD | \
+grep -e '^[AM].*/test_[^/]\+\.\(html\|xul\)$' \
+ -e '^[AM].*/browser_[^/]\+\.js$' \
+ | sed 's/^[AM]\s\+//'))
+fi
+
+echo 'The following tests will be run:'
+for i in "${!tests[@]}"
+do
+if [ -z "$USE_TESTS_LIST" ] \
+&& grep -q "^${tests[$i]}$" tbb-tests-ignore.txt
+then
+unset "tests[$i]"
+continue
+fi
+echo "- ${tests[$i]}"
+done
+
+if [ -n "$WRITE_TESTS_LIST" ]
+then
+rm -f tbb-tests-list.txt
+for i in "${!tests[@]}"
+do
+echo "${tests[$i]}" >> tbb-tests-list.txt
+done
+exit 0
+fi
+
+rm -f tbb-tests.log
+echo $'\n''Starting tests'
+# We need `security.nocertdb = false` because of #18087. That pref is
+# forced to have the same value as `browser.privatebrowsing.autostart` in
+# torbutton, so we just set `browser.privatebrowsing.autostart=false` here.
+./mach mochitest --log-tbpl tbb-tests.log \
+--setpref network.file.path_blacklist='' \
+--setpref extensions.torbutton.use_nontor_proxy=true \
+--setpref browser.privatebrowsing.autostart=false \
+ "${tests[@]}"
+
+echo "*"
+echo "*"
+echo "Summary of failed tests:"
+grep --color=never TEST-UNEXPECTED-FAIL tbb-tests.log
diff --git a/tbb-tests-ignore.txt b/tbb-tests-ignore.txt
new file mode 100644
index ..ee3927a9e7c4
--- /dev/null
+++ b/tbb-tests-ignore.txt
@@ -0,0 +1,13 @@
+browser/extensions/onboarding/test/browser/browser_onboarding_accessibility.js
+browser/extensions/onboarding/test/browser/browser_onboarding_keyboard.js
+browser/extensions/onboarding/test/browser/browser_onboarding_notification.js
+browser/extensions/onboarding/test/browser/browser_onboarding_notification_2.js
+browser/extensions/onboarding/test/browser/browser_onboarding_notification_3.js
+browser/extensions/onboarding/test/browser/browser_onboarding_notification_4.js
+browser/extensions/onboarding/test/browser/browser_onboarding_notification_5.js
+browser/extensions/onboarding/test/browser/browser_onboarding_notification_click_auto_complete_tour.js
+browser/extensions/onboarding/test/browser/browser_onboarding_select_default_tour.js
+browser/extensions/onboarding/test/browser/browser_onboarding_skip_tour.js
+browser/extensions/onboarding/test/browser/browser_onboarding_tours.js
+browser/extensions/onboarding/test/browser/browser_onboarding_tourset.js
+browser/extensions/onboarding/test/browser/browser_onboarding_uitour.js
diff --git a/tbb-tests/browser.ini b/tbb-tests/browser.ini
new file mode 100644
index ..f481660f1417
--- /dev/null
+++ b/tbb-tests/browser.ini
@@ -0,0 +1,5 @@
+[DEFAULT]
+
+[browser_tor_bug2950.js]
+[browser_tor_omnibox.js]
+[browser_tor_TB4.js]
diff --git a/tbb-tests/browser_tor_TB4.js b/tbb-tests/browser_tor_TB4.js
new file mode 100644
index 

[tor-commits] [tor-browser/tor-browser-90.0-10.5-1] TB4: Tor Browser's Firefox preference overrides.

2021-07-16 Thread sysrqb
commit 1778b2ba851fd2d2280c8a15f8dc2f4d4ba77210
Author: Mike Perry 
Date:   Tue Sep 10 18:20:43 2013 -0700

TB4: Tor Browser's Firefox preference overrides.

This hack directly includes our preference changes in omni.ja.

Bug 18292: Staged updates fail on Windows

Temporarily disable staged updates on Windows.

Bug 18297: Use separate Noto JP,KR,SC,TC fonts

Bug 23404: Add Noto Sans Buginese to the macOS whitelist

Bug 23745: Set dom.indexedDB.enabled = true

Bug 13575: Disable randomised Firefox HTTP cache decay user tests.
(Fernando Fernandez Mancera )

Bug 17252: Enable session identifiers with FPI

Session tickets and session identifiers were isolated
by OriginAttributes, so we can re-enable them by
allowing the default value (true) of
"security.ssl.disable_session_identifiers".

The pref "security.enable_tls_session_tickets" is obsolete
(removed in https://bugzilla.mozilla.org/917049)

Bug 14952: Enable http/2 and AltSvc

In Firefox, SPDY/HTTP2 now uses Origin Attributes for
isolation of connections, push streams, origin frames, etc.
That means we get first-party isolation provided
"privacy.firstparty.isolate" is true. So in this patch, we
stop overriding "network.http.spdy.enabled" and
"network.http.spdy.enabled.http2".

Alternate Services also use Origin Attributes for isolation.
So we stop overriding
"network.http.altsvc.enabled" and "network.http.altsvc.oe"
as well.

(All 4 of the abovementioned "network.http.*" prefs adopt
Firefox 60ESR's default value of true.)

However, we want to disable HTTP/2 push for now, so we
set "network.http.spdy.allow-push" to false.

"network.http.spdy.enabled.http2draft" was removed in Bug 1132357.
"network.http.sped.enabled.v2" was removed in Bug 912550.
"network.http.sped.enabled.v3" was removed in Bug 1097944.
"network.http.sped.enabled.v3-1" was removed in Bug 1248197.

Bug 26114: addons.mozilla.org is not special
* Don't expose navigator.mozAddonManager on any site
* Don't block NoScript from modifying addons.mozilla.org or other sites

Enable ReaderView mode again (#27281).

Bug 29916: Make sure enterprise policies are disabled

Bug 2874: Block Components.interfaces from content

Bug 26146: Spoof HTTP User-Agent header for desktop platforms

In Tor Browser 8.0, the OS was revealed in both the HTTP User-Agent
header and to JavaScript code via navigator.userAgent. To avoid
leaking the OS inside each HTTP request (which many web servers
log), always use the Windows 7 OS value in the desktop User-Agent
header. We continue to allow access to the actual OS via JavaScript,
since doing so improves compatibility with web applications such
as GitHub and Google Docs.

Bug 12885: Windows Jump Lists fail for Tor Browser

Jumplist entries are stored in a binary file in:
  %APPDATA%\\Microsoft\Windows\Recent\CustomDestinations\
and has a name in the form
  [a-f0-9]+.customDestinations-ms

The hex at the front is unique per app, and is ultimately derived from
something called the 'App User Model ID' (AUMID) via some unknown
hashing method. The AUMID is provided as a key when programmatically
creating, updating, and deleting a jumplist. The default behaviour in
firefox is for the installer to define an AUMID for an app, and save it
in the registry so that the jumplist data can be removed by the
uninstaller.

However, the Tor Browser does not set this (or any other) regkey during
installation, so this codepath fails and the app's AUMID is left
undefined. As a result the app's AUMID ends up being defined by
windows, but unknowable by Tor Browser. This unknown AUMID is used to
create and modify the jumplist, but the delete API requires that we
provide the app's AUMID explicitly. Since we don't know what the AUMID
is (since the expected regkey where it is normally stored does not
exist) jumplist deletion will fail and we will leave behind a mostly
empty customDestinations-ms file. The name of the file is derived from
the binary path, so an enterprising person could reverse engineer how
that hex name is calculated, and generate the name for Tor Browser's
default Desktop installation path to determine whether a person had
used Tor Browser in the past.

The 'taskbar.grouping.useprofile' option that is enabled by this patch
works around this AUMID problem by having firefox.exe create it's own
AUMID based on the profile path (rather than looking for a regkey). This
way, if a user goes in and enables and disables jumplist entries, the
backing store is properly deleted.

Unfortunately, all windows users currently have this file lurking in
the above mentioned 

[tor-commits] [tor-browser/tor-browser-90.0-10.5-1] TB3: Tor Browser's official .mozconfigs.

2021-07-16 Thread sysrqb
commit 552d1e0272b585581b52d8122f924a390963b739
Author: Mike Perry 
Date:   Mon May 6 15:51:06 2013 -0700

TB3: Tor Browser's official .mozconfigs.

Also:
Bug #9829.1: new .mozconfig file for the new cross-compiler and ESR24
Changes needed to build Mac in 64bit
Bug 10715: Enable Webgl for mingw-w64 again.
Disable ICU when cross-compiling; clean-up.
Bug 15773: Enable ICU on OS X
Bug 15990: Don't build the sandbox with mingw-w64
Bug 12761: Switch to ESR 38 for OS X
Updating .mozconfig-asan
Bug 12516: Compile hardenend Tor Browser with -fwrapv
Bug 18331: Switch to Mozilla's toolchain for building Tor Browser for OS X
Bug 17858: Cannot create incremental MARs for hardened builds.
Define HOST_CFLAGS, etc. to avoid compiling programs such as mbsdiff
(which is part of mar-tools and is not distributed to end-users) with
ASan.
Bug 13419: Add back ICU for Windows
Bug 21239: Use GTK2 for ESR52 Linux builds
Bug 23025: Add hardening flags for macOS
Bug 24478: Enable debug assertions and tests in our ASan builds
--enable-proxy-bypass-protection
Bug 27597: ASan build option in tor-browser-build is broken

Bug 27623 - Export MOZILLA_OFFICIAL during desktop builds

This fixes a problem where some preferences had the wrong default value.
Also see bug 27472 where we made a similar fix for Android.

Bug 30463: Explicitly disable MOZ_TELEMETRY_REPORTING

Bug 31450: Set proper BINDGEN_CFLAGS for ASan builds

Add an --enable-tor-browser-data-outside-app-dir configure option

Add --with-tor-browser-version configure option

Bug 21849: Don't allow SSL key logging.

Bug 31457: disable per-installation profiles

The dedicated profiles (per-installation) feature does not interact
well with our bundled profiles on Linux and Windows, and it also causes
multiple profiles to be created on macOS under TorBrowser-Data.

Bug 31935: Disable profile downgrade protection.

Since Tor Browser does not support more than one profile, disable
the prompt and associated code that offers to create one when a
version downgrade situation is detected.

Bug 32493: Disable MOZ_SERVICES_HEALTHREPORT

Bug 25741 - TBA: Disable features at compile-time

MOZ_NATIVE_DEVICES for casting and the media player
MOZ_TELEMETRY_REPORTING for telemetry
MOZ_DATA_REPORTING for all data reporting preferences (crashreport, 
telemetry, geo)

Bug 25741 - TBA: Add default configure options in dedicated file

Define MOZ_ANDROID_NETWORK_STATE and MOZ_ANDROID_LOCATION

Bug 29859: Disable HLS support for now

Add --disable-tor-launcher build option

Add --enable-tor-browser-update build option

Bug 33734: Set MOZ_NORMANDY to False

Bug 33851: Omit Parental Controls.

Bug 40061: Omit the Windows default browser agent from the build

Bug 40252: Add --enable-rust-simd to our tor-browser mozconfig files
---
 .mozconfig| 39 
 .mozconfig-android| 36 ++
 .mozconfig-asan   | 44 +++
 .mozconfig-mac| 56 +++
 .mozconfig-mingw  | 31 +++
 browser/base/moz.build|  3 ++
 browser/installer/Makefile.in |  8 +
 browser/moz.configure |  8 ++---
 build/moz.configure/old.configure |  5 
 mobile/android/confvars.sh|  9 ++
 mobile/android/geckoview/build.gradle |  1 +
 mobile/android/moz.configure  | 22 --
 mobile/android/torbrowser.configure   | 30 +++
 old-configure.in  | 49 ++
 security/moz.build|  2 +-
 security/nss/lib/ssl/Makefile |  2 +-
 toolkit/modules/AppConstants.jsm  | 15 ++
 toolkit/modules/moz.build |  3 ++
 18 files changed, 355 insertions(+), 8 deletions(-)

diff --git a/.mozconfig b/.mozconfig
new file mode 100755
index ..18cd1f9b6487
--- /dev/null
+++ b/.mozconfig
@@ -0,0 +1,39 @@
+. $topsrcdir/browser/config/mozconfig
+
+# This mozconfig file is not used in official Tor Browser builds.
+# It is only intended to be used when doing incremental Linux builds
+# during development. The platform-specific mozconfig configuration
+# files used in official Tor Browser releases can be found in the
+# tor-browser-build repo:
+#   https://gitweb.torproject.org/builders/tor-browser-build.git/
+# under:
+#   tor-browser-build/projects/firefox/mozconfig-$OS-$ARCH
+
+mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@
+mk_add_options MOZ_APP_DISPLAYNAME="Tor Browser"
+export MOZILLA_OFFICIAL=1
+
+ac_add_options --enable-optimize
+ac_add_options 

[tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed

2021-07-16 Thread translation
commit bfef5d5a32815476f0f35c2b089d55f67e80611a
Author: Translation commit bot 
Date:   Fri Jul 16 13:17:16 2021 +


https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed
---
 hu/torbutton.properties | 24 +++-
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/hu/torbutton.properties b/hu/torbutton.properties
index 182b0193df..d09538feff 100644
--- a/hu/torbutton.properties
+++ b/hu/torbutton.properties
@@ -124,6 +124,12 @@ onionServices.authPreferences.remove=Eltávolít
 onionServices.authPreferences.removeAll=Mindent eltávolít
 onionServices.authPreferences.failedToGetKeys=Sikertelen a kulcsok lekérése 
a tor-ról
 onionServices.authPreferences.failedToRemoveKey=Nem lehetséges a kulcs 
eltávolítása
+onionServices.v2Deprecated.pageTitle=V2 Onion oldal támogatás megszűnési 
figyelmeztetés
+onionServices.v2Deprecated.header=A Verzió 2 Onion oldalak támogatása 
hamarosan megszűnik
+onionServices.v2Deprecated=Ez az onion oldal hamarosan nem lesz elérhető. 
Kérjük vegye fel a kapcsolatot az oldal adminisztrátorával és vegye rá 
őket a frissítésre.
+onionServices.v2Deprecated.longDescription=A Tor megszünteti a verzió 2 
onion szolgáltatásokat 2021 júliustól és ez az onion oldal a továbbiakban 
nem lesz elérhető ezen a címen. Ha Ön az oldal adminisztrátora, 
frissítsen verzió 3 onion szolgáltatásra hamarosan.
+onionServices.v2Deprecated.tryAgain=Megvan
+onionServices.v2Deprecated.tooltip=Ez az onion oldal hamarosan nem lesz 
elérhető
 
 # Onion-Location strings.
 onionLocation.alwaysPrioritize=Mindig priorizálja az Onionokat
@@ -139,12 +145,12 @@ onionLocation.askEverytime=Kérdezze mindig
 onionLocation.prioritizeOnionsDescription=Priorizálja a .oinion oldalt, ha 
ismert.
 onionLocation.onionServicesTitle=Onion Szolgáltatások
 
-# LOCALIZATION NOTE: %S will be replaced with the crytocurrency address.
-# cryptoSafetyPrompt.cryptoWarning=A cryptocurrency address (%S) has been 
copied from an insecure website. It could have been modified.
-# cryptoSafetyPrompt.whatCanHeading=What can you do about it?
-# cryptoSafetyPrompt.whatCanBody=You can try reconnecting with a new circuit 
to establish a secure connection, or accept the risk and dismiss this warning.
-# cryptoSafetyPrompt.learnMore=Learn more
-# cryptoSafetyPrompt.primaryAction=Reload Tab with a New Circuit
-# cryptoSafetyPrompt.primaryActionAccessKey=R
-# cryptoSafetyPrompt.secondaryAction=Dismiss Warning
-# cryptoSafetyPrompt.secondaryActionAccessKey=B
+# LOCALIZATION NOTE: %S will be replaced with the cryptocurrency address.
+cryptoSafetyPrompt.cryptoWarning=A kriptopénz cím (%S) nem biztonságos 
weboldalról került másolásra. Előfordulhat, hogy módosításra került.
+cryptoSafetyPrompt.whatCanHeading=Mit tehet ez ellen?
+cryptoSafetyPrompt.whatCanBody=Megpróbálhat újra csatlakozni egy új 
áramkörön biztonságos kapcsolat létrehozásához vagy elfogadhatja a 
kockázatot és figyelmen kívül hagyhatja a figyelmeztetést.
+cryptoSafetyPrompt.learnMore=További információ
+cryptoSafetyPrompt.primaryAction=A Fül újra töltése másik áramkörön 
keresztül
+cryptoSafetyPrompt.primaryActionAccessKey=R
+cryptoSafetyPrompt.secondaryAction=Figyelmeztetés kihagyása
+cryptoSafetyPrompt.secondaryActionAccessKey=B

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties

2021-07-16 Thread translation
commit 0d2d0c2995bc9b9f66674116768592d36ff1df0d
Author: Translation commit bot 
Date:   Fri Jul 16 13:17:14 2021 +


https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
---
 hu/torbutton.properties | 18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/hu/torbutton.properties b/hu/torbutton.properties
index 526c5f3286..d09538feff 100644
--- a/hu/torbutton.properties
+++ b/hu/torbutton.properties
@@ -124,12 +124,12 @@ onionServices.authPreferences.remove=Eltávolít
 onionServices.authPreferences.removeAll=Mindent eltávolít
 onionServices.authPreferences.failedToGetKeys=Sikertelen a kulcsok lekérése 
a tor-ról
 onionServices.authPreferences.failedToRemoveKey=Nem lehetséges a kulcs 
eltávolítása
-onionServices.v2Deprecated.pageTitle=V2 Onion oldal Deprekációs 
figyelmeztetés
-onionServices.v2Deprecated.header=A Verzió 2 Onion oldalak deprekáltá 
vállnak hamarosan
+onionServices.v2Deprecated.pageTitle=V2 Onion oldal támogatás megszűnési 
figyelmeztetés
+onionServices.v2Deprecated.header=A Verzió 2 Onion oldalak támogatása 
hamarosan megszűnik
 onionServices.v2Deprecated=Ez az onion oldal hamarosan nem lesz elérhető. 
Kérjük vegye fel a kapcsolatot az oldal adminisztrátorával és vegye rá 
őket a frissítésre.
-onionServices.v2Deprecated.longDescription=Tor is ending its support for 
version 2 onion services beginning in July 2021, and this onion site will no 
longer be reachable at this address. If you are the site administrator, upgrade 
to a version 3 onion service soon.
+onionServices.v2Deprecated.longDescription=A Tor megszünteti a verzió 2 
onion szolgáltatásokat 2021 júliustól és ez az onion oldal a továbbiakban 
nem lesz elérhető ezen a címen. Ha Ön az oldal adminisztrátora, 
frissítsen verzió 3 onion szolgáltatásra hamarosan.
 onionServices.v2Deprecated.tryAgain=Megvan
-onionServices.v2Deprecated.tooltip=This onion site will not be reachable soon
+onionServices.v2Deprecated.tooltip=Ez az onion oldal hamarosan nem lesz 
elérhető
 
 # Onion-Location strings.
 onionLocation.alwaysPrioritize=Mindig priorizálja az Onionokat
@@ -146,11 +146,11 @@ onionLocation.prioritizeOnionsDescription=Priorizálja a 
.oinion oldalt, ha isme
 onionLocation.onionServicesTitle=Onion Szolgáltatások
 
 # LOCALIZATION NOTE: %S will be replaced with the cryptocurrency address.
-cryptoSafetyPrompt.cryptoWarning=A cryptocurrency address (%S) has been copied 
from an insecure website. It could have been modified.
-cryptoSafetyPrompt.whatCanHeading=What can you do about it?
-cryptoSafetyPrompt.whatCanBody=You can try reconnecting with a new circuit to 
establish a secure connection, or accept the risk and dismiss this warning.
+cryptoSafetyPrompt.cryptoWarning=A kriptopénz cím (%S) nem biztonságos 
weboldalról került másolásra. Előfordulhat, hogy módosításra került.
+cryptoSafetyPrompt.whatCanHeading=Mit tehet ez ellen?
+cryptoSafetyPrompt.whatCanBody=Megpróbálhat újra csatlakozni egy új 
áramkörön biztonságos kapcsolat létrehozásához vagy elfogadhatja a 
kockázatot és figyelmen kívül hagyhatja a figyelmeztetést.
 cryptoSafetyPrompt.learnMore=További információ
-cryptoSafetyPrompt.primaryAction=Reload Tab with a New Circuit
+cryptoSafetyPrompt.primaryAction=A Fül újra töltése másik áramkörön 
keresztül
 cryptoSafetyPrompt.primaryActionAccessKey=R
-cryptoSafetyPrompt.secondaryAction=Dismiss Warning
+cryptoSafetyPrompt.secondaryAction=Figyelmeztetés kihagyása
 cryptoSafetyPrompt.secondaryActionAccessKey=B

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2021-07-16 Thread translation
commit 7caf42ca0e59633532e1f93a14611725410a2b02
Author: Translation commit bot 
Date:   Fri Jul 16 13:16:32 2021 +

https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release
---
 hu.po | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hu.po b/hu.po
index 2825d291b7..0414099953 100644
--- a/hu.po
+++ b/hu.po
@@ -18,8 +18,8 @@ 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 09:26+\n"
-"Last-Translator: Transifex Bot <>\n"
+"PO-Revision-Date: 2021-07-16 13:12+\n"
+"Last-Translator: vargaviktor \n"
 "Language-Team: Hungarian 
(http://www.transifex.com/otf/torproject/language/hu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2021-07-16 Thread translation
commit 1403c7b3e91e334cdd7e43cfeac96d13451c4311
Author: Translation commit bot 
Date:   Fri Jul 16 13:15:49 2021 +

https://gitweb.torproject.org/translation.git/commit/?h=tails-misc
---
 hu.po | 48 
 1 file changed, 24 insertions(+), 24 deletions(-)

diff --git a/hu.po b/hu.po
index b17efd0d9b..dbba57786a 100644
--- a/hu.po
+++ b/hu.po
@@ -18,8 +18,8 @@ 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 09:26+\n"
-"Last-Translator: Transifex Bot <>\n"
+"PO-Revision-Date: 2021-07-16 13:12+\n"
+"Last-Translator: vargaviktor \n"
 "Language-Team: Hungarian 
(http://www.transifex.com/otf/torproject/language/hu/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -100,7 +100,7 @@ msgstr "_Kilépés"
 
 #: 
config/chroot_local-includes/usr/src/iuk/lib/Tails/IUK/DownloadProgress.pm:59
 msgid "Unknown time"
-msgstr ""
+msgstr "Ismeretlen idő"
 
 #. Translators: Don't translate {count}, it's a place holder and
 #. will be replaced.
@@ -483,7 +483,7 @@ msgstr "_Adminisztrációs jelszó"
 
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:187
 msgid "_MAC Address Anonymization"
-msgstr ""
+msgstr "_MAC cím anonimizálás"
 
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tailsgreeter/ui/additional_settings.py:250
 msgid "_Offline Mode"
@@ -1702,25 +1702,25 @@ msgstr "Tor kapcsolat"
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:495
 #, python-brace-format
 msgid "Invalid: {exception}"
-msgstr ""
+msgstr "Érvénytelen: {exception}"
 
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:215
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:508
 msgid "You need to configure an obfs4 bridge to hide that you are using Tor"
-msgstr ""
+msgstr "obfs4 hidat kell használnia, hogy elrejtse a Tor használatát"
 
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:308
 msgid "Connecting to Tor without bridges…"
-msgstr ""
+msgstr "Csatlakozás a Tor-hoz hidak nélkül..."
 
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:315
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:339
 msgid "Connecting to Tor with default bridges…"
-msgstr ""
+msgstr "Csatlakozás a Tor-hoz alapértelmezett hidakkal..."
 
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:322
 msgid "Connecting to Tor with custom bridges…"
-msgstr ""
+msgstr "Csatlakozás a Tor-hoz egyedi hidakkal..."
 
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:414
 msgid ""
@@ -1731,7 +1731,7 @@ msgstr ""
 
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:498
 msgid "Bridge address malformed"
-msgstr ""
+msgstr "Rosszul formázott híd cím"
 
 #: 
config/chroot_local-includes/usr/lib/python3/dist-packages/tca/ui/main_window.py:514
 msgid "Setting a bridge is needed if you want to hide that you are using Tor"
@@ -2298,7 +2298,7 @@ msgstr "Kikapcsol"
 #: 
../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:154
 #: ../config/chroot_local-includes/usr/share/tails/greeter/main.ui.in:629
 msgid "MAC Address Anonymization"
-msgstr ""
+msgstr "MAC cím anonimizálás"
 
 #: 
../config/chroot_local-includes/usr/share/tails/greeter/additional_settings.ui.in:170
 msgid ""
@@ -2596,7 +2596,7 @@ msgstr "Hiba a Tor-hoz kapcsolódásban"
 
 #: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:433
 msgid "• Public network"
-msgstr ""
+msgstr "• Nyilvános hálózat"
 
 #: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:453
 msgid ""
@@ -2610,7 +2610,7 @@ msgstr ""
 
 #: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:503
 msgid "• Local proxy"
-msgstr ""
+msgstr "• Helyi proxy"
 
 #: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:523
 msgid ""
@@ -2620,11 +2620,11 @@ msgstr ""
 
 #: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:536
 msgid "Configure a Local _Proxy"
-msgstr ""
+msgstr "Helyi _proxy konfigurálása"
 
 #: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:574
 msgid "• Bridges over email"
-msgstr ""
+msgstr "• Hidak emailen keresztül"
 
 #: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:594
 msgid ""
@@ -2650,7 +2650,7 @@ msgstr "A Tor titkosítja és anonimizálja a 
kapcsolatát, átküldve azt 3 rel
 
 #: ../config/chroot_local-includes/usr/share/tails/tca/main.ui.in:793
 msgid "Connect to Tor automatically (easier)"
-msgstr ""
+msgstr "Automatikus Tor kapcsolódás (könnyebb)"
 
 #: 

[tor-commits] [translation/tor-launcher-network-settings_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed

2021-07-16 Thread translation
commit 75c729832ac516c85cab613d22d9e0acfc5b56ca
Author: Translation commit bot 
Date:   Fri Jul 16 12:47:37 2021 +


https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings_completed
---
 hu/network-settings.dtd | 12 
 1 file changed, 12 insertions(+)

diff --git a/hu/network-settings.dtd b/hu/network-settings.dtd
index f3f84ab135..7ba5bafbec 100644
--- a/hu/network-settings.dtd
+++ b/hu/network-settings.dtd
@@ -66,6 +66,9 @@
 
 
 
+
+
+
 
 
 
@@ -81,3 +84,12 @@
 
 
 
+
+
+
+
+
+
+
+
+

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-network-settings] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings

2021-07-16 Thread translation
commit c78ff62aedfab2f63e484abcadb719b1c8cc54f8
Author: Translation commit bot 
Date:   Fri Jul 16 12:47:35 2021 +


https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-network-settings
---
 hu/network-settings.dtd | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/hu/network-settings.dtd b/hu/network-settings.dtd
index fd872a9bb8..7ba5bafbec 100644
--- a/hu/network-settings.dtd
+++ b/hu/network-settings.dtd
@@ -66,9 +66,9 @@
 
 
 
-
-
-
+
+
+
 
 
 
@@ -86,10 +86,10 @@
 
 
 
-
+
 
-
-
+
+
 
 
-
+

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties

2021-07-16 Thread translation
commit ca7ea76035b14b20c49b8ce865cac879ea2134f0
Author: Translation commit bot 
Date:   Fri Jul 16 12:47:10 2021 +


https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties
---
 hu/torbutton.properties | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hu/torbutton.properties b/hu/torbutton.properties
index 7263199476..526c5f3286 100644
--- a/hu/torbutton.properties
+++ b/hu/torbutton.properties
@@ -124,9 +124,9 @@ onionServices.authPreferences.remove=Eltávolít
 onionServices.authPreferences.removeAll=Mindent eltávolít
 onionServices.authPreferences.failedToGetKeys=Sikertelen a kulcsok lekérése 
a tor-ról
 onionServices.authPreferences.failedToRemoveKey=Nem lehetséges a kulcs 
eltávolítása
-onionServices.v2Deprecated.pageTitle=V2 Onion Site Deprecation Warning
-onionServices.v2Deprecated.header=Version 2 Onion Sites will be deprecated soon
-onionServices.v2Deprecated=This onion site will not be reachable soon. Please 
contact the site administrator and encourage them to upgrade.
+onionServices.v2Deprecated.pageTitle=V2 Onion oldal Deprekációs 
figyelmeztetés
+onionServices.v2Deprecated.header=A Verzió 2 Onion oldalak deprekáltá 
vállnak hamarosan
+onionServices.v2Deprecated=Ez az onion oldal hamarosan nem lesz elérhető. 
Kérjük vegye fel a kapcsolatot az oldal adminisztrátorával és vegye rá 
őket a frissítésre.
 onionServices.v2Deprecated.longDescription=Tor is ending its support for 
version 2 onion services beginning in July 2021, and this onion site will no 
longer be reachable at this address. If you are the site administrator, upgrade 
to a version 3 onion service soon.
 onionServices.v2Deprecated.tryAgain=Megvan
 onionServices.v2Deprecated.tooltip=This onion site will not be reachable soon

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json

2021-07-16 Thread translation
commit 0c7e8993d5f8750ddf414b5667a14bea7384af3a
Author: Translation commit bot 
Date:   Fri Jul 16 12:45:44 2021 +


https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
---
 hu/messages.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hu/messages.json b/hu/messages.json
index 571c128b77..664c343fca 100644
--- a/hu/messages.json
+++ b/hu/messages.json
@@ -57,7 +57,7 @@
 "message": "Telepítés Chrome-ba"
   },
   "installStandalone": {
-"message": "If you would like to run a command-line version of the 
Snowflake proxy on your desktop or server, see our https://community.torproject.org/relay/setup/snowflake/standalone/\;>community
 documentation for running a standalone Snowflake proxy."
+"message": "Ha szeretné futtatni a parancssori verzióját a Snowflake 
proxy-nak az asztali gépén vagy szerverén, tekintse meg a https://community.torproject.org/relay/setup/snowflake/standalone/\;>közösségi
 dokumentációt az önálló Snowflake proxy futtatásához."
   },
   "reportingBugs": {
 "message": "Hibajelentés"

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-properties_completed] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed

2021-07-16 Thread translation
commit a492e105ff789152b25e86b412edb357b1fc88db
Author: Translation commit bot 
Date:   Fri Jul 16 12:17:40 2021 +


https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties_completed
---
 hu/torlauncher.properties | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hu/torlauncher.properties b/hu/torlauncher.properties
index 3ac1c8873c..aca3f1a2a6 100644
--- a/hu/torlauncher.properties
+++ b/hu/torlauncher.properties
@@ -93,3 +93,5 @@ torlauncher.bootstrapWarning.pt_missing=hiányzó 
becsatlakoztatható átvitel
 torlauncher.nsresult.NS_ERROR_NET_RESET=A kapcsolat a szerverhez elveszett.
 torlauncher.nsresult.NS_ERROR_CONNECTION_REFUSED=Sikertelen a csatlakozás a 
szerverhez.
 torlauncher.nsresult.NS_ERROR_PROXY_CONNECTION_REFUSED=Sikertelen a 
csatlakozás a proxy-hoz.
+
+torlauncher.copiedNLogMessagesShort=%S log másolva

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tor-launcher-properties] https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties

2021-07-16 Thread translation
commit ac1c3c22fd5786816eff88eefb702553ac153c08
Author: Translation commit bot 
Date:   Fri Jul 16 12:17:38 2021 +


https://gitweb.torproject.org/translation.git/commit/?h=tor-launcher-properties
---
 hu/torlauncher.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hu/torlauncher.properties b/hu/torlauncher.properties
index 1848bd519e..aca3f1a2a6 100644
--- a/hu/torlauncher.properties
+++ b/hu/torlauncher.properties
@@ -94,4 +94,4 @@ torlauncher.nsresult.NS_ERROR_NET_RESET=A kapcsolat a 
szerverhez elveszett.
 torlauncher.nsresult.NS_ERROR_CONNECTION_REFUSED=Sikertelen a csatlakozás a 
szerverhez.
 torlauncher.nsresult.NS_ERROR_PROXY_CONNECTION_REFUSED=Sikertelen a 
csatlakozás a proxy-hoz.
 
-torlauncher.copiedNLogMessagesShort=Copied %S Logs
+torlauncher.copiedNLogMessagesShort=%S log másolva

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/snowflakeaddon-messages.json] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json

2021-07-16 Thread translation
commit 6f8b405fdcdd63f032bbd775d4e4291772f015cb
Author: Translation commit bot 
Date:   Fri Jul 16 12:15:49 2021 +


https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json
---
 hu/messages.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hu/messages.json b/hu/messages.json
index dd243694db..571c128b77 100644
--- a/hu/messages.json
+++ b/hu/messages.json
@@ -39,13 +39,13 @@
 "message": "A Snowflake egy cenzúra elleni rendszer. Azok, akiket 
cenzúráznak a Snowflake-et használhatják az internet elérésére. A 
kapcsolatuk Snowflake proxykon megy keresztül, amiket önkéntesek futtatnak. 
Részletesebb információkért, arról, hogy a Snowflake hogyan működik 
látogassa meg a https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/wikis/home\;>dokumentáció
 wiki-t."
   },
   "browser": {
-"message": "Use Snowflake"
+"message": "Snowflake használata"
   },
   "censoredUsers": {
 "message": "Ha az internet hozzáférése blokkolt, javasolt a https://www.torproject.org/download/\;>Tor Böngésző letöltése."
   },
   "extension": {
-"message": "Run a Proxy"
+"message": "Proxy futtatása"
   },
   "installExtension": {
 "message": "Ha az internet hozzáférése nem 
cenzúrázott, javasolt a Snowflake bővítmény telepítése, hogy segítse a 
felhasználókat a cenzúrázott hálózatokon. Nem kell aggódnia milyen 
weboldalakat érnek el a proxyján keresztül. A látható IP címük a Tor 
kilépési ponttal fog egyezni, nem az Önével."

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/snowflakeaddon-messages.json_completed] https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed

2021-07-16 Thread translation
commit 9d86dece6a8079e4ea8e733e56528d6af9d0
Author: Translation commit bot 
Date:   Fri Jul 16 12:15:53 2021 +


https://gitweb.torproject.org/translation.git/commit/?h=snowflakeaddon-messages.json_completed
---
 hu/messages.json | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/hu/messages.json b/hu/messages.json
index 22c38c0b3b..dd243694db 100644
--- a/hu/messages.json
+++ b/hu/messages.json
@@ -39,13 +39,13 @@
 "message": "A Snowflake egy cenzúra elleni rendszer. Azok, akiket 
cenzúráznak a Snowflake-et használhatják az internet elérésére. A 
kapcsolatuk Snowflake proxykon megy keresztül, amiket önkéntesek futtatnak. 
Részletesebb információkért, arról, hogy a Snowflake hogyan működik 
látogassa meg a https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/wikis/home\;>dokumentáció
 wiki-t."
   },
   "browser": {
-"message": "Böngésző"
+"message": "Use Snowflake"
   },
   "censoredUsers": {
 "message": "Ha az internet hozzáférése blokkolt, javasolt a https://www.torproject.org/download/\;>Tor Böngésző letöltése."
   },
   "extension": {
-"message": "Bővítmény"
+"message": "Run a Proxy"
   },
   "installExtension": {
 "message": "Ha az internet hozzáférése nem 
cenzúrázott, javasolt a Snowflake bővítmény telepítése, hogy segítse a 
felhasználókat a cenzúrázott hálózatokon. Nem kell aggódnia milyen 
weboldalakat érnek el a proxyján keresztül. A látható IP címük a Tor 
kilépési ponttal fog egyezni, nem az Önével."
@@ -56,6 +56,9 @@
   "installChrome": {
 "message": "Telepítés Chrome-ba"
   },
+  "installStandalone": {
+"message": "If you would like to run a command-line version of the 
Snowflake proxy on your desktop or server, see our https://community.torproject.org/relay/setup/snowflake/standalone/\;>community
 documentation for running a standalone Snowflake proxy."
+  },
   "reportingBugs": {
 "message": "Hibajelentés"
   },

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


<    1   2