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

Side by Side Diff: locale/en-US/options.json

Issue 29321198: Issue 2376 - Implement custom filters in new options page (Closed)
Patch Set: Created June 29, 2015, 11:21 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 {
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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "message": "Date" 120 "message": "Date"
121 }, 121 },
122 "options_blockingList_add": { 122 "options_blockingList_add": {
123 "description": "Import button in Advanced tab", 123 "description": "Import button in Advanced tab",
124 "message": "add/import other blocking list" 124 "message": "add/import other blocking list"
125 }, 125 },
126 "options_blockingList_update": { 126 "options_blockingList_update": {
127 "description": "Update button in Advanced tab", 127 "description": "Update button in Advanced tab",
128 "message": "Update all blocking lists" 128 "message": "Update all blocking lists"
129 }, 129 },
130 "options_blockingRules": { 130 "options_customFilters_title": {
131 "description": "Own blicking list header in Advanced tab", 131 "description": "Option name in Advanced tab",
Thomas Greiner 2015/06/30 09:23:26 Which option?
saroyanm 2015/07/08 18:25:39 For some option names we are specifying for some n
Thomas Greiner 2015/07/09 11:07:54 Awesome, thanks.
132 "message": "Blocking rules" 132 "message": "Blocking rules"
133 }, 133 },
134 "options_blockingRules_edit": { 134 "options_customFilters_textbox_placeholder": {
135 "description": "Edit rules button in Advanced tab", 135 "description": "Placeholder text in Advanced tab",
Thomas Greiner 2015/06/30 09:23:26 Placeholder text for what?
saroyanm 2015/07/08 18:25:39 Done.
136 "message": "add your blocking rule here"
137 },
138 "options_customFilter_edit_btn": {
Thomas Greiner 2015/06/30 09:23:26 The "_btn" at the end is not necessary for it to b
saroyanm 2015/07/08 18:25:39 Done.
139 "description": "Button label in Advanced tab",
Thomas Greiner 2015/06/30 09:23:26 Suggestion: "Label for editing custom filter in Ad
saroyanm 2015/07/08 18:25:39 Done, better.
136 "message": "edit rules" 140 "message": "edit rules"
137 }, 141 },
142 "options_customFilter_list_btn": {
143 "description": "Button label in Advanced tab",
144 "message": "list view"
145 },
146 "options_customFilter_save_btn": {
147 "description": "Button label in Advanced tab",
148 "message": "Save"
Thomas Greiner 2015/06/30 09:23:26 Why is "Save" upper-case while "list view" is lowe
saroyanm 2015/07/08 18:25:39 Done.
149 },
138 "options_faq_title": { 150 "options_faq_title": {
139 "description": "FAQ section name in Help tab and link label in same section" , 151 "description": "FAQ section name in Help tab and link label in same section" ,
140 "message": "Frequently asked questions" 152 "message": "Frequently asked questions"
141 }, 153 },
142 "options_faq_description": { 154 "options_faq_description": {
143 "description": "FAQ section description in Help tab", 155 "description": "FAQ section description in Help tab",
144 "message": "You only need to refresh your blocking list in \"Advanced\" very often, but there are also other known problems." 156 "message": "You only need to refresh your blocking list in \"Advanced\" very often, but there are also other known problems."
145 }, 157 },
146 "options_forum_title": { 158 "options_forum_title": {
147 "description": "Forum section name in Help tab", 159 "description": "Forum section name in Help tab",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 }, 269 },
258 "options_language_ro": { 270 "options_language_ro": {
259 "description": "Language name shown in add language modal dialog", 271 "description": "Language name shown in add language modal dialog",
260 "message": "Romanian" 272 "message": "Romanian"
261 }, 273 },
262 "options_language_ru_uk": { 274 "options_language_ru_uk": {
263 "description": "Language name shown in add language modal dialog", 275 "description": "Language name shown in add language modal dialog",
264 "message": "Russian and Ukrainian" 276 "message": "Russian and Ukrainian"
265 } 277 }
266 } 278 }
OLDNEW

Powered by Google App Engine
This is Rietveld