| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 <string name="history_yesterday_section">&history_yesterday_section;</string> | 90 <string name="history_yesterday_section">&history_yesterday_section;</string> |
| 91 <string name="history_week_section">&history_week_section2;</string> | 91 <string name="history_week_section">&history_week_section2;</string> |
| 92 <string name="history_older_section">&history_older_section2;</string> | 92 <string name="history_older_section">&history_older_section2;</string> |
| 93 | 93 |
| 94 <string name="share">&share;</string> | 94 <string name="share">&share;</string> |
| 95 <string name="share_title">&share_title;</string> | 95 <string name="share_title">&share_title;</string> |
| 96 <string name="share_image_failed">&share_image_failed;</string> | 96 <string name="share_image_failed">&share_image_failed;</string> |
| 97 <string name="save_as_pdf">&save_as_pdf;</string> | 97 <string name="save_as_pdf">&save_as_pdf;</string> |
| 98 <string name="find_in_page">&find_in_page;</string> | 98 <string name="find_in_page">&find_in_page;</string> |
| 99 <string name="desktop_mode">&desktop_mode;</string> | 99 <string name="desktop_mode">&desktop_mode;</string> |
| 100 <string name="block_ads">&block_ads;</string> |
| 100 <string name="page">&page;</string> | 101 <string name="page">&page;</string> |
| 101 <string name="tools">&tools;</string> | 102 <string name="tools">&tools;</string> |
| 102 | 103 |
| 103 <string name="find_text">&find_text;</string> | 104 <string name="find_text">&find_text;</string> |
| 104 <string name="find_prev">&find_prev;</string> | 105 <string name="find_prev">&find_prev;</string> |
| 105 <string name="find_next">&find_next;</string> | 106 <string name="find_next">&find_next;</string> |
| 106 <string name="find_close">&find_close;</string> | 107 <string name="find_close">&find_close;</string> |
| 107 | 108 |
| 108 <string name="media_sending_to">&media_sending_to;</string> | 109 <string name="media_sending_to">&media_sending_to;</string> |
| 109 <string name="media_play">&media_play;</string> | 110 <string name="media_play">&media_play;</string> |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 <string name="abb_adblocking_all_selected">No more available subscriptions</st
ring> | 494 <string name="abb_adblocking_all_selected">No more available subscriptions</st
ring> |
| 494 <string name="abb_adblocking_waiting">Fetching available subscriptions...</str
ing> | 495 <string name="abb_adblocking_waiting">Fetching available subscriptions...</str
ing> |
| 495 | 496 |
| 496 <!-- This is currently just a filler-text --> | 497 <!-- This is currently just a filler-text --> |
| 497 <string name="abb_pref_category_acceptable_ads_extra_summary">We\'d like to en
courage websites to use starightforward, unobtrusive | 498 <string name="abb_pref_category_acceptable_ads_extra_summary">We\'d like to en
courage websites to use starightforward, unobtrusive |
| 498 advertising. That\'s why we established strict guidelines to identify acceptable
ads, which are shown under default settings. If you | 499 advertising. That\'s why we established strict guidelines to identify acceptable
ads, which are shown under default settings. If you |
| 499 still wanto to block every ad you can disable this in a few seconds.</string> | 500 still wanto to block every ad you can disable this in a few seconds.</string> |
| 500 | 501 |
| 501 </resources> | 502 </resources> |
| 502 | 503 |
| OLD | NEW |