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. 23, 2017, 6:55 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": { 168 "options_whitelist_description": {
saroyanm 2017/08/24 17:53:59 This ID is duplicated. as noticed here -> https://
saroyanm 2017/08/24 18:40:53 Done.
169 "description": "Section description in whitelisted tab", 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." 170 "message": "You've turned off ad blocking on these websites. You will see ad s on these websites."
171 }, 171 },
172 "options_button_add": { 172 "options_button_add": {
173 "description": "Add button label", 173 "description": "Add button label",
174 "message": "add" 174 "message": "add"
175 }, 175 },
176 "options_advanced_description": { 176 "options_advanced_description": {
177 "description": "Advanced tab description", 177 "description": "Advanced tab description",
178 "message": "Customize Adblock Plus, add or remove filter lists, create and m aintain your own filter lists" 178 "message": "Customize Adblock Plus, add or remove filter lists, create and m aintain your own filter lists"
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "message": "Added languages" 408 "message": "Added languages"
409 }, 409 },
410 "options_dialog_language_other": { 410 "options_dialog_language_other": {
411 "description": "Table headline in add language modal dialog", 411 "description": "Table headline in add language modal dialog",
412 "message": "Other languages" 412 "message": "Other languages"
413 }, 413 },
414 "options_dialog_language_other_empty": { 414 "options_dialog_language_other_empty": {
415 "description": "Text shown when list of available languages is empty", 415 "description": "Text shown when list of available languages is empty",
416 "message": "There are no available languages." 416 "message": "There are no available languages."
417 }, 417 },
418 "options_whitelist_notification": {
419 "description": "Notification that is being shown after a new website is whit elisted",
ire 2017/08/24 10:08:43 NIT: "Notification that is shown after a new websi
saroyanm 2017/08/24 14:18:25 agree
saroyanm 2017/08/24 18:40:53 Done.
420 "message": "\"$website$\" has been whitelisted.",
421 "placeholders": {
422 "website": {
423 "content": "$1",
424 "example": "example.com"
425 }
426 }
427 },
418 "options_language_en": { 428 "options_language_en": {
419 "description": "Language name shown in add language modal dialog", 429 "description": "Language name shown in add language modal dialog",
420 "message": "English" 430 "message": "English"
421 }, 431 },
422 "options_language_id": { 432 "options_language_id": {
423 "description": "Language name shown in add language modal dialog", 433 "description": "Language name shown in add language modal dialog",
424 "message": "Indonesian" 434 "message": "Indonesian"
425 }, 435 },
426 "options_language_bg": { 436 "options_language_bg": {
427 "description": "Language name shown in add language modal dialog", 437 "description": "Language name shown in add language modal dialog",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 }, 479 },
470 "options_language_ro": { 480 "options_language_ro": {
471 "description": "Language name shown in add language modal dialog", 481 "description": "Language name shown in add language modal dialog",
472 "message": "Romanian" 482 "message": "Romanian"
473 }, 483 },
474 "options_language_ru_uk": { 484 "options_language_ru_uk": {
475 "description": "Language name shown in add language modal dialog", 485 "description": "Language name shown in add language modal dialog",
476 "message": "Russian and Ukrainian" 486 "message": "Russian and Ukrainian"
477 } 487 }
478 } 488 }
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