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

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

Issue 29613777: Issue 5817 - Retry sending suggested filters to block element dialog (Closed)
Patch Set: Created Nov. 21, 2017, 3:34 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 | composer.html » ('j') | composer.html » ('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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 }, 141 },
142 "last_updated_at_today": { 142 "last_updated_at_today": {
143 "description": "e.g. Last updated at 3:00pm today", 143 "description": "e.g. Last updated at 3:00pm today",
144 "message": "Last updated at $time$ today", 144 "message": "Last updated at $time$ today",
145 "placeholders": { 145 "placeholders": {
146 "time": { 146 "time": {
147 "content": "$1" 147 "content": "$1"
148 } 148 }
149 } 149 }
150 }, 150 },
151 "loading": {
152 "description": "Placeholder text displayed when something is still loading",
153 "message": "Loading..."
154 },
151 "name": { 155 "name": {
152 "message": "Adblock Plus" 156 "message": "Adblock Plus"
153 }, 157 },
154 "name_devbuild": { 158 "name_devbuild": {
155 "description": "Extension name to be shown for development builds. Note: thi s cannot be longer than 45 characters.", 159 "description": "Extension name to be shown for development builds. Note: thi s cannot be longer than 45 characters.",
156 "message": "Adblock Plus development build" 160 "message": "Adblock Plus development build"
157 }, 161 },
158 "notification_configure": { 162 "notification_configure": {
159 "message": "Configure notification settings" 163 "message": "Configure notification settings"
160 }, 164 },
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 } 296 }
293 }, 297 },
294 "continue": { 298 "continue": {
295 "description": "Continue button label", 299 "description": "Continue button label",
296 "message": "Continue" 300 "message": "Continue"
297 }, 301 },
298 "sendReport": { 302 "sendReport": {
299 "message": "Report issue on this page" 303 "message": "Report issue on this page"
300 } 304 }
301 } 305 }
OLDNEW
« no previous file with comments | « no previous file | composer.html » ('j') | composer.html » ('J')

Powered by Google App Engine
This is Rietveld