diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-03-16 20:49:15 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-03-16 20:49:15 +0100 |
commit | 8dd6ddb702f12e191df042ddc01c34e299ba3c21 (patch) | |
tree | 93ab3ef3375ea6c3065fd6694024b84f8d3c4f27 /core | |
parent | e0d68a962b3ee2eb16487bb82f91cca0d63a405f (diff) | |
parent | 3c26c058f6f245d07e3a6b08bd6a898920edcec2 (diff) | |
download | AntennaPod-8dd6ddb702f12e191df042ddc01c34e299ba3c21.zip |
Merge pull request #1708 from mfietz/issue/359-gpodder-sync-button
Gpodder: Enable manual syncing
Diffstat (limited to 'core')
-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 8d948f5e6..777db5046 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -361,6 +361,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> |