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

Unified Diff: res/values/strings.xml

Issue 9437197: ABP/Android Proxy switch (Closed)
Patch Set: ABP/Android Proxy switch Created March 11, 2013, 7:29 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 | « project.properties ('k') | res/values/styles.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
@@ -2,11 +2,12 @@
<resources>
<string name="app_name">Adblock Plus</string>
- <string name="crash_name">Crash occured</string>
+ <string name="crash_name">Crash occurred</string>
<string name="configuration_name">Configuration information</string>
<string name="proxysettings_name">Proxy settings</string>
<string name="notif_wifi">Ads are blocked on WiFi connection</string>
+ <string name="notif_wifi_nofiltering">Passing-through on WiFi connection</string>
<string name="notif_all">Ads are blocked on all connections</string>
<string name="notif_waiting">Waiting for traffic</string>
<string name="notif_notraffic">You probably need to adjust configuration</string>
@@ -52,9 +53,12 @@
<string name="synchronize_last_at">last update</string>
<string name="synchronize_never">not loaded</string>
- <string name="pref_enabled_title">Enable filtering</string>
+ <string name="pref_enabled_title">Filtering</string>
<string name="pref_enabled_summary_on">Adblock filtering is enabled</string>
<string name="pref_enabled_summary_off">Adblock filtering is disabled</string>
+ <string name="pref_proxyenabled_title">Proxy</string>
+ <string name="pref_proxyenabled_summary_on">Adblock proxy is enabled</string>
+ <string name="pref_proxyenabled_summary_off">Adblock proxy is disabled</string>
<string name="pref_startatboot_title">Start at boot</string>
<string name="pref_startatboot_summary_on">Adblock Plus will start in background automatically if it is enabled</string>
<string name="pref_startatboot_summary_off">Adblock Plus needs to be started manually after boot</string>
« no previous file with comments | « project.properties ('k') | res/values/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld