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

Delta Between Two Patch Sets: locale/en-US/new-options.json

Issue 29338983: issue 3741 - Add "remove" option to list items in new options page (Closed)
Left Patch Set: Translated title attributes Created June 16, 2016, 6:21 p.m.
Right Patch Set: Removed label's "for" attribute, added "aria-lable" to addItem Created June 24, 2016, 4:35 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | new-options.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 17 matching lines...) Expand all
28 "message": "Version" 28 "message": "Version"
29 }, 29 },
30 "options_tab_share": { 30 "options_tab_share": {
31 "description": "Share button in navigation sidebar", 31 "description": "Share button in navigation sidebar",
32 "message": "Share" 32 "message": "Share"
33 }, 33 },
34 "options_tab_contribute": { 34 "options_tab_contribute": {
35 "description": "Button in navigation sidebar to support Adblock Plus", 35 "description": "Button in navigation sidebar to support Adblock Plus",
36 "message": "Support us" 36 "message": "Support us"
37 }, 37 },
38 "options_title_attribute_toggle": { 38 "options_control_toggle_title": {
39 "description": "Value of title attribute for toggle elements", 39 "description": "Title of toggle controls",
Thomas Greiner 2016/06/17 14:07:50 Detail: Neither the message ID nor the description
saroyanm 2016/06/21 13:29:56 Done.
40 "message": "toggle" 40 "message": "toggle"
41 }, 41 },
42 "options_title_attribute_remove": { 42 "options_control_remove_title": {
43 "description": "Value of title attribute for remove elements", 43 "description": "Title of remove controls",
44 "message": "remove" 44 "message": "remove"
45 }, 45 },
46 "options_readMore": { 46 "options_readMore": {
47 "description": "Read more element that shows tooltip with description", 47 "description": "Read more element that shows tooltip with description",
48 "message": "read more" 48 "message": "read more"
49 }, 49 },
50 "options_blocking_title": { 50 "options_blocking_title": {
51 "description": "Blocking section name in General tab", 51 "description": "Blocking section name in General tab",
52 "message": "Blocking" 52 "message": "Blocking"
53 }, 53 },
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 }, 437 },
438 "options_language_ro": { 438 "options_language_ro": {
439 "description": "Language name shown in add language modal dialog", 439 "description": "Language name shown in add language modal dialog",
440 "message": "Romanian" 440 "message": "Romanian"
441 }, 441 },
442 "options_language_ru_uk": { 442 "options_language_ru_uk": {
443 "description": "Language name shown in add language modal dialog", 443 "description": "Language name shown in add language modal dialog",
444 "message": "Russian and Ukrainian" 444 "message": "Russian and Ukrainian"
445 } 445 }
446 } 446 }
LEFTRIGHT
« no previous file | new-options.html » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld