Merge pull request #1112 from Rudloff/feature/unsubscribe

Add unsubscribe button
This commit is contained in:
RainLoop Team 2016-07-17 18:04:26 +03:00 committed by GitHub
commit c148e19ea3
9 changed files with 53 additions and 1 deletions

View file

@ -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"

View file

@ -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"