summaryrefslogtreecommitdiff
path: root/patches/patch-set
diff options
context:
space:
mode:
authorTobias Grimm <git@e-tobi.net>2010-02-27 15:32:38 +0100
committerTobias Grimm <git@e-tobi.net>2010-02-27 15:32:38 +0100
commit796796545dbe8f811d855642452fee7bc36c7628 (patch)
tree614c4438ffddc2c1e259e6a6b47386e6d40864a0 /patches/patch-set
parent00e4a1d427f508a1cf855c03a386eb54fc90204c (diff)
downloadvdr-plugin-ttxtsubs-796796545dbe8f811d855642452fee7bc36c7628.tar.gz
vdr-plugin-ttxtsubs-796796545dbe8f811d855642452fee7bc36c7628.tar.bz2
Added Estonian translation
provided by Arthur Konovalov (Closes #271)
Diffstat (limited to 'patches/patch-set')
-rw-r--r--patches/patch-set/0001-Record-teletext-subtitles.patch2
-rw-r--r--patches/patch-set/0002-Added-setup-option-to-enable-teletext-subtitle-recor.patch8
-rw-r--r--patches/patch-set/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch4
-rw-r--r--patches/patch-set/0004-Decrypt-teletext-stream.patch4
-rw-r--r--patches/patch-set/0005-Capture-teletext-subtitle-pages-from-PMT.patch4
-rw-r--r--patches/patch-set/0006-Ttxtsubs-plugin-hook.patch4
6 files changed, 13 insertions, 13 deletions
diff --git a/patches/patch-set/0001-Record-teletext-subtitles.patch b/patches/patch-set/0001-Record-teletext-subtitles.patch
index 3a44135..e1a08f8 100644
--- a/patches/patch-set/0001-Record-teletext-subtitles.patch
+++ b/patches/patch-set/0001-Record-teletext-subtitles.patch
@@ -238,5 +238,5 @@ index 1115c4a..5ee6722 100644
int SectionLength(const uchar *Data, int Length) { return (Length >= 3) ? ((int(Data[1]) & 0x0F) << 8)| Data[2] : 0; }
public:
--
-1.6.5
+1.6.6.1
diff --git a/patches/patch-set/0002-Added-setup-option-to-enable-teletext-subtitle-recor.patch b/patches/patch-set/0002-Added-setup-option-to-enable-teletext-subtitle-recor.patch
index eec38ad..f86edff 100644
--- a/patches/patch-set/0002-Added-setup-option-to-enable-teletext-subtitle-recor.patch
+++ b/patches/patch-set/0002-Added-setup-option-to-enable-teletext-subtitle-recor.patch
@@ -1,4 +1,4 @@
-From 6a6936e383c7f77353cf3e0a8205972e706920b8 Mon Sep 17 00:00:00 2001
+From 9c5503214af1b7f22840708f3621ce8b8c640bdc Mon Sep 17 00:00:00 2001
From: etobi <git@e-tobi.net>
Date: Sat, 13 Feb 2010 14:42:30 +0100
Subject: [PATCH 2/6] Added setup option to enable teletext subtitle recording
@@ -243,7 +243,7 @@ index d2bf5b0..0eb591e 100644
msgstr "LNB"
diff --git a/po/et_EE.po b/po/et_EE.po
-index 97e2aee..4d8e612 100644
+index 97e2aee..4190c63 100644
--- a/po/et_EE.po
+++ b/po/et_EE.po
@@ -7,7 +7,7 @@ msgid ""
@@ -260,7 +260,7 @@ index 97e2aee..4d8e612 100644
msgstr "Subtiitri tausta läbipaistvus"
+msgid "Setup.DVB$Enable teletext support"
-+msgstr ""
++msgstr "Teleteksti tugi"
+
msgid "LNB"
msgstr "LNB"
@@ -694,5 +694,5 @@ index dab95b3..8bfb36e 100644
return true;
}
--
-1.6.5
+1.6.6.1
diff --git a/patches/patch-set/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch b/patches/patch-set/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch
index 2734f9a..f96c97f 100644
--- a/patches/patch-set/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch
+++ b/patches/patch-set/0003-Allow-manual-configuration-of-teletetxt-subtitle-pag.patch
@@ -1,4 +1,4 @@
-From f73da362d10a468e46da395428ad91eac758eea2 Mon Sep 17 00:00:00 2001
+From d9df9449ab20a37789d6c771a118e551941433f4 Mon Sep 17 00:00:00 2001
From: etobi <git@e-tobi.net>
Date: Fri, 12 Feb 2010 21:56:41 +0100
Subject: [PATCH 3/6] Allow manual configuration of teletetxt subtitle pages in channels.conf
@@ -135,5 +135,5 @@ index 4b2cb90..c7da844 100644
.B Conditional access
A hexadecimal integer defining how this channel can be accessed:
--
-1.6.5
+1.6.6.1
diff --git a/patches/patch-set/0004-Decrypt-teletext-stream.patch b/patches/patch-set/0004-Decrypt-teletext-stream.patch
index c5c61da..9a400cb 100644
--- a/patches/patch-set/0004-Decrypt-teletext-stream.patch
+++ b/patches/patch-set/0004-Decrypt-teletext-stream.patch
@@ -1,4 +1,4 @@
-From 1a66ece8a494d6205411f2aa266a7f02c1dc1205 Mon Sep 17 00:00:00 2001
+From 4aa97b006d4bc74728e01525cf4e3758ae7f06d5 Mon Sep 17 00:00:00 2001
From: etobi <git@e-tobi.net>
Date: Sun, 14 Feb 2010 01:30:34 +0100
Subject: [PATCH 4/6] Decrypt teletext stream
@@ -31,5 +31,5 @@ index 6c7b031..22fda9f 100644
cTimeMs Timeout(QUERY_REPLY_TIMEOUT);
do {
--
-1.6.5
+1.6.6.1
diff --git a/patches/patch-set/0005-Capture-teletext-subtitle-pages-from-PMT.patch b/patches/patch-set/0005-Capture-teletext-subtitle-pages-from-PMT.patch
index 2f60564..fb67873 100644
--- a/patches/patch-set/0005-Capture-teletext-subtitle-pages-from-PMT.patch
+++ b/patches/patch-set/0005-Capture-teletext-subtitle-pages-from-PMT.patch
@@ -1,4 +1,4 @@
-From d97e9b73e0de4c35242d1fffdd878173aeacbdda Mon Sep 17 00:00:00 2001
+From dcfcfc9320e84d652cb19c9eb3b29ea249873dc0 Mon Sep 17 00:00:00 2001
From: etobi <git@e-tobi.net>
Date: Fri, 12 Feb 2010 22:06:19 +0100
Subject: [PATCH 5/6] Capture teletext subtitle pages from PMT
@@ -88,5 +88,5 @@ index 5ee6722..390236a 100644
// TS to PES converter:
--
-1.6.5
+1.6.6.1
diff --git a/patches/patch-set/0006-Ttxtsubs-plugin-hook.patch b/patches/patch-set/0006-Ttxtsubs-plugin-hook.patch
index 2382144..4cb6aa7 100644
--- a/patches/patch-set/0006-Ttxtsubs-plugin-hook.patch
+++ b/patches/patch-set/0006-Ttxtsubs-plugin-hook.patch
@@ -1,4 +1,4 @@
-From edc638e1d66e20b5e8d7f2157c3f1b462f130f90 Mon Sep 17 00:00:00 2001
+From adbf4fa18bc775ade6a7ffefbbcbeeba66d35348 Mon Sep 17 00:00:00 2001
From: etobi <git@e-tobi.net>
Date: Sat, 13 Feb 2010 00:28:21 +0100
Subject: [PATCH 6/6] Ttxtsubs plugin hook
@@ -252,5 +252,5 @@ index 0000000..2f97969
+
+#endif
--
-1.6.5
+1.6.6.1