aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res
diff options
context:
space:
mode:
authorowner <owner@DeeDee-Laptop>2012-12-02 15:59:50 -0800
committerowner <owner@DeeDee-Laptop>2012-12-02 15:59:50 -0800
commit9f9bff0d03e0d1b1c4a00321bb377b3c31809e64 (patch)
tree0ea4ad468e410217c2f3bd49d7b23caef670740f /subsonic-android/res
parent89bdb9e10c74fb3f8ea7b581e44ed3ce96f00ad0 (diff)
downloaddsub-9f9bff0d03e0d1b1c4a00321bb377b3c31809e64.tar.gz
dsub-9f9bff0d03e0d1b1c4a00321bb377b3c31809e64.tar.bz2
dsub-9f9bff0d03e0d1b1c4a00321bb377b3c31809e64.zip
Stream videos with external player
Diffstat (limited to 'subsonic-android/res')
-rw-r--r--subsonic-android/res/menu/select_video_context.xml4
-rw-r--r--subsonic-android/res/values/strings.xml2
2 files changed, 6 insertions, 0 deletions
diff --git a/subsonic-android/res/menu/select_video_context.xml b/subsonic-android/res/menu/select_video_context.xml
index ed04b6ff..c14becad 100644
--- a/subsonic-android/res/menu/select_video_context.xml
+++ b/subsonic-android/res/menu/select_video_context.xml
@@ -3,6 +3,10 @@
<item
android:id="@+id/song_menu_play_external"
android:title="@string/common.play_external"/>
+
+ <item
+ android:id="@+id/song_menu_stream_external"
+ android:title="@string/common.stream_external"/>
<item
android:id="@+id/song_menu_webview"
diff --git a/subsonic-android/res/values/strings.xml b/subsonic-android/res/values/strings.xml
index 6ada14a8..d814651d 100644
--- a/subsonic-android/res/values/strings.xml
+++ b/subsonic-android/res/values/strings.xml
@@ -19,6 +19,7 @@
<string name="common.comment">Comment</string>
<string name="common.webview">Play Web View (Flash)</string>
<string name="common.play_external">Play External Player</string>
+ <string name="common.stream_external">Stream External Player</string>
<string name="button_bar.home">Home</string>
<string name="button_bar.browse">Library</string>
@@ -139,6 +140,7 @@
<string name="download.start_timer">Start Timer</string>
<string name="download.stop_timer">Stop Timer</string>
<string name="download.need_download">Video needs to be downloaded first</string>
+ <string name="download.no_streaming_player">No player can play this stream</string>
<string name="starring_content_starred">Starred \"%s\"</string>
<string name="starring_content_unstarred">Unstarred \"%s\"</string>