diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-09-01 13:49:19 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-09-01 13:49:19 +0200 |
commit | c5f848ead5037ec73daa9d5eda17e8556091ef90 (patch) | |
tree | 7c06bcfb3851dad60500b7f4fd99744d4fa36be6 /res/values | |
parent | e29d1179425238672b8be7b01dfac14f98257198 (diff) | |
download | AntennaPod-c5f848ead5037ec73daa9d5eda17e8556091ef90.zip |
Added subscription syncing
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/ids.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/res/values/ids.xml b/res/values/ids.xml index 995cebbad..5356cd119 100644 --- a/res/values/ids.xml +++ b/res/values/ids.xml @@ -17,5 +17,7 @@ <item name="skip_episode_item" type="id"/> <item name="image_disk_cache_key" type="id"/> <item name="imageloader_key" type="id"/> + <item name="notification_gpodnet_sync_error" type="id"/> + <item name="notification_gpodnet_sync_autherror" type="id"/> </resources>
\ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 00cddd4d6..2aa08296f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -195,6 +195,8 @@ <string name="pref_update_interval_hours_manual">Manual</string> <string name="pref_gpodnet_authenticate_title">Login</string> <string name="pref_gpodnet_authenticate_sum">Login with your gpodder.net account in order to sync your subscriptions.</string> + <string name="pref_gpodnet_logout_title">Logout</string> + <string name="pref_gpodnet_logout_toast">Logout was successful</string> <!-- Search --> @@ -268,6 +270,11 @@ <string name="gpodnetauth_finish_butsyncnow">Start sync now</string> <string name="gpodnetauth_finish_butgomainscreen">Go to main screen</string> + <string name="gpodnetsync_auth_error_title">gpodder.net authentication error</string> + <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> + <!-- Directory chooser --> <string name="selected_folder_label">Selected folder:</string> <string name="create_folder_label">Create folder</string> |