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

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

Issue 6098518317989888: Fix: Notification popup is broken (Closed)
Patch Set: Change back activeNotification unset Created Feb. 26, 2014, 6:31 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 | background.js » ('j') | background.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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 }, 92 },
93 "last_updated_at_today": { 93 "last_updated_at_today": {
94 "description": "e.g. Last updated at 3:00pm today", 94 "description": "e.g. Last updated at 3:00pm today",
95 "message": "Last updated at $time$ today", 95 "message": "Last updated at $time$ today",
96 "placeholders": { 96 "placeholders": {
97 "time": { 97 "time": {
98 "content": "$1" 98 "content": "$1"
99 } 99 }
100 } 100 }
101 }, 101 },
102 "notification_with_buttons": {
103 "message": "Click 'OK' to open all links in this notification."
104 },
105 "notification_without_buttons": {
106 "message": "Click on the notification to open all links in it."
107 },
102 "options": { 108 "options": {
103 "message": "Adblock Plus Options" 109 "message": "Adblock Plus Options"
104 }, 110 },
105 "options_short": { 111 "options_short": {
106 "description": "Link to the options page from the popup balloon.", 112 "description": "Link to the options page from the popup balloon.",
107 "message": "Options" 113 "message": "Options"
108 }, 114 },
109 "out_of_date_lists": { 115 "out_of_date_lists": {
110 "message": "Out-of-date lists are updated periodically." 116 "message": "Out-of-date lists are updated periodically."
111 }, 117 },
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "message": "Please choose a filter subscription from the list:" 178 "message": "Please choose a filter subscription from the list:"
173 }, 179 },
174 "update_now": { 180 "update_now": {
175 "message": "Update now" 181 "message": "Update now"
176 }, 182 },
177 "whitelisted_domains": { 183 "whitelisted_domains": {
178 "description": "This is a tab heading.", 184 "description": "This is a tab heading.",
179 "message": "Whitelisted domains" 185 "message": "Whitelisted domains"
180 } 186 }
181 } 187 }
OLDNEW
« no previous file with comments | « no previous file | background.js » ('j') | background.js » ('J')

Powered by Google App Engine
This is Rietveld