Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: _locales/en_US/messages.json

Issue 29327244: Issue 3024 - Added opt-out to Chrome notifications (Closed)
Patch Set: Made `getNotificationButtons` independent of external variables Created Sept. 11, 2015, 2:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/notificationHelper.js » ('j') | lib/notificationHelper.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "add": { 2 "add": {
3 "description": "This is the label for the 'Add' buttons.", 3 "description": "This is the label for the 'Add' buttons.",
4 "message": "Add" 4 "message": "Add"
5 }, 5 },
6 "add_domain_button": { 6 "add_domain_button": {
7 "message": "Add domain" 7 "message": "Add domain"
8 }, 8 },
9 "add_filter_button": { 9 "add_filter_button": {
10 "message": "Add filter" 10 "message": "Add filter"
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "placeholders": { 94 "placeholders": {
95 "time": { 95 "time": {
96 "content": "$1" 96 "content": "$1"
97 } 97 }
98 } 98 }
99 }, 99 },
100 "name_devbuild": { 100 "name_devbuild": {
101 "description": "Extension name to be shown for development builds. Note: thi s cannot be longer than 45 characters.", 101 "description": "Extension name to be shown for development builds. Note: thi s cannot be longer than 45 characters.",
102 "message": "Adblock Plus development build" 102 "message": "Adblock Plus development build"
103 }, 103 },
104 "notification_configure": {
105 "message": "Configure notification settings"
106 },
107 "notification_open_all": {
108 "message": "Open all links from this notification"
109 },
104 "notification_with_buttons": { 110 "notification_with_buttons": {
105 "message": "Click 'OK' to open all links in this notification." 111 "message": "Click 'OK' to open all links in this notification."
106 }, 112 },
107 "notification_without_buttons": { 113 "notification_without_buttons": {
108 "message": "Click on the notification to open all links in it." 114 "message": "Click on the notification to open all links in it."
109 }, 115 },
110 "options": { 116 "options": {
111 "message": "Adblock Plus Options" 117 "message": "Adblock Plus Options"
112 }, 118 },
113 "options_short": { 119 "options_short": {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "line": { 207 "line": {
202 "message": "Line $number$", 208 "message": "Line $number$",
203 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")", 209 "description": "Prepended to error messages to indicate the line number (e.g . \"Line 42: Some error on this line\")",
204 "placeholders": { 210 "placeholders": {
205 "number": { 211 "number": {
206 "content": "$1" 212 "content": "$1"
207 } 213 }
208 } 214 }
209 } 215 }
210 } 216 }
OLDNEW
« no previous file with comments | « no previous file | lib/notificationHelper.js » ('j') | lib/notificationHelper.js » ('J')

Powered by Google App Engine
This is Rietveld