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

Unified Diff: res/values/strings.xml

Issue 8960162: android: notification icon option (Closed)
Patch Set: Created Dec. 4, 2012, 6:37 a.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 | « res/values/bools.xml ('k') | res/values/sysstrings.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: res/values/strings.xml
===================================================================
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -25,6 +25,7 @@
<string name="msg_update_downloading">Downloading update: %d%%</string>
<string name="msg_update_ready">Ready to install update</string>
<string name="msg_update_fail">Failed to check for updates, please try again later</string>
+ <string name="msg_hideicon_warning">Please note that we cannot completely remove the icon, only make it invisible. Without the icon Android might stop Adblock Plus any time which will result in connectivity loss.</string>
Wladimir Palant 2012/12/04 09:08:53 "result in loss of connectivity" is better apparen
Andrey Novikov 2012/12/04 09:23:52 Done.
<string name="configuring_url">https://adblockplus.org/en/android-config</string>
<string name="configuring_proxy_url">https://adblockplus.org/en/android-config#proxy</string>
@@ -32,6 +33,7 @@
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="error">Error</string>
+ <string name="warning">Warning</string>
<string name="about">About</string>
<string name="help">Help</string>
<string name="version">Version</string>
@@ -57,6 +59,9 @@
<string name="pref_wifirefresh_title">Refresh over WiFi only</string>
<string name="pref_wifirefresh_summary_on">Automatic refreshes will be performed only over WiFi connections</string>
<string name="pref_wifirefresh_summary_off">Automatic refreshes will be performed over any connection</string>
+ <string name="pref_hideicon_title">Hide icon</string>
+ <string name="pref_hideicon_summary_on">Transparent notification icon is used to reduce annoyance</string>
+ <string name="pref_hideicon_summary_off">Normal notification icon is used</string>
<string name="pref_advanced_title">Advanced settings</string>
<string name="pref_proxy_title">Proxy</string>
<string name="pref_proxyhost_title">Host</string>
« no previous file with comments | « res/values/bools.xml ('k') | res/values/sysstrings.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld