| Left: | ||
| Right: |
| LEFT | RIGHT |
|---|---|
| 1 { | 1 { |
|
Thomas Greiner
2018/04/03 14:11:04
It's sufficient to update strings in locale/en_US/
Jon Sonesen
2018/04/06 01:10:09
Acknowledged.
| |
| 2 "options_page_document_title": { | 2 "options_page_document_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_title": { | 6 "options_page_title": { |
| 7 "description": "Page title in navigation sidebar", | 7 "description": "Page title in navigation sidebar", |
| 8 "message": "Settings" | 8 "message": "Settings" |
| 9 }, | 9 }, |
| 10 "options_tab_general": { | 10 "options_tab_general": { |
| 11 "description": "Sidebar tab label", | 11 "description": "Sidebar tab label", |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 438 "website": { | 438 "website": { |
| 439 "content": "$1", | 439 "content": "$1", |
| 440 "example": "example.com" | 440 "example": "example.com" |
| 441 } | 441 } |
| 442 } | 442 } |
| 443 }, | 443 }, |
| 444 "options_notification_hide": { | 444 "options_notification_hide": { |
| 445 "description": "Hidden text attached to the close button for screen readers of Notification", | 445 "description": "Hidden text attached to the close button for screen readers of Notification", |
| 446 "message": "Close notification" | 446 "message": "Close notification" |
| 447 } | 447 } |
| 448 } | 448 } |
|
Thomas Greiner
2018/04/03 14:11:04
Coding style: "Newline at end of file, otherwise n
| |
| LEFT | RIGHT |