mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Merge pull request #1112 from Rudloff/feature/unsubscribe
Add unsubscribe button
This commit is contained in:
commit
c148e19ea3
9 changed files with 53 additions and 1 deletions
|
|
@ -102,6 +102,7 @@ en:
|
|||
BUTTON_BACK: "Back"
|
||||
BUTTON_CLOSE: "Close"
|
||||
BUTTON_DELETE: "Delete"
|
||||
BUTTON_UNSUBSCRIBE: "Unsubscribe from this list"
|
||||
BUTTON_ARCHIVE: "Archive"
|
||||
BUTTON_SPAM: "Spam"
|
||||
BUTTON_NOT_SPAM: "Not Spam"
|
||||
|
|
|
|||
|
|
@ -102,6 +102,7 @@ fr_FR:
|
|||
BUTTON_BACK: "Retour"
|
||||
BUTTON_CLOSE: "Fermer"
|
||||
BUTTON_DELETE: "Supprimer"
|
||||
BUTTON_UNSUBSCRIBE: "Se désabonner de cette liste"
|
||||
BUTTON_ARCHIVE: "Archive"
|
||||
BUTTON_SPAM: "Indésirable"
|
||||
BUTTON_NOT_SPAM: "Acceptable"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue