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

Side by Side Diff: res/values/strings.xml

Issue 6196972490850304: Make the Acceptable Ads link clickable (Closed)
Patch Set: Created Nov. 26, 2013, 9:19 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <resources> 2 <resources>
3 3
4 <string name="app_name">Adblock Plus</string> 4 <string name="app_name">Adblock Plus</string>
5 <string name="crash_name">Crash occurred</string> 5 <string name="crash_name">Crash occurred</string>
6 <string name="configuration_name">Configuration information</string> 6 <string name="configuration_name">Configuration information</string>
7 <string name="proxysettings_name">Proxy configuration</string> 7 <string name="proxysettings_name">Proxy configuration</string>
8 <string name="install_name">Adblock Plus has been installed</string> 8 <string name="install_name">Adblock Plus has been installed</string>
9 <string name="acceptableads_name">Acceptable Ads in Adblock Plus</string> 9 <string name="acceptableads_name">Acceptable Ads in Adblock Plus</string>
10 10
(...skipping 17 matching lines...) Expand all
28 <string name="msg_update_missing">You are running the latest version</string> 28 <string name="msg_update_missing">You are running the latest version</string>
29 <string name="msg_update_description">New update is available for download. Pr oceed?</string> 29 <string name="msg_update_description">New update is available for download. Pr oceed?</string>
30 <string name="msg_update_downloading">Downloading update: %d%%</string> 30 <string name="msg_update_downloading">Downloading update: %d%%</string>
31 <string name="msg_update_ready">Ready to install update</string> 31 <string name="msg_update_ready">Ready to install update</string>
32 <string name="msg_update_fail">Failed to check for updates, will try again lat er</string> 32 <string name="msg_update_fail">Failed to check for updates, will try again lat er</string>
33 <string name="msg_hideicon_warning">&lt;b&gt;Please note&lt;/b&gt;: The best w e can do is make the icon invisible. If we remove the icon, Android could stop A dblock Plus any time, which will result in loss of connectivity.</string> 33 <string name="msg_hideicon_warning">&lt;b&gt;Please note&lt;/b&gt;: The best w e can do is make the icon invisible. If we remove the icon, Android could stop A dblock Plus any time, which will result in loss of connectivity.</string>
34 <string name="msg_hideicon_native">You can &lt;b&gt;completely disable&lt;/b&g t; notification icon through Android settings. For this uncheck &lt;i&gt;Show no tifications&lt;/i&gt; check box in &lt;i&gt;Application info&lt;/i&gt;. Press &l t;i&gt;Show me&lt;/i&gt; to open it now.</string> 34 <string name="msg_hideicon_native">You can &lt;b&gt;completely disable&lt;/b&g t; notification icon through Android settings. For this uncheck &lt;i&gt;Show no tifications&lt;/i&gt; check box in &lt;i&gt;Application info&lt;/i&gt;. Press &l t;i&gt;Show me&lt;/i&gt; to open it now.</string>
35 35
36 <string name="configuring_url">https://adblockplus.org/en/android-config</stri ng> 36 <string name="configuring_url">https://adblockplus.org/en/android-config</stri ng>
37 <string name="configuring_proxy_url">https://adblockplus.org/en/android-config #proxy</string> 37 <string name="configuring_proxy_url">https://adblockplus.org/en/android-config #proxy</string>
38 <string name="acceptable_ads_url">https://adblockplus.org/en/acceptable-ads</s tring>
Wladimir Palant 2013/11/26 09:35:54 This URL shouldn't be hardcoded, libadblockplus al
Felix Dahlke 2013/11/26 10:25:50 Done.
38 39
39 <string name="ok">OK</string> 40 <string name="ok">OK</string>
40 <string name="cancel">Cancel</string> 41 <string name="cancel">Cancel</string>
41 <string name="error">Error</string> 42 <string name="error">Error</string>
42 <string name="warning">Warning</string> 43 <string name="warning">Warning</string>
43 <string name="about">About</string> 44 <string name="about">About</string>
44 <string name="help">Help</string> 45 <string name="help">Help</string>
45 <string name="version">Version</string> 46 <string name="version">Version</string>
46 <string name="build">build#</string> 47 <string name="build">build#</string>
47 <string name="gotit">Got it</string> 48 <string name="gotit">Got it</string>
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 <string name="pref_proxypass_title">Password</string> 86 <string name="pref_proxypass_title">Password</string>
86 <string name="pref_support_title">Support</string> 87 <string name="pref_support_title">Support</string>
87 <string name="pref_crashreport_title">Crash report</string> 88 <string name="pref_crashreport_title">Crash report</string>
88 <string name="pref_crashreport_summary_on">Application will generate report if crashed and will ask to send it on next start</string> 89 <string name="pref_crashreport_summary_on">Application will generate report if crashed and will ask to send it on next start</string>
89 <string name="pref_crashreport_summary_off">Report will not be generated on ap plication crash</string> 90 <string name="pref_crashreport_summary_off">Report will not be generated on ap plication crash</string>
90 <string name="pref_checkupdate_title">Check for update</string> 91 <string name="pref_checkupdate_title">Check for update</string>
91 <string name="pref_configuration_title">Show configuration</string> 92 <string name="pref_configuration_title">Show configuration</string>
92 <string name="menu_advanced">Advanced settings</string> 93 <string name="menu_advanced">Advanced settings</string>
93 94
94 </resources> 95 </resources>
OLDNEW
« no previous file with comments | « no previous file | src/org/adblockplus/android/Preferences.java » ('j') | src/org/adblockplus/android/Preferences.java » ('J')

Powered by Google App Engine
This is Rietveld