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

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

Issue 29336364: issue 2377 - Finish design of Advanced tab of new options page (Closed)
Left Patch Set: Created Feb. 15, 2016, 12:29 p.m.
Right Patch Set: Created April 28, 2016, 1 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 | 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 }, 133 },
134 "options_button_cancel": { 134 "options_button_cancel": {
135 "description": "Cancel button label", 135 "description": "Cancel button label",
136 "message": "cancel" 136 "message": "cancel"
137 }, 137 },
138 "options_tweaks_title": { 138 "options_tweaks_title": {
139 "description": "Section title in Advanced tab", 139 "description": "Section title in Advanced tab",
140 "message": "Tweaks" 140 "message": "Tweaks"
141 }, 141 },
142 "options_tweaks_blockElement": { 142 "options_tweaks_blockElement": {
143 "description": "Show block Element option in Advanced tab", 143 "description": "Show 'Block element' option in Advanced tab",
144 "message": "Show <a>Block Element</a> right-click menu item" 144 "message": "Show 'Block element' right-click menu item"
145 },
146 "options_tweaks_showDevToolsPanel": {
147 "description": "Show developer tools panel option in Advanced tab",
148 "message": "Show 'Adblock Plus' panel in the developer tools"
149 },
150 "options_tweaks_showNotifications": {
151 "description": "Notification opt-out option in Advanced tab",
152 "message": "Show useful notifications"
153 },
154 "options_tweaks_safariContentBlocker": {
155 "description": "Switch between classic and Safari's Content Blocking",
156 "message": "Use Safari's native Content Blocking (experimental)"
157 },
158 "options_tweaks_restartSafari": {
159 "description": "Shown next to the option for Safai Content Blockers if disab led in order to indicate that a restart is required",
160 "message": "Please restart Safari"
145 }, 161 },
146 "options_filterList_title": { 162 "options_filterList_title": {
147 "description": "Section title in Advanced tab", 163 "description": "Section title in Advanced tab",
148 "message": "Filter lists" 164 "message": "Filter lists"
149 }, 165 },
150 "options_filterList_title_tooltip": { 166 "options_filterList_title_tooltip": {
151 "description": "First top part of tooltip description for 'Filter lists' sec tion in Advanced tab", 167 "description": "First top part of tooltip description for 'Filter lists' sec tion in Advanced tab",
152 "message": "You can create or add filter lists here." 168 "message": "You can create or add filter lists here."
153 }, 169 },
154 "options_filterList_title_tooltip_notes_1": { 170 "options_filterList_title_tooltip_notes_1": {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "options_customFilters_title": { 250 "options_customFilters_title": {
235 "description": "Custom filters option name in Advanced tab", 251 "description": "Custom filters option name in Advanced tab",
236 "message": "Filter rules" 252 "message": "Filter rules"
237 }, 253 },
238 "options_customFilters_title_tooltip": { 254 "options_customFilters_title_tooltip": {
239 "description": "Text of tooltip description for 'Filter rules' section in Ad vanced tab", 255 "description": "Text of tooltip description for 'Filter rules' section in Ad vanced tab",
240 "message": "Learn how to write your own filter rules to define elements that should be blocked. See tutorials and the syntax description at <strong>adblockp lus.org/filters</strong>" 256 "message": "Learn how to write your own filter rules to define elements that should be blocked. See tutorials and the syntax description at <strong>adblockp lus.org/filters</strong>"
241 }, 257 },
242 "options_customFilters_textbox_placeholder": { 258 "options_customFilters_textbox_placeholder": {
243 "description": "Adding custom filter textbox placeholder text in Advanced ta b", 259 "description": "Adding custom filter textbox placeholder text in Advanced ta b",
244 "message": "add your blocking rule here" 260 "message": "add your filter rule here"
245 }, 261 },
246 "options_customFilter_edit": { 262 "options_customFilter_edit": {
247 "description": "Label for editing custom filter in Advanced tab", 263 "description": "Label below single input view of user's filter list in Advan ced tab",
248 "message": "edit filter rules" 264 "message": "edit filter rules"
249 }, 265 },
250 "options_customFilter_list": { 266 "options_customFilter_cancel": {
Thomas Greiner 2016/02/15 18:09:21 Detail: You changed the meaning of the string so p
saroyanm 2016/02/24 11:23:57 Done.
251 "description": "Label for editing custom filter in Advanced tab", 267 "description": "Label below raw view of user's filter list in Advanced tab",
252 "message": "cancel" 268 "message": "cancel"
253 }, 269 },
254 "options_customFilter_save": { 270 "options_customFilter_save": {
255 "description": "Label for editing custom filter in Advanced tab", 271 "description": "Label below raw view of user's filter list in Advanced tab",
256 "message": "save" 272 "message": "save"
257 }, 273 },
258 "options_faq_title": { 274 "options_faq_title": {
259 "description": "FAQ section name in Help tab and link label in same section" , 275 "description": "FAQ section name in Help tab and link label in same section" ,
260 "message": "Frequently asked questions" 276 "message": "Frequently asked questions"
261 }, 277 },
262 "options_faq_description": { 278 "options_faq_description": {
263 "description": "FAQ section description in Help tab", 279 "description": "FAQ section description in Help tab",
264 "message": "You only need to refresh your filter list in \"Advanced\" very o ften, but there are also other known problems." 280 "message": "You only need to refresh your filter list in \"Advanced\" very o ften, but there are also other known problems."
265 }, 281 },
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "options_dialog_custom_import": { 322 "options_dialog_custom_import": {
307 "description": "Button in add custom subscription modal dialog", 323 "description": "Button in add custom subscription modal dialog",
308 "message": "import filter list with this URL" 324 "message": "import filter list with this URL"
309 }, 325 },
310 "options_dialog_edit_own_list": { 326 "options_dialog_edit_own_list": {
311 "description": "Edit own filter list section name in custom subscription mod al dialog", 327 "description": "Edit own filter list section name in custom subscription mod al dialog",
312 "message": "edit own filter list" 328 "message": "edit own filter list"
313 }, 329 },
314 "options_dialog_create_own_list": { 330 "options_dialog_create_own_list": {
315 "description": "Button in custom subscription modal dialog", 331 "description": "Button in custom subscription modal dialog",
316 "message": "create own blocking rules" 332 "message": "create own filter rules"
317 }, 333 },
318 "options_dialog_language_title": { 334 "options_dialog_language_title": {
319 "description": "Button in gerenal tab", 335 "description": "Button in gerenal tab",
320 "message": "Add other website language" 336 "message": "Add other website language"
321 }, 337 },
322 "options_dialog_language_find": { 338 "options_dialog_language_find": {
323 "description": "Placeholder text in add language modal dialog", 339 "description": "Placeholder text in add language modal dialog",
324 "message": "Find language" 340 "message": "Find language"
325 }, 341 },
326 "options_dialog_language_added": { 342 "options_dialog_language_added": {
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 }, 409 },
394 "options_language_ro": { 410 "options_language_ro": {
395 "description": "Language name shown in add language modal dialog", 411 "description": "Language name shown in add language modal dialog",
396 "message": "Romanian" 412 "message": "Romanian"
397 }, 413 },
398 "options_language_ru_uk": { 414 "options_language_ru_uk": {
399 "description": "Language name shown in add language modal dialog", 415 "description": "Language name shown in add language modal dialog",
400 "message": "Russian and Ukrainian" 416 "message": "Russian and Ukrainian"
401 } 417 }
402 } 418 }
LEFTRIGHT
« no previous file | 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