commit 3fcea31093bb24c81ca36dc04fe7a7cdb240d1b4 Author: Translation commit bot translation@torproject.org Date: Thu Feb 17 10:49:42 2022 +0000
new translations in support-portal_completed --- contents.pot | 228 ++++++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 154 insertions(+), 74 deletions(-)
diff --git a/contents.pot b/contents.pot index 5572352d57..9bb46fe5a3 100644 --- a/contents.pot +++ b/contents.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-02-14 13:40+UTC\n" +"POT-Creation-Date: 2022-02-17 08:03+UTC\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME EMAIL@ADDRESS\n" "Language-Team: en LL@li.org\n" @@ -4954,8 +4954,6 @@ msgstr ""
#: https//support.torproject.org/tbb/how-to-verify-signature/ #: (content/tbb/how-to-verify-signature/contents+en.lrquestion.description) -#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ -#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" "They allow you to verify the file you've downloaded is exactly the one that " "we intended you to get." @@ -5169,8 +5167,6 @@ msgstr ""
#: https//support.torproject.org/tbb/how-to-verify-signature/ #: (content/tbb/how-to-verify-signature/contents+en.lrquestion.description) -#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ -#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "This should show you something like:" msgstr "This should show you something like:"
@@ -5287,8 +5283,6 @@ msgstr "### Verifying the signature"
#: https//support.torproject.org/tbb/how-to-verify-signature/ #: (content/tbb/how-to-verify-signature/contents+en.lrquestion.description) -#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ -#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" "To verify the signature of the package you downloaded, you will need to " "download the corresponding ".asc" signature file as well as the installer " @@ -5360,8 +5354,6 @@ msgstr ""
#: https//support.torproject.org/tbb/how-to-verify-signature/ #: (content/tbb/how-to-verify-signature/contents+en.lrquestion.description) -#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ -#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "The result of the command should produce something like this:" msgstr "The result of the command should produce something like this:"
@@ -5399,15 +5391,11 @@ msgstr ""
#: https//support.torproject.org/tbb/how-to-verify-signature/ #: (content/tbb/how-to-verify-signature/contents+en.lrquestion.description) -#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ -#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "#### Workaround (using a public key)" msgstr "#### Workaround (using a public key)"
#: https//support.torproject.org/tbb/how-to-verify-signature/ #: (content/tbb/how-to-verify-signature/contents+en.lrquestion.description) -#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ -#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" "If you encounter errors you cannot fix, feel free to [download and use this " "public key](https://openpgpkey.torproject.org/.well-" @@ -8925,10 +8913,10 @@ msgstr "" #: https//support.torproject.org/censorship/connecting-from-china/ #: (content/censorship/connecting-from-china/contents+en.lrquestion.description) msgid "" -"If one of these options below is not working, check your [Tor " +"If one of these options above is not working, check your [Tor " "logs](../../connecting/connecting-2/) and try another option." msgstr "" -"If one of these options below is not working, check your [Tor " +"If one of these options above is not working, check your [Tor " "logs](../../connecting/connecting-2/) and try another option."
#: https//support.torproject.org/censorship/gettor-1/ @@ -17104,35 +17092,61 @@ msgstr "" #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" "Each file on our [download page](https://www.torproject.org/download/tor) is" -" accompanied by a file labelled "sig" with the same name as the package " -"and the extension ".asc"." +" accompanied by two files which are labelled "checksum" and "sig" with " +"the same name as the package and the extension ".sha256sum" and " +"".sha256sum.asc" respectively." msgstr "" "Each file on our [download page](https://www.torproject.org/download/tor) is" -" accompanied by a file labelled "sig" with the same name as the package " -"and the extension ".asc"." +" accompanied by two files which are labelled "checksum" and "sig" with " +"the same name as the package and the extension ".sha256sum" and " +"".sha256sum.asc" respectively." + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "" +"The `.asc` file will verify that the `.sha256sum` file (containing the " +"checksum of the package) has not been tampered with. Once the signature has " +"been validated (see below on how to do it), the package integrity can be " +"validated with:" +msgstr "" +"The `.asc` file will verify that the `.sha256sum` file (containing the " +"checksum of the package) has not been tampered with. Once the signature has " +"been validated (see below on how to do it), the package integrity can be " +"validated with:"
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) -msgid "These .asc files are OpenPGP signatures." -msgstr "These .asc files are OpenPGP signatures." +msgid "`$ sha256sum -c *.sha256sum`" +msgstr "`$ sha256sum -c *.sha256sum`" + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "" +"These files allow you to verify the file you've downloaded is exactly the " +"one that we intended you to get." +msgstr "" +"These files allow you to verify the file you've downloaded is exactly the " +"one that we intended you to get."
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" "This will vary by web browser, but generally you can download this file by " -"right-clicking the "sig" link and selecting the "save file as" option." +"right-clicking the "sig" and "checksum" link and selecting the "save " +"file as" option." msgstr "" "This will vary by web browser, but generally you can download this file by " -"right-clicking the "sig" link and selecting the "save file as" option." +"right-clicking the "sig" and "checksum" link and selecting the "save " +"file as" option."
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" "For example, `tor-0.4.6.7.tar.gz` is accompanied by " -"`tor-0.4.6.7.tar.gz.asc`." +"`tor-0.4.6.7.tar.gz.sha256sum.asc`." msgstr "" "For example, `tor-0.4.6.7.tar.gz` is accompanied by " -"`tor-0.4.6.7.tar.gz.asc`." +"`tor-0.4.6.7.tar.gz.sha256sum.asc`."
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) @@ -17151,23 +17165,74 @@ msgstr "How to do this will vary depending on your distribution." #: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" -"Roger Dingledine (0xEB5A896A28988BF5 and 0xC218525819F78451), Nick Mathewson" -" (0xFE43009C4607B1FB) sign Tor source tarballs." +"The following keys can sign the tarball. Don't expect them all, it can vary " +"depending on who is available to make the release." +msgstr "" +"The following keys can sign the tarball. Don't expect them all, it can vary " +"depending on who is available to make the release." + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "" +"- Alexander Færøy: " +"[514102454D0A87DB0767A1EBBE6A0531C18A9179](https://keys.openpgp.org/vks/v1/by-" +"fingerprint/1C1BC007A9F607AA8152C040BEA7B180B1491921)" +msgstr "" +"- Alexander Færøy: " +"[514102454D0A87DB0767A1EBBE6A0531C18A9179](https://keys.openpgp.org/vks/v1/by-" +"fingerprint/1C1BC007A9F607AA8152C040BEA7B180B1491921)" + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "" +"- David Goulet: " +"[B74417EDDF22AC9F9E90F49142E86A2A11F48D36](https://keys.openpgp.org/vks/v1/by-" +"fingerprint/B74417EDDF22AC9F9E90F49142E86A2A11F48D36)" +msgstr "" +"- David Goulet: " +"[B74417EDDF22AC9F9E90F49142E86A2A11F48D36](https://keys.openpgp.org/vks/v1/by-" +"fingerprint/B74417EDDF22AC9F9E90F49142E86A2A11F48D36)" + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "" +"- Nick Mathewson: " +"[2133BC600AB133E1D826D173FE43009C4607B1FB](https://keys.openpgp.org/vks/v1/by-" +"fingerprint/2133BC600AB133E1D826D173FE43009C4607B1FB)" +msgstr "" +"- Nick Mathewson: " +"[2133BC600AB133E1D826D173FE43009C4607B1FB](https://keys.openpgp.org/vks/v1/by-" +"fingerprint/2133BC600AB133E1D826D173FE43009C4607B1FB)" + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "You can fetch the key with the links provided above or with:" +msgstr "You can fetch the key with the links provided above or with:" + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "$ gpg --auto-key-locate nodefault,wkd --locate-keys ahf@torproject.org" msgstr "" -"Roger Dingledine (0xEB5A896A28988BF5 and 0xC218525819F78451), Nick Mathewson" -" (0xFE43009C4607B1FB) sign Tor source tarballs." +"$ gpg --auto-key-locate nodefault,wkd --locate-keys ahf@torproject.org"
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) -msgid "Fetching Nick Mathewson most recent key:" -msgstr "Fetching Nick Mathewson most recent key:" +msgid "" +"$ gpg --auto-key-locate nodefault,wkd --locate-keys dgoulet@torproject.org" +msgstr "" +"$ gpg --auto-key-locate nodefault,wkd --locate-keys dgoulet@torproject.org"
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" -"$ gpg --auto-key-locate nodefault,wkd --locate-keys nickm@torproject.org" +"$ gpg --auto-key-locate nodefault,wkd --locate-keys nickm@torproject.org" msgstr "" -"$ gpg --auto-key-locate nodefault,wkd --locate-keys nickm@torproject.org" +"$ gpg --auto-key-locate nodefault,wkd --locate-keys nickm@torproject.org" + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "This should show you something like (for nickm):" +msgstr "This should show you something like (for nickm):"
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) @@ -17190,8 +17255,8 @@ msgstr "2133BC600AB133E1D826D173FE43009C4607B1FB"
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) -msgid "uid [ unknown] Nick Mathewson nickm@torproject.org" -msgstr "uid [ unknown] Nick Mathewson nickm@torproject.org" +msgid "uid [ unknown] Nick Mathewson nickm@torproject.org" +msgstr "uid [ unknown] Nick Mathewson nickm@torproject.org"
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) @@ -17224,29 +17289,56 @@ msgstr "" #: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" -"$ gpg --output ./tor.keyring --export " +"$ gpg --output ./tor.keyring --export " "0x2133BC600AB133E1D826D173FE43009C4607B1FB" msgstr "" -"$ gpg --output ./tor.keyring --export " +"$ gpg --output ./tor.keyring --export " "0x2133BC600AB133E1D826D173FE43009C4607B1FB"
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" -"gpgv --keyring .\tor.keyring Downloads\tor-0.4.6.7.tar.gz.asc " -"Downloads\tor-0.4.6.7.tar.gz" +"To verify the signature of the package you downloaded, you will need to " +"download the corresponding `.sha256sum.asc` signature file and the " +"`.sha256sum` file itself, and verify it with a command that asks GnuPG to " +"verify the file that you downloaded." msgstr "" -"gpgv --keyring .\tor.keyring Downloads\tor-0.4.6.7.tar.gz.asc " -"Downloads\tor-0.4.6.7.tar.gz" +"To verify the signature of the package you downloaded, you will need to " +"download the corresponding `.sha256sum.asc` signature file and the " +"`.sha256sum` file itself, and verify it with a command that asks GnuPG to " +"verify the file that you downloaded."
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" -"gpgv --keyring ./tor.keyring ~/Downloads/tor-0.4.6.7.tar.gz.asc " -"~/Downloads/tor-0.4.6.7.tar.gz" +"gpgv --keyring .\tor.keyring Downloads\tor-0.4.6.10.tar.gz.sha256sum.asc " +"Downloads\tor-0.4.6.10.tar.gz.sha256sum" msgstr "" -"gpgv --keyring ./tor.keyring ~/Downloads/tor-0.4.6.7.tar.gz.asc " -"~/Downloads/tor-0.4.6.7.tar.gz" +"gpgv --keyring .\tor.keyring Downloads\tor-0.4.6.10.tar.gz.sha256sum.asc " +"Downloads\tor-0.4.6.10.tar.gz.sha256sum" + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "" +"gpgv --keyring ./tor.keyring ~/Downloads/tor-0.4.6.10.tar.gz.sha256sum.asc " +"~/Downloads/tor-0.4.6.10.tar.gz.sha256sum" +msgstr "" +"gpgv --keyring ./tor.keyring ~/Downloads/tor-0.4.6.10.tar.gz.sha256sum.asc " +"~/Downloads/tor-0.4.6.10.tar.gz.sha256sum" + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "#### For BSD/Linux users:" +msgstr "#### For BSD/Linux users:" + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "" +"The result of the command should produce something like this (depending on " +"which key signed it):" +msgstr "" +"The result of the command should produce something like this (depending on " +"which key signed it):"
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) @@ -17262,49 +17354,37 @@ msgstr ""
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) -msgid "gpgv: Good signature from "Nick Mathewson nickm@torproject.org"" -msgstr "gpgv: Good signature from "Nick Mathewson nickm@torproject.org"" +msgid "gpgv: Good signature from "Nick Mathewson nickm@torproject.org"" +msgstr "gpgv: Good signature from "Nick Mathewson nickm@torproject.org""
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) -msgid "" -"$ curl -s https://openpgpkey.torproject.org/.well-" -"known/openpgpkey/torproject.org/hu/kounek7zrdx745qydx6p59t9mqjpuhdf |gpg " -"--import -" -msgstr "" -"$ curl -s https://openpgpkey.torproject.org/.well-" -"known/openpgpkey/torproject.org/hu/kounek7zrdx745qydx6p59t9mqjpuhdf |gpg " -"--import -" +msgid "### Verifying checksum" +msgstr "### Verifying checksum"
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) msgid "" -"Nick Mathewson key is also available on " -"[keys.openpgp.org](https://keys.openpgp.org/) and can be downloaded from " -"[https://keys.openpgp.org/vks/v1/by-" -"fingerprint/2133BC600AB133E1D826D173FE43009C4607B1FB](https://keys.openpgp.org/vks/v1/by-" -"fingerprint/2133BC600AB133E1D826D173FE43009C4607B1FB)." +"Now that we validated the signatures of the checksum, we need to verify the " +"integrity of the package." msgstr "" -"Nick Mathewson key is also available on " -"[keys.openpgp.org](https://keys.openpgp.org/) and can be downloaded from " -"[https://keys.openpgp.org/vks/v1/by-" -"fingerprint/2133BC600AB133E1D826D173FE43009C4607B1FB](https://keys.openpgp.org/vks/v1/by-" -"fingerprint/2133BC600AB133E1D826D173FE43009C4607B1FB)." +"Now that we validated the signatures of the checksum, we need to verify the " +"integrity of the package."
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) -msgid "" -"If you're using macOS or GNU/Linux, the key can also be fetched by running " -"the following command:" -msgstr "" -"If you're using macOS or GNU/Linux, the key can also be fetched by running " -"the following command:" +msgid "certUtil -hashfile tor-0.4.6.10.tar.gz.sha256sum SHA256" +msgstr "certUtil -hashfile tor-0.4.6.10.tar.gz.sha256sum SHA256"
#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ #: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) -msgid "$ gpg --keyserver keys.openpgp.org --search-keys nickm@torproject.org" -msgstr "" -"$ gpg --keyserver keys.openpgp.org --search-keys nickm@torproject.org" +msgid "shasum -a 256 tor-0.4.6.10.tar.gz.sha256sum" +msgstr "shasum -a 256 tor-0.4.6.10.tar.gz.sha256sum" + +#: https//support.torproject.org/little-t-tor/verify-little-t-tor/ +#: (content/little-t-tor/verify-little-t-tor/contents+en.lrquestion.description) +msgid "sha256sum -c tor-0.4.6.10.tar.gz.sha256sum" +msgstr "sha256sum -c tor-0.4.6.10.tar.gz.sha256sum"
#: https//support.torproject.org/alternate-designs/block-websites/ #: (content/alternate-designs/block-websites/contents+en.lrquestion.title)
tor-commits@lists.torproject.org