diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-26 01:16:19 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2008-02-26 01:16:19 +0100 |
commit | 59ed31a30e621e5ce469e6d622a740cf1a98294f (patch) | |
tree | 74b77ace44abd83a87ec88ab35658bedadf19efe | |
parent | a61f3ee4e41a1c8b575e657a99f8e7ac4276ed17 (diff) | |
download | vdr-plugin-live-59ed31a30e621e5ce469e6d622a740cf1a98294f.tar.gz vdr-plugin-live-59ed31a30e621e5ce469e6d622a740cf1a98294f.tar.bz2 |
Added streaming button in channnel selection page.
This allows to stream also channels that don't have EPG data and thus
are only selectable by hand.
Regenerated backwards compatible message file, because of string
changes.
-rw-r--r-- | css/styles.css | 9 | ||||
-rw-r--r-- | i18n-generated.h | 105 | ||||
-rw-r--r-- | pages/pageelems.ecpp | 15 | ||||
-rw-r--r-- | pages/schedule.ecpp | 2 | ||||
-rw-r--r-- | po/ca_ES.po | 9 | ||||
-rw-r--r-- | po/cs_CZ.po | 9 | ||||
-rw-r--r-- | po/da_DK.po | 9 | ||||
-rw-r--r-- | po/de_DE.po | 9 | ||||
-rw-r--r-- | po/el_GR.po | 9 | ||||
-rw-r--r-- | po/es_ES.po | 9 | ||||
-rw-r--r-- | po/et_EE.po | 9 | ||||
-rw-r--r-- | po/fi_FI.po | 10 | ||||
-rw-r--r-- | po/fr_FR.po | 10 | ||||
-rw-r--r-- | po/hr_HR.po | 9 | ||||
-rw-r--r-- | po/hu_HU.po | 9 | ||||
-rw-r--r-- | po/it_IT.po | 10 | ||||
-rw-r--r-- | po/nl_NL.po | 9 | ||||
-rw-r--r-- | po/nn_NO.po | 9 | ||||
-rw-r--r-- | po/pl_PL.po | 9 | ||||
-rw-r--r-- | po/pt_PT.po | 9 | ||||
-rw-r--r-- | po/ro_RO.po | 9 | ||||
-rw-r--r-- | po/ru_RU.po | 9 | ||||
-rw-r--r-- | po/sl_SI.po | 9 | ||||
-rw-r--r-- | po/sv_SE.po | 9 | ||||
-rw-r--r-- | po/tr_TR.po | 9 |
25 files changed, 222 insertions, 101 deletions
diff --git a/css/styles.css b/css/styles.css index f8ff476..c6a9854 100644 --- a/css/styles.css +++ b/css/styles.css @@ -453,6 +453,15 @@ div#pagemenu a.active { font-weight: bold; } +div#pagemenu form a { + margin-left: 1em; +} + +div#pagemenu form a img { + vertical-align: middle; + margin-top: -5px; +} + /* styles for messagebar */ div#messagebar { diff --git a/i18n-generated.h b/i18n-generated.h index 785ce3d..bcfc2c3 100644 --- a/i18n-generated.h +++ b/i18n-generated.h @@ -5016,6 +5016,41 @@ const tI18nPhrase Phrases[] = { "", #endif }, + { "Stream this channel into browser.", + "Sendung im Browser anzeigen.", + "", + "Trasmetti questo canale nel browser.", + "", + "", + "Diffusez cette chaîne vers le navigateur.", + "", + "Aloita suoratoisto", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10302 + "", +#endif +#if VDRVERSNUM >= 10307 + "", +#endif +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif +#if VDRVERSNUM >= 10342 + "", +#endif +#if VDRVERSNUM >= 10502 + "", +#endif + }, { "Edit this", "Timer editieren", "", @@ -6101,41 +6136,6 @@ const tI18nPhrase Phrases[] = { "", #endif }, - { "Stream this channel into browser.", - "Sendung im Browser anzeigen.", - "", - "Trasmetti questo canale nel browser.", - "", - "", - "Diffusez cette chaîne vers le navigateur.", - "", - "Aloita suoratoisto", - "", - "", - "", - "", - "", - "", - "", -#if VDRVERSNUM >= 10302 - "", -#endif -#if VDRVERSNUM >= 10307 - "", -#endif -#if VDRVERSNUM >= 10313 - "", -#endif -#if VDRVERSNUM >= 10316 - "", -#endif -#if VDRVERSNUM >= 10342 - "", -#endif -#if VDRVERSNUM >= 10502 - "", -#endif - }, { "Authors", "Autoren", "", @@ -7046,6 +7046,41 @@ const tI18nPhrase Phrases[] = { "", #endif }, + { "Stream into browser", + "Im Browser anzeigen", + "", + "Trasmetti questo canale nel browser.", + "", + "", + "Diffusez cette chaîne vers le navigateur.", + "", + "Aloita suoratoisto", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10302 + "", +#endif +#if VDRVERSNUM >= 10307 + "", +#endif +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif +#if VDRVERSNUM >= 10342 + "", +#endif +#if VDRVERSNUM >= 10502 + "", +#endif + }, { "Search settings", "Einstellungen zur Suche", "", diff --git a/pages/pageelems.ecpp b/pages/pageelems.ecpp index 34cfbf8..ddae948 100644 --- a/pages/pageelems.ecpp +++ b/pages/pageelems.ecpp @@ -102,6 +102,17 @@ int update_status(1); <# ---------------------------------------------------------------------- #> +<%def vlc_stream_channel> +<%args> + tChannelID channelId; + string linkText; +</%args> +<%cpp> if (LiveSetup().GetUseStreamdev() && LiveFeatures<features::streamdev_server>().Loaded()) { </%cpp><a href="vlc.html?channel=<$ channelId $>"><img src="<$ LiveSetup().GetThemedLink("img", "play.png") $>" alt="" <& tooltip.hint text=(tr("Stream this channel into browser.")) &>></img> <$ linkText $></a><%cpp> } </%cpp> +</%def> + + +<# ---------------------------------------------------------------------- #> + <%def event_timer> <%args> string epgid; @@ -241,9 +252,9 @@ int update_status(1); <a href="searchresults.html?searchplain=<$ StringEscapeAndBreak(title) $>"><img src="<$ LiveSetup().GetThemedLink("img", "search.png") $>" alt="" <& tooltip.hint text=(tr("Search for repeats.")) &>></img></a> <%cpp> } - if (LiveSetup().GetUseStreamdev() && elapsed > 0 && LiveFeatures<features::streamdev_server>().Loaded()) { + if (elapsed > 0) { </%cpp> - <a href="vlc.html?channel=<$ channelId $>"><img src="<$ LiveSetup().GetThemedLink("img", "play.png") $>" alt="" <& tooltip.hint text=(tr("Stream this channel into browser.")) &>></img></a> + <& pageelems.vlc_stream_channel channelId=(channelId) &> <%cpp> } </%cpp> diff --git a/pages/schedule.ecpp b/pages/schedule.ecpp index 3877d59..f2a0907 100644 --- a/pages/schedule.ecpp +++ b/pages/schedule.ecpp @@ -145,5 +145,5 @@ if (!logged_in && LiveSetup().UseAuth()) return reply.redirect("login.html"); <%include>page_exit.eh</%include> <%def channel_selection> -<form action="schedule.html" method="get" id="channels"><span><label for="channel"><$ tr("Show schedule of channel") $>: </label><& channels_widget name=("channel") selected=(Channel ? *Channel->GetChannelID().ToString() : "") onchange=("document.forms.channels.submit()") &></span></form> +<form action="schedule.html" method="get" id="channels"><span><label for="channel"><$ tr("Show schedule of channel") $>: </label><& channels_widget name=("channel") selected=(Channel ? *Channel->GetChannelID().ToString() : "") onchange=("document.forms.channels.submit()") &> <& pageelems.vlc_stream_channel channelId=(Channel->GetChannelID()) linkText=(tr("Stream into browser")) &></span></form> </%def> diff --git a/po/ca_ES.po b/po/ca_ES.po index c8f3022..cfe0081 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -446,6 +446,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -539,9 +542,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -620,6 +620,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 9a37b9c..591d12a 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -444,6 +444,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -537,9 +540,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -618,6 +618,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/da_DK.po b/po/da_DK.po index 70b043b..55f09b6 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -444,6 +444,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -537,9 +540,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -618,6 +618,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/de_DE.po b/po/de_DE.po index cd49492..631dd46 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -446,6 +446,9 @@ msgstr "Verwerfen" msgid "Find more at the Internet Movie Database." msgstr "Weitere Informationen in der Internet Movie Database." +msgid "Stream this channel into browser." +msgstr "Sendung im Browser anzeigen." + msgid "Edit this" msgstr "Timer editieren" @@ -539,9 +542,6 @@ msgstr "Zu diesem Kanal umschalten." msgid "Search for repeats." msgstr "Nach Wiederholungen suchen." -msgid "Stream this channel into browser." -msgstr "Sendung im Browser anzeigen." - msgid "Authors" msgstr "Autoren" @@ -620,6 +620,9 @@ msgstr "%A, %d.%m.%Y" msgid "Show schedule of channel" msgstr "Zeige Programm dieses Kanals" +msgid "Stream into browser" +msgstr "Im Browser anzeigen" + msgid "Search settings" msgstr "Einstellungen zur Suche" diff --git a/po/el_GR.po b/po/el_GR.po index b9ca111..a3119de 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -444,6 +444,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -537,9 +540,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -618,6 +618,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index 2259819..3393f03 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -444,6 +444,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -537,9 +540,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -618,6 +618,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/et_EE.po b/po/et_EE.po index 2dde09c..d3a3f17 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -444,6 +444,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -537,9 +540,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -618,6 +618,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/fi_FI.po b/po/fi_FI.po index de4d50c..d1774ab 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -447,6 +447,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "Hae IMDB:stä" +msgid "Stream this channel into browser." +msgstr "Aloita suoratoisto" + msgid "Edit this" msgstr "Muokkaa ajastinta" @@ -540,9 +543,6 @@ msgstr "Vaihda kanavalle" msgid "Search for repeats." msgstr "Etsi toistuvat" -msgid "Stream this channel into browser." -msgstr "Aloita suoratoisto" - msgid "Authors" msgstr "Tekijät" @@ -623,6 +623,10 @@ msgstr "%A, %d.%m.%Y" msgid "Show schedule of channel" msgstr "Näytä kanavan ohjelmisto" +#, fuzzy +msgid "Stream into browser" +msgstr "Aloita suoratoisto" + msgid "Search settings" msgstr "Hakuasetukset" diff --git a/po/fr_FR.po b/po/fr_FR.po index 56136b4..3d14df5 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -450,6 +450,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "Trouver plus d'information du film dans la base de données film IMDB." +msgid "Stream this channel into browser." +msgstr "Diffusez cette chaîne vers le navigateur." + msgid "Edit this" msgstr "Changer cette programmation" @@ -543,9 +546,6 @@ msgstr "Changer vers cette chaîne. " msgid "Search for repeats." msgstr "Recherche de répétitions." -msgid "Stream this channel into browser." -msgstr "Diffusez cette chaîne vers le navigateur." - msgid "Authors" msgstr "Auteur" @@ -624,6 +624,10 @@ msgstr "%A, %d.%m.%Y" msgid "Show schedule of channel" msgstr "Montrer le programme de la chaîne" +#, fuzzy +msgid "Stream into browser" +msgstr "Diffusez cette chaîne vers le navigateur." + msgid "Search settings" msgstr "Règlages de recherche" diff --git a/po/hr_HR.po b/po/hr_HR.po index 3d0865f..a4fb7cd 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -445,6 +445,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -538,9 +541,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -619,6 +619,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/hu_HU.po b/po/hu_HU.po index e6aff87..b6cfafb 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -445,6 +445,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -538,9 +541,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -619,6 +619,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/it_IT.po b/po/it_IT.po index 4c76060..a749fb7 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -449,6 +449,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "Cerca ulteriori informazioni nel database internet (IMDB)" +msgid "Stream this channel into browser." +msgstr "Trasmetti questo canale nel browser." + msgid "Edit this" msgstr "Modifica timer" @@ -542,9 +545,6 @@ msgstr "Sintonizza questo canale." msgid "Search for repeats." msgstr "Ricerca repliche." -msgid "Stream this channel into browser." -msgstr "Trasmetti questo canale nel browser." - msgid "Authors" msgstr "Autori" @@ -625,6 +625,10 @@ msgstr "%A, %b %d %Y" msgid "Show schedule of channel" msgstr "Visualizza scheda programmi canale" +#, fuzzy +msgid "Stream into browser" +msgstr "Trasmetti questo canale nel browser." + msgid "Search settings" msgstr "Impostazioni ricerca" diff --git a/po/nl_NL.po b/po/nl_NL.po index dfe4952..b973301 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -450,6 +450,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -543,9 +546,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -625,6 +625,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/nn_NO.po b/po/nn_NO.po index c9f243b..46f254e 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -445,6 +445,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -538,9 +541,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -619,6 +619,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/pl_PL.po b/po/pl_PL.po index d3c7de5..1e6a983 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -444,6 +444,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -537,9 +540,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -618,6 +618,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/pt_PT.po b/po/pt_PT.po index f154aa4..d428814 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -444,6 +444,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -537,9 +540,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -618,6 +618,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/ro_RO.po b/po/ro_RO.po index 306fd54..d0c23d6 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -445,6 +445,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -538,9 +541,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -619,6 +619,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/ru_RU.po b/po/ru_RU.po index b42403c..25c456b 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -444,6 +444,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -537,9 +540,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -618,6 +618,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/sl_SI.po b/po/sl_SI.po index 7d90de2..b821623 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -445,6 +445,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -538,9 +541,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -619,6 +619,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/sv_SE.po b/po/sv_SE.po index 6728983..70fe0d1 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -445,6 +445,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -538,9 +541,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -619,6 +619,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" diff --git a/po/tr_TR.po b/po/tr_TR.po index abf0049..f59b09f 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -445,6 +445,9 @@ msgstr "" msgid "Find more at the Internet Movie Database." msgstr "" +msgid "Stream this channel into browser." +msgstr "" + msgid "Edit this" msgstr "" @@ -538,9 +541,6 @@ msgstr "" msgid "Search for repeats." msgstr "" -msgid "Stream this channel into browser." -msgstr "" - msgid "Authors" msgstr "" @@ -619,6 +619,9 @@ msgstr "" msgid "Show schedule of channel" msgstr "" +msgid "Stream into browser" +msgstr "" + msgid "Search settings" msgstr "" |