diff options
author | Domingos Lopes <domingos86lopes+github@gmail.com> | 2016-07-02 00:53:17 -0400 |
---|---|---|
committer | Domingos Lopes <domingos86lopes+github@gmail.com> | 2016-07-02 02:37:58 -0400 |
commit | b307d96e9502a39917778f879c9b46c6eee4c8bc (patch) | |
tree | 7c9bbfcc29751f8e453630236b5f82dc8e568231 /core/src/main/res/values | |
parent | a806d58966bca19cb89ca0b2b2d287f2611c3e36 (diff) | |
download | AntennaPod-b307d96e9502a39917778f879c9b46c6eee4c8bc.zip |
Make gpodnet sync error notifications optional
Diffstat (limited to 'core/src/main/res/values')
-rw-r--r-- | core/src/main/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/main/res/values/strings.xml b/core/src/main/res/values/strings.xml index 783f6c1d9..834a2ecc9 100644 --- a/core/src/main/res/values/strings.xml +++ b/core/src/main/res/values/strings.xml @@ -368,6 +368,9 @@ <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_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> + <string name="pref_gpodnet_last_sync_title">Last sync attempt: %1$s</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> @@ -502,6 +505,9 @@ <string name="gpodnetsync_auth_error_descr">Wrong username or password</string> <string name="gpodnetsync_error_title">gpodder.net sync error</string> <string name="gpodnetsync_error_descr">An error occurred during syncing:\u0020</string> + <string name="gpodnetsync_pref_report_successful">Successful</string> + <string name="gpodnetsync_pref_report_failed">Failed</string> + <string name="gpodnetsync_pref_report_undetermined">Undetermined</string> <!-- Directory chooser --> <string name="selected_folder_label">Selected folder:</string> |