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

Side by Side Diff: locale/en_US/desktop-options.json

Issue 29736629: Issue 6532 - Removes required subscription title input field (Closed) Base URL: https://hg.adblockplus.org/adblockplusui
Patch Set: Created March 30, 2018, 3:30 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 "message": "Are you sure you want to add this filter list?" 408 "message": "Are you sure you want to add this filter list?"
409 }, 409 },
410 "options_dialog_import_title": { 410 "options_dialog_import_title": {
411 "description": "Title of 'Add a filter list' dialog", 411 "description": "Title of 'Add a filter list' dialog",
412 "message": "Add a filter list" 412 "message": "Add a filter list"
413 }, 413 },
414 "options_close": { 414 "options_close": {
415 "description": "Close modal button", 415 "description": "Close modal button",
416 "message": "close" 416 "message": "close"
417 }, 417 },
418 "options_dialog_import_subscription_title": {
419 "description": "Input label in 'Add a filter list' dialog",
420 "message": "Filter list name"
421 },
422 "options_dialog_import_subscription_title_error": {
423 "description": "Error message of 'Filter list name' input in 'Add a filter l ist' dialog",
424 "message": "Please fill out the field"
425 },
426 "options_dialog_import_subscription_location": { 418 "options_dialog_import_subscription_location": {
427 "description": "Input label in 'Add a filter list' dialog", 419 "description": "Input label in 'Add a filter list' dialog",
428 "message": "Filter list URL" 420 "message": "Filter list URL"
429 }, 421 },
430 "options_dialog_import_subscription_location_error": { 422 "options_dialog_import_subscription_location_error": {
431 "description": "Error message of 'Filter list URL' input in 'Add a filter li st' dialog", 423 "description": "Error message of 'Filter list URL' input in 'Add a filter li st' dialog",
432 "message": "Enter a valid URL" 424 "message": "Enter a valid URL"
433 }, 425 },
434 "options_dialog_language_title": { 426 "options_dialog_language_title": {
435 "description": "Title of lanugage modal dialog", 427 "description": "Title of lanugage modal dialog",
436 "message": "Select a language" 428 "message": "Select a language"
437 }, 429 },
438 "options_dialog_language_other_empty": { 430 "options_dialog_language_other_empty": {
439 "description": "Text shown when list of available languages is empty", 431 "description": "Text shown when list of available languages is empty",
440 "message": "There are no available languages." 432 "message": "There are no available languages."
441 }, 433 },
442 "options_whitelist_notification": { 434 "options_whitelist_notification": {
443 "description": "Notification that is shown after a new website is whiteliste d", 435 "description": "Notification that is shown after a new website is whiteliste d",
444 "message": "\"$website$\" has been whitelisted.", 436 "message": "\"$website$\" has been whitelisted.",
445 "placeholders": { 437 "placeholders": {
446 "website": { 438 "website": {
447 "content": "$1", 439 "content": "$1",
448 "example": "example.com" 440 "example": "example.com"
449 } 441 }
450 } 442 }
451 }, 443 },
452 "options_notification_hide": { 444 "options_notification_hide": {
453 "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",
454 "message": "Close notification" 446 "message": "Close notification"
455 } 447 }
456 } 448 }
Thomas Greiner 2018/04/03 14:11:04 Coding style: "Newline at end of file, otherwise n
OLDNEW

Powered by Google App Engine
This is Rietveld