summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofafor <rofafor>2014-01-07 16:03:55 +0000
committerrofafor <rofafor>2014-01-07 16:03:55 +0000
commit0595b954611a780aa9cfca66b54271082d9e013e (patch)
tree0d70f246ae8acd7a7e913eebb559bbec40cca081
parent189b4604c711abbf07cf09c2c213d71ef76e5c02 (diff)
downloadxineliboutput-0595b954611a780aa9cfca66b54271082d9e013e.tar.gz
xineliboutput-0595b954611a780aa9cfca66b54271082d9e013e.tar.bz2
Added initial support for vdr-2.1.3 and updated translation files.
-rw-r--r--device.h3
-rw-r--r--po/cs_CZ.po5
-rw-r--r--po/de_DE.po5
-rw-r--r--po/et_EE.po5
-rw-r--r--po/fi_FI.po5
-rw-r--r--po/it_IT.po5
-rw-r--r--po/ru_RU.po5
-rw-r--r--po/uk_UA.po5
-rw-r--r--po/zh_CN.po5
-rw-r--r--po/zh_TW.po5
10 files changed, 38 insertions, 10 deletions
diff --git a/device.h b/device.h
index 5e2ef5b2..c86a99f5 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h,v 1.65 2013-08-21 09:40:22 phintuka Exp $
+ * $Id: device.h,v 1.66 2014-01-07 16:03:54 rofafor Exp $
*
*/
@@ -111,6 +111,7 @@ class cXinelibDevice : public cDevice
protected:
virtual void Clear(void);
virtual void Play(void);
+ virtual void TrickSpeed(int Speed, bool Forward) { TrickSpeed(Speed); }
virtual void TrickSpeed(int Speed);
virtual void Freeze(void);
virtual bool Flush(int TimeoutMs = 0);
diff --git a/po/cs_CZ.po b/po/cs_CZ.po
index 7df54fe2..492dda25 100644
--- a/po/cs_CZ.po
+++ b/po/cs_CZ.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Xineliboutput 1.1.0\n"
"Report-Msgid-Bugs-To: <phintuka@users.sourceforge.net>\n"
-"POT-Creation-Date: 2012-03-13 13:13+0200\n"
+"POT-Creation-Date: 2013-10-29 10:29+0200\n"
"PO-Revision-Date: 2008-03-20 23:57+0100\n"
"Last-Translator: Maya <maja373@gmail.com>\n"
"Language-Team: Czech <vdr@linuxtv.org>\n"
@@ -708,6 +708,9 @@ msgstr ""
msgid "Allow removing files"
msgstr ""
+msgid "Remember last playback position"
+msgstr ""
+
msgid "Media Player"
msgstr "Přehrávač médií"
diff --git a/po/de_DE.po b/po/de_DE.po
index 467a4f55..884abe85 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Xineliboutput 1.1.0\n"
"Report-Msgid-Bugs-To: <phintuka@users.sourceforge.net>\n"
-"POT-Creation-Date: 2012-03-13 13:13+0200\n"
+"POT-Creation-Date: 2013-10-29 10:29+0200\n"
"PO-Revision-Date: 2007-11-23 10:17+0200\n"
"Last-Translator: Udo Richter\n"
"Language-Team: German <vdr@linuxtv.org>\n"
@@ -707,6 +707,9 @@ msgstr ""
msgid "Allow removing files"
msgstr ""
+msgid "Remember last playback position"
+msgstr ""
+
msgid "Media Player"
msgstr "Medien..."
diff --git a/po/et_EE.po b/po/et_EE.po
index 27f2f20a..97ad3cb4 100644
--- a/po/et_EE.po
+++ b/po/et_EE.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Xineliboutput 1.1.0\n"
"Report-Msgid-Bugs-To: <phintuka@users.sourceforge.net>\n"
-"POT-Creation-Date: 2012-03-13 13:13+0200\n"
+"POT-Creation-Date: 2013-10-29 10:29+0200\n"
"PO-Revision-Date: 2008-10-06 11:19+0200\n"
"Last-Translator: Arthur Konovalov\n"
"Language-Team: Estonian <vdr@linuxtv.org>\n"
@@ -707,6 +707,9 @@ msgstr ""
msgid "Allow removing files"
msgstr ""
+msgid "Remember last playback position"
+msgstr ""
+
msgid "Media Player"
msgstr "Meediapleier"
diff --git a/po/fi_FI.po b/po/fi_FI.po
index 05eda75a..4a8f746f 100644
--- a/po/fi_FI.po
+++ b/po/fi_FI.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Xineliboutput 1.1.0\n"
"Report-Msgid-Bugs-To: <phintuka@users.sourceforge.net>\n"
-"POT-Creation-Date: 2012-03-13 13:13+0200\n"
+"POT-Creation-Date: 2013-10-29 10:29+0200\n"
"PO-Revision-Date: 2008-10-06 11:19+0200\n"
"Last-Translator: Rolf Ahrenberg\n"
"Language-Team: Finnish <vdr@linuxtv.org>\n"
@@ -708,6 +708,9 @@ msgstr "Näytä piilotiedostot"
msgid "Allow removing files"
msgstr "Salli tiedostojen poistaminen"
+msgid "Remember last playback position"
+msgstr "Muista edellinen toistokohta"
+
msgid "Media Player"
msgstr "Mediasoitin"
diff --git a/po/it_IT.po b/po/it_IT.po
index 13c8bd9b..4df1aba5 100644
--- a/po/it_IT.po
+++ b/po/it_IT.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Xineliboutput 1.1.0\n"
"Report-Msgid-Bugs-To: <phintuka@users.sourceforge.net>\n"
-"POT-Creation-Date: 2012-03-13 13:13+0200\n"
+"POT-Creation-Date: 2013-10-29 10:29+0200\n"
"PO-Revision-Date: 2011-07-10 02:27+0100\n"
"Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n"
"Language-Team: Italian <vdr@linuxtv.org>\n"
@@ -709,6 +709,9 @@ msgstr ""
msgid "Allow removing files"
msgstr ""
+msgid "Remember last playback position"
+msgstr ""
+
msgid "Media Player"
msgstr "Lettore multimediale"
diff --git a/po/ru_RU.po b/po/ru_RU.po
index 410ff491..e07feec8 100644
--- a/po/ru_RU.po
+++ b/po/ru_RU.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Xineliboutput 1.1.0\n"
"Report-Msgid-Bugs-To: <phintuka@users.sourceforge.net>\n"
-"POT-Creation-Date: 2012-03-13 13:13+0200\n"
+"POT-Creation-Date: 2013-10-29 10:29+0200\n"
"PO-Revision-Date: 2007-11-23 10:17+0200\n"
"Last-Translator: Vladimir Monchenko\n"
"Language-Team: Russian <vdr@linuxtv.org>\n"
@@ -707,6 +707,9 @@ msgstr ""
msgid "Allow removing files"
msgstr ""
+msgid "Remember last playback position"
+msgstr ""
+
msgid "Media Player"
msgstr "Xine-lib"
diff --git a/po/uk_UA.po b/po/uk_UA.po
index 2129608e..11f6c798 100644
--- a/po/uk_UA.po
+++ b/po/uk_UA.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Xineliboutput 1.1.0\n"
"Report-Msgid-Bugs-To: <phintuka@users.sourceforge.net>\n"
-"POT-Creation-Date: 2012-12-12 12:39+0200\n"
+"POT-Creation-Date: 2013-10-29 10:29+0200\n"
"PO-Revision-Date: 2012-11-29 13:34+0100\n"
"Last-Translator: Yarema aka Knedlyk <yupadmin@gmail.com>\n"
"Language-Team: Ukrainian <vdr@linuxtv.org>\n"
@@ -708,6 +708,9 @@ msgstr "Показати приховані файли"
msgid "Allow removing files"
msgstr "Дозволяти вилучати файли"
+msgid "Remember last playback position"
+msgstr ""
+
msgid "Media Player"
msgstr "Програвач медіа"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 6fb64202..32d95d3a 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Xineliboutput 1.1.0\n"
"Report-Msgid-Bugs-To: <phintuka@users.sourceforge.net>\n"
-"POT-Creation-Date: 2012-03-13 13:13+0200\n"
+"POT-Creation-Date: 2013-10-29 10:29+0200\n"
"PO-Revision-Date: 2009-09-21 23:32+0800\n"
"Last-Translator: NanFeng <nfgx@21cn.com>\n"
"Language-Team: Chinese (simplified) <vdr@linuxtv.org>\n"
@@ -707,6 +707,9 @@ msgstr ""
msgid "Allow removing files"
msgstr ""
+msgid "Remember last playback position"
+msgstr ""
+
msgid "Media Player"
msgstr "媒体播放器"
diff --git a/po/zh_TW.po b/po/zh_TW.po
index da8f998b..06be7d7d 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Xineliboutput 1.1.0\n"
"Report-Msgid-Bugs-To: <phintuka@users.sourceforge.net>\n"
-"POT-Creation-Date: 2012-03-13 13:13+0200\n"
+"POT-Creation-Date: 2013-10-29 10:29+0200\n"
"PO-Revision-Date: 2009-09-21 23:32+0800\n"
"Last-Translator: NanFeng <nfgx@21cn.com>\n"
"Language-Team: Chinese (traditional) <vdr@linuxtv.org>\n"
@@ -752,6 +752,9 @@ msgstr ""
msgid "Allow removing files"
msgstr ""
+msgid "Remember last playback position"
+msgstr ""
+
msgid "Media Player"
msgstr "媒體播放器"