diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-02-22 11:01:12 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-02-22 11:01:12 +0100 |
commit | 3c26c058f6f245d07e3a6b08bd6a898920edcec2 (patch) | |
tree | ab83e755bbc0e2b038048b9f47e45ca5d4be0ca4 /core/src | |
parent | edc3c4c08d9ff1f50b75a1092119d10e01f9791f (diff) | |
download | AntennaPod-3c26c058f6f245d07e3a6b08bd6a898920edcec2.zip |
Gpodder: Enable manual syncing
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/res/values/strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 912a60f55..d4891eee8 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -358,6 +358,9 @@ <string name="pref_gpodnet_logout_toast">Logout was successful</string> <string name="pref_gpodnet_setlogin_information_title">Change login information</string> <string name="pref_gpodnet_setlogin_information_sum">Change the login information for your gpodder.net account.</string> + <string name="pref_gpodnet_sync_title">Sync now</string> + <string name="pref_gpodnet_sync_sum">Sync subscriptions and episode states with gpodder.net</string> + <string name="pref_gpodnet_sync_started">Sync started</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_fast_forward">Fast forward time</string> |