diff options
Diffstat (limited to 'l10n-zh-TW/mail/messenger/openpgp/msgReadStatus.ftl')
-rw-r--r-- | l10n-zh-TW/mail/messenger/openpgp/msgReadStatus.ftl | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/l10n-zh-TW/mail/messenger/openpgp/msgReadStatus.ftl b/l10n-zh-TW/mail/messenger/openpgp/msgReadStatus.ftl new file mode 100644 index 0000000000..3555ed931a --- /dev/null +++ b/l10n-zh-TW/mail/messenger/openpgp/msgReadStatus.ftl @@ -0,0 +1,39 @@ +# 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/. + + +## Message Header Encryption Button + +message-header-show-security-info-key = S +# $type (String) - the shortcut key defined in the message-header-show-security-info-key +message-security-button = + .title = + { PLATFORM() -> + [macos] 顯示訊息安全性資訊(⌘ ⌥ { message-header-show-security-info-key }) + *[other] 顯示訊息安全性資訊(Ctrl+Alt+{ message-header-show-security-info-key }) + } +openpgp-view-signer-key = + .label = 檢視簽署者金鑰 +openpgp-view-your-encryption-key = + .label = 檢視您的解密金鑰 +openpgp-openpgp = OpenPGP +openpgp-no-sig = 沒有數位簽章 +openpgp-uncertain-sig = 無法確認的數位簽章 +openpgp-invalid-sig = 無效的數位簽章 +openpgp-good-sig = 正確的數位簽章 +openpgp-sig-uncertain-no-key = 此訊息包含數位簽章,但無法確認簽章是否正確。若要驗證簽章,需要取得寄件者的公鑰。 +openpgp-sig-uncertain-uid-mismatch = 此訊息包含數位簽章,但與已知的簽章不符。訊息是由與寄件者公鑰不符的電子郵件地址寄出的。 +openpgp-sig-uncertain-not-accepted = 此訊息包含數位簽章,但您尚未決定寄件者的金鑰是否可接受。 +openpgp-sig-invalid-rejected = 此訊息包含數位簽章,但您先前曾決定要拒絕簽署者的金鑰。 +openpgp-sig-invalid-technical-problem = 此訊息包含數位簽章,但偵測到技術錯誤。可能是訊息已毀損或遭人竄改。 +openpgp-sig-valid-unverified = 此訊息包含您先前接受過的金鑰所簽署的有效數位簽章。但您還沒有確認過金鑰真的屬於該寄件者。 +openpgp-sig-valid-verified = 此訊息包含已驗證的金鑰所簽署的有效數位簽章。 +openpgp-sig-valid-own-key = 此訊息包含由您的個人金鑰所簽署的有效數位簽章。 +openpgp-sig-key-id = 簽署者金鑰 ID: { $key } +openpgp-sig-key-id-with-subkey-id = 簽署者金鑰 ID: { $key }(子金鑰 ID: { $subkey }) +openpgp-enc-key-id = 您的解密金鑰 ID: { $key } +openpgp-enc-key-with-subkey-id = 您的解密金鑰 ID: { $key }(子金鑰 ID: { $subkey }) +openpgp-unknown-key-id = 未知金鑰 +openpgp-other-enc-additional-key-ids = 此外,訊息已由下列金鑰的擁有者加密: +openpgp-other-enc-all-key-ids = 訊息已由下列金鑰的擁有者加密: |