summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-08-23 08:47:25 -0400
committerGitHub <noreply@github.com>2016-08-23 08:47:25 -0400
commit065d01c121907bc5529d7019e53b93819daf85f3 (patch)
tree3496c273b7477d7cf0c4c42a95f4f4a1d94251dd /webapp/i18n/en.json
parentc93ce7af3fc89ba3f76517245d18f55b238beb11 (diff)
downloadchat-065d01c121907bc5529d7019e53b93819daf85f3.tar.gz
chat-065d01c121907bc5529d7019e53b93819daf85f3.tar.bz2
chat-065d01c121907bc5529d7019e53b93819daf85f3.zip
Add notification settings to control what statuses allow push notifications (#3829)
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json12
1 files changed, 10 insertions, 2 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 5c636716b..44731f08f 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1890,12 +1890,20 @@
"user.settings.notifications.title": "Notification Settings",
"user.settings.notifications.usernameMention": "Your username mentioned \"@{username}\"",
"user.settings.notifications.wordsTrigger": "Words that trigger mentions",
- "user.settings.push_notification.allActivity": "For all activity",
+ "user.settings.push_notification.online": "Online, away or offline",
+ "user.settings.push_notification.away": "Away or offline",
+ "user.settings.push_notification.offline": "Offline",
+ "user.settings.push_notification.status_info": "Notification alerts are pushed to your mobile device depending on your online status.",
+ "user.settings.push_notification.allActivityOnline": "For all activity when online, away or offline",
+ "user.settings.push_notification.allActivityAway": "For all activity when away or offline",
+ "user.settings.push_notification.allActivityOffline": "For all activity when offline",
"user.settings.push_notification.disabled": "Disabled by System Administrator",
"user.settings.push_notification.disabled_long": "Push notifications for mobile devices have been disabled by your System Administrator.",
"user.settings.push_notification.info": "Notification alerts are pushed to your mobile device when there is activity in Mattermost.",
"user.settings.push_notification.off": "Off",
- "user.settings.push_notification.onlyMentions": "For mentions and direct messages",
+ "user.settings.push_notification.onlyMentionsOnline": "For mentions and direct messages when online, away or offline",
+ "user.settings.push_notification.onlyMentionsAway": "For mentions and direct messages when away or offline",
+ "user.settings.push_notification.onlyMentionsOffline": "For mentions and direct messages when offline",
"user.settings.security.close": "Close",
"user.settings.security.currentPassword": "Current Password",
"user.settings.security.currentPasswordError": "Please enter your current password.",