commit a83f09e9208d4e2ea7a7a0c5f87fdac36a551309 Author: Matthew Finkel sysrqb@torproject.org Date: Mon May 3 14:14:37 2021 +0000
Bug 40035: Localize Cryptocurrency Safety messages --- chrome/locale/en-US/torbutton.properties | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/chrome/locale/en-US/torbutton.properties b/chrome/locale/en-US/torbutton.properties index 632605f7..4c153158 100644 --- a/chrome/locale/en-US/torbutton.properties +++ b/chrome/locale/en-US/torbutton.properties @@ -138,3 +138,13 @@ onionLocation.always=Always onionLocation.askEverytime=Ask every time onionLocation.prioritizeOnionsDescription=Prioritize .onion sites when known. onionLocation.onionServicesTitle=Onion Services + +# 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
tor-commits@lists.torproject.org