diff options
author | lado <herrlado@gmail.com> | 2013-02-14 23:32:52 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-02-14 23:33:51 +0100 |
commit | 30914fae7c64fdb299ab791c2e2931d68fc5ef41 (patch) | |
tree | aaaa4a719ced3dea1284254d19d0e4c4494a27a9 /vdrmanager/res/values/strings.xml | |
parent | a639a2c299fe1b6bd8bab2b833fa200170668069 (diff) | |
download | vdr-manager-30914fae7c64fdb299ab791c2e2931d68fc5ef41.tar.gz vdr-manager-30914fae7c64fdb299ab791c2e2931d68fc5ef41.tar.bz2 |
Feature #864
Diffstat (limited to 'vdrmanager/res/values/strings.xml')
-rw-r--r-- | vdrmanager/res/values/strings.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/vdrmanager/res/values/strings.xml b/vdrmanager/res/values/strings.xml index 5796515..9812c55 100644 --- a/vdrmanager/res/values/strings.xml +++ b/vdrmanager/res/values/strings.xml @@ -32,6 +32,7 @@ <string name="refresh">Refresh</string> <string name="done">Done</string> <string name="share">Share</string> + <string name="addtocal">Add to calendar</string> <string name="search_reapt">Reruns</string> <string name="share_chooser">Share EPG Entry</string> <string name="about_text"> @@ -274,10 +275,11 @@ <string-array name="recstream_entries"> <item>VDR live plugin</item> + <item>VDR streamdev plugin</item> </string-array> <string name="recstream_method_title">Streaming method</string> - <string name="recstream_method_summary">Currently Streaming over VDR live plugin is supported</string> + <string name="recstream_method_summary">Currently Streaming over VDR live and or streamdev plugin is supported</string> <string name="settings_live_port">VDR live plugin port</string> <string name="settings_live_port_summary">VDR live plugin has default port 8008.</string> @@ -347,4 +349,6 @@ <string name="sortby_alphabet">Alphabet</string> <string name="sortby_channellist">Chanellist</string> <string name="main_menu_clear_search">Clear Search History</string> + <string name="vdr_host_not_defined">VDR host not defined</string> + <string name="processing">Processing…</string> </resources>
\ No newline at end of file |