diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-09-19 17:35:52 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-09-19 17:35:52 +0200 |
commit | 9eaffe684dd1c91b0e8f62d8520c348d5575da8e (patch) | |
tree | 2438a8d306b93d5a80e9072e07da1b3273d786c1 /res/values | |
parent | 2bfee6d4675f733822bc61ea99dfaf2097794dbd (diff) | |
download | AntennaPod-9eaffe684dd1c91b0e8f62d8520c348d5575da8e.zip |
Added option to set gpodder.net hostname
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 7cf74b0e4..39815c758 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -213,6 +213,8 @@ <string name="pref_gpodnet_setlogin_information_sum">Change the login information for your gpodder.net account.</string> <string name="pref_playback_speed_title">Playback Speeds</string> <string name="pref_playback_speed_sum">Customize the speeds available for variable speed audio playback</string> + <string name="pref_gpodnet_sethostname_title">Set hostname</string> + <string name="pref_gpodnet_sethostname_use_default_host">Use default host</string> <!-- Search --> |