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

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

Issue 4758885344739328: Issue 1457 - Remove update check menu entry (Closed)
Patch Set: Re-add pref_checkupdate_title and remove menu_update Created Oct. 1, 2014, 11:59 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
« no previous file with comments | « no previous file | no next file » | 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 <string name="pref_advanced_title">Advanced settings</string> 80 <string name="pref_advanced_title">Advanced settings</string>
81 <string name="pref_proxy_title">Proxy</string> 81 <string name="pref_proxy_title">Proxy</string>
82 <string name="pref_proxyhost_title">Host</string> 82 <string name="pref_proxyhost_title">Host</string>
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_configuration_title">Show configuration</string> 91 <string name="pref_configuration_title">Show configuration</string>
91 <string name="menu_advanced">Advanced settings</string> 92 <string name="menu_advanced">Advanced settings</string>
92 <string name="menu_update">Check for updates</string>
93 93
94 </resources> 94 </resources>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld