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: Rebased Created Aug. 25, 2017, 1:47 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') | no next file with comments »
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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "message": "Added languages" 412 "message": "Added languages"
417 }, 413 },
418 "options_dialog_language_other": { 414 "options_dialog_language_other": {
419 "description": "Table headline in add language modal dialog", 415 "description": "Table headline in add language modal dialog",
420 "message": "Other languages" 416 "message": "Other languages"
421 }, 417 },
422 "options_dialog_language_other_empty": { 418 "options_dialog_language_other_empty": {
423 "description": "Text shown when list of available languages is empty", 419 "description": "Text shown when list of available languages is empty",
424 "message": "There are no available languages." 420 "message": "There are no available languages."
425 }, 421 },
422 "options_whitelist_notification": {
423 "description": "Notification that is shown after a new website is whiteliste d",
424 "message": "\"$website$\" has been whitelisted.",
425 "placeholders": {
426 "website": {
427 "content": "$1",
428 "example": "example.com"
429 }
430 }
431 },
432 "options_notification_hide": {
433 "description": "Hidden text attached to the close button for screen readers of Notification",
434 "message": "Close notification"
435 },
426 "options_language_en": { 436 "options_language_en": {
427 "description": "Language name shown in add language modal dialog", 437 "description": "Language name shown in add language modal dialog",
428 "message": "English" 438 "message": "English"
429 }, 439 },
430 "options_language_id": { 440 "options_language_id": {
431 "description": "Language name shown in add language modal dialog", 441 "description": "Language name shown in add language modal dialog",
432 "message": "Indonesian" 442 "message": "Indonesian"
433 }, 443 },
434 "options_language_bg": { 444 "options_language_bg": {
435 "description": "Language name shown in add language modal dialog", 445 "description": "Language name shown in add language modal dialog",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 }, 487 },
478 "options_language_ro": { 488 "options_language_ro": {
479 "description": "Language name shown in add language modal dialog", 489 "description": "Language name shown in add language modal dialog",
480 "message": "Romanian" 490 "message": "Romanian"
481 }, 491 },
482 "options_language_ru_uk": { 492 "options_language_ru_uk": {
483 "description": "Language name shown in add language modal dialog", 493 "description": "Language name shown in add language modal dialog",
484 "message": "Russian and Ukrainian" 494 "message": "Russian and Ukrainian"
485 } 495 }
486 } 496 }
OLDNEW
« no previous file with comments | « no previous file | new-options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld