diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-10-08 09:48:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-08 09:48:49 +0200 |
commit | 8accc12048f14e9c5e851354d1231af9838ec9da (patch) | |
tree | bd419e866e2f85cb893fc5099e27788423570828 /core/src/main/res/values | |
parent | f0ef51aaadfaa8ff061a7f4847095889af2302ef (diff) | |
parent | 098e89b0c54ce6e8054f6c3893fbdfed54daa1ca (diff) | |
download | AntennaPod-8accc12048f14e9c5e851354d1231af9838ec9da.zip |
Merge pull request #2139 from mfietz/2121-gpodder-force-full-sync
Add full sync with gpodder
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 69f1ba4e9..c7042708d 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -369,10 +369,13 @@ <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_changes_title">Sync changes now</string> + <string name="pref_gpodnet_sync_changes_sum">Sync subscription and episode state changes with gpodder.net.</string> + <string name="pref_gpodnet_full_sync_title">Full sync now</string> + <string name="pref_gpodnet_full_sync_sum">Sync all subscriptions and episode states with gpodder.net.</string> <string name="pref_gpodnet_sync_sum_last_sync_line">Last sync attempt: %1$s (%2$s)</string> <string name="pref_gpodnet_sync_started">Sync started</string> + <string name="pref_gpodnet_full_sync_started">Full sync started</string> <string name="pref_gpodnet_login_status"><![CDATA[Logged in as <i>%1$s</i> with device <i>%2$s</i>]]></string> <string name="pref_gpodnet_notifications_title">Show sync error notifications</string> <string name="pref_gpodnet_notifications_sum">This setting does not apply to authentication errors.</string> |