i18n notification's settings dialog

FREEBIE
This commit is contained in:
Blake Griffith 2016-03-05 14:40:58 -06:00 committed by lilia
parent 24e4d9c615
commit 0ceb8e7038
3 changed files with 6 additions and 1 deletions

View file

@ -203,6 +203,10 @@
"message": "Settings",
"description": "Menu item and header for global settings"
},
"notificationSettingsDialog": {
"message": "When messages arrive, display notifications that reveal:",
"description": "Explain the purpose of the notification settings"
},
"disableNotifications": {
"message": "Disable notifications",
"description": "Label for disabling notifications"

View file

@ -329,7 +329,7 @@
<script type='text/x-tmpl-mustache' id='settings'>
<div class='content'>
<a class='x close'>&times;</a>
<h3>Notifications</h3>
<h3>{{ notificationSettingsDialog }}</h3>
<div>
<input type='radio' name='notifications' id='notification-setting-message' value='message'>
<label for='notification-setting-message'>{{ nameAndMessage }} </label>

View file

@ -26,6 +26,7 @@
},
render_attributes: function() {
return {
notificationSettingsDialog: i18n('notificationSettingsDialog'),
settings: i18n('settings'),
disableNotifications: i18n('disableNotifications'),
nameAndMessage: i18n('nameAndMessage'),