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

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

Issue 29333819: Issue 2375 - Implement "Blocking lists" section in new options page (Closed)
Patch Set: Addressed Thomas comments Created Jan. 22, 2016, 9:53 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "options_blockingList_title": { 146 "options_blockingList_title": {
147 "description": "Blocking list section title in Advanced tab", 147 "description": "Blocking list section title in Advanced tab",
148 "message": "Blocking list" 148 "message": "Blocking list"
149 }, 149 },
150 "options_tab_overview": { 150 "options_tab_overview": {
151 "description": "Tab name in Advanced tab", 151 "description": "Tab name in Advanced tab",
152 "message": "Overview" 152 "message": "Overview"
153 }, 153 },
154 "options_tab_ownList": { 154 "options_tab_ownList": {
155 "description": "Tab name in Advanced tab", 155 "description": "Tab name in Advanced tab",
156 "message": "Edit or create own blocking list" 156 "message": "Edit or create own filter list"
157 }, 157 },
158 "options_tableCol_name": { 158 "options_tableCol_name": {
Thomas Greiner 2016/01/25 15:40:30 Detail: I just noticed that "column" is abbreviate
saroyanm 2016/01/26 18:36:17 Done.
159 "description": "Name of column of subscription list table in Advanced tab", 159 "description": "Name of column of subscription list table in Advanced tab",
160 "message": "Name" 160 "message": "Name"
161 }, 161 },
162 "options_tableCol_description": {
163 "description": "Name of column of subscription list table in Advanced tab",
164 "message": "Description"
165 },
166 "options_tableCol_date": { 162 "options_tableCol_date": {
167 "description": "Name of column of subscription list table in Advanced tab", 163 "description": "Name of column of subscription list table in Advanced tab",
168 "message": "Date" 164 "message": "Last update"
169 }, 165 },
170 "options_blockingList_add": { 166 "options_blockingList_add": {
171 "description": "Import button in Advanced tab", 167 "description": "Import button in Advanced tab",
172 "message": "add/import other blocking list" 168 "message": "add/import other blocking list"
173 }, 169 },
174 "options_blockingList_update": { 170 "options_blockingList_update": {
175 "description": "Update button in Advanced tab", 171 "description": "Update button in Advanced tab",
176 "message": "Update all blocking lists" 172 "message": "update all blocking lists"
177 }, 173 },
178 "options_customFilters_empty": { 174 "options_customFilters_empty": {
179 "description": "Text shown when list of custom filters is empty", 175 "description": "Text shown when list of custom filters is empty",
180 "message": "There are no custom filters." 176 "message": "There are no custom filters."
181 }, 177 },
178 "options_subscription_lastDownload_invalidURL": {
179 "description": "Error message in advanced tab",
180 "message": "Failed, not a valid address"
181 },
182 "options_subscription_lastDownload_connectionError": {
183 "description": "Error message in advanced tab",
184 "message": "Failed, download failure"
185 },
186 "options_subscription_lastDownload_invalidData": {
187 "description": "Error message in advanced tab",
188 "message": "Failed, not a valid filter list"
189 },
190 "options_subscription_lastDownload_checksumMismatch": {
191 "description": "Error message in advanced tab",
192 "message": "Failed, checksum mismatch"
193 },
194 "options_blockingList_updateNow": {
195 "description": "Context menu item in advanced tab, appears after click on su bscription",
196 "message": "update now"
197 },
198 "options_blockingList_website": {
199 "description": "Context menu item in advanced tab, appears after click on su bscription",
200 "message": "website"
201 },
202 "options_blockingList_source": {
203 "description": "Context menu item in advanced tab, appears after click on su bscription",
204 "message": "source"
205 },
206 "options_blockingList_delete": {
207 "description": "Context menu item in advanced tab, appears after click on su bscription",
208 "message": "delete"
209 },
210 "options_blockingList_own_list": {
211 "description": "Name of custom subscription entry in blocking list section i n Advanced tab",
212 "message": "Own filter list"
213 },
214 "options_blockingList_edit_own_list": {
215 "description": "Entry in blocking list section in Advanced tab",
216 "message": "edit your filter list"
217 },
182 "options_customFilters_title": { 218 "options_customFilters_title": {
183 "description": "Custom filters option name in Advanced tab", 219 "description": "Custom filters option name in Advanced tab",
184 "message": "Blocking rules" 220 "message": "Blocking rules"
185 }, 221 },
186 "options_customFilters_textbox_placeholder": { 222 "options_customFilters_textbox_placeholder": {
187 "description": "Adding custom filter textbox placeholder text in Advanced ta b", 223 "description": "Adding custom filter textbox placeholder text in Advanced ta b",
188 "message": "add your blocking rule here" 224 "message": "add your blocking rule here"
189 }, 225 },
190 "options_customFilter_edit": { 226 "options_customFilter_edit": {
191 "description": "Label for editing custom filter in Advanced tab", 227 "description": "Label for editing custom filter in Advanced tab",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 }, 373 },
338 "options_language_ro": { 374 "options_language_ro": {
339 "description": "Language name shown in add language modal dialog", 375 "description": "Language name shown in add language modal dialog",
340 "message": "Romanian" 376 "message": "Romanian"
341 }, 377 },
342 "options_language_ru_uk": { 378 "options_language_ru_uk": {
343 "description": "Language name shown in add language modal dialog", 379 "description": "Language name shown in add language modal dialog",
344 "message": "Russian and Ukrainian" 380 "message": "Russian and Ukrainian"
345 } 381 }
346 } 382 }
OLDNEW

Powered by Google App Engine
This is Rietveld