Left: | ||
Right: |
OLD | NEW |
---|---|
1 #filter substitution | 1 #filter substitution |
2 <?xml version="1.0" encoding="utf-8"?> | 2 <?xml version="1.0" encoding="utf-8"?> |
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public | 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public |
4 - License, v. 2.0. If a copy of the MPL was not distributed with this | 4 - License, v. 2.0. If a copy of the MPL was not distributed with this |
5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> | 5 - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> |
6 | 6 |
7 <!DOCTYPE resources [ | 7 <!DOCTYPE resources [ |
8 #includesubst @BRANDPATH@ | 8 #includesubst @BRANDPATH@ |
9 #includesubst @STRINGSPATH@ | 9 #includesubst @STRINGSPATH@ |
10 #includesubst @SYNCSTRINGSPATH@ | 10 #includesubst @SYNCSTRINGSPATH@ |
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
463 <string name="abb_pref_category_exceptions">Exceptions</string> | 463 <string name="abb_pref_category_exceptions">Exceptions</string> |
464 | 464 |
465 <string name="abb_pref_category_acceptable_ads">Acceptable Ads</string> | 465 <string name="abb_pref_category_acceptable_ads">Acceptable Ads</string> |
466 <string name="abb_pref_category_acceptable_ads_summary">Configure Acceptable A ds</string> | 466 <string name="abb_pref_category_acceptable_ads_summary">Configure Acceptable A ds</string> |
467 | 467 |
468 <string name="abb_pref_category_whitelisted_sites">Whitelisted Websites</strin g> | 468 <string name="abb_pref_category_whitelisted_sites">Whitelisted Websites</strin g> |
469 <string name="abb_pref_category_whitelisted_sites_summary">Add exceptions for websites</string> | 469 <string name="abb_pref_category_whitelisted_sites_summary">Add exceptions for websites</string> |
470 | 470 |
471 <string name="abb_pref_acceptable_ads">Allow some non-intrusive advertising</s tring> | 471 <string name="abb_pref_acceptable_ads">Allow some non-intrusive advertising</s tring> |
472 | 472 |
473 <string name="abb_frp_report_bugs">Report Bugs</string> | 473 <!-- Adblock Browser onboarding (first run page [FRP]) --> |
474 <string name="abb_frp_button_next">Only one more step</string> | 474 <string name="abb_frp_button_1">Two more steps</string> |
Felix Dahlke
2015/05/06 07:49:37
Just realised that we're doing it wrong (TM), we n
René Jeschke
2015/05/06 10:41:56
Agreed.
| |
475 <string name="abb_frp_button_finish">Finish</string> | 475 <string name="abb_frp_button_2">Only one more step</string> |
476 <string name="abb_frp_button_3">Finish</string> | |
477 | |
478 <string name="abb_frp_headline_1">Browse in peace</string> | |
479 <string name="abb_frp_headline_2">You are in control</string> | |
480 <string name="abb_frp_headline_3">Be the first</string> | |
481 | |
482 <string name="abb_frp_step_1_text">Adblocking is automatically integrated - no more annoying ads while you surf!</string> | |
483 <string name="abb_frp_step_2_text">Annoying ads are always blocked, while noni ntrusive ads are displayed by default. You can change this setting at any time.< /string> | |
484 <string name="abb_frp_step_2_text_where">Menu » Settings » Adblocking » Accept able Ads</string> | |
485 <string name="abb_frp_step_2_text_learn">Learn more about Acceptable Ads by cl icking on the thumbnail when you first launch the browser.</string> | |
486 <string name="abb_frp_step_3_text">Bugs can be reported in our Google+ communi ty. The link to the Adblock Browser Google+ community will be added to your favo rites.</string> | |
476 | 487 |
477 <string name="abb_adblocking_active_languages">Active for websites in...</stri ng> | 488 <string name="abb_adblocking_active_languages">Active for websites in...</stri ng> |
478 <string name="abb_adblocking_available_languages">Other Languages</string> | 489 <string name="abb_adblocking_available_languages">Other Languages</string> |
479 <string name="abb_adblocking_none_selected">None</string> | 490 <string name="abb_adblocking_none_selected">None</string> |
480 <string name="abb_adblocking_select_below">Select one below</string> | 491 <string name="abb_adblocking_select_below">Select one below</string> |
481 <string name="abb_adblocking_none_available">None</string> | 492 <string name="abb_adblocking_none_available">None</string> |
482 <string name="abb_adblocking_all_selected">No more available subscriptions</st ring> | 493 <string name="abb_adblocking_all_selected">No more available subscriptions</st ring> |
483 <string name="abb_adblocking_waiting">Fetching available subscriptions...</str ing> | 494 <string name="abb_adblocking_waiting">Fetching available subscriptions...</str ing> |
484 | 495 |
485 <!-- This is currently just a filler-text --> | 496 <!-- This is currently just a filler-text --> |
486 <string name="abb_pref_category_acceptable_ads_extra_summary">We\'d like to en courage websites to use starightforward, unobtrusive | 497 <string name="abb_pref_category_acceptable_ads_extra_summary">We\'d like to en courage websites to use starightforward, unobtrusive |
487 advertising. That\'s why we established strict guidelines to identify acceptable ads, which are shown under default settings. If you | 498 advertising. That\'s why we established strict guidelines to identify acceptable ads, which are shown under default settings. If you |
488 still wanto to block every ad you can disable this in a few seconds.</string> | 499 still wanto to block every ad you can disable this in a few seconds.</string> |
489 | 500 |
490 </resources> | 501 </resources> |
491 | 502 |
OLD | NEW |