summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/ids.xml2
-rw-r--r--res/values/strings.xml7
-rw-r--r--res/xml/preferences.xml3
3 files changed, 12 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>
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 3216b7ad8..ac3160028 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -92,6 +92,9 @@
android:summary="@string/pref_gpodnet_authenticate_sum">
<intent android:action=".activity.gpoddernet.GpodnetAuthenticationActivity"/>
</PreferenceScreen>
+ <Preference
+ android:key="pref_gpodnet_logout"
+ android:title="@string/pref_gpodnet_logout_title"/>
</PreferenceScreen>
</PreferenceCategory>