diff options
Diffstat (limited to 'l10n-en-CA/mail/messenger/otr/otrUI.ftl')
-rw-r--r-- | l10n-en-CA/mail/messenger/otr/otrUI.ftl | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/l10n-en-CA/mail/messenger/otr/otrUI.ftl b/l10n-en-CA/mail/messenger/otr/otrUI.ftl new file mode 100644 index 0000000000..c9e63f42d4 --- /dev/null +++ b/l10n-en-CA/mail/messenger/otr/otrUI.ftl @@ -0,0 +1,86 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +start-label = Start an encrypted conversation +refresh-label = Refresh the encrypted conversation +auth-label = Verify your contact’s identity +reauth-label = Reverify your contact’s identity + +auth-cancel = Cancel +auth-cancelAccessKey = C + +auth-error = An error occurred while verifying the identity of your contact. +auth-success = Verifying your contact’s identity completed successfully. +auth-successThem = Your contact has successfully verified your identity. You may want to verify their identity as well by asking your own question. +auth-fail = Failed to verify the identity of your contact. +auth-waiting = Waiting for the contact to complete the verification… + +finger-verify = Verify +finger-verify-accessKey = V + +# Do not translate 'OTR' (name of an encryption protocol) +buddycontextmenu-label = Add OTR Fingerprint + +# Variables: +# $name (String) - the screen name of a chat contact person +alert-start = Attempting to start an encrypted conversation with { $name }. + +# Variables: +# $name (String) - the screen name of a chat contact person +alert-refresh = Attempting to refresh the encrypted conversation with { $name }. + +# Variables: +# $name (String) - the screen name of a chat contact person +alert-gone_insecure = The encrypted conversation with { $name } ended. + +# Variables: +# $name (String) - the screen name of a chat contact person +finger-unseen = The identity of { $name } has not been verified yet. Casual eavesdropping is not possible, but with some effort someone could be listening in. Prevent surveillance by verifying this contact’s identity. + +# Variables: +# $name (String) - the screen name of a chat contact person +finger-seen = { $name } is contacting you from an unrecognized computer. Casual eavesdropping is not possible, but with some effort someone could be listening in. Prevent surveillance by verifying this contact’s identity. + +state-not_private = The current conversation is not private. + +# Variables: +# $name (String) - the screen name of a chat contact person +state-unverified = The current conversation is encrypted but not private, since the identity of { $name } has not yet been verified. + +# Variables: +# $name (String) - the screen name of a chat contact person +state-private = The identity of { $name } has been verified. The current conversation is encrypted and private. + +# Variables: +# $name (String) - the screen name of a chat contact person +state-finished = { $name } has ended their encrypted conversation with you; you should do the same. + +state-not_private-label = Insecure +state-unverified-label = Unverified +state-private-label = Private +state-finished-label = Finished + +# Variables: +# $name (String) - the screen name of a chat contact person +verify-request = { $name } requested the verification of your identity. + +# Variables: +# $name (String) - the screen name of a chat contact person +afterauth-private = You have verified the identity of { $name }. + +# Variables: +# $name (String) - the screen name of a chat contact person +afterauth-unverified = The identity of { $name } has not been verified. + +verify-title = Verify your contact’s identity +error-title = Error +success-title = End to End Encryption +successThem-title = Verify your contact’s identity +fail-title = Unable to verify +waiting-title = Verification request sent + +# Do not translate 'OTR' (name of an encryption protocol) +# Variables: +# $error (String) - contains an error message that describes the cause of the failure +otr-genkey-failed = Generating OTR private key failed: { $error } |