diff options
-rw-r--r-- | css/siteprefs.css | 5 | ||||
-rw-r--r-- | css/styles.css | 98 | ||||
-rw-r--r-- | doc/ChangeLog | 14 | ||||
-rw-r--r-- | i18n-generated.h | 245 | ||||
-rw-r--r-- | live/css/siteprefs.css | 1 | ||||
-rw-r--r-- | live/js/live/browserwin.js | 6 | ||||
-rw-r--r-- | live/js/live/pageenhance.js | 4 | ||||
-rw-r--r-- | pages/vlc.ecpp | 72 | ||||
-rw-r--r-- | po/ca_ES.po | 23 | ||||
-rw-r--r-- | po/cs_CZ.po | 23 | ||||
-rw-r--r-- | po/da_DK.po | 23 | ||||
-rw-r--r-- | po/de_DE.po | 26 | ||||
-rw-r--r-- | po/el_GR.po | 23 | ||||
-rw-r--r-- | po/es_ES.po | 23 | ||||
-rw-r--r-- | po/et_EE.po | 23 | ||||
-rw-r--r-- | po/fi_FI.po | 27 | ||||
-rw-r--r-- | po/fr_FR.po | 23 | ||||
-rw-r--r-- | po/hr_HR.po | 23 | ||||
-rw-r--r-- | po/hu_HU.po | 23 | ||||
-rw-r--r-- | po/it_IT.po | 23 | ||||
-rw-r--r-- | po/nl_NL.po | 23 | ||||
-rw-r--r-- | po/nn_NO.po | 23 | ||||
-rw-r--r-- | po/pl_PL.po | 23 | ||||
-rw-r--r-- | po/pt_PT.po | 23 | ||||
-rw-r--r-- | po/ro_RO.po | 23 | ||||
-rw-r--r-- | po/ru_RU.po | 23 | ||||
-rw-r--r-- | po/sl_SI.po | 23 | ||||
-rw-r--r-- | po/sv_SE.po | 23 | ||||
-rw-r--r-- | po/tr_TR.po | 23 |
29 files changed, 805 insertions, 130 deletions
diff --git a/css/siteprefs.css b/css/siteprefs.css index 61955c3..e848819 100644 --- a/css/siteprefs.css +++ b/css/siteprefs.css @@ -25,8 +25,9 @@ table { } - - +div#vlcControls { + text-align: center; +} .notify-win { margin: 0px auto; diff --git a/css/styles.css b/css/styles.css index f7774dc..95a8ab5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -444,30 +444,6 @@ div.pagemenu a.active { font-weight: bold; } -/* check if still needed - -div.pagemenu span { - text-decoration: none; - color: black; - font-weight: bold; - padding: 5px; -} - -div.pagemenu span.active { - text-decoration: none; - color: blue; - font-weight: bold; - padding: 5px; -} - -div.pagemenu span.sep { - text-decoration: none; - color: #C0C1DA; - font-weight: lighter; - padding: 5px; -} -*/ - /* ####################### # Info Box (near logo) ####################### @@ -550,7 +526,8 @@ div#infobox div.st_controls div#infobox_channel_buttons { # Buttons ################################# */ -button.green { + +button { width: 100px; height: 20px; background-color: inherit; @@ -565,34 +542,20 @@ button.green { padding-bottom: 3px; } +button.green { + background-image: url(img/button_green.png); +} + button.red { - width: 100px; - height: 20px; - background-color: inherit; background-image: url(img/button_red.png); - background-repeat: no-repeat; - color: #FFFFFF; - font-size: 11px; - border: 0px; - vertical-align: middle; - text-align: center; - cursor: pointer; - padding-bottom: 3px; } button.blue { - width: 100px; - height: 20px; - background-color: inherit; background-image: url(img/button_blue.png); - background-repeat: no-repeat; - color: #FFFFFF; - font-size: 11px; - border: 0px; - vertical-align: middle; - text-align: center; - cursor: pointer; - padding-bottom: 3px; +} + +button.yellow { + background-image: url(img/button_yellow.png); } @@ -1102,36 +1065,6 @@ table.login tr td { ############################## */ -/* -div.about_box { - border: none; -} - -div.about_box a { - text-decoration: none; - color: black; - font-weight: bold; -} - -div.about_box a:hover { - text-decoration: underline; -} - -.info-win div.about_content { - padding: 0; - margin: 0; - - border-left: 1px solid #000000; - border-right: 1px solid #000000; - border-bottom: 1px solid #000000; -} - -.info-win div.epg_content div { - background-color: white; - padding-bottom: 6px; -} -*/ - .info-win div.epg_content div.about_left { text-align: right; float: left; @@ -1163,3 +1096,14 @@ div.about_box a:hover { border-top: 1px solid #C0C1DA; border-bottom: 1px solid #C0C1DA; } + +/* ############################## + # VLC page + ############################## +*/ + +div#vlcControls { + padding-top: 5px; + text-align: center; +} + diff --git a/doc/ChangeLog b/doc/ChangeLog index 53105d1..f0a1182 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,17 @@ +2007-12-22 Dieter Hametner <dh+vdr at gekrumbel dot de> + + * live/js/live/vlc.js + Added an own mootools based implementation of a controlling + class for the vlc plugin as proposed by Rolf Ahrenberg. + Features currently supported are: + - start/stop play (pause is left out because it provides no + timeshift functionality). + - mute sound. (Use this instead of pause) + - switch to full screen mode. + - close the popup window. + The class is customizable and you can see in vlc.ecpp how + customization for the changed button strings has been done. + 2007-12-18 Dieter Hametner <dh+vdr at gekrumbel dot de> - Integrated a new patch Rolf Ahrenberg sent to me privately diff --git a/i18n-generated.h b/i18n-generated.h index f8bffe1..4d32040 100644 --- a/i18n-generated.h +++ b/i18n-generated.h @@ -6416,6 +6416,41 @@ const tI18nPhrase Phrases[] = { "", #endif }, + { "RecDate", + "Aufnahmedatum", + "", + "", + "", + "", + "", + "", + "Tallenteen päiväys", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10302 + "", +#endif +#if VDRVERSNUM >= 10307 + "", +#endif +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif +#if VDRVERSNUM >= 10342 + "", +#endif +#if VDRVERSNUM >= 10502 + "", +#endif + }, { "List of recordings", "Liste der Aufnahmen", "", @@ -7886,6 +7921,216 @@ const tI18nPhrase Phrases[] = { "", #endif }, + { "Stop", + "Stopp", + "", + "", + "", + "", + "", + "", + "Asetukset", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10302 + "", +#endif +#if VDRVERSNUM >= 10307 + "", +#endif +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif +#if VDRVERSNUM >= 10342 + "", +#endif +#if VDRVERSNUM >= 10502 + "", +#endif + }, + { "Play", + "Wiedergabe", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10302 + "", +#endif +#if VDRVERSNUM >= 10307 + "", +#endif +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif +#if VDRVERSNUM >= 10342 + "", +#endif +#if VDRVERSNUM >= 10502 + "", +#endif + }, + { "Sound on", + "Ton an", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10302 + "", +#endif +#if VDRVERSNUM >= 10307 + "", +#endif +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif +#if VDRVERSNUM >= 10342 + "", +#endif +#if VDRVERSNUM >= 10502 + "", +#endif + }, + { "Sound off", + "Ton aus", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10302 + "", +#endif +#if VDRVERSNUM >= 10307 + "", +#endif +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif +#if VDRVERSNUM >= 10342 + "", +#endif +#if VDRVERSNUM >= 10502 + "", +#endif + }, + { "Fullscreen", + "Vollbild", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10302 + "", +#endif +#if VDRVERSNUM >= 10307 + "", +#endif +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif +#if VDRVERSNUM >= 10342 + "", +#endif +#if VDRVERSNUM >= 10502 + "", +#endif + }, + { "Close", + "Schließen", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10302 + "", +#endif +#if VDRVERSNUM >= 10307 + "", +#endif +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif +#if VDRVERSNUM >= 10342 + "", +#endif +#if VDRVERSNUM >= 10502 + "", +#endif + }, { "What's running at", "Was läuft um", "", diff --git a/live/css/siteprefs.css b/live/css/siteprefs.css index 2f440b4..5056813 100644 --- a/live/css/siteprefs.css +++ b/live/css/siteprefs.css @@ -23,4 +23,3 @@ table { .info-win span.epg_images { width: 120px; } - diff --git a/live/js/live/browserwin.js b/live/js/live/browserwin.js index e69e0f3..79058b7 100644 --- a/live/js/live/browserwin.js +++ b/live/js/live/browserwin.js @@ -20,11 +20,11 @@ Note: */ var BrowserWin = new Class({ options: { - size: { width: 300, height: 200 }, + size: { width: 720, height: 640 }, toolbar: false, location: false, directories: false, - status: false, + statusbar: false, menubar: false, scrollbar: false, resizable: true, @@ -44,7 +44,7 @@ var BrowserWin = new Class({ winOpts += ",toolbar=" + this.options.toolbar; winOpts += ",location=" + this.options.toolbar; winOpts += ",directories=" + this.options.directories; - winOpts += ",status=" + this.options.status; + winOpts += ",statusbar=" + this.options.statusbar; winOpts += ",menubar=" + this.options.menubar; winOpts += ",scrollbars=" + this.options.scrollbars; winOpts += ",resizable=" + this.options.resizable; diff --git a/live/js/live/pageenhance.js b/live/js/live/pageenhance.js index 67437d5..d98b374 100644 --- a/live/js/live/pageenhance.js +++ b/live/js/live/pageenhance.js @@ -4,7 +4,7 @@ * PageEnhance class. * * This class applies several functions to the page based on - * selectors. This class is quite project dependent and not a general + * selectors. This class is project dependent and not a general * purpose class. */ @@ -14,7 +14,7 @@ var PageEnhance = new Class({ actionLinkSelector: 'a[href^="vdr_request/"]', vlcLinkSelector: 'a[href^="vlc.html?channel"]', vlcWinOptions: { - size: { width: 740, height: 640 } + size: { width: 720, height: 640 } }, hintTipSelector: '*[title]', hintClassName: 'hint', diff --git a/pages/vlc.ecpp b/pages/vlc.ecpp index d7a7d43..a080262 100644 --- a/pages/vlc.ecpp +++ b/pages/vlc.ecpp @@ -48,7 +48,31 @@ using namespace vdrlive; <& pageelems.ajax_js &> <%cpp> } + else { </%cpp> + <script type="text/javascript" src="js/mootools/mootools.v1.11.js"></script> +<%cpp> + } +</%cpp> + <script type="text/javascript" src="js/live/vlc.js"></script> + <script type="text/javascript"><!-- + var vlcControl = new VLC("video1", { + <? !asyncReq ? "autoresize: false" ?> + }); + vlcControl.addEvent('toggle', function(id, state){ + var text = null; + switch (id) { + case "TogglePlay": + text = state ? "<$ tr("Stop") $>" : "<$ tr("Play") $>"; + break; + case "ToggleMute": + text = state ? "<$ tr("Sound on") $>" : "<$ tr("Sound off") $>"; + break; + } + if (text) + $(id).setHTML(text); + }); + --></script> </head> <body> <%cpp> @@ -56,36 +80,48 @@ using namespace vdrlive; </%cpp> <& pageelems.logo &> <& menu active="vlc" &> + <div class="inhalt"> <%cpp> } </%cpp> - <div class="inhalt"> <%cpp> - if ( Channel != 0 ) { - int streamdevPort = LiveSetup().GetStreamdevPort(); - // string videourl = string("http://") + "192.168.96.30" + ":" + lexical_cast<string,int>(streamdevPort) + + "/" + LiveSetup().GetStreamdevType() + "/" + *Channel->GetChannelID().ToString(); - string server = request.getHost(); - server = server.substr(0, server.rfind(':')); - string videourl = string("http://") + server + ":" + lexical_cast<string,int>(streamdevPort) + "/" + LiveSetup().GetStreamdevType() + "/" + *Channel->GetChannelID().ToString(); + if ( Channel != 0 ) { + int streamdevPort = LiveSetup().GetStreamdevPort(); + string server = request.getHost(); + server = server.substr(0, server.rfind(':')); + string videourl = string("http://") + server + ":" + lexical_cast<string,int>(streamdevPort) + "/" + LiveSetup().GetStreamdevType() + "/" + *Channel->GetChannelID().ToString(); </%cpp> - <embed type="application/x-vlc-plugin" name="video1" autoplay="yes" loop="yes" width="720" height="576" target="<$ videourl $>" /> - <& vlc.channel_selection &> - <!-- --> <p><$ videourl $></p><!-- --> + <embed type="application/x-vlc-plugin" id="video1" name="video1" autoplay="yes" loop="no" width="720" height="576" target="<$ videourl $>" /> + <& vlc.controls videourl=(videourl) asyncReq=(asyncReq) &> <%cpp> - } + } + if (!asyncReq) { </%cpp> </div> +<%cpp> + } +</%cpp> </body> </html> <%include>page_exit.eh</%include> -<%def channel_selection> -<div> -<input type="button" value="Play" onclick="document.video1.play();" /> -<input type="button" value="Pause" onclick="document.video1.pause();" /> -<input type="button" value="Stop" onclick="document.video1.stop();" /> -<input type="button" value="Mute" onclick="document.video1.mute();" /> -<input type="button" value="Fullscreen" onclick="document.video1.fullscreen();" /> +<%def controls> +<%args> + string videourl; + bool asyncReq; +</%args> +<div id="vlcControls"> + <button id="TogglePlay" type="button" class="green"><$ tr("Stop") $></button> + <button id="ToggleMute" type="button" class="red"><$ tr("Sound off") $></button> + <button id="FullScreen" type="button" class="blue"><$ tr("Fullscreen") $></button> +<%cpp> + if (asyncReq) { +</%cpp> + <button id="Close" type="button" class="yellow"><$ tr("Close") $></button> +<%cpp> + } +</%cpp> + <!-- --><p><$ videourl $></p><!-- --> </div> </%def> diff --git a/po/ca_ES.po b/po/ca_ES.po index 6c693b2..12bd8e9 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Jordi Vilà <jvila@tinet.org>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -567,6 +567,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -693,6 +696,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index f4a5cf0..b131205 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -691,6 +694,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/da_DK.po b/po/da_DK.po index 012648f..63ee957 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Mogens Elneff <mogens@elneff.dk>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -691,6 +694,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/de_DE.po b/po/de_DE.po index 8c3e4fe..c6c5f1f 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "Fehlerberichte und Vorschläge" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "Für Fehler oder Verbesserungsvorschläge steht unser Bugtracker bereit" +msgid "RecDate" +msgstr "Aufnahmedatum" + msgid "List of recordings" msgstr "Liste der Aufnahmen" @@ -691,6 +694,24 @@ msgstr "Timer löschen" msgid "VLC: live video stream" msgstr "VLC: Video Stream" +msgid "Stop" +msgstr "Stopp" + +msgid "Play" +msgstr "Wiedergabe" + +msgid "Sound on" +msgstr "Ton an" + +msgid "Sound off" +msgstr "Ton aus" + +msgid "Fullscreen" +msgstr "Vollbild" + +msgid "Close" +msgstr "Schließen" + msgid "What's running at" msgstr "Was läuft um" @@ -724,9 +745,6 @@ msgstr "Ausführliche Ansicht" msgid "List view" msgstr "Listenansicht" -#~ msgid "RecDate" -#~ msgstr "Aufnahmedatum" - #, fuzzy #~ msgid "Watch channel" #~ msgstr "bis Kanal" diff --git a/po/el_GR.po b/po/el_GR.po index 3060c77..7043d93 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -691,6 +694,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index f0a3fb9..7402c17 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Ruben Nunez Francisco <ruben.nunez@tang-it.com>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -691,6 +694,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/et_EE.po b/po/et_EE.po index 366fe7a..bd99990 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -691,6 +694,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/fi_FI.po b/po/fi_FI.po index 48ee8fc..e438e0e 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "Virheraportoinnit ja parannusehdotukset" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "Voit raportoida sekä virheet että parannusehdotukset suoraan havaintotietokantaan" +msgid "RecDate" +msgstr "Tallenteen päiväys" + msgid "List of recordings" msgstr "Tallennelistaus" @@ -691,6 +694,25 @@ msgstr "Poista ajastin" msgid "VLC: live video stream" msgstr "VLC: live-lähetyksen suoratoisto" +#, fuzzy +msgid "Stop" +msgstr "Asetukset" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "Menossa kello" @@ -724,9 +746,6 @@ msgstr "Ruudukkonäkymä" msgid "List view" msgstr "Listanäkymä" -#~ msgid "RecDate" -#~ msgstr "Tallenteen päiväys" - #, fuzzy #~ msgid "Watch channel" #~ msgstr "Kanavaan" diff --git a/po/fr_FR.po b/po/fr_FR.po index f20ce47..431a37d 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Nicolas Huillard <nhuillard@e-dition.fr>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -569,6 +569,9 @@ msgstr "Bogues et suggestions" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "Si vous rencontrez n'importe quels bogue ou voudriez suggérer de nouveaux dispositifs, employer notre bugtracker svp" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "Liste des enregistrements" @@ -696,6 +699,24 @@ msgstr "Effacer la programmation" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "Qu'y a t'il au programme vers" diff --git a/po/hr_HR.po b/po/hr_HR.po index ade2a1a..5268f61 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Drazen Dupor <drazen.dupor@dupor.com>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -566,6 +566,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -692,6 +695,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/hu_HU.po b/po/hu_HU.po index ead676c..9d831ed 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Istvan Koenigsberger <istvnko@hotmail.com>, Guido Josten <guido.josten@t-online.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -566,6 +566,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -692,6 +695,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/it_IT.po b/po/it_IT.po index b3195d8..919ad2c 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Sean Carlos <seanc@libero.it>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -568,6 +568,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -695,6 +698,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/nl_NL.po b/po/nl_NL.po index 7be945f..33b8579 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -568,6 +568,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -695,6 +698,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/nn_NO.po b/po/nn_NO.po index 3c32a88..ba41b30 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Truls Slevigen <truls@slevigen.no>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -566,6 +566,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -692,6 +695,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/pl_PL.po b/po/pl_PL.po index 2b7bc7c..042c63f 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Michael Rakowski <mrak@gmx.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -691,6 +694,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/pt_PT.po b/po/pt_PT.po index b0d0698..18cf808 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Paulo Lopes <pmml@netvita.pt>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -691,6 +694,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/ro_RO.po b/po/ro_RO.po index bee514d..50e0679 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -566,6 +566,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -692,6 +695,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/ru_RU.po b/po/ru_RU.po index 6b64158..40a6bb0 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -691,6 +694,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/sl_SI.po b/po/sl_SI.po index 01030a3..3144d39 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -566,6 +566,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -692,6 +695,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/sv_SE.po b/po/sv_SE.po index 792c6be..e8218df 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Tomas Prybil <tomas@prybil.se>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -566,6 +566,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -692,6 +695,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" diff --git a/po/tr_TR.po b/po/tr_TR.po index 8f568c2..f66eaa1 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR-LIVE 0.2.0\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2007-12-21 20:24+0100\n" +"POT-Creation-Date: 2007-12-22 18:49+0100\n" "PO-Revision-Date: 2007-08-19 20:15+0200\n" "Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -565,6 +565,9 @@ msgstr "" msgid "If you encounter any bugs or would like to suggest new features, please use our bugtracker" msgstr "" +msgid "RecDate" +msgstr "" + msgid "List of recordings" msgstr "" @@ -691,6 +694,24 @@ msgstr "" msgid "VLC: live video stream" msgstr "" +msgid "Stop" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Sound on" +msgstr "" + +msgid "Sound off" +msgstr "" + +msgid "Fullscreen" +msgstr "" + +msgid "Close" +msgstr "" + msgid "What's running at" msgstr "" |