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

Unified Diff: res/values/strings.xml

Issue 9433002: ABP/Android Proxy settings user helper (Closed)
Patch Set: Created Feb. 20, 2013, 8:49 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
Index: res/values/strings.xml
===================================================================
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4,7 +4,8 @@
<string name="app_name">Adblock Plus</string>
<string name="crash_name">Crash occured</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_all">Ads are blocked on all connections</string>
<string name="notif_waiting">Waiting for traffic</string>
@@ -16,7 +17,7 @@
<string name="msg_crash_submission_failure">Failed to submit crash report, will try again later.</string>
<string name="msg_subscription_offer">We have selected a suitable subscription for you: \'%s\'. You can change it at any time in application settings.</string>
<string name="msg_notraffic">It seems that no traffic is passing through application.</string>
- <string name="msg_configuration">Please make sure that proxy server \'localhost\' and proxy port \'%d\' are configured in your phone network settings.</string>
+ <string name="msg_configuration">Please make sure that proxy server &lt;b&gt;localhost&lt;/b&gt; and proxy port &lt;b&gt;%d&lt;/b&gt; are configured in your phone network settings.</string>
<string name="msg_badport">Bad port value</string>
<string name="msg_clipboard">Text has been copied to clipboard</string>
<string name="msg_update_available">New update available</string>
@@ -39,6 +40,8 @@
<string name="version">Version</string>
<string name="build">build#</string>
<string name="gotit">Got it</string>
+ <string name="showme">Show me</string>
+ <string name="opensettings">Open settings</string>
<string name="synchronize_in_progress">downloading&#8230;</string>
<string name="synchronize_invalid_url">invalid url</string>

Powered by Google App Engine
This is Rietveld