mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
PreRelease fixes
This commit is contained in:
parent
34a9b8cbc5
commit
42bac6aa2f
55 changed files with 578 additions and 238 deletions
|
|
@ -320,6 +320,12 @@ BUTTON_SIGN = "Sign"
|
|||
BUTTON_ENCRYPT = "Encrypt"
|
||||
BUTTON_SIGN_AND_ENCRYPT = "Sign and encrypt"
|
||||
|
||||
[POPUPS_MESSAGE_OPEN_PGP]
|
||||
TITLE_MESSAGE_OPEN_PGP = "OpenPGP Decrypt"
|
||||
LABEL_KEY = "Private Key"
|
||||
LABEL_PASSWORD = "Password"
|
||||
BUTTON_DECRYPT = "Decrypt"
|
||||
|
||||
[POPUPS_TWO_FACTOR_TEST]
|
||||
TITLE_TEST_CODE = "两步验证测试"
|
||||
LABEL_CODE = "代码"
|
||||
|
|
@ -601,6 +607,7 @@ BUTTON_GENERATE_OPEN_PGP_KEYS = "生成 OpenPGP 密匙"
|
|||
TITLE_PRIVATE = "私有"
|
||||
TITLE_PUBLIC = "公开"
|
||||
DELETING_ASK = "你确定吗?"
|
||||
GENERATE_ONLY_HTTPS = "HTTPS only"
|
||||
|
||||
[SHORTCUTS_HELP]
|
||||
LEGEND_SHORTCUTS_HELP = "Keyboard shortcuts help"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue