diff options
author | ByteHamster <info@bytehamster.com> | 2020-03-28 13:44:30 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2020-03-30 13:58:44 +0200 |
commit | 67de5de8c4d6802d5bcc7f1c66afe6706761ee95 (patch) | |
tree | 7606164baf05f211a3a43c2966d8070c3b9e3552 /core/src/main/res | |
parent | a4409c7c5c57bf935851a9923a497d9440fff9f2 (diff) | |
download | AntennaPod-67de5de8c4d6802d5bcc7f1c66afe6706761ee95.zip |
Report sync progress
Diffstat (limited to 'core/src/main/res')
-rw-r--r-- | core/src/main/res/values/strings.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 694ea0df2..829355f81 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -441,8 +441,6 @@ <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_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> @@ -536,6 +534,14 @@ <string name="search_label">Search</string> <string name="no_results_for_query">No results were found for \"%1$s\"</string> + <!-- Synchronization --> + <string name="sync_status_started">Sync started</string> + <string name="sync_status_episodes">Synchronizing episodes…</string> + <string name="sync_status_upload_played">Uploading played status…</string> + <string name="sync_status_subscriptions">Synchronizing subscriptions…</string> + <string name="sync_status_success">Synchronization successful</string> + <string name="sync_status_error">Synchronization failed</string> + <!-- import and export --> <string name="import_export_summary">Move subscriptions and queue to another device</string> <string name="database">Database</string> |