lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Threads by month
  • ----- 2025 -----
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

September 2025

  • 1 participants
  • 213 discussions
[Git][tpo/applications/torbrowser-launcher] Deleted branch build-dependencies-fix-2
by asciiwolf (@asciiwolf) 29 Sep '25

29 Sep '25
asciiwolf deleted branch build-dependencies-fix-2 at The Tor Project / Applications / torbrowser-launcher -- You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/torbrowser-launcher][main] 2 commits: Add missing qtgui dependency
by asciiwolf (@asciiwolf) 29 Sep '25

29 Sep '25
asciiwolf pushed to branch main at The Tor Project / Applications / torbrowser-launcher Commits: e9e605e9 by AsciiWolf at 2025-09-27T12:46:09+02:00 Add missing qtgui dependency - - - - - 35809ee6 by asciiwolf at 2025-09-29T15:56:33+00:00 Merge branch 'build-dependencies-fix-2' into 'main' Add missing qtgui dependency See merge request tpo/applications/torbrowser-launcher!35 - - - - - 2 changed files: - BUILD.md - stdeb.cfg Changes: ===================================== BUILD.md ===================================== @@ -12,7 +12,7 @@ Then install dependencies, build a package, and install: ### Debian, Ubuntu, Linux Mint, etc. ```sh -sudo apt install build-essential dh-python python3-all python3-stdeb python3-pyside6.qtcore python3-pyside6.qtwidgets python3-gpg python3-requests python3-setuptools python3-socks python3-packaging gnupg2 tor +sudo apt install build-essential dh-python python3-all python3-stdeb python3-pyside6.qtcore python3-pyside6.qtgui python3-pyside6.qtwidgets python3-gpg python3-requests python3-setuptools python3-socks python3-packaging gnupg2 tor ./build_deb.sh sudo dpkg -i deb_dist/torbrowser-launcher_*.deb ``` ===================================== stdeb.cfg ===================================== @@ -1,6 +1,6 @@ [DEFAULT] Package3: torbrowser-launcher -Depends3: python3-pyside6.qtcore, python3-pyside6.qtwidgets, python3-gpg, python3-requests, python3-socks, python3-packaging, gnupg2 -Build-Depends: dh-python, python3-pyside6.qtcore, python3-pyside6.qtwidgets, python3-gpg, python3-requests, python3-setuptools, python3-socks, python3-packaging, gnupg2 +Depends3: python3-pyside6.qtcore, python3-pyside6.qtgui, python3-pyside6.qtwidgets, python3-gpg, python3-requests, python3-socks, python3-packaging, gnupg2 +Build-Depends: dh-python, python3-pyside6.qtcore, python3-pyside6.qtgui, python3-pyside6.qtwidgets, python3-gpg, python3-requests, python3-setuptools, python3-socks, python3-packaging, gnupg2 Recommends: tor Suite: oracular View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-140.3.0esr-15.0-1] 3 commits: fixup! [android] Implement Android-native Connection Assist UI
by henry (@henry) 29 Sep '25

29 Sep '25
henry pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser Commits: 27b777f3 by Henry Wilkes at 2025-09-29T08:44:01+00:00 fixup! [android] Implement Android-native Connection Assist UI TB 43643: Move string changes out of "Implement Android-native Connection Assist UI" commit. - - - - - 90abf67d by Henry Wilkes at 2025-09-29T08:44:01+00:00 fixup! [android] TBA strings TB 43643: Restore strings in the "[android] TBA strings" commit. - - - - - a1605575 by Henry Wilkes at 2025-09-29T08:44:01+00:00 fixup! [android] TBA strings TB 43643: Drop unused android strings. - - - - - 1 changed file: - mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml Changes: ===================================== mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml ===================================== @@ -92,14 +92,6 @@ <string name="connection_assist_select_country_or_region">Select country or region</string> <!-- Connection assist. --> <string name="connection_assist_try_a_bridge_button">Try a bridge</string> - - <!-- Connection assist. %1$s is connection_assist_choose_a_bridge_manually_link--> - <string name="connection_assist_try_a_bridge_learn_more_description1">Tor Browser will need to establish a brief non-Tor connection to determine your location and look up a bridge. If you don’t want to do that, you can %1$s instead.</string> - <!-- Connection assist. --> - <string name="connection_assist_choose_a_bridge_manually_link">choose a bridge manually</string> - <!-- Connection assist. %s is the error code--> - <string name="connection_assist_try_a_bridge_learn_more_error_code">Error code: %s</string> - <!-- Connection assist. --> <string name="connection_assist_trying_a_bridge_title">Trying a bridge…</string> @@ -109,9 +101,6 @@ <string name="connection_assist_location_error_description" translatable="false">%1$s %2$s %3$s</string> <string name="connection_assist_find_bridge_location_description">To find a bridge that can unblock your internet, we need to know where you’re connecting from.</string> <string name="connection_assist_select_country_try_again">Select your country or region and try again.</string> - <!-- Connection assist. %1$s is connection_assist_find_bridge_location_description, %2$s is connection_assist_check_location_settings_try_again. %3$s is connection_assist_location_error_learn_more_link--> - <string name="connection_assist_location_error_last_try_description">%1$s %2$s %3$s</string> - <string name="connection_assist_check_location_settings_try_again">Please check your location settings are correct and try again.</string> <string name="connection_assist_location_error_learn_more_link">Learn more</string> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/440e01… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/440e01… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-140.3.0esr-15.0-1] 2 commits: fixup! [android] TBA strings
by henry (@henry) 29 Sep '25

29 Sep '25
henry pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser Commits: 59d10136 by clairehurst at 2025-09-29T08:18:09+00:00 fixup! [android] TBA strings #44031 Implement strings - - - - - 440e012b by clairehurst at 2025-09-29T08:18:09+00:00 TB 44031 [android]: Implement YEC 2025 Takeover for Android Stable #44031 Implement strings - - - - - 1 changed file: - mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml Changes: ===================================== mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml ===================================== @@ -157,4 +157,20 @@ <!-- Informs the user how to access the tabs when "Use screen lock to hide Tor Browser tabs" is enabled. "%s" will be replaced with the localised application name, such as "Tor Browser". --> <string name="preferences_tor_lock_screen_summary">View %s tabs with your fingerprint, PIN, or face unlock.</string> + <!-- Year End Campaign. Text on the "Donate Now" button that takes the user to the donation page. A small black heart image will be added to the "end" of the text but within the button. Here end" means to the right of the test for LTR and to the left of the text for RTL, android handles this. --> + <string name="donate_now_yec">Donate Now</string> + <!-- Year End Campaign. White text to be shown below the purple rectangle that the rest of the content is in. --> + <string name="no_donation_required_yec">Tor Browser for Android will always be free to use—no donation is required to use this app.</string> + <!-- Year End Campaign. Here "Close" is a verb, referring to closing the banner. This is used primarily for screen readers to give the small "x" button a name. --> + <string name="close_yec_button_description">Close</string> + + <!-- 2025 Year End Campaign. Title text that will show up bigger and in a different font --> + <string name="free_the_internet_yec">Free the internet</string> + <!-- 2025 Year End Campaign. %s will be replaced with the value for body1_link_yec --> + <string name="body1_yec">Support tools that break the chains of censorship and surveillance. %s</string> + <!-- 2025 Year End Campaign. The part to replace %s in body1_yec --> + <string name="body1_link_yec">Donate to the Tor Project today.</string> + <!-- 2025 Year End Campaign. The end date should match the end of the year 2025. The "$250,000" should be localised: it should be shown as USD (United States dollar) currency, but you may use numbers and formatting appropriate to your locale. --> + <string name="body2_yec">Through December 31, your gift will be matched, up to $250,000!</string> + </resources> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/63b9f5… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/63b9f5… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-140.3.0esr-15.0-1] 3 commits: dropme! fixup! TB 44027 [android]: Update PBM lockscreen
by henry (@henry) 29 Sep '25

29 Sep '25
henry pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser Commits: ecb3b4a5 by Henry Wilkes at 2025-09-29T09:07:24+01:00 dropme! fixup! TB 44027 [android]: Update PBM lockscreen TB 44027: Move changes to torbrowser_strings.xml to a different commit. - - - - - a8edfdf6 by Henry Wilkes at 2025-09-29T09:07:32+01:00 fixup! [android] TBA strings TB 44027: Changes to torbrowser_strings.xml. - - - - - 63b9f50b by Henry Wilkes at 2025-09-29T09:07:34+01:00 fixup! [android] TBA strings TB 44027: Fixup the PBM comments to add full stops for Weblate. We also combine multi-line comments into one line, as they would be shown on Weblate. - - - - - 1 changed file: - mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml Changes: ===================================== mobile/android/fenix/app/src/main/res/values/torbrowser_strings.xml ===================================== @@ -38,8 +38,7 @@ <string name="preferences_tor_security_level_options">Security Level</string> - <!-- Description of security levels --> - <!-- %s will be replaced with the localised application name, such as "Tor Browser". --> + <!-- Description of security levels. %s will be replaced with the localised application name, such as "Tor Browser". --> <string name="tor_security_level_warning">You will need to restart %s to apply any changes. This will close all tabs.</string> <string name="tor_security_level_standard">Standard</string> <string name="tor_security_level_standard_current_level">Standard (current level)</string> @@ -142,21 +141,20 @@ <!-- Notification body for closing browser tabs. "%s" will be replaced with the localised application name, such as "Tor Browser". --> <string name="notification_close_tor_browser_tabs_long">Tap or swipe this notification to close %s’s tabs</string> - <!-- Hide Tor Browser tabs authentication screen --> - <!-- Label for the primary action button to unlock private tabs. "%s" will be replaced with the localised application name, such as "Tor Browser" --> + <!-- Hide Tor Browser tabs authentication screen. Label for the primary action button to unlock private tabs. "%s" will be replaced with the localised application name, such as "Tor Browser". --> <string name="tor_authentication_unlock_private_tabs">Unlock %s tabs</string> - <!-- Authentication prompt title to enable the private tabs mode. "%s" will be replaced with the localised application name, such as "Tor Browser" --> + <!-- Authentication prompt title to enable the private tabs mode. "%s" will be replaced with the localised application name, such as "Tor Browser". --> <string name="tor_authentication_enable_lock">Enable %s tabs screen lock</string> - <!-- Authentication prompt title to disable the private tabs mode. "%s" will be replaced with the localised application name, such as "Tor Browser" --> + <!-- Authentication prompt title to disable the private tabs mode. "%s" will be replaced with the localised application name, such as "Tor Browser". --> <string name="tor_authentication_disable_lock">Disable %s tabs screen lock</string> - <!-- Label for a preference shown when the device supports screen lock (e.g., PIN, pattern, or password) but the user has not set one up. "%s" will be replaced with the localised application name, such as "Tor Browser" --> + <!-- Label for a preference shown when the device supports screen lock (e.g., PIN, pattern, or password) but the user has not set one up. "%s" will be replaced with the localised application name, such as "Tor Browser". --> <string name="tor_authentication_lock_device_feature_disabled">Set up screen lock to hide %s tabs</string> - <!-- Title text for the contextual feature recommendation (CFR) suggesting the user enable a screen lock to protect Tor Browser tabs. "%s" will be replaced with the localised application name, such as "Tor Browser" --> + <!-- Title text for the contextual feature recommendation (CFR) suggesting the user enable a screen lock to protect Tor Browser tabs. "%s" will be replaced with the localised application name, such as "Tor Browser". --> <string name="tor_tab_cfr_title">Use screen lock to hide %s tabs?</string> - <!-- Preference title for using the screen lock to hide Tor Browser tabs. "%s" will be replaced with the localised application name, such as "Tor Browser" --> + <!-- Preference title for using the screen lock to hide Tor Browser tabs. "%s" will be replaced with the localised application name, such as "Tor Browser". --> <string name="preferences_tor_lock_screen_title">Use screen lock to hide %s tabs</string> - <!-- Informs the user how to access the tabs when "Use screen lock to hide Tor Browser tabs" is enabled. "%s" will be replaced with the localised application name, such as "Tor Browser" --> + <!-- Informs the user how to access the tabs when "Use screen lock to hide Tor Browser tabs" is enabled. "%s" will be replaced with the localised application name, such as "Tor Browser". --> <string name="preferences_tor_lock_screen_summary">View %s tabs with your fingerprint, PIN, or face unlock.</string> </resources> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/9538f5… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/9538f5… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/torbrowser-launcher][l10n-cs-update] 2 commits: Add Czech metainfo file translation
by asciiwolf (@asciiwolf) 28 Sep '25

28 Sep '25
asciiwolf pushed to branch l10n-cs-update at The Tor Project / Applications / torbrowser-launcher Commits: ca72ffca by AsciiWolf at 2025-09-28T13:18:46+02:00 Add Czech metainfo file translation - - - - - 86bf330d by AsciiWolf at 2025-09-28T13:18:53+02:00 Fix Czech translation - - - - - 2 changed files: - po/cs.po - share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml Changes: ===================================== po/cs.po ===================================== @@ -1,26 +1,26 @@ -# SOME DESCRIPTIVE TITLE. +# Czech translation of Tor Browser Launcher. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# This file is distributed under the same license as the torbrowser-launcher package. +# Daniel Rusek <mail(a)asciiwolf.com>, 2025. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-23 15:47-0700\n" -"PO-Revision-Date: 2021-06-20 19:42+0200\n" +"PO-Revision-Date: 2025-09-28 12:38+0200\n" "Last-Translator: Daniel Rusek <mail(a)asciiwolf.com>\n" "Language-Team: \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Poedit 3.7\n" #: __init__.py:65 launcher.py:470 msgid "Tor Browser Launcher" -msgstr "Spouštěč prohlížeče Tor" +msgstr "Spouštěč Prohlížeče Tor" #: __init__.py:66 msgid "By Micah Lee, licensed under MIT" @@ -136,14 +136,14 @@ msgstr "Instaluje se" #: launcher.py:401 #, python-brace-format msgid "Tor Browser Launcher doesn't understand the file format of {0}" -msgstr "Spouštěč prohlížeče Tor nerozumí formátu souboru {0}" +msgstr "Spouštěč Prohlížeče Tor nerozumí formátu souboru {0}" #: launcher.py:427 msgid "" "The version of Tor Browser you have installed is earlier than it should be, " "which could be a sign of an attack!" msgstr "" -"Verze prohlížeče Tor, kterou máte nainstalovanou, je ranější, než by měla " +"Verze Prohlížeče Tor, kterou máte nainstalovanou, je ranější, než by měla " "být, což může značit útok!" #: launcher.py:446 @@ -217,7 +217,7 @@ msgstr "" #: settings.py:46 msgid "Tor Browser Launcher Settings" -msgstr "Nastavení Spouštěče prohlížeče Tor" +msgstr "Nastavení Spouštěče Prohlížeče Tor" #: settings.py:50 msgid "Download over system Tor" ===================================== share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml ===================================== @@ -8,30 +8,40 @@ <project_license>MIT</project_license> <name>Tor Browser Launcher</name> <name xml:lang="ar">مشغّل متصفح تور</name> + <name xml:lang="cs">Spouštěč Prohlížeče Tor</name> <developer_name>Tor Project</developer_name> <developer id="org.torproject"> <name>Tor Project</name> </developer> <summary>A program to help you download, keep updated, and run Tor Browser</summary> <summary xml:lang="ar">برنامج لمساعدتك في تنزيل متصفح تور وتحديثه وتشغيله</summary> + <summary xml:lang="cs">Program, který vám pomůže stáhnout, udržet aktualizovaný a spustit Prohlížeč Tor</summary> <description> <p>Tor Browser Launcher is intended to make Tor Browser easier to maintain and use for GNU/Linux users. It downloads the same Tor Browser from torproject.org that everyone else uses, and it doesn't alter it in any way. But it does make it much more usable, and it makes the task of keeping it up-to-date more secure.</p> <p xml:lang="ar">يهدف مشغّل متصفّح تور إلى تسهيل صيانة واستخدام متصفّح تور لمستخدمي جنو/لينكس. يقوم بتحميل نفس متصفّح تور من torproject.org الذي يستخدمه الجميع، ولا يغيّره بأي شكل. لكنه يجعله أكثر قابلية للاستخدام ويجعل مهمة إبقائه محدثًا أكثر أمانًا.</p> + <p xml:lang="cs">Spouštěč Prohlížeče Tor má uživatelům GNU/Linuxu usnadnit správu a používání Prohlížeče Tor. Stahuje stejný Prohlížeč Tor z torproject.org, který používají všichni ostatní, a nijak ho nemění. Dělá jej však mnohem použitelnější a jeho udržování v aktuálním stavu bezpečnější.</p> <p>You install torbrowser-launcher from your distribution's package manager and it handles everything else, including:</p> <p xml:lang="ar">تثبّت torbrowser-launcher من مدير حزم توزيعتك وهو يتولّى الباقي، بما في ذلك:</p> + <p xml:lang="cs">Aplikaci torbrowser-launcher si nainstalujete ze správce balíčků vaší distribuce a ta se postará o vše ostatní, včetně:</p> <ul> <li>Downloading the most recent version of Tor Browser for you, in your language and for your architecture</li> <li xml:lang="ar">تنزيل أحدث إصدار من متصفّح تور لك، باللغة التي تختارها ولنسخة متوافقة مع بنية جهازك</li> + <li xml:lang="cs">Stažení nejnovější verze Prohlížeče Tor pro vás, ve vašem jazyce a pro vaši architekturu</li> <li>Automatically updating (while preserving your bookmarks and preferences)</li> <li xml:lang="ar">التحديث التلقائي (مع الحفاظ على علاماتك والإعدادات)</li> + <li xml:lang="cs">Automatickou aktualizaci (při zachování vašich záložek a nastavení)</li> <li>Verifying Tor Browser's GnuPG signature</li> <li xml:lang="ar">التحقق من توقيع GnuPG لمتصفّح تور</li> + <li xml:lang="cs">Ověření podpisu GnuPG Prohlížeče Tor</li> <li>Includes AppArmor profiles to make a Tor Browser compromise not as bad (in some distros)</li> <li xml:lang="ar">يتضمّن ملفات تعريف AppArmor لتقليل تأثير اختراق متصفّح تور (في بعض التوزيعات)</li> + <li xml:lang="cs">Zahrnuje profily AppArmor, aby kompromitace Prohlížeče Tor nebyla tak závažná (pro některé distribuce)</li> <li>Adding a Tor Browser application launcher to your desktop environment's menu</li> <li xml:lang="ar">إضافة مشغّل لتطبيق متصفّح تور إلى قائمة بيئة سطح المكتب</li> + <li xml:lang="cs">Přidání spouštěče Prohlížeče Tor do nabídky vašeho prostředí pracovní plochy</li> <li>Lets you set Tor Browser as your default browser</li> <li xml:lang="ar">يمكنّك من جعل متصفّح تور المتصفّح المبدئي</li> + <li xml:lang="cs">Umožní nastavit Prohlížeč Tor jako výchozí prohlížeč</li> </ul> </description> <screenshots> @@ -39,6 +49,7 @@ <image>https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/raw/ma…</image> <caption>Window to change Tor Browser Launcher settings</caption> <caption xml:lang="ar">نافذة لتغيير إعدادات مشغّل متصفّح تور</caption> + <caption xml:lang="cs">Okno pro změnu nastavení Spouštěče Prohlížeče Tor</caption> </screenshot> </screenshots> <url type="homepage">https://gitlab.torproject.org/tpo/applications/torbrowser-launcher</url> View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/torbrowser-launcher][l10n-cs-update] Fix Czech translation
by asciiwolf (@asciiwolf) 28 Sep '25

28 Sep '25
asciiwolf pushed to branch l10n-cs-update at The Tor Project / Applications / torbrowser-launcher Commits: 8ac681be by AsciiWolf at 2025-09-28T12:50:21+02:00 Fix Czech translation - - - - - 1 changed file: - po/cs.po Changes: ===================================== po/cs.po ===================================== @@ -1,26 +1,26 @@ -# SOME DESCRIPTIVE TITLE. +# Czech translation of Tor Browser Launcher. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# This file is distributed under the same license as the torbrowser-launcher package. +# Daniel Rusek <mail(a)asciiwolf.com>, 2025. # msgid "" msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-23 15:47-0700\n" -"PO-Revision-Date: 2021-06-20 19:42+0200\n" +"PO-Revision-Date: 2025-09-28 12:38+0200\n" "Last-Translator: Daniel Rusek <mail(a)asciiwolf.com>\n" "Language-Team: \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Poedit 3.7\n" #: __init__.py:65 launcher.py:470 msgid "Tor Browser Launcher" -msgstr "Spouštěč prohlížeče Tor" +msgstr "Spouštěč Prohlížeče Tor" #: __init__.py:66 msgid "By Micah Lee, licensed under MIT" @@ -136,14 +136,14 @@ msgstr "Instaluje se" #: launcher.py:401 #, python-brace-format msgid "Tor Browser Launcher doesn't understand the file format of {0}" -msgstr "Spouštěč prohlížeče Tor nerozumí formátu souboru {0}" +msgstr "Spouštěč Prohlížeče Tor nerozumí formátu souboru {0}" #: launcher.py:427 msgid "" "The version of Tor Browser you have installed is earlier than it should be, " "which could be a sign of an attack!" msgstr "" -"Verze prohlížeče Tor, kterou máte nainstalovanou, je ranější, než by měla " +"Verze Prohlížeče Tor, kterou máte nainstalovanou, je ranější, než by měla " "být, což může značit útok!" #: launcher.py:446 @@ -217,7 +217,7 @@ msgstr "" #: settings.py:46 msgid "Tor Browser Launcher Settings" -msgstr "Nastavení Spouštěče prohlížeče Tor" +msgstr "Nastavení Spouštěče Prohlížeče Tor" #: settings.py:50 msgid "Download over system Tor" View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/commit… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/torbrowser-launcher][l10n-cs-update] 3 commits: Update Czech desktop file translation
by asciiwolf (@asciiwolf) 28 Sep '25

28 Sep '25
asciiwolf pushed to branch l10n-cs-update at The Tor Project / Applications / torbrowser-launcher Commits: a6f72778 by AsciiWolf at 2025-09-28T00:50:48+02:00 Update Czech desktop file translation - - - - - 2a4a4ed1 by AsciiWolf at 2025-09-28T12:36:28+02:00 Add Czech metainfo file translation - - - - - 1633a967 by AsciiWolf at 2025-09-28T12:40:08+02:00 Fix Czech translation - - - - - 4 changed files: - po/cs.po - share/applications/org.torproject.torbrowser-launcher.desktop - share/applications/org.torproject.torbrowser-launcher.settings.desktop - share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml Changes: ===================================== po/cs.po ===================================== @@ -8,19 +8,19 @@ msgstr "" "Project-Id-Version: \n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-23 15:47-0700\n" -"PO-Revision-Date: 2021-06-20 19:42+0200\n" +"PO-Revision-Date: 2025-09-28 12:38+0200\n" "Last-Translator: Daniel Rusek <mail(a)asciiwolf.com>\n" "Language-Team: \n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.4.3\n" "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" +"X-Generator: Poedit 3.7\n" #: __init__.py:65 launcher.py:470 msgid "Tor Browser Launcher" -msgstr "Spouštěč prohlížeče Tor" +msgstr "Spouštěč Prohlížeče Tor" #: __init__.py:66 msgid "By Micah Lee, licensed under MIT" @@ -136,14 +136,14 @@ msgstr "Instaluje se" #: launcher.py:401 #, python-brace-format msgid "Tor Browser Launcher doesn't understand the file format of {0}" -msgstr "Spouštěč prohlížeče Tor nerozumí formátu souboru {0}" +msgstr "Spouštěč Prohlížeče Tor nerozumí formátu souboru {0}" #: launcher.py:427 msgid "" "The version of Tor Browser you have installed is earlier than it should be, " "which could be a sign of an attack!" msgstr "" -"Verze prohlížeče Tor, kterou máte nainstalovanou, je ranější, než by měla " +"Verze Prohlížeče Tor, kterou máte nainstalovanou, je ranější, než by měla " "být, což může značit útok!" #: launcher.py:446 @@ -217,7 +217,7 @@ msgstr "" #: settings.py:46 msgid "Tor Browser Launcher Settings" -msgstr "Nastavení Spouštěče prohlížeče Tor" +msgstr "Nastavení Spouštěče Prohlížeče Tor" #: settings.py:50 msgid "Download over system Tor" ===================================== share/applications/org.torproject.torbrowser-launcher.desktop ===================================== @@ -2,7 +2,7 @@ Name=Tor Browser Name[ar]=متصفح تور Name[be]=Tor Browser -Name[cs]=Tor Browser +Name[cs]=Prohlížeč Tor Name[da]=Tor Browser Name[es]=Navegador Tor Name[hr]=Tor preglednik @@ -13,6 +13,7 @@ Name[tr]=Tor Browser GenericName=Tor Browser GenericName[ar]=متصفح تور GenericName[be]=Tor Browser +GenericName[cs]=Prohlížeč Tor GenericName[da]=Tor Browser GenericName[es]=Navegador Tor GenericName[hr]=Tor preglednik @@ -21,7 +22,7 @@ GenericName[tr]=Tor Browser Comment=Launch Tor Browser Comment[ar]=شغّل متصفح تور Comment[be]=Запуск Tor Browser -Comment[cs]=Spustit Tor Browser +Comment[cs]=Spustit Prohlížeč Tor Comment[da]=Start Tor Browser Comment[es]=Iniciar Navegador Tor Comment[hr]=Pokreni Tor preglednika ===================================== share/applications/org.torproject.torbrowser-launcher.settings.desktop ===================================== @@ -2,7 +2,7 @@ Name=Tor Browser Launcher Settings Name[ar]=إعدادات مشغّل متصفح تور Name[be]=Налады запускальніка Tor Browser -Name[cs]=Tor Browser Launcher nastavení +Name[cs]=Prohlížeč Tor nastavení spouštěče Name[da]=Indstillinger for Tor Browser-opstarter Name[fr]=Tor Browser Launcher configurations Name[hr]=Tor preglednik – postavke pokretanja @@ -15,6 +15,7 @@ Name[tr]=Tor Browser Başlatıcı Ayarları GenericName=Tor Browser Launcher Settings GenericName[ar]=إعدادات مشغّل متصفح تور GenericName[be]=Налады запускальніка Tor Browser +GenericName[cs]=Prohlížeč Tor nastavení spouštěče GenericName[da]=Indstillinger for Tor Browser-opstarter GenericName[hr]=Tor preglednik – postavke pokretanja GenericName[hu]=Tor-böngésző indító beállításai @@ -22,7 +23,7 @@ GenericName[tr]=Tor Browser Başlatıcı Ayarları Comment=Tor Browser Launcher Settings Comment[ar]=إعدادات مشغّل متصفح تور Comment[be]=Налады запускальніка Tor Browser -Comment[cs]=Tor Browser Launcher nastavení +Comment[cs]=Prohlížeč Tor nastavení spouštěče Comment[da]=Indstillinger for Tor Browser-opstarter Comment[fr]=Tor Browser Launcher configurations Comment[hr]=Postavke za pokretanje Tor preglednika ===================================== share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml ===================================== @@ -8,30 +8,40 @@ <project_license>MIT</project_license> <name>Tor Browser Launcher</name> <name xml:lang="ar">مشغّل متصفح تور</name> + <name xml:lang="cs">Spouštěč Prohlížeče Tor</name> <developer_name>Tor Project</developer_name> <developer id="org.torproject"> <name>Tor Project</name> </developer> <summary>A program to help you download, keep updated, and run Tor Browser</summary> <summary xml:lang="ar">برنامج لمساعدتك في تنزيل متصفح تور وتحديثه وتشغيله</summary> + <summary xml:lang="cs">Program, který vám pomůže stáhnout, udržet aktualizovaný a spustit Prohlížeč Tor</summary> <description> <p>Tor Browser Launcher is intended to make Tor Browser easier to maintain and use for GNU/Linux users. It downloads the same Tor Browser from torproject.org that everyone else uses, and it doesn't alter it in any way. But it does make it much more usable, and it makes the task of keeping it up-to-date more secure.</p> <p xml:lang="ar">يهدف مشغّل متصفّح تور إلى تسهيل صيانة واستخدام متصفّح تور لمستخدمي جنو/لينكس. يقوم بتحميل نفس متصفّح تور من torproject.org الذي يستخدمه الجميع، ولا يغيّره بأي شكل. لكنه يجعله أكثر قابلية للاستخدام ويجعل مهمة إبقائه محدثًا أكثر أمانًا.</p> + <p xml:lang="cs">Spouštěč Prohlížeče Tor má uživatelům GNU/Linuxu usnadnit správu a používání Prohlížeče Tor. Stahuje stejný Prohlížeč Tor z torproject.org, který používají všichni ostatní, a nijak ho nemění. Dělá jej však mnohem použitelnější a jeho udržování v aktuálním stavu bezpečnější.</p> <p>You install torbrowser-launcher from your distribution's package manager and it handles everything else, including:</p> <p xml:lang="ar">تثبّت torbrowser-launcher من مدير حزم توزيعتك وهو يتولّى الباقي، بما في ذلك:</p> + <p xml:lang="cs">Aplikaci torbrowser-launcher si nainstalujete ze správce balíčků vaší distribuce a ta se postará o vše ostatní, včetně:</p> <ul> <li>Downloading the most recent version of Tor Browser for you, in your language and for your architecture</li> <li xml:lang="ar">تنزيل أحدث إصدار من متصفّح تور لك، باللغة التي تختارها ولنسخة متوافقة مع بنية جهازك</li> + <li xml:lang="cs">Stažení nejnovější verze Prohlížeče Tor pro vás, ve vašem jazyce a pro vaši architekturu</li> <li>Automatically updating (while preserving your bookmarks and preferences)</li> <li xml:lang="ar">التحديث التلقائي (مع الحفاظ على علاماتك والإعدادات)</li> + <li xml:lang="cs">Automatickou aktualizaci (při zachování vašich záložek a nastavení)</li> <li>Verifying Tor Browser's GnuPG signature</li> <li xml:lang="ar">التحقق من توقيع GnuPG لمتصفّح تور</li> + <li xml:lang="cs">Ověření podpisu GnuPG v Prohlížeči Tor</li> <li>Includes AppArmor profiles to make a Tor Browser compromise not as bad (in some distros)</li> <li xml:lang="ar">يتضمّن ملفات تعريف AppArmor لتقليل تأثير اختراق متصفّح تور (في بعض التوزيعات)</li> + <li xml:lang="cs">Zahrnuje profily AppArmor, aby kompromitace Prohlížeče Tor nebyla tak závažná (pro některé distribuce)</li> <li>Adding a Tor Browser application launcher to your desktop environment's menu</li> <li xml:lang="ar">إضافة مشغّل لتطبيق متصفّح تور إلى قائمة بيئة سطح المكتب</li> + <li xml:lang="cs">Přidání spouštěče Prohlížeče Tor do nabídky vašeho prostředí pracovní plochy</li> <li>Lets you set Tor Browser as your default browser</li> <li xml:lang="ar">يمكنّك من جعل متصفّح تور المتصفّح المبدئي</li> + <li xml:lang="cs">Umožní nastavit Prohlížeč Tor jako výchozí prohlížeč</li> </ul> </description> <screenshots> @@ -39,6 +49,7 @@ <image>https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/raw/ma…</image> <caption>Window to change Tor Browser Launcher settings</caption> <caption xml:lang="ar">نافذة لتغيير إعدادات مشغّل متصفّح تور</caption> + <caption xml:lang="cs">Okno pro změnu nastavení Spouštěče Prohlížeče Tor</caption> </screenshot> </screenshots> <url type="homepage">https://gitlab.torproject.org/tpo/applications/torbrowser-launcher</url> View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/torbrowser-launcher] Pushed new branch l10n-cs-update
by asciiwolf (@asciiwolf) 28 Sep '25

28 Sep '25
asciiwolf pushed new branch l10n-cs-update at The Tor Project / Applications / torbrowser-launcher -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/tree/l… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/torbrowser-launcher][main] 2 commits: fix: keep thread references
by asciiwolf (@asciiwolf) 27 Sep '25

27 Sep '25
asciiwolf pushed to branch main at The Tor Project / Applications / torbrowser-launcher Commits: 6a0d6235 by BTD Master at 2025-09-27T10:12:08+01:00 fix: keep thread references - - - - - b44e2146 by asciiwolf at 2025-09-27T11:02:42+00:00 Merge branch 'keep-thread-references' into 'main' Keep thread references Closes #35 See merge request tpo/applications/torbrowser-launcher!34 - - - - - 1 changed file: - torbrowser_launcher/launcher.py Changes: ===================================== torbrowser_launcher/launcher.py ===================================== @@ -71,6 +71,7 @@ class Launcher(QtWidgets.QMainWindow): self.url_list = url_list self.force_redownload = False + self._threads = [] # This is the current version of Tor Browser, which should get updated with every release self.min_version = "13.0" @@ -350,9 +351,11 @@ class Launcher(QtWidgets.QMainWindow): t.progress_update.connect(progress_update) t.download_complete.connect(download_complete) t.download_error.connect(download_error) + self._threads.append(t) t.start() time.sleep(0.2) + def try_default_mirror(self): # change mirror to default and relaunch TBL self.common.settings["mirror"] = self.common.default_mirror @@ -420,6 +423,7 @@ class Launcher(QtWidgets.QMainWindow): t = VerifyThread(self.common) t.error.connect(error) t.success.connect(success) + self._threads.append(t) t.start() time.sleep(0.2) @@ -449,6 +453,7 @@ class Launcher(QtWidgets.QMainWindow): t = ExtractThread(self.common) t.error.connect(error) t.success.connect(success) + self._threads.append(t) t.start() time.sleep(0.2) View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compar… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 22
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.