mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Changed the error message when trying to attach a player to a primary device without an MPEG decoder
This commit is contained in:
parent
8d82b05071
commit
a33adf365d
4
HISTORY
4
HISTORY
@ -9952,7 +9952,7 @@ Video Disk Recorder Revision History
|
|||||||
- Added the lines from 'Fixed a timeout in cDvbDevice while tuning after the frontend
|
- Added the lines from 'Fixed a timeout in cDvbDevice while tuning after the frontend
|
||||||
has been reopened' to cDvbTuner::ProvidesFrontend() (suggested by Markus Ehrnsperger).
|
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 cDevice::SetCurrentChannel(const cChannel *Channel).
|
||||||
- Removed deprecated function cSkinDisplayMenu::SetItemEvent(const cEvent *Event, int Index,
|
- 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
|
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)
|
functionality. However, it is recommended to use Control(cMutexLock &MutexLock, bool Hidden)
|
||||||
instead.
|
instead.
|
||||||
|
- Changed the error message when trying to attach a player to a primary device without
|
||||||
|
an MPEG decoder.
|
||||||
|
4
player.c
4
player.c
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* 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"
|
#include "player.h"
|
||||||
@ -99,7 +99,7 @@ void cControl::Attach(void)
|
|||||||
if (cDevice::PrimaryDevice()->AttachPlayer(control->player))
|
if (cDevice::PrimaryDevice()->AttachPlayer(control->player))
|
||||||
control->attached = true;
|
control->attached = true;
|
||||||
else {
|
else {
|
||||||
Skins.Message(mtError, tr("Channel locked (recording)!"));
|
Skins.Message(mtError, tr("Primary device has no MPEG decoder, can't attach player!"));
|
||||||
Shutdown();
|
Shutdown();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
6
po/ar.po
6
po/ar.po
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2008-10-16 11:16-0400\n"
|
||||||
"Last-Translator: Osama Alrawab <alrawab@hotmail.com>\n"
|
"Last-Translator: Osama Alrawab <alrawab@hotmail.com>\n"
|
||||||
"Language-Team: Arabic <ar@li.org>\n"
|
"Language-Team: Arabic <ar@li.org>\n"
|
||||||
@ -1534,8 +1534,8 @@ msgstr "الملحق"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "اعلى او اسفل ل الموضع الجديد و موافق للتحريك"
|
msgstr "اعلى او اسفل ل الموضع الجديد و موافق للتحريك"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "القناة مقفلة للتسجيل"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "مساحة القرص غير كافية"
|
msgstr "مساحة القرص غير كافية"
|
||||||
|
@ -10,7 +10,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2008-03-02 19:02+0100\n"
|
||||||
"Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
|
"Last-Translator: Luca Olivetti <luca@ventoso.org>\n"
|
||||||
"Language-Team: Catalan <vdr@linuxtv.org>\n"
|
"Language-Team: Catalan <vdr@linuxtv.org>\n"
|
||||||
@ -1533,8 +1533,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Amunt/Avall per una nova localització - OK per moure"
|
msgstr "Amunt/Avall per una nova localització - OK per moure"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Canal bloquejat (gravant)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Disc gairebé ple!"
|
msgstr "Disc gairebé ple!"
|
||||||
|
@ -10,7 +10,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2010-05-06 11:00+0200\n"
|
||||||
"Last-Translator: Aleš Juřík <ajurik@quick.cz>\n"
|
"Last-Translator: Aleš Juřík <ajurik@quick.cz>\n"
|
||||||
"Language-Team: Czech <vdr@linuxtv.org>\n"
|
"Language-Team: Czech <vdr@linuxtv.org>\n"
|
||||||
@ -1533,8 +1533,8 @@ msgstr "Modul"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Nahoru/Dolu pro novou pozici - Ok přesune"
|
msgstr "Nahoru/Dolu pro novou pozici - Ok přesune"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanál je blokovaný (nahrává se)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Disk bude brzy zaplněn!"
|
msgstr "Disk bude brzy zaplněn!"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||||
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
|
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
|
||||||
"Language-Team: Danish <vdr@linuxtv.org>\n"
|
"Language-Team: Danish <vdr@linuxtv.org>\n"
|
||||||
@ -1530,8 +1530,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Op/Ned for ny placering - OK for at flytte"
|
msgstr "Op/Ned for ny placering - OK for at flytte"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanal blokeret (optagelse i gang)"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Kun lidt diskplads tilbage!"
|
msgstr "Kun lidt diskplads tilbage!"
|
||||||
|
@ -9,7 +9,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2015-02-10 13:45+0100\n"
|
||||||
"Last-Translator: Klaus Schmidinger <vdr@tvdr.de>\n"
|
"Last-Translator: Klaus Schmidinger <vdr@tvdr.de>\n"
|
||||||
"Language-Team: German <vdr@linuxtv.org>\n"
|
"Language-Team: German <vdr@linuxtv.org>\n"
|
||||||
@ -1532,8 +1532,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Auf/Ab für neue Position - dann OK"
|
msgstr "Auf/Ab für neue Position - dann OK"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanal blockiert (zeichnet auf)!"
|
msgstr "Primäres Device hat keinen MPEG-Decoder, Wiedergabe nicht möglich!"
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Platte beinahe voll!"
|
msgstr "Platte beinahe voll!"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||||
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
|
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
|
||||||
"Language-Team: Greek <vdr@linuxtv.org>\n"
|
"Language-Team: Greek <vdr@linuxtv.org>\n"
|
||||||
@ -1530,8 +1530,8 @@ msgstr "
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "ÐÜíù/ÊÜôù ãéÜ íÝá èÝóç. ÌåôÜ ÏÊ"
|
msgstr "ÐÜíù/ÊÜôù ãéÜ íÝá èÝóç. ÌåôÜ ÏÊ"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Ôï êáíÜëé åßíáé áðïó÷ïëéìÝíï (Ãßíåôå åããñáöÞ)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Ï óêëçñüò êïíôåýåé íÜ ãåìßóåé!"
|
msgstr "Ï óêëçñüò êïíôåýåé íÜ ãåìßóåé!"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2015-02-19 23:00+0100\n"
|
||||||
"Last-Translator: Gabriel Bonich <gbonich@gmail.com>\n"
|
"Last-Translator: Gabriel Bonich <gbonich@gmail.com>\n"
|
||||||
"Language-Team: Spanish <vdr@linuxtv.org>\n"
|
"Language-Team: Spanish <vdr@linuxtv.org>\n"
|
||||||
@ -1531,8 +1531,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Arriba/Abajo para mover - OK para confirmar"
|
msgstr "Arriba/Abajo para mover - OK para confirmar"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "¡Canal bloqueado (grabando)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "¡Poco espacio en disco!"
|
msgstr "¡Poco espacio en disco!"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||||
"Last-Translator: Arthur Konovalov <artlov@gmail.com>\n"
|
"Last-Translator: Arthur Konovalov <artlov@gmail.com>\n"
|
||||||
"Language-Team: Estonian <vdr@linuxtv.org>\n"
|
"Language-Team: Estonian <vdr@linuxtv.org>\n"
|
||||||
@ -1530,8 +1530,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "'Üles/Alla' uus asukoht - 'OK' kinnitus"
|
msgstr "'Üles/Alla' uus asukoht - 'OK' kinnitus"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanal lukus (salvestamine aktiivne)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Kõvaketas täis!"
|
msgstr "Kõvaketas täis!"
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2007-08-15 15:52+0200\n"
|
||||||
"Last-Translator: Matti Lehtimäki <matti.lehtimaki@gmail.com>\n"
|
"Last-Translator: Matti Lehtimäki <matti.lehtimaki@gmail.com>\n"
|
||||||
"Language-Team: Finnish <vdr@linuxtv.org>\n"
|
"Language-Team: Finnish <vdr@linuxtv.org>\n"
|
||||||
@ -1534,8 +1534,8 @@ msgstr "Laajennos"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "'Ylös/Alas' uusi paikka - 'OK' hyväksy"
|
msgstr "'Ylös/Alas' uusi paikka - 'OK' hyväksy"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanava lukittu (tallennus käynnissä)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Tallennustila loppumassa!"
|
msgstr "Tallennustila loppumassa!"
|
||||||
|
@ -18,7 +18,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2018-04-14 10:16+0100\n"
|
||||||
"Last-Translator: Bernard Jaulin <bernard.jaulin@gmail.com>\n"
|
"Last-Translator: Bernard Jaulin <bernard.jaulin@gmail.com>\n"
|
||||||
"Language-Team: French <vdr@linuxtv.org>\n"
|
"Language-Team: French <vdr@linuxtv.org>\n"
|
||||||
@ -1541,8 +1541,8 @@ msgstr "Module"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Haut/Bas -> nouvelle place - OK -> déplacer"
|
msgstr "Haut/Bas -> nouvelle place - OK -> déplacer"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Chaîne verrouillée (enregistrement en cours) !"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Disque presque plein !"
|
msgstr "Disque presque plein !"
|
||||||
|
@ -9,7 +9,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2008-03-17 19:00+0100\n"
|
||||||
"Last-Translator: Adrian Caval <anrxc@sysphere.org>\n"
|
"Last-Translator: Adrian Caval <anrxc@sysphere.org>\n"
|
||||||
"Language-Team: Croatian <vdr@linuxtv.org>\n"
|
"Language-Team: Croatian <vdr@linuxtv.org>\n"
|
||||||
@ -1532,8 +1532,8 @@ msgstr "Dodatak"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Gore/Dolje na novu poziciju - OK za potvdru"
|
msgstr "Gore/Dolje na novu poziciju - OK za potvdru"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Program zakljuèan (snimanje)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Malo prostora na disku!"
|
msgstr "Malo prostora na disku!"
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.6\n"
|
"Project-Id-Version: VDR 2.6.6\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2024-02-09 06:29+0000\n"
|
||||||
"Last-Translator: István Füley <ifuley@tigercomp.ro>\n"
|
"Last-Translator: István Füley <ifuley@tigercomp.ro>\n"
|
||||||
"Language-Team: Hungarian\n"
|
"Language-Team: Hungarian\n"
|
||||||
@ -1538,8 +1538,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Fel/Le egy új pozícióért - aztán OK"
|
msgstr "Fel/Le egy új pozícióért - aztán OK"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Csatorna blokkolva (felvétel)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Adattároló majdnem tele!"
|
msgstr "Adattároló majdnem tele!"
|
||||||
|
@ -11,7 +11,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2024-04-02 23:20+0200\n"
|
||||||
"Last-Translator: Gringo <vdr-italian@tiscali.it>\n"
|
"Last-Translator: Gringo <vdr-italian@tiscali.it>\n"
|
||||||
"Language-Team: Italian <vdr@linuxtv.org>\n"
|
"Language-Team: Italian <vdr@linuxtv.org>\n"
|
||||||
@ -1536,8 +1536,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Su/Giù per nuova posizione - OK per spostare"
|
msgstr "Su/Giù per nuova posizione - OK per spostare"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Canale bloccato (in registrazione)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Poco spazio su disco!"
|
msgstr "Poco spazio su disco!"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2015-02-11 14:02+0200\n"
|
||||||
"Last-Translator: Valdemaras Pipiras <varas@ambernet.lt>\n"
|
"Last-Translator: Valdemaras Pipiras <varas@ambernet.lt>\n"
|
||||||
"Language-Team: Lithuanian <vdr@linuxtv.org>\n"
|
"Language-Team: Lithuanian <vdr@linuxtv.org>\n"
|
||||||
@ -1530,8 +1530,8 @@ msgstr "Įskiepas"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Spauskite mygtukus į viršų / į apačią ir OK kad perkelti į kitą vietą"
|
msgstr "Spauskite mygtukus į viršų / į apačią ir OK kad perkelti į kitą vietą"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanalas užblokuotas (įrašinėjama)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Mažai vietos diske!"
|
msgstr "Mažai vietos diske!"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2018-03-31 21:47+0100\n"
|
||||||
"Last-Translator: Dimitar Petrovski <dimeptr@gmail.com>\n"
|
"Last-Translator: Dimitar Petrovski <dimeptr@gmail.com>\n"
|
||||||
"Language-Team: Macedonian <kde-i18n-doc@kde.org>\n"
|
"Language-Team: Macedonian <kde-i18n-doc@kde.org>\n"
|
||||||
@ -1532,8 +1532,8 @@ msgstr "Додаток"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Горе/Доле за нова позиција - OK за потврда"
|
msgstr "Горе/Доле за нова позиција - OK за потврда"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Каналот е заклучен (снимање)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Малку простор на дискот!"
|
msgstr "Малку простор на дискот!"
|
||||||
|
@ -13,7 +13,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2015-02-10 19:43+0100\n"
|
||||||
"Last-Translator: Erik Oomen <oomen.e@gmail.com>\n"
|
"Last-Translator: Erik Oomen <oomen.e@gmail.com>\n"
|
||||||
"Language-Team: Dutch <vdr@linuxtv.org>\n"
|
"Language-Team: Dutch <vdr@linuxtv.org>\n"
|
||||||
@ -1536,8 +1536,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Gebruik Omhoog/Omlaag - daarna Ok"
|
msgstr "Gebruik Omhoog/Omlaag - daarna Ok"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanaal geblokkeerd (neemt op)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Hardeschijf bijna vol!"
|
msgstr "Hardeschijf bijna vol!"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2007-08-12 14:17+0200\n"
|
||||||
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
|
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
|
||||||
"Language-Team: Norwegian Nynorsk <vdr@linuxtv.org>\n"
|
"Language-Team: Norwegian Nynorsk <vdr@linuxtv.org>\n"
|
||||||
@ -1531,8 +1531,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Opp/Ned for ny plass - OK for å flytte"
|
msgstr "Opp/Ned for ny plass - OK for å flytte"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanalen er låst (opptak)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Lite ledig diskplass!"
|
msgstr "Lite ledig diskplass!"
|
||||||
|
@ -10,7 +10,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2018-02-19 00:42+0100\n"
|
||||||
"Last-Translator: Tomasz Maciej Nowak <tmn505@gmail.com>\n"
|
"Last-Translator: Tomasz Maciej Nowak <tmn505@gmail.com>\n"
|
||||||
"Language-Team: Polish <vdr@linuxtv.org>\n"
|
"Language-Team: Polish <vdr@linuxtv.org>\n"
|
||||||
@ -1535,8 +1535,8 @@ msgstr "Wtyczka"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Do góry/Na dół na nową pozycję - Ok zatwierdza"
|
msgstr "Do góry/Na dół na nową pozycję - Ok zatwierdza"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanał zablokowany (trwa nagrywanie)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Mało miejsca na dysku!"
|
msgstr "Mało miejsca na dysku!"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2010-03-28 22:49+0100\n"
|
||||||
"Last-Translator: Cris Silva <hudokkow@gmail.com>\n"
|
"Last-Translator: Cris Silva <hudokkow@gmail.com>\n"
|
||||||
"Language-Team: Portuguese <vdr@linuxtv.org>\n"
|
"Language-Team: Portuguese <vdr@linuxtv.org>\n"
|
||||||
@ -1531,8 +1531,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Cima/Baixo para nova posição - OK para mover"
|
msgstr "Cima/Baixo para nova posição - OK para mover"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Canal bloqueado (a gravar)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Espaço em disco baixo!"
|
msgstr "Espaço em disco baixo!"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2015-02-11 22:26+0100\n"
|
||||||
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
|
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
|
||||||
"Language-Team: Romanian <vdr@linuxtv.org>\n"
|
"Language-Team: Romanian <vdr@linuxtv.org>\n"
|
||||||
@ -1532,8 +1532,8 @@ msgstr "Plugin"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Sus/Jos pentru noua locaţie - OK pentru a muta"
|
msgstr "Sus/Jos pentru noua locaţie - OK pentru a muta"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Canal blocat (înregistrare)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Spaţiul pe disc e foarte scăzut!"
|
msgstr "Spaţiul pe disc e foarte scăzut!"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2016-12-27 17:13+0100\n"
|
||||||
"Last-Translator: Pridvorov Andrey <ua0lnj@bk.ru>\n"
|
"Last-Translator: Pridvorov Andrey <ua0lnj@bk.ru>\n"
|
||||||
"Language-Team: Russian <vdr@linuxtv.org>\n"
|
"Language-Team: Russian <vdr@linuxtv.org>\n"
|
||||||
@ -1531,8 +1531,8 @@ msgstr "Модуль"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Нажимайте \"Вверх\"/\"Вниз\" для выбора позиции, а затем \"OK\""
|
msgstr "Нажимайте \"Вверх\"/\"Вниз\" для выбора позиции, а затем \"OK\""
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Канал заблокирован (идёт запись)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Недостаточно места на диске!"
|
msgstr "Недостаточно места на диске!"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2015-02-17 18:59+0100\n"
|
||||||
"Last-Translator: Milan Hrala <hrala.milan@gmail.com>\n"
|
"Last-Translator: Milan Hrala <hrala.milan@gmail.com>\n"
|
||||||
"Language-Team: Slovak <vdr@linuxtv.org>\n"
|
"Language-Team: Slovak <vdr@linuxtv.org>\n"
|
||||||
@ -1531,8 +1531,8 @@ msgstr "Modul"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Hore/Dole na novú pozíciu - Ok presune"
|
msgstr "Hore/Dole na novú pozíciu - Ok presune"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanál je zamknutý (nahráva sa)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Nedostatok miesta na disku!"
|
msgstr "Nedostatok miesta na disku!"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2013-03-04 12:46+0100\n"
|
||||||
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
|
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
|
||||||
"Language-Team: Slovenian <vdr@linuxtv.org>\n"
|
"Language-Team: Slovenian <vdr@linuxtv.org>\n"
|
||||||
@ -1531,8 +1531,8 @@ msgstr "Vstavek"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Gor/Dol za novo poz. - Ok za premik"
|
msgstr "Gor/Dol za novo poz. - Ok za premik"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Zaklenjen kanal (snemanje)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Premalo prostora na disku!"
|
msgstr "Premalo prostora na disku!"
|
||||||
|
@ -8,7 +8,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2013-03-16 15:05+0100\n"
|
||||||
"Last-Translator: Zoran Turalija <zoran.turalija@gmail.com>\n"
|
"Last-Translator: Zoran Turalija <zoran.turalija@gmail.com>\n"
|
||||||
"Language-Team: Serbian <vdr@linuxtv.org>\n"
|
"Language-Team: Serbian <vdr@linuxtv.org>\n"
|
||||||
@ -1531,8 +1531,8 @@ msgstr "Dodatak"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Gore/Dole za novu poziciju - OK za potvrdu"
|
msgstr "Gore/Dole za novu poziciju - OK za potvrdu"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanal zakljuèan (snimanje)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Malo prostora na disku!"
|
msgstr "Malo prostora na disku!"
|
||||||
|
@ -12,7 +12,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2015-02-12 21:58+0100\n"
|
||||||
"Last-Translator: Magnus Sirviö <sirwio@hotmail.com>\n"
|
"Last-Translator: Magnus Sirviö <sirwio@hotmail.com>\n"
|
||||||
"Language-Team: Swedish <vdr@linuxtv.org>\n"
|
"Language-Team: Swedish <vdr@linuxtv.org>\n"
|
||||||
@ -1535,8 +1535,8 @@ msgstr "Modul"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Upp/Ner för nya platsen - därefter OK för att flytta"
|
msgstr "Upp/Ner för nya platsen - därefter OK för att flytta"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanalen är låst (inspelning pågår)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Lågt diskutrymme!"
|
msgstr "Lågt diskutrymme!"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2008-02-28 00:33+0100\n"
|
||||||
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
|
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
|
||||||
"Language-Team: Turkish <vdr@linuxtv.org>\n"
|
"Language-Team: Turkish <vdr@linuxtv.org>\n"
|
||||||
@ -1530,8 +1530,8 @@ msgstr "Eklenti"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "'Yukarý/Aþaðý' yeni posizyon seç - 'Tamam' taþý"
|
msgstr "'Yukarý/Aþaðý' yeni posizyon seç - 'Tamam' taþý"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Kanal geçersiz (kayýt ediliyor)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Kayýt kapasitesi az!"
|
msgstr "Kayýt kapasitesi az!"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2018-03-18 20:00+0100\n"
|
||||||
"Last-Translator: Yarema aka Knedlyk <yupadmin@gmail.com>\n"
|
"Last-Translator: Yarema aka Knedlyk <yupadmin@gmail.com>\n"
|
||||||
"Language-Team: Ukrainian <vdr@linuxtv.org>\n"
|
"Language-Team: Ukrainian <vdr@linuxtv.org>\n"
|
||||||
@ -1531,8 +1531,8 @@ msgstr "Модуль"
|
|||||||
msgid "Up/Dn for new location - OK to move"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "Натискайте \"Вверх\"/\"Вниз\" для вибору позиції, а потім \"OK\""
|
msgstr "Натискайте \"Вверх\"/\"Вниз\" для вибору позиції, а потім \"OK\""
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "Канал заблоковано (йде запис)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "Недостатньо місця на диску!"
|
msgstr "Недостатньо місця на диску!"
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: VDR 2.6.0\n"
|
"Project-Id-Version: VDR 2.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: <vdr-bugs@tvdr.de>\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"
|
"PO-Revision-Date: 2013-03-04 14:52+0800\n"
|
||||||
"Last-Translator: NFVDR <nfvdr@live.com>\n"
|
"Last-Translator: NFVDR <nfvdr@live.com>\n"
|
||||||
"Language-Team: Chinese (simplified) <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"
|
msgid "Up/Dn for new location - OK to move"
|
||||||
msgstr "上/下 新的定位 - OK 移动"
|
msgstr "上/下 新的定位 - OK 移动"
|
||||||
|
|
||||||
msgid "Channel locked (recording)!"
|
msgid "Primary device has no MPEG decoder, can't attach player!"
|
||||||
msgstr "频道已经锁定 (录像)!"
|
msgstr ""
|
||||||
|
|
||||||
msgid "Low disk space!"
|
msgid "Low disk space!"
|
||||||
msgstr "磁盘空间不足!"
|
msgstr "磁盘空间不足!"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user