mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-06 16:07:03 +03: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 = [
|
ignoredTags = [
|
||||||
'$forwarded',
|
'$forwarded',
|
||||||
|
'$mdnsent',
|
||||||
|
'$readreceipt',
|
||||||
// Mailo
|
// Mailo
|
||||||
'sent',
|
'sent',
|
||||||
// KMail
|
// KMail
|
||||||
|
|
|
||||||
|
|
@ -152,15 +152,15 @@
|
||||||
"LINK_DOWNLOAD_AS_ZIP": "Télécharger le zip",
|
"LINK_DOWNLOAD_AS_ZIP": "Télécharger le zip",
|
||||||
"SPAM_SCORE": "Score de spam",
|
"SPAM_SCORE": "Score de spam",
|
||||||
"HAS_VIRUS_WARNING": "ATTENTION : virus détecté",
|
"HAS_VIRUS_WARNING": "ATTENTION : virus détecté",
|
||||||
"TAGS": "Balises"
|
"TAGS": "Etiquettes"
|
||||||
},
|
},
|
||||||
"MESSAGE_TAGS": {
|
"MESSAGE_TAGS": {
|
||||||
"$important": "Important",
|
"$important": "Important",
|
||||||
"$todo": "Faire",
|
"$todo": "À faire",
|
||||||
"$label1": "Important",
|
"$label1": "Important",
|
||||||
"$label2": "Travailler",
|
"$label2": "Travailler",
|
||||||
"$label3": "Personnel",
|
"$label3": "Personnel",
|
||||||
"$label4": "Faire",
|
"$label4": "À faire",
|
||||||
"$label5": "Plus tard"
|
"$label5": "Plus tard"
|
||||||
},
|
},
|
||||||
"READ_RECEIPT": {
|
"READ_RECEIPT": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue