diff --git a/data/locale/deutsch.locale b/data/locale/deutsch.locale index a1cd765e3..c311700fa 100644 --- a/data/locale/deutsch.locale +++ b/data/locale/deutsch.locale @@ -429,6 +429,8 @@ flashupdate.versioncheck Versionsüberprüfung flashupdate.writeflash ganzes Flashimage einspielen flashupdate.writeflashmtd einzelne Partition einspielen flashupdate.wrongbase Abweichende Release-Information\nFortfahren? +flashupdate.new_found Updates Verfuegbar ! +flashupdate.new_notfound Keine Updates Verfuegbar ! fontmenu.menu Menü fontmenu.sizes Schriftgrössen fontmenu.channellist Kanalliste @@ -1396,3 +1398,6 @@ zapit.scantype.radio Nur Radio zapit.scantype.tv Nur TV zapit.scantype.tvradio Nur TV & Radio zaptotimer.announce In einer Minute wird umgeschaltet. + + + diff --git a/data/locale/english.locale b/data/locale/english.locale index 4e9882b8b..752d57eb6 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -1405,4 +1405,4 @@ upnpbrowser.noservers No UPnP servers found upnpbrowser.rescan Scan again upnpbrowser.scanning Scanning for UPnP servers wizard.welcome_head Welcome to the Setup Wizard -wizard.welcome_text Next steps will guide you\nthrough initial installation of the device.\nDo you want to continue ? +wizard.welcome_text Next steps will guide you through initial installation of the device.\nDo you want to continue?\nWir gratulieren Ihnen zum Kauf Ihrer Coolstream.In den nun folgenden \nSchritten begleiten wir Sie durch die Erstinstallation des Geraetes.\nWir wuenschen Ihnen viel Freude mit dem wohl einzigartigsten Receiver!\nNaechster Schritt ? diff --git a/lib/libcoolstream/playback_cs.h b/lib/libcoolstream/playback_cs.h index e0b9caddb..4ca6ae1dc 100644 --- a/lib/libcoolstream/playback_cs.h +++ b/lib/libcoolstream/playback_cs.h @@ -45,9 +45,9 @@ class cPlayback void DMNotify(int Event, void *pTsBuf, void *Tag); bool Open(playmode_t PlayMode); void Close(void); - bool Start(char * filename, unsigned short vpid, int vtype, unsigned short apid, bool ac3); + bool Start(char * filename, unsigned short vpid, int vtype, unsigned short apid, int audio_flag); bool Stop(void); - bool SetAPid(unsigned short pid, bool ac3); + bool SetAPid(unsigned short pid, int audio_flag); bool SetSpeed(int speed); bool GetSpeed(int &speed) const; bool GetPosition(int &position, int &duration);