Changed the error message when trying to attach a player to a primary device without an MPEG decoder

This commit is contained in:
Klaus Schmidinger 2024-07-16 12:33:31 +02:00
parent 8d82b05071
commit a33adf365d
30 changed files with 89 additions and 87 deletions

View File

@ -9952,7 +9952,7 @@ Video Disk Recorder Revision History
- Added the lines from 'Fixed a timeout in cDvbDevice while tuning after the frontend
has been reopened' to cDvbTuner::ProvidesFrontend() (suggested by Markus Ehrnsperger).
2024-07-15:
2024-07-16:
- Removed deprecated function cDevice::SetCurrentChannel(const cChannel *Channel).
- Removed deprecated function cSkinDisplayMenu::SetItemEvent(const cEvent *Event, int Index,
@ -9972,3 +9972,5 @@ Video Disk Recorder Revision History
You can add 'DEPRECATED_CCONTROL=1' when compiling in order to restore this
functionality. However, it is recommended to use Control(cMutexLock &MutexLock, bool Hidden)
instead.
- Changed the error message when trying to attach a player to a primary device without
an MPEG decoder.

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: player.c 4.1 2020/05/18 16:47:29 kls Exp $
* $Id: player.c 5.1 2024/07/16 12:33:27 kls Exp $
*/
#include "player.h"
@ -99,7 +99,7 @@ void cControl::Attach(void)
if (cDevice::PrimaryDevice()->AttachPlayer(control->player))
control->attached = true;
else {
Skins.Message(mtError, tr("Channel locked (recording)!"));
Skins.Message(mtError, tr("Primary device has no MPEG decoder, can't attach player!"));
Shutdown();
}
}

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2008-10-16 11:16-0400\n"
"Last-Translator: Osama Alrawab <alrawab@hotmail.com>\n"
"Language-Team: Arabic <ar@li.org>\n"
@ -1534,8 +1534,8 @@ msgstr "الملحق"
msgid "Up/Dn for new location - OK to move"
msgstr "اعلى او اسفل ل الموضع الجديد و موافق للتحريك"
msgid "Channel locked (recording)!"
msgstr "القناة مقفلة للتسجيل"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "مساحة القرص غير كافية"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
"Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
"Language-Team: Catalan <vdr@linuxtv.org>\n"
@ -1533,8 +1533,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "Amunt/Avall per una nova localització - OK per moure"
msgid "Channel locked (recording)!"
msgstr "Canal bloquejat (gravant)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Disc gairebé ple!"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2010-05-06 11:00+0200\n"
"Last-Translator: Aleš Juřík <ajurik@quick.cz>\n"
"Language-Team: Czech <vdr@linuxtv.org>\n"
@ -1533,8 +1533,8 @@ msgstr "Modul"
msgid "Up/Dn for new location - OK to move"
msgstr "Nahoru/Dolu pro novou pozici - Ok přesune"
msgid "Channel locked (recording)!"
msgstr "Kanál je blokovaný (nahrává se)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Disk bude brzy zaplněn!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
"Language-Team: Danish <vdr@linuxtv.org>\n"
@ -1530,8 +1530,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "Op/Ned for ny placering - OK for at flytte"
msgid "Channel locked (recording)!"
msgstr "Kanal blokeret (optagelse i gang)"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Kun lidt diskplads tilbage!"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2015-02-10 13:45+0100\n"
"Last-Translator: Klaus Schmidinger <vdr@tvdr.de>\n"
"Language-Team: German <vdr@linuxtv.org>\n"
@ -1532,8 +1532,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "Auf/Ab für neue Position - dann OK"
msgid "Channel locked (recording)!"
msgstr "Kanal blockiert (zeichnet auf)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr "Primäres Device hat keinen MPEG-Decoder, Wiedergabe nicht möglich!"
msgid "Low disk space!"
msgstr "Platte beinahe voll!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
"Language-Team: Greek <vdr@linuxtv.org>\n"
@ -1530,8 +1530,8 @@ msgstr "
msgid "Up/Dn for new location - OK to move"
msgstr "ÐÜíù/ÊÜôù ãéÜ íÝá èÝóç. ÌåôÜ ÏÊ"
msgid "Channel locked (recording)!"
msgstr "Ôï êáíÜëé åßíáé áðïó÷ïëéìÝíï (Ãßíåôå åããñáöÞ)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Ï óêëçñüò êïíôåýåé íÜ ãåìßóåé!"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2015-02-19 23:00+0100\n"
"Last-Translator: Gabriel Bonich <gbonich@gmail.com>\n"
"Language-Team: Spanish <vdr@linuxtv.org>\n"
@ -1531,8 +1531,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "Arriba/Abajo para mover - OK para confirmar"
msgid "Channel locked (recording)!"
msgstr "¡Canal bloqueado (grabando)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "¡Poco espacio en disco!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
"Last-Translator: Arthur Konovalov <artlov@gmail.com>\n"
"Language-Team: Estonian <vdr@linuxtv.org>\n"
@ -1530,8 +1530,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "'Üles/Alla' uus asukoht - 'OK' kinnitus"
msgid "Channel locked (recording)!"
msgstr "Kanal lukus (salvestamine aktiivne)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Kõvaketas täis!"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2007-08-15 15:52+0200\n"
"Last-Translator: Matti Lehtimäki <matti.lehtimaki@gmail.com>\n"
"Language-Team: Finnish <vdr@linuxtv.org>\n"
@ -1534,8 +1534,8 @@ msgstr "Laajennos"
msgid "Up/Dn for new location - OK to move"
msgstr "'Ylös/Alas' uusi paikka - 'OK' hyväksy"
msgid "Channel locked (recording)!"
msgstr "Kanava lukittu (tallennus käynnissä)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Tallennustila loppumassa!"

View File

@ -18,7 +18,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2018-04-14 10:16+0100\n"
"Last-Translator: Bernard Jaulin <bernard.jaulin@gmail.com>\n"
"Language-Team: French <vdr@linuxtv.org>\n"
@ -1541,8 +1541,8 @@ msgstr "Module"
msgid "Up/Dn for new location - OK to move"
msgstr "Haut/Bas -> nouvelle place - OK -> déplacer"
msgid "Channel locked (recording)!"
msgstr "Chaîne verrouillée (enregistrement en cours) !"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Disque presque plein !"

View File

@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2008-03-17 19:00+0100\n"
"Last-Translator: Adrian Caval <anrxc@sysphere.org>\n"
"Language-Team: Croatian <vdr@linuxtv.org>\n"
@ -1532,8 +1532,8 @@ msgstr "Dodatak"
msgid "Up/Dn for new location - OK to move"
msgstr "Gore/Dolje na novu poziciju - OK za potvdru"
msgid "Channel locked (recording)!"
msgstr "Program zakljuèan (snimanje)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Malo prostora na disku!"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.6\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2024-02-09 06:29+0000\n"
"Last-Translator: István Füley <ifuley@tigercomp.ro>\n"
"Language-Team: Hungarian\n"
@ -1538,8 +1538,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "Fel/Le egy új pozícióért - aztán OK"
msgid "Channel locked (recording)!"
msgstr "Csatorna blokkolva (felvétel)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Adattároló majdnem tele!"

View File

@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2024-04-02 23:20+0200\n"
"Last-Translator: Gringo <vdr-italian@tiscali.it>\n"
"Language-Team: Italian <vdr@linuxtv.org>\n"
@ -1536,8 +1536,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "Su/Giù per nuova posizione - OK per spostare"
msgid "Channel locked (recording)!"
msgstr "Canale bloccato (in registrazione)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Poco spazio su disco!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2015-02-11 14:02+0200\n"
"Last-Translator: Valdemaras Pipiras <varas@ambernet.lt>\n"
"Language-Team: Lithuanian <vdr@linuxtv.org>\n"
@ -1530,8 +1530,8 @@ msgstr "Įskiepas"
msgid "Up/Dn for new location - OK to move"
msgstr "Spauskite mygtukus į viršų / į apačią ir OK kad perkelti į kitą vietą"
msgid "Channel locked (recording)!"
msgstr "Kanalas užblokuotas (įrašinėjama)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Mažai vietos diske!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2018-03-31 21:47+0100\n"
"Last-Translator: Dimitar Petrovski <dimeptr@gmail.com>\n"
"Language-Team: Macedonian <kde-i18n-doc@kde.org>\n"
@ -1532,8 +1532,8 @@ msgstr "Додаток"
msgid "Up/Dn for new location - OK to move"
msgstr "Горе/Доле за нова позиција - OK за потврда"
msgid "Channel locked (recording)!"
msgstr "Каналот е заклучен (снимање)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Малку простор на дискот!"

View File

@ -13,7 +13,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2015-02-10 19:43+0100\n"
"Last-Translator: Erik Oomen <oomen.e@gmail.com>\n"
"Language-Team: Dutch <vdr@linuxtv.org>\n"
@ -1536,8 +1536,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "Gebruik Omhoog/Omlaag - daarna Ok"
msgid "Channel locked (recording)!"
msgstr "Kanaal geblokkeerd (neemt op)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Hardeschijf bijna vol!"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
"Language-Team: Norwegian Nynorsk <vdr@linuxtv.org>\n"
@ -1531,8 +1531,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "Opp/Ned for ny plass - OK for å flytte"
msgid "Channel locked (recording)!"
msgstr "Kanalen er låst (opptak)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Lite ledig diskplass!"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2018-02-19 00:42+0100\n"
"Last-Translator: Tomasz Maciej Nowak <tmn505@gmail.com>\n"
"Language-Team: Polish <vdr@linuxtv.org>\n"
@ -1535,8 +1535,8 @@ msgstr "Wtyczka"
msgid "Up/Dn for new location - OK to move"
msgstr "Do góry/Na dół na nową pozycję - Ok zatwierdza"
msgid "Channel locked (recording)!"
msgstr "Kanał zablokowany (trwa nagrywanie)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Mało miejsca na dysku!"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2010-03-28 22:49+0100\n"
"Last-Translator: Cris Silva <hudokkow@gmail.com>\n"
"Language-Team: Portuguese <vdr@linuxtv.org>\n"
@ -1531,8 +1531,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "Cima/Baixo para nova posição - OK para mover"
msgid "Channel locked (recording)!"
msgstr "Canal bloqueado (a gravar)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Espaço em disco baixo!"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2015-02-11 22:26+0100\n"
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
"Language-Team: Romanian <vdr@linuxtv.org>\n"
@ -1532,8 +1532,8 @@ msgstr "Plugin"
msgid "Up/Dn for new location - OK to move"
msgstr "Sus/Jos pentru noua locaţie - OK pentru a muta"
msgid "Channel locked (recording)!"
msgstr "Canal blocat (înregistrare)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Spaţiul pe disc e foarte scăzut!"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2016-12-27 17:13+0100\n"
"Last-Translator: Pridvorov Andrey <ua0lnj@bk.ru>\n"
"Language-Team: Russian <vdr@linuxtv.org>\n"
@ -1531,8 +1531,8 @@ msgstr "Модуль"
msgid "Up/Dn for new location - OK to move"
msgstr "Нажимайте \"Вверх\"/\"Вниз\" для выбора позиции, а затем \"OK\""
msgid "Channel locked (recording)!"
msgstr "Канал заблокирован (идёт запись)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Недостаточно места на диске!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2015-02-17 18:59+0100\n"
"Last-Translator: Milan Hrala <hrala.milan@gmail.com>\n"
"Language-Team: Slovak <vdr@linuxtv.org>\n"
@ -1531,8 +1531,8 @@ msgstr "Modul"
msgid "Up/Dn for new location - OK to move"
msgstr "Hore/Dole na novú pozíciu - Ok presune"
msgid "Channel locked (recording)!"
msgstr "Kanál je zamknutý (nahráva sa)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Nedostatok miesta na disku!"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2013-03-04 12:46+0100\n"
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
"Language-Team: Slovenian <vdr@linuxtv.org>\n"
@ -1531,8 +1531,8 @@ msgstr "Vstavek"
msgid "Up/Dn for new location - OK to move"
msgstr "Gor/Dol za novo poz. - Ok za premik"
msgid "Channel locked (recording)!"
msgstr "Zaklenjen kanal (snemanje)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Premalo prostora na disku!"

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2013-03-16 15:05+0100\n"
"Last-Translator: Zoran Turalija <zoran.turalija@gmail.com>\n"
"Language-Team: Serbian <vdr@linuxtv.org>\n"
@ -1531,8 +1531,8 @@ msgstr "Dodatak"
msgid "Up/Dn for new location - OK to move"
msgstr "Gore/Dole za novu poziciju - OK za potvrdu"
msgid "Channel locked (recording)!"
msgstr "Kanal zakljuèan (snimanje)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Malo prostora na disku!"

View File

@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2015-02-12 21:58+0100\n"
"Last-Translator: Magnus Sirviö <sirwio@hotmail.com>\n"
"Language-Team: Swedish <vdr@linuxtv.org>\n"
@ -1535,8 +1535,8 @@ msgstr "Modul"
msgid "Up/Dn for new location - OK to move"
msgstr "Upp/Ner för nya platsen - därefter OK för att flytta"
msgid "Channel locked (recording)!"
msgstr "Kanalen är låst (inspelning pågår)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Lågt diskutrymme!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2008-02-28 00:33+0100\n"
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
"Language-Team: Turkish <vdr@linuxtv.org>\n"
@ -1530,8 +1530,8 @@ msgstr "Eklenti"
msgid "Up/Dn for new location - OK to move"
msgstr "'Yukarý/Aþaðý' yeni posizyon seç - 'Tamam' taþý"
msgid "Channel locked (recording)!"
msgstr "Kanal geçersiz (kayýt ediliyor)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Kayýt kapasitesi az!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2018-03-18 20:00+0100\n"
"Last-Translator: Yarema aka Knedlyk <yupadmin@gmail.com>\n"
"Language-Team: Ukrainian <vdr@linuxtv.org>\n"
@ -1531,8 +1531,8 @@ msgstr "Модуль"
msgid "Up/Dn for new location - OK to move"
msgstr "Натискайте \"Вверх\"/\"Вниз\" для вибору позиції, а потім \"OK\""
msgid "Channel locked (recording)!"
msgstr "Канал заблоковано (йде запис)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "Недостатньо місця на диску!"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 2.6.0\n"
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\n"
"POT-Creation-Date: 2024-06-13 11:21+0200\n"
"POT-Creation-Date: 2024-07-16 14:13+0200\n"
"PO-Revision-Date: 2013-03-04 14:52+0800\n"
"Last-Translator: NFVDR <nfvdr@live.com>\n"
"Language-Team: Chinese (simplified) <nfvdr@live.com>\n"
@ -1532,8 +1532,8 @@ msgstr "插件"
msgid "Up/Dn for new location - OK to move"
msgstr "上/下 新的定位 - OK 移动"
msgid "Channel locked (recording)!"
msgstr "频道已经锁定 (录像)!"
msgid "Primary device has no MPEG decoder, can't attach player!"
msgstr ""
msgid "Low disk space!"
msgstr "磁盘空间不足!"