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: Minore changes Created Feb. 21, 2014, 2:50 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 10 matching lines...) Expand all
21 "block_element": { 21 "block_element": {
22 "description": "Label for 'Block Element' context menu item", 22 "description": "Label for 'Block Element' context menu item",
23 "message": "Block Element" 23 "message": "Block Element"
24 }, 24 },
25 "cancel": { 25 "cancel": {
26 "description": "Cancel button label", 26 "description": "Cancel button label",
27 "message": "Cancel" 27 "message": "Cancel"
28 }, 28 },
29 "clickhide_instructions": { 29 "clickhide_instructions": {
30 "message": "After closing this popup, click (or right-click) an element on t he page." 30 "message": "After closing this popup, click (or right-click) an element on t he page."
31 },
32 "confirm_window_notification": {
33 "message": "Click 'OK' to open the links in this notification."
34 }, 31 },
35 "description_chrome": { 32 "description_chrome": {
36 "description": "Note: this cannot be longer than 132 characters", 33 "description": "Note: this cannot be longer than 132 characters",
37 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." 34 "message": "The free adblock tool for Chrome: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more."
38 }, 35 },
39 "description_opera": { 36 "description_opera": {
40 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo uTube, Facebook ads, banners and much more." 37 "message": "The free adblock tool for Opera: Blocks annoying video ads on Yo uTube, Facebook ads, banners and much more."
41 }, 38 },
42 "description_safari": { 39 "description_safari": {
43 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more." 40 "message": "The free adblock tool for Safari: Blocks annoying video ads on Y ouTube, Facebook ads, banners and much more."
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 } 91 }
95 }, 92 },
96 "last_updated_at_today": { 93 "last_updated_at_today": {
97 "description": "e.g. Last updated at 3:00pm today", 94 "description": "e.g. Last updated at 3:00pm today",
98 "message": "Last updated at $time$ today", 95 "message": "Last updated at $time$ today",
99 "placeholders": { 96 "placeholders": {
100 "time": { 97 "time": {
101 "content": "$1" 98 "content": "$1"
102 } 99 }
103 } 100 }
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."
104 }, 107 },
105 "options": { 108 "options": {
106 "message": "Adblock Plus Options" 109 "message": "Adblock Plus Options"
107 }, 110 },
108 "options_short": { 111 "options_short": {
109 "description": "Link to the options page from the popup balloon.", 112 "description": "Link to the options page from the popup balloon.",
110 "message": "Options" 113 "message": "Options"
111 }, 114 },
112 "out_of_date_lists": { 115 "out_of_date_lists": {
113 "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
175 "message": "Please choose a filter subscription from the list:" 178 "message": "Please choose a filter subscription from the list:"
176 }, 179 },
177 "update_now": { 180 "update_now": {
178 "message": "Update now" 181 "message": "Update now"
179 }, 182 },
180 "whitelisted_domains": { 183 "whitelisted_domains": {
181 "description": "This is a tab heading.", 184 "description": "This is a tab heading.",
182 "message": "Whitelisted domains" 185 "message": "Whitelisted domains"
183 } 186 }
184 } 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