mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated for vdr-2.4.0.
This commit is contained in:
parent
0fe1cb7ab5
commit
5ae793f030
9
HISTORY
9
HISTORY
@ -283,3 +283,12 @@ VDR Plugin 'iptv' Revision History
|
||||
- Updated for vdr-2.3.7.
|
||||
- Added Polish translation (Thanks to Tomasz Nowak).
|
||||
- Added Catalan and Spanish translations (Thanks to Gabriel Bonich).
|
||||
|
||||
|
||||
==================================
|
||||
VDR Plugin 'iptv' Revision History
|
||||
==================================
|
||||
|
||||
2018-04-15: Version 2.4.0
|
||||
|
||||
- Updated for vdr-2.4.0.
|
||||
|
6
iptv.c
6
iptv.c
@ -13,15 +13,15 @@
|
||||
#include "device.h"
|
||||
#include "iptvservice.h"
|
||||
|
||||
#if defined(APIVERSNUM) && APIVERSNUM < 20307
|
||||
#error "VDR-2.3.7 API version or greater is required!"
|
||||
#if defined(APIVERSNUM) && APIVERSNUM < 20400
|
||||
#error "VDR-2.4.0 API version or greater is required!"
|
||||
#endif
|
||||
|
||||
#ifndef GITVERSION
|
||||
#define GITVERSION ""
|
||||
#endif
|
||||
|
||||
const char VERSION[] = "2.3.0" GITVERSION;
|
||||
const char VERSION[] = "2.4.0" GITVERSION;
|
||||
static const char DESCRIPTION[] = trNOOP("Experience the IPTV");
|
||||
|
||||
class cPluginIptv : public cPlugin {
|
||||
|
@ -5,10 +5,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-iptv 2.3.0\n"
|
||||
"Project-Id-Version: vdr-iptv 2.4.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2017-06-24 06:24+0300\n"
|
||||
"PO-Revision-Date: 2017-06-24 06:24+0300\n"
|
||||
"POT-Creation-Date: 2018-04-15 04:15+0300\n"
|
||||
"PO-Revision-Date: 2018-04-15 04:15+0300\n"
|
||||
"Last-Translator: Gabriel Bonich <gbonich@gmail.com>\n"
|
||||
"Language-Team: Catalan <vdr@linuxtv.org>\n"
|
||||
"Language: ca\n"
|
||||
|
@ -1,15 +1,15 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2007-2015 Rolf Ahrenberg & Antti Seppala
|
||||
# Copyright (C) 2007-2018 Rolf Ahrenberg & Antti Seppala
|
||||
# This file is distributed under the same license as the iptv package.
|
||||
# Tobias <vdr@e-tobi.net>, 2007.
|
||||
# Frank Neumann, 2015.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-iptv 2.3.0\n"
|
||||
"Project-Id-Version: vdr-iptv 2.4.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2017-06-24 06:24+0300\n"
|
||||
"PO-Revision-Date: 2017-06-24 06:24+0300\n"
|
||||
"POT-Creation-Date: 2018-04-15 04:15+0300\n"
|
||||
"PO-Revision-Date: 2018-04-15 04:15+0300\n"
|
||||
"Last-Translator: Frank Neumann <fnu@yavdr.org>\n"
|
||||
"Language-Team: German <vdr@linuxtv.org>\n"
|
||||
"Language: de\n"
|
||||
|
@ -5,10 +5,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-iptv 2.3.0\n"
|
||||
"Project-Id-Version: vdr-iptv 2.4.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2017-06-24 06:24+0300\n"
|
||||
"PO-Revision-Date: 2017-06-24 06:24+0300\n"
|
||||
"POT-Creation-Date: 2018-04-15 04:15+0300\n"
|
||||
"PO-Revision-Date: 2018-04-15 04:15+0300\n"
|
||||
"Last-Translator: Gabriel Bonich <gbonich@gmail.com>\n"
|
||||
"Language-Team: Spanish <vdr@linuxtv.org>\n"
|
||||
"Language: es\n"
|
||||
|
@ -1,14 +1,14 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2007-2015 Rolf Ahrenberg & Antti Seppala
|
||||
# Copyright (C) 2007-2018 Rolf Ahrenberg & Antti Seppala
|
||||
# This file is distributed under the same license as the iptv package.
|
||||
# Rolf Ahrenberg
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-iptv 2.3.0\n"
|
||||
"Project-Id-Version: vdr-iptv 2.4.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2017-06-24 06:24+0300\n"
|
||||
"PO-Revision-Date: 2017-06-24 06:24+0300\n"
|
||||
"POT-Creation-Date: 2018-04-15 04:15+0300\n"
|
||||
"PO-Revision-Date: 2018-04-15 04:15+0300\n"
|
||||
"Last-Translator: Rolf Ahrenberg\n"
|
||||
"Language-Team: Finnish <vdr@linuxtv.org>\n"
|
||||
"Language: fi\n"
|
||||
|
@ -1,15 +1,15 @@
|
||||
# French translations for iptv package.
|
||||
# Copyright (C) 2007-2015 Rolf Ahrenberg & Antti Seppala
|
||||
# Copyright (C) 2007-2018 Rolf Ahrenberg & Antti Seppala
|
||||
# This file is distributed under the same license as the iptv package.
|
||||
# Bruno ROUSSEL <bruno.roussel@free.fr>, 2007.
|
||||
# NIVAL Michaël <mnival@club-internet.fr>, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-iptv 2.3.0\n"
|
||||
"Project-Id-Version: vdr-iptv 2.4.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2017-06-24 06:24+0300\n"
|
||||
"PO-Revision-Date: 2017-06-24 06:24+0300\n"
|
||||
"POT-Creation-Date: 2018-04-15 04:15+0300\n"
|
||||
"PO-Revision-Date: 2018-04-15 04:15+0300\n"
|
||||
"Last-Translator: NIVAL Michaël <mnival@club-internet.fr>\n"
|
||||
"Language-Team: French <vdr@linuxtv.org>\n"
|
||||
"Language: fr\n"
|
||||
|
@ -1,14 +1,14 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2007-2015 Rolf Ahrenberg & Antti Seppala
|
||||
# Copyright (C) 2007-2018 Rolf Ahrenberg & Antti Seppala
|
||||
# This file is distributed under the same license as the iptv package.
|
||||
# Diego Pierotto <vdr-italian@tiscali.it>, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-iptv 2.3.0\n"
|
||||
"Project-Id-Version: vdr-iptv 2.4.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2017-06-24 06:24+0300\n"
|
||||
"PO-Revision-Date: 2017-06-24 06:24+0300\n"
|
||||
"POT-Creation-Date: 2018-04-15 04:15+0300\n"
|
||||
"PO-Revision-Date: 2018-04-15 04:15+0300\n"
|
||||
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
|
||||
"Language-Team: Italian <vdr@linuxtv.org>\n"
|
||||
"Language: it\n"
|
||||
|
@ -1,14 +1,14 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2007-2015 Rolf Ahrenberg & Antti Seppala
|
||||
# Copyright (C) 2007-2018 Rolf Ahrenberg & Antti Seppala
|
||||
# This file is distributed under the same license as the iptv package.
|
||||
# Valdemaras Pipiras
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-iptv 2.3.0\n"
|
||||
"Project-Id-Version: vdr-iptv 2.4.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2017-06-24 06:24+0300\n"
|
||||
"PO-Revision-Date: 2017-06-24 06:24+0300\n"
|
||||
"POT-Creation-Date: 2018-04-15 04:15+0300\n"
|
||||
"PO-Revision-Date: 2018-04-15 04:15+0300\n"
|
||||
"Last-Translator: Valdemaras Pipiras\n"
|
||||
"Language-Team: Lithuanian <vdr@linuxtv.org>\n"
|
||||
"Language: fi\n"
|
||||
|
@ -1,14 +1,14 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2007-2015 Rolf Ahrenberg & Antti Seppala
|
||||
# Copyright (C) 2007-2018 Rolf Ahrenberg & Antti Seppala
|
||||
# This file is distributed under the same license as the iptv package.
|
||||
# Carel, 2010.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-iptv 2.3.0\n"
|
||||
"Project-Id-Version: vdr-iptv 2.4.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2017-06-24 06:24+0300\n"
|
||||
"PO-Revision-Date: 2017-06-24 06:24+0300\n"
|
||||
"POT-Creation-Date: 2018-04-15 04:15+0300\n"
|
||||
"PO-Revision-Date: 2018-04-15 04:15+0300\n"
|
||||
"Last-Translator: Carel\n"
|
||||
"Language-Team: Dutch <vdr@linuxtv.org>\n"
|
||||
"Language: nl\n"
|
||||
|
@ -5,10 +5,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-iptv 2.3.0\n"
|
||||
"Project-Id-Version: vdr-iptv 2.4.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2017-06-24 06:24+0300\n"
|
||||
"PO-Revision-Date: 2017-06-24 06:24+0300\n"
|
||||
"POT-Creation-Date: 2018-04-15 04:15+0300\n"
|
||||
"PO-Revision-Date: 2018-04-15 04:15+0300\n"
|
||||
"Last-Translator: Tomasz Maciej Nowak <tomek_n@o2.pl>\n"
|
||||
"Language-Team: Polish <vdr@linuxtv.org>\n"
|
||||
"Language: pl_PL\n"
|
||||
|
@ -1,14 +1,14 @@
|
||||
# VDR plugin language source file.
|
||||
# Copyright (C) 2007-2015 Rolf Ahrenberg & Antti Seppala
|
||||
# Copyright (C) 2007-2018 Rolf Ahrenberg & Antti Seppala
|
||||
# This file is distributed under the same license as the iptv package.
|
||||
# Alexander Gross <Bikalexander@gmail.com>, 2008.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: vdr-iptv 2.3.0\n"
|
||||
"Project-Id-Version: vdr-iptv 2.4.0\n"
|
||||
"Report-Msgid-Bugs-To: <see README>\n"
|
||||
"POT-Creation-Date: 2017-06-24 06:24+0300\n"
|
||||
"PO-Revision-Date: 2017-06-24 06:24+0300\n"
|
||||
"POT-Creation-Date: 2018-04-15 04:15+0300\n"
|
||||
"PO-Revision-Date: 2018-04-15 04:15+0300\n"
|
||||
"Last-Translator: Alexander Gross <Bikalexander@gmail.com>\n"
|
||||
"Language-Team: Russian <vdr@linuxtv.org>\n"
|
||||
"Language: ru\n"
|
||||
|
Loading…
Reference in New Issue
Block a user