summaryrefslogtreecommitdiff
path: root/PLUGINS/src
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2007-10-14 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2007-10-14 18:00:00 +0200
commitdbf38b7c68911187b6a48688b738c31612d35984 (patch)
tree4cc72f28e78f4a8dd63a63c5236bcbb77502073b /PLUGINS/src
parent46c882c04d5200cc97262b15db2e4841b305664d (diff)
downloadvdr-patch-lnbsharing-dbf38b7c68911187b6a48688b738c31612d35984.tar.gz
vdr-patch-lnbsharing-dbf38b7c68911187b6a48688b738c31612d35984.tar.bz2
Version 1.5.10vdr-1.5.10
- Implemented handling DVB subtitles (thanks to Marco Schlüßler, and also to Pekka Virtanen for writing the subtitle plugin, which helped in implementing subtitle handling in VDR). - The new remote control key "Subtitles" can be used to bring up the list of available subtitles. - The new setup option "DVB/Subtitle languages" can be used to define the preferred languages for subtitles. - Fixed selecting the audio track when pressing Ok in the Audio menu (thanks to Marco Schlüßler). - Implemented display of DVB subtitles in live viewing mode. - Implemented subtitle track selection. - Implemented bitmap color reduction and shrinking to display subtitles even on devices that can't display the necessary number of colors. - Added compatibility mode for playback of recordings made with the subtitles plugin (with some help from Rolf Ahrenberg). - The new setup option "DVB/Subtitle offset" can be used to shift the location of the subtitles in the vertical direction. - The new setup options "DVB/Subtitle foreground/background transparency" define an additional level of transparency for the foreground and background color of subtitles. - Existing recordings made with the subtitle plugin can be given an 'X' record in their info.vdr file, so that subtitles can be automatically selected upon replay, according to the preferred language setup, as in X 3 03 ger deutsch (see vdr.5). Note that these entries need to be added in the proper sequence, so that they correspond with the actual track languages in the recording. - Now generating translation files without line numbers to avoid unnecessarily large diffs. Plugin authors may want to replace the -F option with --no-location in the xgettext and msgmerge calls in their Makefiles. - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). - Added a missing Channels.SetModified(true) call when deleting or moving a channel in the Channels menu (reported by Halim Sahin). - Fixed a missing '-' at the next to last line of SVDRP help texts (reported by Denis Knauf). - Added a missing SetVolumeDevice() call in cDevice::SetPrimaryDevice() (reported by Reinhard Nissl). - Fixed a crash when pressing Left while at the first character of a cMenuEditStrItem (thanks to Christian Wieninger). - Only creating a new cDvbOsdProvider in cDvbDevice::MakePrimaryDevice() if 'On' is true (i.e. this device is being made the primary device). - Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed handling reallocated memory in cCharSetConv::Convert() (reported by Udo Richter). - Fixed a new[]/delete mismatch in cMenuEditStrItem::LeaveEditMode() (thanks to Udo Richter). - Implemented sending all frames to devices that can handle them in fast forward trick speeds (thanks to Timo Eskola). - Updated the Hungarian language texts (thanks to Thomas Günther). - Fixed description of DeviceSetAvailableTrack() and cReceiver(), and added an example ~cMyReceiver() in PLUGINS.html (thanks to Marco Schlüßler). - Improved the description of where logging goes in the INSTALL file (thanks to Elias Luttinen). - Added a note about how to initiate internationalization support to the README.i18n file. The Makefile generated by the 'newplugin' script now has the 'i18n' target automatically create an initial 'po/pluginname.pot' file. Plugin authors may want to add the '$(I18Npot)' dependency to the 'i18n' target in their Makefiles, as in i18n: $(I18Npot) $(I18Nmo) (based on a suggestion by Torsten Kunkel). - Removed a duplicate ',' from the ca_ES.po file (thanks to Thomas Günther). - Added the 'ß' character to the "allowed characters" in the de_DE.po file (suggested by Thomas Günther). - Made the default copy ctor of cRecording private (thanks to Markus Hahn). Same for the assign operator. - Added cRecording::Undelete() (based on a patch from Markus Hahn). - Added cDevice::CloseFilter() to allow a device to have complete control over both opening and closing section filters (thanks to Rolf Ahrenberg). - Some fixes to PLUGINS.html (thanks to Rolf Ahrenberg).
Diffstat (limited to 'PLUGINS/src')
-rw-r--r--PLUGINS/src/hello/Makefile8
-rw-r--r--PLUGINS/src/hello/po/ca_ES.po12
-rw-r--r--PLUGINS/src/hello/po/cs_CZ.po14
-rw-r--r--PLUGINS/src/hello/po/da_DK.po12
-rw-r--r--PLUGINS/src/hello/po/de_DE.po14
-rw-r--r--PLUGINS/src/hello/po/el_GR.po12
-rw-r--r--PLUGINS/src/hello/po/es_ES.po12
-rw-r--r--PLUGINS/src/hello/po/et_EE.po12
-rw-r--r--PLUGINS/src/hello/po/fi_FI.po14
-rw-r--r--PLUGINS/src/hello/po/fr_FR.po12
-rw-r--r--PLUGINS/src/hello/po/hr_HR.po12
-rw-r--r--PLUGINS/src/hello/po/hu_HU.po12
-rw-r--r--PLUGINS/src/hello/po/it_IT.po12
-rw-r--r--PLUGINS/src/hello/po/nl_NL.po12
-rw-r--r--PLUGINS/src/hello/po/nn_NO.po12
-rw-r--r--PLUGINS/src/hello/po/pl_PL.po12
-rw-r--r--PLUGINS/src/hello/po/pt_PT.po12
-rw-r--r--PLUGINS/src/hello/po/ro_RO.po12
-rw-r--r--PLUGINS/src/hello/po/ru_RU.po14
-rw-r--r--PLUGINS/src/hello/po/sl_SI.po12
-rw-r--r--PLUGINS/src/hello/po/sv_SE.po12
-rw-r--r--PLUGINS/src/hello/po/tr_TR.po12
-rw-r--r--PLUGINS/src/skincurses/HISTORY4
-rw-r--r--PLUGINS/src/skincurses/Makefile8
-rw-r--r--PLUGINS/src/skincurses/po/de_DE.po4
-rw-r--r--PLUGINS/src/skincurses/po/fi_FI.po4
-rw-r--r--PLUGINS/src/skincurses/skincurses.c6
27 files changed, 82 insertions, 212 deletions
diff --git a/PLUGINS/src/hello/Makefile b/PLUGINS/src/hello/Makefile
index 80b6c8c..92e8af4 100644
--- a/PLUGINS/src/hello/Makefile
+++ b/PLUGINS/src/hello/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile 1.18 2007/08/19 14:18:59 kls Exp $
+# $Id: Makefile 1.20 2007/10/14 09:23:04 kls Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -80,12 +80,12 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
msgfmt -c -o $@ $<
$(I18Npot): $(wildcard *.c)
- xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $(wildcard *.c)
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $(wildcard *.c)
$(I18Npo): $(I18Npot)
- msgmerge -U --no-wrap -F --backup=none -q $@ $<
+ msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
-i18n: $(I18Nmo)
+i18n: $(I18Npot) $(I18Nmo)
@mkdir -p $(LOCALEDIR)
for i in $(I18Ndirs); do\
mkdir -p $(LOCALEDIR)/$$i/LC_MESSAGES;\
diff --git a/PLUGINS/src/hello/po/ca_ES.po b/PLUGINS/src/hello/po/ca_ES.po
index fb23952..f1f2a58 100644
--- a/PLUGINS/src/hello/po/ca_ES.po
+++ b/PLUGINS/src/hello/po/ca_ES.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Jordi Vilà <jvila@tinet.org>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -17,26 +17,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/cs_CZ.po b/PLUGINS/src/hello/po/cs_CZ.po
index cc5c80a..756a3f0 100644
--- a/PLUGINS/src/hello/po/cs_CZ.po
+++ b/PLUGINS/src/hello/po/cs_CZ.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,26 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr "Pøátelský pozdrav"
-#: hello.c:17
msgid "Hello"
msgstr "Ahoj"
-#: hello.c:60
msgid "Greeting time (s)"
msgstr "Èas pozdravu (s)"
-#: hello.c:61
msgid "Use alternate greeting"
msgstr "Pou¾ít alternativní pozdrav"
-#: hello.c:129
-msgid "Hello world!"
-msgstr "Ahoj svìte!"
-
-#: hello.c:129
msgid "Howdy folks!"
msgstr "Nazdar vespolek!"
+
+msgid "Hello world!"
+msgstr "Ahoj svìte!"
diff --git a/PLUGINS/src/hello/po/da_DK.po b/PLUGINS/src/hello/po/da_DK.po
index 266a7a4..f3dc75b 100644
--- a/PLUGINS/src/hello/po/da_DK.po
+++ b/PLUGINS/src/hello/po/da_DK.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Mogens Elneff <mogens@elneff.dk>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,26 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/de_DE.po b/PLUGINS/src/hello/po/de_DE.po
index cb2b9dd..5a3c127 100644
--- a/PLUGINS/src/hello/po/de_DE.po
+++ b/PLUGINS/src/hello/po/de_DE.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,26 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr "Ein freundlicher Gruß"
-#: hello.c:17
msgid "Hello"
msgstr "Hallo"
-#: hello.c:60
msgid "Greeting time (s)"
msgstr "Dauer des Grußes (s)"
-#: hello.c:61
msgid "Use alternate greeting"
msgstr "Alternativen Gruß verwenden"
-#: hello.c:129
-msgid "Hello world!"
-msgstr "Hallo Welt!"
-
-#: hello.c:129
msgid "Howdy folks!"
msgstr "Tach zusammen!"
+
+msgid "Hello world!"
+msgstr "Hallo Welt!"
diff --git a/PLUGINS/src/hello/po/el_GR.po b/PLUGINS/src/hello/po/el_GR.po
index 4682514..2862841 100644
--- a/PLUGINS/src/hello/po/el_GR.po
+++ b/PLUGINS/src/hello/po/el_GR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,26 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-7\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/es_ES.po b/PLUGINS/src/hello/po/es_ES.po
index c59a4b8..ee74cca 100644
--- a/PLUGINS/src/hello/po/es_ES.po
+++ b/PLUGINS/src/hello/po/es_ES.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Ruben Nunez Francisco <ruben.nunez@tang-it.com>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,26 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/et_EE.po b/PLUGINS/src/hello/po/et_EE.po
index ca4eb5f..802465f 100644
--- a/PLUGINS/src/hello/po/et_EE.po
+++ b/PLUGINS/src/hello/po/et_EE.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,26 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-13\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/fi_FI.po b/PLUGINS/src/hello/po/fi_FI.po
index 516634d..f67109b 100644
--- a/PLUGINS/src/hello/po/fi_FI.po
+++ b/PLUGINS/src/hello/po/fi_FI.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Rolf Ahrenberg <rahrenbe@cc.hut.fi>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -18,26 +18,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr "Ystävällisin terveisin"
-#: hello.c:17
msgid "Hello"
msgstr "Hei"
-#: hello.c:60
msgid "Greeting time (s)"
msgstr "Tervehdysaika (s)"
-#: hello.c:61
msgid "Use alternate greeting"
msgstr "Käytä vaihtoehtoista tervehdystä"
-#: hello.c:129
-msgid "Hello world!"
-msgstr "Hei maailma!"
-
-#: hello.c:129
msgid "Howdy folks!"
msgstr "Mitä kuuluu?"
+
+msgid "Hello world!"
+msgstr "Hei maailma!"
diff --git a/PLUGINS/src/hello/po/fr_FR.po b/PLUGINS/src/hello/po/fr_FR.po
index e23815b..f505419 100644
--- a/PLUGINS/src/hello/po/fr_FR.po
+++ b/PLUGINS/src/hello/po/fr_FR.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Nicolas Huillard <nhuillard@e-dition.fr>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -18,26 +18,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/hr_HR.po b/PLUGINS/src/hello/po/hr_HR.po
index ca84dc7..ef14e62 100644
--- a/PLUGINS/src/hello/po/hr_HR.po
+++ b/PLUGINS/src/hello/po/hr_HR.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Drazen Dupor <drazen.dupor@dupor.com>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,26 +16,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/hu_HU.po b/PLUGINS/src/hello/po/hu_HU.po
index a6c470c..dc54346 100644
--- a/PLUGINS/src/hello/po/hu_HU.po
+++ b/PLUGINS/src/hello/po/hu_HU.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Istvan Koenigsberger <istvnko@hotmail.com>, Guido Josten <guido.josten@t-online.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,26 +16,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/it_IT.po b/PLUGINS/src/hello/po/it_IT.po
index 4e7386b..f3f0509 100644
--- a/PLUGINS/src/hello/po/it_IT.po
+++ b/PLUGINS/src/hello/po/it_IT.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Sean Carlos <seanc@libero.it>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -17,26 +17,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/nl_NL.po b/PLUGINS/src/hello/po/nl_NL.po
index ae81781..59e8f04 100644
--- a/PLUGINS/src/hello/po/nl_NL.po
+++ b/PLUGINS/src/hello/po/nl_NL.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -17,26 +17,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/nn_NO.po b/PLUGINS/src/hello/po/nn_NO.po
index 45d2cc9..e9d5f32 100644
--- a/PLUGINS/src/hello/po/nn_NO.po
+++ b/PLUGINS/src/hello/po/nn_NO.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Truls Slevigen <truls@slevigen.no>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,26 +16,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/pl_PL.po b/PLUGINS/src/hello/po/pl_PL.po
index 5c3db87..9187318 100644
--- a/PLUGINS/src/hello/po/pl_PL.po
+++ b/PLUGINS/src/hello/po/pl_PL.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Michael Rakowski <mrak@gmx.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,26 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/pt_PT.po b/PLUGINS/src/hello/po/pt_PT.po
index f2cd23c..b76f1fd 100644
--- a/PLUGINS/src/hello/po/pt_PT.po
+++ b/PLUGINS/src/hello/po/pt_PT.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Paulo Lopes <pmml@netvita.pt>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,26 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/ro_RO.po b/PLUGINS/src/hello/po/ro_RO.po
index 43d97f1..f2db4ac 100644
--- a/PLUGINS/src/hello/po/ro_RO.po
+++ b/PLUGINS/src/hello/po/ro_RO.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,26 +16,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/ru_RU.po b/PLUGINS/src/hello/po/ru_RU.po
index eeacdca..0f429ac 100644
--- a/PLUGINS/src/hello/po/ru_RU.po
+++ b/PLUGINS/src/hello/po/ru_RU.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,26 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-5\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr "´àãÖÕáÚÞÕ ßàØÒÕâáâÒØÕ"
-#: hello.c:17
msgid "Hello"
msgstr "¿àØÒÕâ!"
-#: hello.c:60
msgid "Greeting time (s)"
msgstr "¿àÞÔÞÛÖØâÕÛìÝÞáâì ßàØÒÕâáâÒØï"
-#: hello.c:61
msgid "Use alternate greeting"
msgstr "°ÛìâÕàÝÐâØÒÝÞÕ ßàØÒÕâáâÒØÕ"
-#: hello.c:129
-msgid "Hello world!"
-msgstr "·ÔàÐÒáâÒãÙ ÜØà!"
-
-#: hello.c:129
msgid "Howdy folks!"
msgstr "ºÐÚ ßÞÖØÒÐÕâÕ?"
+
+msgid "Hello world!"
+msgstr "·ÔàÐÒáâÒãÙ ÜØà!"
diff --git a/PLUGINS/src/hello/po/sl_SI.po b/PLUGINS/src/hello/po/sl_SI.po
index 783528a..dcc35e3 100644
--- a/PLUGINS/src/hello/po/sl_SI.po
+++ b/PLUGINS/src/hello/po/sl_SI.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,26 +16,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-2\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/sv_SE.po b/PLUGINS/src/hello/po/sv_SE.po
index b897ce2..c7728cd 100644
--- a/PLUGINS/src/hello/po/sv_SE.po
+++ b/PLUGINS/src/hello/po/sv_SE.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Tomas Prybil <tomas@prybil.se>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -16,26 +16,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/hello/po/tr_TR.po b/PLUGINS/src/hello/po/tr_TR.po
index bcf7ceb..ce9edda 100644
--- a/PLUGINS/src/hello/po/tr_TR.po
+++ b/PLUGINS/src/hello/po/tr_TR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: VDR 1.5.7\n"
"Report-Msgid-Bugs-To: <vdr-bugs@cadsoft.de>\n"
-"POT-Creation-Date: 2007-08-11 14:35+0200\n"
+"POT-Creation-Date: 2007-10-13 11:52+0200\n"
"PO-Revision-Date: 2007-08-11 12:34+0200\n"
"Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n"
"Language-Team: <vdr@linuxtv.org>\n"
@@ -15,26 +15,20 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-9\n"
"Content-Transfer-Encoding: 8bit\n"
-#: hello.c:16
msgid "A friendly greeting"
msgstr ""
-#: hello.c:17
msgid "Hello"
msgstr ""
-#: hello.c:60
msgid "Greeting time (s)"
msgstr ""
-#: hello.c:61
msgid "Use alternate greeting"
msgstr ""
-#: hello.c:129
-msgid "Hello world!"
+msgid "Howdy folks!"
msgstr ""
-#: hello.c:129
-msgid "Howdy folks!"
+msgid "Hello world!"
msgstr ""
diff --git a/PLUGINS/src/skincurses/HISTORY b/PLUGINS/src/skincurses/HISTORY
index 02065a4..34efba9 100644
--- a/PLUGINS/src/skincurses/HISTORY
+++ b/PLUGINS/src/skincurses/HISTORY
@@ -57,3 +57,7 @@ VDR Plugin 'skincurses' Revision History
- Moved the "all" target in the Makefile before the "Implicit rules",
so that a plain "make" will compile everything.
- Added internationalization.
+
+2007-08-26: Version 0.1.4
+
+- Adapted to the new Level parameter of cOsd.
diff --git a/PLUGINS/src/skincurses/Makefile b/PLUGINS/src/skincurses/Makefile
index 5199dd8..3eea4dd 100644
--- a/PLUGINS/src/skincurses/Makefile
+++ b/PLUGINS/src/skincurses/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a Video Disk Recorder plugin
#
-# $Id: Makefile 1.11 2007/08/19 14:19:07 kls Exp $
+# $Id: Makefile 1.13 2007/10/14 09:23:25 kls Exp $
# The official name of this plugin.
# This name will be used in the '-P...' option of VDR to load the plugin.
@@ -78,12 +78,12 @@ I18Npot = $(PODIR)/$(PLUGIN).pot
msgfmt -c -o $@ $<
$(I18Npot): $(wildcard *.c)
- xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $(wildcard *.c)
+ xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<vdr-bugs@cadsoft.de>' -o $@ $(wildcard *.c)
$(I18Npo): $(I18Npot)
- msgmerge -U --no-wrap -F --backup=none -q $@ $<
+ msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
-i18n: $(I18Nmo)
+i18n: $(I18Npot) $(I18Nmo)
@mkdir -p $(LOCALEDIR)
for i in $(I18Ndirs); do\
mkdir -p $(LOCALEDIR)/$$i/LC_MESSAGES;\
diff --git a/PLUGINS/src/skincurses/po/de_DE.po b/PLUGINS/src/skincurses/po/de_DE.po
index e80cdc6..98659df 100644
--- a/PLUGINS/src/skincurses/po/de_DE.po
+++ b/PLUGINS/src/skincurses/po/de_DE.po
@@ -15,18 +15,14 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: skincurses.c:15
msgid "A text only skin"
msgstr "Eine reine Text-Oberfläche"
-#: skincurses.c:566
msgid "Key$Mute"
msgstr "Stumm"
-#: skincurses.c:569
msgid "Volume "
msgstr "Lautstärke"
-#: skincurses.c:699
msgid "Text mode"
msgstr "Text-Modus"
diff --git a/PLUGINS/src/skincurses/po/fi_FI.po b/PLUGINS/src/skincurses/po/fi_FI.po
index d4a4742..1f527cd 100644
--- a/PLUGINS/src/skincurses/po/fi_FI.po
+++ b/PLUGINS/src/skincurses/po/fi_FI.po
@@ -15,18 +15,14 @@ msgstr ""
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
-#: skincurses.c:15
msgid "A text only skin"
msgstr "Tekstipohjainen ulkoasu"
-#: skincurses.c:566
msgid "Key$Mute"
msgstr "Mykistys"
-#: skincurses.c:569
msgid "Volume "
msgstr "Äänenvoimakkuus "
-#: skincurses.c:699
msgid "Text mode"
msgstr "Teksti"
diff --git a/PLUGINS/src/skincurses/skincurses.c b/PLUGINS/src/skincurses/skincurses.c
index 0553de9..b9a4fc0 100644
--- a/PLUGINS/src/skincurses/skincurses.c
+++ b/PLUGINS/src/skincurses/skincurses.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: skincurses.c 1.17 2007/08/15 14:01:54 kls Exp $
+ * $Id: skincurses.c 1.18 2007/08/26 20:16:59 kls Exp $
*/
#include <ncurses.h>
@@ -11,7 +11,7 @@
#include <vdr/plugin.h>
#include <vdr/skins.h>
-static const char *VERSION = "0.1.3";
+static const char *VERSION = "0.1.4";
static const char *DESCRIPTION = trNOOP("A text only skin");
static const char *MAINMENUENTRY = NULL;
@@ -72,7 +72,7 @@ public:
};
cCursesOsd::cCursesOsd(int Left, int Top)
-:cOsd(Left, Top)
+:cOsd(Left, Top, 0)
{
savedRegion = NULL;