From a76db5b84f661f1254da6d04af5100f858051bb4 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 29 Aug 2016 09:52:59 -0400 Subject: PLT-2074 Refactor desktop notification settings UI and add setting for duration (#3883) * Refactor desktop notification settings UI and add setting for duration * Update en.json * Update desktop_notification_settings.jsx --- webapp/i18n/en.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) (limited to 'webapp/i18n/en.json') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 71a903b5b..1190462b0 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1865,6 +1865,24 @@ "user.settings.notifications.commentsNever": "No mentions for comments", "user.settings.notifications.commentsRoot": "Mention any comments on your post", "user.settings.notifications.desktop": "Send desktop notifications", + "user.settings.notifications.desktop.mentionsFirefoxForever": "For mentions and direct messages, shown indefinitely", + "user.settings.notifications.desktop.mentionsFirefoxTimed": "For mentions and direct messages, shown for {seconds} seconds", + "user.settings.notifications.desktop.mentionsNoSoundForever": "For mentions and direct messages, without sound, shown indefinitely", + "user.settings.notifications.desktop.mentionsNoSoundTimed": "For mentions and direct messages, without sound, shown for {seconds} seconds", + "user.settings.notifications.desktop.mentionsSoundForever": "For mentions and direct messages, with sound, shown indefinitely", + "user.settings.notifications.desktop.mentionsSoundTimed": "For mentions and direct messages, with sound, shown for {seconds} seconds", + "user.settings.notifications.desktop.allFirefoxForever": "For all activity, shown indefinitely", + "user.settings.notifications.desktop.allFirefoxTimed": "For all activity, shown for {seconds} seconds", + "user.settings.notifications.desktop.allNoSoundForever": "For all activity, without sound, shown indefinitely", + "user.settings.notifications.desktop.allNoSoundTimed": "For all activity, without sound, shown for {seconds} seconds", + "user.settings.notifications.desktop.allSoundForever": "For all activity, with sound, shown indefinitely", + "user.settings.notifications.desktop.allSoundTimed": "For all activity, with sound, shown for {seconds} seconds", + "user.settings.notifications.desktop.title": "Desktop notifications", + "user.settings.notifications.desktop.unlimited": "Unlimited", + "user.settings.notifications.desktop.seconds": "{seconds} seconds", + "user.settings.notifications.desktop.durationInfo": "Sets how long desktop notifications will remain on screen.", + "user.settings.notifications.desktop.duration": "Notification duration", + "user.settings.notifications.desktop.sound": "Notification sound", "user.settings.notifications.desktopSounds": "Desktop notification sounds", "user.settings.notifications.emailBatchingInfo": "Notifications are combined into a single email and sent at the maximum frequency selected here.", "user.settings.notifications.emailInfo": "Email notifications that are sent for mentions and direct messages when you are offline or away from {siteName} for more than 5 minutes.", @@ -1873,7 +1891,7 @@ "user.settings.notifications.everyXMinutes": "Every {count, plural, one {minute} other {{count, number} minutes}}", "user.settings.notifications.header": "Notifications", "user.settings.notifications.immediately": "Immediately", - "user.settings.notifications.info": "Desktop notifications are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.", + "user.settings.notifications.info": "Desktop notifications are available on Firefox, Safari, and Chrome.", "user.settings.notifications.never": "Never", "user.settings.notifications.noWords": "No words configured", "user.settings.notifications.off": "Off", @@ -1884,7 +1902,7 @@ "user.settings.notifications.sensitiveUsername": "Your non-case sensitive username \"{username}\"", "user.settings.notifications.sensitiveWords": "Other non-case sensitive words, separated by commas:", "user.settings.notifications.soundConfig": "Please configure notification sounds in your browser settings", - "user.settings.notifications.sounds_info": "Desktop notifications sounds are available on Firefox, Safari, Chrome, Internet Explorer, and Edge.", + "user.settings.notifications.sounds_info": "Notification sounds are available on IE11, Edge, Safari and Chrome.", "user.settings.notifications.teamWide": "Team-wide mentions \"@all\"", "user.settings.notifications.title": "Notification Settings", "user.settings.notifications.usernameMention": "Your username mentioned \"@{username}\"", -- cgit v1.2.3-1-g7c22