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

Side by Side Diff: mobile/android/base/strings.xml.in

Issue 29342912: Issue 3070 - Create Adblock Plus on/off switch (Closed)
Patch Set: Adjusting preferences xml attributes order Created Oct. 26, 2016, 12:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mobile/android/base/resources/xml/preferences_abb_abp.xml ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 @ABBSTRINGSPATH@ 10 #includesubst @ABBSTRINGSPATH@
(...skipping 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 <string name="devtools_auth_scan_header">&devtools_auth_scan_header;</string> 592 <string name="devtools_auth_scan_header">&devtools_auth_scan_header;</string>
593 593
594 <!-- (Hard-coded string for beta uplift): The user installed a build of this app that does not support 594 <!-- (Hard-coded string for beta uplift): The user installed a build of this app that does not support
595 the Android version of this device. the formatS1 is replaced by the CPU ABI (e.g., ARMv7); the formatS2 is 595 the Android version of this device. the formatS1 is replaced by the CPU ABI (e.g., ARMv7); the formatS2 is
596 replaced by the Android OS version (e.g., 14)--> 596 replaced by the Android OS version (e.g., 14)-->
597 <string name="unsupported_sdk_version">Sorry! This &brandShortName; won\'t wor k on this device (&formatS1;, &formatS2;). Please download the correct version.< /string> 597 <string name="unsupported_sdk_version">Sorry! This &brandShortName; won\'t wor k on this device (&formatS1;, &formatS2;). Please download the correct version.< /string>
598 598
599 <!-- Adblock Browser --> 599 <!-- Adblock Browser -->
600 <string name="abb_block_ads">&abb_block_ads;</string> 600 <string name="abb_block_ads">&abb_block_ads;</string>
601 601
602 <string name="abb_pref_category_abp">&abb_pref_category_abp;</string>
603 <string name="abb_pref_category_abp_summary">&abb_pref_category_abp_summary;</ string>
604
602 <string name="abb_pref_category_adblocking">&abb_pref_category_adblocking;</st ring> 605 <string name="abb_pref_category_adblocking">&abb_pref_category_adblocking;</st ring>
603 <string name="abb_pref_category_adblocking_summary">&abb_pref_category_adblock ing_summary;</string> 606 <string name="abb_pref_category_adblocking_summary">&abb_pref_category_adblock ing_summary;</string>
604 <string name="abb_pref_category_adblocking_summary_main">&abb_pref_category_ad blocking_summary_main;</string> 607 <string name="abb_pref_category_adblocking_summary_main">&abb_pref_category_ad blocking_summary_main;</string>
605 608
606 <string name="abb_pref_category_blocking">&abb_pref_category_blocking;</string > 609 <string name="abb_pref_category_blocking">&abb_pref_category_blocking;</string >
607 610
608 <string name="abb_pref_category_more_blocking">&abb_pref_category_more_blockin g;</string> 611 <string name="abb_pref_category_more_blocking">&abb_pref_category_more_blockin g;</string>
609 <string name="abb_pref_category_more_blocking_summary">&abb_pref_category_more _blocking_summary;</string> 612 <string name="abb_pref_category_more_blocking_summary">&abb_pref_category_more _blocking_summary;</string>
610 613
611 <string name="abb_pref_category_exceptions">&abb_pref_category_exceptions;</st ring> 614 <string name="abb_pref_category_exceptions">&abb_pref_category_exceptions;</st ring>
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 <string name="abb_adblocking_select_below">&abb_adblocking_select_below;</stri ng> 658 <string name="abb_adblocking_select_below">&abb_adblocking_select_below;</stri ng>
656 <string name="abb_adblocking_none_available">&abb_adblocking_none_available;</ string> 659 <string name="abb_adblocking_none_available">&abb_adblocking_none_available;</ string>
657 <string name="abb_adblocking_all_selected">&abb_adblocking_all_selected;</stri ng> 660 <string name="abb_adblocking_all_selected">&abb_adblocking_all_selected;</stri ng>
658 <string name="abb_adblocking_waiting">&abb_adblocking_waiting;</string> 661 <string name="abb_adblocking_waiting">&abb_adblocking_waiting;</string>
659 662
660 <!-- This is currently just a filler-text --> 663 <!-- This is currently just a filler-text -->
661 <string name="abb_pref_category_acceptable_ads_extra_summary">&abb_pref_catego ry_acceptable_ads_extra_summary;</string> 664 <string name="abb_pref_category_acceptable_ads_extra_summary">&abb_pref_catego ry_acceptable_ads_extra_summary;</string>
662 665
663 </resources> 666 </resources>
664 667
OLDNEW
« no previous file with comments | « mobile/android/base/resources/xml/preferences_abb_abp.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld