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

Delta Between Two Patch Sets: _locales/en_US/messages.json

Issue 6098518317989888: Fix: Notification popup is broken (Closed)
Left Patch Set: Notification without button default text Created Feb. 21, 2014, 4:40 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « 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')
LEFTRIGHT
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
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": { 102 "notification_with_buttons": {
103 "message": "Click 'OK' to open the links in this notification." 103 "message": "Click 'OK' to open all links in this notification."
Felix Dahlke 2014/02/21 19:17:37 I'd prefer this: "Click 'OK' to open all links in
saroyanm 2014/02/22 10:22:15 Done.
104 }, 104 },
105 "notification_without_buttons": { 105 "notification_without_buttons": {
106 "message": "Click on notification to open links." 106 "message": "Click on the notification to open all links in it."
Felix Dahlke 2014/02/21 19:17:37 I'd prefer this: "Click on the notification to ope
saroyanm 2014/02/22 10:22:15 Done.
107 }, 107 },
108 "options": { 108 "options": {
109 "message": "Adblock Plus Options" 109 "message": "Adblock Plus Options"
110 }, 110 },
111 "options_short": { 111 "options_short": {
112 "description": "Link to the options page from the popup balloon.", 112 "description": "Link to the options page from the popup balloon.",
113 "message": "Options" 113 "message": "Options"
114 }, 114 },
115 "out_of_date_lists": { 115 "out_of_date_lists": {
116 "message": "Out-of-date lists are updated periodically." 116 "message": "Out-of-date lists are updated periodically."
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "message": "Please choose a filter subscription from the list:" 178 "message": "Please choose a filter subscription from the list:"
179 }, 179 },
180 "update_now": { 180 "update_now": {
181 "message": "Update now" 181 "message": "Update now"
182 }, 182 },
183 "whitelisted_domains": { 183 "whitelisted_domains": {
184 "description": "This is a tab heading.", 184 "description": "This is a tab heading.",
185 "message": "Whitelisted domains" 185 "message": "Whitelisted domains"
186 } 186 }
187 } 187 }
LEFTRIGHT
« no previous file | background.js » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld