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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mobile/android/base/strings.xml.in
===================================================================
--- a/mobile/android/base/strings.xml.in
+++ b/mobile/android/base/strings.xml.in
@@ -594,16 +594,19 @@
<!-- (Hard-coded string for beta uplift): The user installed a build of this app that does not support
the Android version of this device. the formatS1 is replaced by the CPU ABI (e.g., ARMv7); the formatS2 is
replaced by the Android OS version (e.g., 14)-->
<string name="unsupported_sdk_version">Sorry! This &brandShortName; won\'t work on this device (&formatS1;, &formatS2;). Please download the correct version.</string>
<!-- Adblock Browser -->
<string name="abb_block_ads">&abb_block_ads;</string>
+ <string name="abb_pref_category_abp">&abb_pref_category_abp;</string>
+ <string name="abb_pref_category_abp_summary">&abb_pref_category_abp_summary;</string>
+
<string name="abb_pref_category_adblocking">&abb_pref_category_adblocking;</string>
<string name="abb_pref_category_adblocking_summary">&abb_pref_category_adblocking_summary;</string>
<string name="abb_pref_category_adblocking_summary_main">&abb_pref_category_adblocking_summary_main;</string>
<string name="abb_pref_category_blocking">&abb_pref_category_blocking;</string>
<string name="abb_pref_category_more_blocking">&abb_pref_category_more_blocking;</string>
<string name="abb_pref_category_more_blocking_summary">&abb_pref_category_more_blocking_summary;</string>
« 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