[tor-commits] [torbutton/master] Bug 19757: Support on-disk storage of v3 client auth keys

sysrqb at torproject.org sysrqb at torproject.org
Fri Feb 21 21:24:49 UTC 2020


commit fddbe371f2eb43d7d6007561db38d1ad8a6ff8e4
Author: Kathy Brade <brade at pearlcrescent.com>
Date:   Wed Dec 4 09:40:34 2019 -0500

    Bug 19757: Support on-disk storage of v3 client auth keys
    
    Add strings for "Remember this key" checkbox and the new
    "Onion Services Authentication" preferences section.
---
 chrome/locale/en-US/torbutton.dtd        |  1 +
 chrome/locale/en-US/torbutton.properties | 12 ++++++++++++
 2 files changed, 13 insertions(+)

diff --git a/chrome/locale/en-US/torbutton.dtd b/chrome/locale/en-US/torbutton.dtd
index ed3cb1a6..b9ae0f00 100644
--- a/chrome/locale/en-US/torbutton.dtd
+++ b/chrome/locale/en-US/torbutton.dtd
@@ -50,3 +50,4 @@
 
 <!-- Onion services strings.  Strings are kept here for ease of translation. -->
 <!ENTITY torbutton.onionServices.authPrompt.tooltip "Open onion service client authentication prompt">
+<!ENTITY torbutton.onionServices.authPrompt.persistCheckboxLabel "Remember this key">
diff --git a/chrome/locale/en-US/torbutton.properties b/chrome/locale/en-US/torbutton.properties
index 1020e57a..375067b3 100644
--- a/chrome/locale/en-US/torbutton.properties
+++ b/chrome/locale/en-US/torbutton.properties
@@ -61,6 +61,7 @@ pageInfo_OnionEncryption=Connection Encrypted (Onion Service)
 
 # Onion services strings.  Strings are kept here for ease of translation.
 # LOCALIZATION NOTE: %S will be replaced with the .onion address.
+onionServices.learnMore=Learn more
 onionServices.clientAuthMissing=Tor onion service missing client authorization
 onionServices.authPrompt.description=%S is requesting your private key.
 onionServices.authPrompt.keyPlaceholder=Enter your private key for this onion service
@@ -68,3 +69,14 @@ onionServices.authPrompt.done=Done
 onionServices.authPrompt.doneAccessKey=d
 onionServices.authPrompt.invalidKey=Please enter a valid key (52 base32 characters or 44 base64 characters)
 onionServices.authPrompt.failedToSetKey=Unable to configure Tor with your key
+onionServices.authPreferences.header=Onion Services Authentication
+onionServices.authPreferences.overview=Some onion services require that you identify yourself with a key (a kind of password) before you can access them.
+onionServices.authPreferences.savedKeys=Saved Keys…
+onionServices.authPreferences.dialogTitle=Onion Service Keys
+onionServices.authPreferences.dialogIntro=Keys for the following onionsites are stored on your computer
+onionServices.authPreferences.onionSite=Onionsite
+onionServices.authPreferences.onionKey=Key
+onionServices.authPreferences.remove=Remove
+onionServices.authPreferences.removeAll=Remove All
+onionServices.authPreferences.failedToGetKeys=Unable to retrieve keys from tor
+onionServices.authPreferences.failedToRemoveKey=Unable to remove key





More information about the tor-commits mailing list