| 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 375 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 386 <string name="remote_tabs_panel_moved_link">&remote_tabs_panel_moved_link;</st
ring> | 386 <string name="remote_tabs_panel_moved_link">&remote_tabs_panel_moved_link;</st
ring> |
| 387 | 387 |
| 388 <string name="filepicker_title">&filepicker_title;</string> | 388 <string name="filepicker_title">&filepicker_title;</string> |
| 389 <string name="filepicker_audio_title">&filepicker_audio_title;</string> | 389 <string name="filepicker_audio_title">&filepicker_audio_title;</string> |
| 390 <string name="filepicker_image_title">&filepicker_image_title;</string> | 390 <string name="filepicker_image_title">&filepicker_image_title;</string> |
| 391 <string name="filepicker_video_title">&filepicker_video_title;</string> | 391 <string name="filepicker_video_title">&filepicker_video_title;</string> |
| 392 | 392 |
| 393 <!-- Default bookmarks. We used to use bookmark titles shared with XUL from mo
bile's | 393 <!-- Default bookmarks. We used to use bookmark titles shared with XUL from mo
bile's |
| 394 profile/bookmarks.inc (see bug 964946). Don't expose the URLs to L10N. --
> | 394 profile/bookmarks.inc (see bug 964946). Don't expose the URLs to L10N. --
> |
| 395 <string name="bookmarkdefaults_title_aboutfirefox">@bookmarks_aboutBrowser@</s
tring> | 395 <string name="bookmarkdefaults_title_aboutfirefox">@bookmarks_aboutBrowser@</s
tring> |
| 396 <string name="bookmarkdefaults_url_aboutfirefox">about:firefox</string> | 396 <string name="bookmarkdefaults_url_aboutfirefox">about:</string> |
| 397 | 397 |
| 398 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
adblockplus --> | 398 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
adblockplus --> |
| 399 <string name="bookmarkdefaults_title_adblockplus">@bookmarks_adblockplus@</str
ing> | 399 <string name="bookmarkdefaults_title_adblockplus">@bookmarks_adblockplus@</str
ing> |
| 400 <string name="bookmarkdefaults_url_adblockplus">https://adblockplus.org</strin
g> | 400 <string name="bookmarkdefaults_url_adblockplus">https://adblockplus.org</strin
g> |
| 401 | 401 |
| 402 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
acceptableads --> | 402 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
acceptableads --> |
| 403 <string name="bookmarkdefaults_title_acceptableads">@bookmarks_acceptableads@<
/string> | 403 <string name="bookmarkdefaults_title_acceptableads">@bookmarks_acceptableads@<
/string> |
| 404 <string name="bookmarkdefaults_url_acceptableads">https://acceptableads.org</s
tring> | 404 <string name="bookmarkdefaults_url_acceptableads">https://acceptableads.org</s
tring> |
| 405 | 405 |
| 406 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
adblockbrowserbetacommunity --> | 406 <!-- Icon is automatically generated from R.drawable.bookmarkdefaults_favicon_
adblockbrowserbetacommunity --> |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 <string name="abb_adblocking_all_selected">No more available subscriptions</st
ring> | 535 <string name="abb_adblocking_all_selected">No more available subscriptions</st
ring> |
| 536 <string name="abb_adblocking_waiting">Fetching available subscriptions...</str
ing> | 536 <string name="abb_adblocking_waiting">Fetching available subscriptions...</str
ing> |
| 537 | 537 |
| 538 <!-- This is currently just a filler-text --> | 538 <!-- This is currently just a filler-text --> |
| 539 <string name="abb_pref_category_acceptable_ads_extra_summary">We\'d like to en
courage websites to use straightforward, unobtrusive | 539 <string name="abb_pref_category_acceptable_ads_extra_summary">We\'d like to en
courage websites to use straightforward, unobtrusive |
| 540 advertising. That\'s why we established strict guidelines to identify acceptable
ads, which are shown under default settings. If you | 540 advertising. That\'s why we established strict guidelines to identify acceptable
ads, which are shown under default settings. If you |
| 541 still want to block every ad you can disable this in a few seconds.</string> | 541 still want to block every ad you can disable this in a few seconds.</string> |
| 542 | 542 |
| 543 </resources> | 543 </resources> |
| 544 | 544 |
| OLD | NEW |