mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +03:00
Fixed translation issue (Closes #263)
This commit is contained in:
parent
7dc9441852
commit
b83ed4b1ce
30 changed files with 207 additions and 201 deletions
|
|
@ -529,9 +529,9 @@ LABEL_CLOSE_COMPOSE = "Close compose"
|
|||
|
||||
[PGP_NOTIFICATIONS]
|
||||
NO_PUBLIC_KEYS_FOUND = "No public keys found"
|
||||
NO_PUBLIC_KEYS_FOUND_FOR = "No public keys found for "%EMAIL%" email"
|
||||
NO_PUBLIC_KEYS_FOUND_FOR = "No public keys found for \"%EMAIL%\" email"
|
||||
NO_PRIVATE_KEY_FOUND = "No private key found"
|
||||
NO_PRIVATE_KEY_FOUND_FOR = "No private key found for "%EMAIL%" email"
|
||||
NO_PRIVATE_KEY_FOUND_FOR = "No private key found for \"%EMAIL%\" email"
|
||||
UNVERIFIRED_SIGNATURE = "Unverified signature"
|
||||
DECRYPTION_ERROR = "OpenPGP decryption error"
|
||||
GOOD_SIGNATURE = "Good signature from %USER%"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue