aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/values/strings.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-07-08 07:33:49 -0700
committerScott Jackson <daneren2005@gmail.com>2013-07-08 07:33:49 -0700
commit5ae2ee8cd070f837ec677664c6bdafa69dac70d3 (patch)
treed29ff43678f7fa069879fac8227d2ab8189dbc9e /subsonic-android/res/values/strings.xml
parent3354beae4cccd747b3728b246dab6b0476491ea2 (diff)
downloaddsub-5ae2ee8cd070f837ec677664c6bdafa69dac70d3.tar.gz
dsub-5ae2ee8cd070f837ec677664c6bdafa69dac70d3.tar.bz2
dsub-5ae2ee8cd070f837ec677664c6bdafa69dac70d3.zip
Add other Podcast methods
Diffstat (limited to 'subsonic-android/res/values/strings.xml')
-rw-r--r--subsonic-android/res/values/strings.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/subsonic-android/res/values/strings.xml b/subsonic-android/res/values/strings.xml
index f67dd9fe..e02383b0 100644
--- a/subsonic-android/res/values/strings.xml
+++ b/subsonic-android/res/values/strings.xml
@@ -71,7 +71,8 @@
<string name="menu.deleted_playlist_error">Failed to delete playlist %s</string>
<string name="menu.log">Send Log</string>
<string name="menu.set_timer">Set Timer</string>
- <string name="menu.check_podcasts">Request Server Refresh</string>
+ <string name="menu.check_podcasts">Check For New Episodes</string>
+ <string name="menu.add_podcast">Add Channel</string>
<string name="playlist.label">Playlists</string>
<string name="playlist.update_info">Update Information</string>
@@ -139,6 +140,11 @@
<string name="select_podcasts.server_delete">Delete from server</string>
<string name="select_podcasts.downloading">Now downloading %s on the server</string>
<string name="select_podcasts.refreshing">The server is checking for new podcasts now</string>
+ <string name="select_podcasts.deleted">Deleted podcast %s</string>
+ <string name="select_podcasts.deleted_error">Failed to delete podcast %s</string>
+ <string name="select_podcasts.add_url">URL:</string>
+ <string name="select_podcasts.created_error">Failed to add podcast</string>
+ <string name="select_podcasts.invalid_podcast_channel">Invalid podcast channel: %s</string>
<string name="select_playlist.empty">No saved playlists on server</string>