commit 5c6e40ea7f1f9359e38695fb62c205f80abb5ea3 Author: Translation commit bot translation@torproject.org Date: Wed Mar 25 09:21:46 2020 +0000
https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonp... --- ca/torbutton.properties | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+)
diff --git a/ca/torbutton.properties b/ca/torbutton.properties index 6ee76baf60..e2bc90a54a 100644 --- a/ca/torbutton.properties +++ b/ca/torbutton.properties @@ -58,3 +58,25 @@ torbutton.popup.no_newnym = El Torbutton no pot adjudicar-vos de forma segura un # .Onion Page Info prompt. Strings are kept here for ease of translation. # pageInfo_OnionEncryptionWithBitsAndProtocol=Connection Encrypted (Onion Service, %1$S, %2$S bit keys, %3$S) # 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 +# 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
tor-commits@lists.torproject.org