summaryrefslogtreecommitdiff
path: root/core/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-03-16 20:31:50 +0100
committerMartin Fietz <Martin.Fietz@gmail.com>2016-03-16 20:31:50 +0100
commita92418a525187e8a8aec52de631d52912c86dbee (patch)
tree78bb9b5bd9e9ce1f4d7e7ce3d7e42e869dc26127 /core/src/main/res/values/strings.xml
parentbb45d82b08906718e5e2dc33d6f1724c6c9e89a2 (diff)
parentd2c32c4f35d13cace94f372b112b912cf6752f36 (diff)
downloadAntennaPod-a92418a525187e8a8aec52de631d52912c86dbee.zip
Merge pull request #1732 from mfietz/issue/447-proxy-support
Proxy support
Diffstat (limited to 'core/src/main/res/values/strings.xml')
-rw-r--r--core/src/main/res/values/strings.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml
index 0d4518a15..f9af78d63 100644
--- a/core/src/main/res/values/strings.xml
+++ b/core/src/main/res/values/strings.xml
@@ -387,6 +387,8 @@
<string name="pref_sonic_title">Sonic media player</string>
<string name="pref_sonic_message">Use built-in sonic media player as a replacement for Android\'s native mediaplayer and Prestissimo</string>
<string name="pref_current_value">Current value: %1$s</string>
+ <string name="pref_proxy_title">Proxy</string>
+ <string name="pref_proxy_sum">Set a network proxy</string>
<!-- Auto-Flattr dialog -->
<string name="auto_flattr_enable">Enable automatic flattring</string>
@@ -593,4 +595,17 @@
<string name="stereo_to_mono">Downmix: Stereo to mono</string>
<string name="sonic_only">Sonic only</string>
+ <!-- proxy settings -->
+ <string name="proxy_type_label">Type</string>
+ <string name="host_label">Host</string>
+ <string name="port_label">Port</string>
+ <string name="optional_hint">(Optional)</string>
+ <string name="proxy_test_label">Test</string>
+ <string name="proxy_checking">Checking&#8230;</string>
+ <string name="proxy_test_successful">Test successful</string>
+ <string name="proxy_test_failed">Test failed</string>
+ <string name="proxy_host_empty_error">Host must not be empty</string>
+ <string name="proxy_host_invalid_error">Host not valid UP or domain</string>
+ <string name="proxy_port_invalid_error">Port not valid</string>
+
</resources>