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

Side by Side Diff: locale/en-US/new-options.json

Issue 29519650: Issue 5540 - implement notification (Closed)
Patch Set: Created Aug. 24, 2017, 6:39 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 | new-options.html » ('j') | new-options.html » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "options_page_title": { 2 "options_page_title": {
3 "description": "Options page title", 3 "description": "Options page title",
4 "message": "Adblock Plus Options" 4 "message": "Adblock Plus Options"
5 }, 5 },
6 "options_page_header_1": { 6 "options_page_header_1": {
7 "description": "Page title in navigation sidebar", 7 "description": "Page title in navigation sidebar",
8 "message": "Options" 8 "message": "Options"
9 }, 9 },
10 "options_page_header_2": { 10 "options_page_header_2": {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "message": "You aren't whitelisting any websites yet." 158 "message": "You aren't whitelisting any websites yet."
159 }, 159 },
160 "options_whitelist_empty_2": { 160 "options_whitelist_empty_2": {
161 "description": "Empty Whitelist placeholder", 161 "description": "Empty Whitelist placeholder",
162 "message": "Websites you trust and want to allow ads on will be shown here." 162 "message": "Websites you trust and want to allow ads on will be shown here."
163 }, 163 },
164 "options_whitelist_duplicate": { 164 "options_whitelist_duplicate": {
165 "description": "Duplicate hostname warning of whitelist text input", 165 "description": "Duplicate hostname warning of whitelist text input",
166 "message": "Website is already whitelisted" 166 "message": "Website is already whitelisted"
167 }, 167 },
168 "options_whitelist_description": {
169 "description": "Section description in whitelisted tab",
170 "message": "You've turned off ad blocking on these websites. You will see ad s on these websites."
171 },
172 "options_button_add": { 168 "options_button_add": {
173 "description": "Add button label", 169 "description": "Add button label",
174 "message": "add" 170 "message": "add"
175 }, 171 },
176 "options_advanced_description": { 172 "options_advanced_description": {
177 "description": "Advanced tab description", 173 "description": "Advanced tab description",
178 "message": "Customize Adblock Plus, add or remove filter lists, create and m aintain your own filter lists" 174 "message": "Customize Adblock Plus, add or remove filter lists, create and m aintain your own filter lists"
179 }, 175 },
180 "options_customize_header": { 176 "options_customize_header": {
181 "description": "Section title in Advanced tab", 177 "description": "Section title in Advanced tab",
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "message": "Added languages" 404 "message": "Added languages"
409 }, 405 },
410 "options_dialog_language_other": { 406 "options_dialog_language_other": {
411 "description": "Table headline in add language modal dialog", 407 "description": "Table headline in add language modal dialog",
412 "message": "Other languages" 408 "message": "Other languages"
413 }, 409 },
414 "options_dialog_language_other_empty": { 410 "options_dialog_language_other_empty": {
415 "description": "Text shown when list of available languages is empty", 411 "description": "Text shown when list of available languages is empty",
416 "message": "There are no available languages." 412 "message": "There are no available languages."
417 }, 413 },
414 "options_whitelist_notification": {
415 "description": "Notification that is shown after a new website is whiteliste d",
416 "message": "\"$website$\" has been whitelisted.",
417 "placeholders": {
418 "website": {
419 "content": "$1",
420 "example": "example.com"
421 }
422 }
423 },
418 "options_language_en": { 424 "options_language_en": {
419 "description": "Language name shown in add language modal dialog", 425 "description": "Language name shown in add language modal dialog",
420 "message": "English" 426 "message": "English"
421 }, 427 },
422 "options_language_id": { 428 "options_language_id": {
423 "description": "Language name shown in add language modal dialog", 429 "description": "Language name shown in add language modal dialog",
424 "message": "Indonesian" 430 "message": "Indonesian"
425 }, 431 },
426 "options_language_bg": { 432 "options_language_bg": {
427 "description": "Language name shown in add language modal dialog", 433 "description": "Language name shown in add language modal dialog",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 }, 475 },
470 "options_language_ro": { 476 "options_language_ro": {
471 "description": "Language name shown in add language modal dialog", 477 "description": "Language name shown in add language modal dialog",
472 "message": "Romanian" 478 "message": "Romanian"
473 }, 479 },
474 "options_language_ru_uk": { 480 "options_language_ru_uk": {
475 "description": "Language name shown in add language modal dialog", 481 "description": "Language name shown in add language modal dialog",
476 "message": "Russian and Ukrainian" 482 "message": "Russian and Ukrainian"
477 } 483 }
478 } 484 }
OLDNEW
« no previous file with comments | « no previous file | new-options.html » ('j') | new-options.html » ('J')

Powered by Google App Engine
This is Rietveld