mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-30 19:41:46 +08:00
Process feedback of #419
This commit is contained in:
parent
38836da9af
commit
5a47893cd2
2 changed files with 5 additions and 3 deletions
|
@ -37,6 +37,8 @@ const
|
|||
|
||||
ignoredTags = [
|
||||
'$forwarded',
|
||||
'$mdnsent',
|
||||
'$readreceipt',
|
||||
// Mailo
|
||||
'sent',
|
||||
// KMail
|
||||
|
|
|
@ -152,15 +152,15 @@
|
|||
"LINK_DOWNLOAD_AS_ZIP": "Télécharger le zip",
|
||||
"SPAM_SCORE": "Score de spam",
|
||||
"HAS_VIRUS_WARNING": "ATTENTION : virus détecté",
|
||||
"TAGS": "Balises"
|
||||
"TAGS": "Etiquettes"
|
||||
},
|
||||
"MESSAGE_TAGS": {
|
||||
"$important": "Important",
|
||||
"$todo": "Faire",
|
||||
"$todo": "À faire",
|
||||
"$label1": "Important",
|
||||
"$label2": "Travailler",
|
||||
"$label3": "Personnel",
|
||||
"$label4": "Faire",
|
||||
"$label4": "À faire",
|
||||
"$label5": "Plus tard"
|
||||
},
|
||||
"READ_RECEIPT": {
|
||||
|
|
Loading…
Reference in a new issue