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

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

Issue 5153282527854592: Issue 98 - Use the libadblockplus update mechanism (Closed)
Patch Set: Only append the revision to the version for devbuilds Created Sept. 26, 2014, 2:54 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « res/menu/menu_preferences.xml ('k') | src/org/adblockplus/android/ABPEngine.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 <string name="pref_proxyport_title">Port</string> 83 <string name="pref_proxyport_title">Port</string>
84 <string name="pref_proxyuser_title">User</string> 84 <string name="pref_proxyuser_title">User</string>
85 <string name="pref_proxypass_title">Password</string> 85 <string name="pref_proxypass_title">Password</string>
86 <string name="pref_support_title">Support</string> 86 <string name="pref_support_title">Support</string>
87 <string name="pref_crashreport_title">Crash report</string> 87 <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> 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_off">Report will not be generated on ap plication crash</string> 89 <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> 90 <string name="pref_checkupdate_title">Check for update</string>
91 <string name="pref_configuration_title">Show configuration</string> 91 <string name="pref_configuration_title">Show configuration</string>
92 <string name="menu_advanced">Advanced settings</string> 92 <string name="menu_advanced">Advanced settings</string>
93 <string name="menu_update">Check for updates</string>
93 94
94 </resources> 95 </resources>
OLDNEW
« no previous file with comments | « res/menu/menu_preferences.xml ('k') | src/org/adblockplus/android/ABPEngine.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld