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

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

Issue 9811019: ABP/Android Remember lart port used (Closed)
Patch Set: Created March 13, 2013, 10:13 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="update_url">https://adblockplus.org/devbuilds/adblockplusandro id/updates.xml?api=%1$d&amp;build=%2$d&amp;locale=%3$s&amp;device=%4$s</string> 4 <string name="update_url">https://adblockplus.org/devbuilds/adblockplusandro id/updates.xml?api=%1$d&amp;build=%2$d&amp;locale=%3$s&amp;device=%4$s</string>
5 <string name="crash_report_url">https://crashes.adblockplus.org/submitCrash? version=1</string> 5 <string name="crash_report_url">https://crashes.adblockplus.org/submitCrash? version=1</string>
6 6
7 <string name="pref_enabled">enabled</string> 7 <string name="pref_enabled">enabled</string>
8 <string name="pref_proxyenabled">proxyenabled</string> 8 <string name="pref_proxyenabled">proxyenabled</string>
9 <string name="pref_startatboot">startatboot</string> 9 <string name="pref_startatboot">startatboot</string>
10 <string name="pref_subscription">subscription</string> 10 <string name="pref_subscription">subscription</string>
11 <string name="pref_hideicon">hideicon</string> 11 <string name="pref_hideicon">hideicon</string>
12 <string name="pref_refresh">refresh</string> 12 <string name="pref_refresh">refresh</string>
13 <string name="pref_wifirefresh">wifirefresh</string> 13 <string name="pref_wifirefresh">wifirefresh</string>
14 <string name="pref_advanced">advanced</string> 14 <string name="pref_advanced">advanced</string>
15 <string name="pref_proxy">proxy</string> 15 <string name="pref_proxy">proxy</string>
16 <string name="pref_proxyhost">proxyhost</string> 16 <string name="pref_proxyhost">proxyhost</string>
17 <string name="pref_proxyport">proxyport</string> 17 <string name="pref_proxyport">proxyport</string>
18 <string name="pref_proxyuser">proxyuser</string> 18 <string name="pref_proxyuser">proxyuser</string>
19 <string name="pref_proxypass">proxypass</string> 19 <string name="pref_proxypass">proxypass</string>
20 <string name="pref_support">support</string> 20 <string name="pref_support">support</string>
21 <string name="pref_crashreport">crashreport</string> 21 <string name="pref_crashreport">crashreport</string>
22 <string name="pref_checkupdate">checkupdate</string> 22 <string name="pref_checkupdate">checkupdate</string>
23 <string name="pref_configuration">configuration</string> 23 <string name="pref_configuration">configuration</string>
24 <string name="pref_version">versioncode</string> 24 <string name="pref_version">versioncode</string>
25 <string name="pref_proxyautoconfigured">proxy_autoconfigured</string> 25 <string name="pref_proxyautoconfigured">proxy_autoconfigured</string>
26 <string name="pref_lastport">lastport</string>
26 27
27 </resources> 28 </resources>
OLDNEW
« no previous file with comments | « no previous file | src/org/adblockplus/android/ProxyService.java » ('j') | src/org/adblockplus/android/ProxyService.java » ('J')

Powered by Google App Engine
This is Rietveld