Skip to content
Snippets Groups Projects
Commit 84098221 authored by Kathleen Brade's avatar Kathleen Brade
Browse files

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.
parent 9dbc7d20
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......@@ -68,3 +68,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 Services Keys
onionServices.authPreferences.dialogIntro=Keys for the following onion sites are stored on your computer
onionServices.authPreferences.onionSite=Onion Site
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment