diff -Nru osdpip-0.0.8/i18n.c osdpip-0.0.8-gettext-i18n/i18n.c --- osdpip-0.0.8/i18n.c 2005-05-14 19:53:21.000000000 +0200 +++ osdpip-0.0.8-gettext-i18n/i18n.c 2008-04-13 20:17:58.000000000 +0200 @@ -4,6 +4,7 @@ * See the README file for copyright information and how to reach the author. */ +#if APIVERSNUM < 10507 #include "i18n.h" const tI18nPhrase Phrases[] = { @@ -669,4 +670,4 @@ }, { NULL } }; - +#endif diff -Nru osdpip-0.0.8/Makefile osdpip-0.0.8-gettext-i18n/Makefile --- osdpip-0.0.8/Makefile 2005-05-14 18:41:53.000000000 +0200 +++ osdpip-0.0.8-gettext-i18n/Makefile 2008-04-13 20:07:32.000000000 +0200 @@ -68,9 +68,34 @@ -include $(DEPFILE) +### Internationalization (I18N): + +PODIR = po +LOCALEDIR = $(VDRDIR)/locale +I18Npo = $(wildcard $(PODIR)/*.po) +I18Nmsgs = $(addprefix $(LOCALEDIR)/, $(addsuffix /LC_MESSAGES/vdr-$(PLUGIN).mo, $(notdir $(foreach file, $(I18Npo), $(basename $(file)))))) +I18Npot = $(PODIR)/$(PLUGIN).pot + +%.mo: %.po + msgfmt -c -o $@ $< + +$(I18Npot): $(wildcard *.c) + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $^ + +%.po: $(I18Npot) + msgmerge -U --no-wrap --no-location --backup=none -q $@ $< + @touch $@ + +$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo + @mkdir -p $(dir $@) + cp $< $@ + +.PHONY: i18n +i18n: $(I18Nmsgs) + ### Targets: -all: libvdr-$(PLUGIN).so +all: libvdr-$(PLUGIN).so i18n libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared -o $@ $^ $(LIBS) @@ -85,4 +110,5 @@ @echo Distribution package created as $(PACKAGE).tgz clean: + @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ diff -Nru osdpip-0.0.8/osdpip.c osdpip-0.0.8-gettext-i18n/osdpip.c --- osdpip-0.0.8/osdpip.c 2005-05-14 20:39:45.000000000 +0200 +++ osdpip-0.0.8-gettext-i18n/osdpip.c 2008-04-13 20:17:41.000000000 +0200 @@ -15,13 +15,15 @@ #include "osd.h" #include "setup.h" +#if APIVERSNUM < 10507 #include "i18n.h" +#endif #include static const char *VERSION = "0.0.8"; -static const char *DESCRIPTION = "OSD Picture-in-Picture"; -static const char *MAINMENUENTRY = "Picture-in-Picture"; +static const char *DESCRIPTION = trNOOP("OSD Picture-in-Picture"); +static const char *MAINMENUENTRY = tr("Picture-in-Picture"); class cPluginOsdpip : public cPlugin { @@ -73,7 +75,9 @@ bool cPluginOsdpip::Start(void) { +#if APIVERSNUM < 10507 RegisterI18n(Phrases); +#endif return true; } diff -Nru osdpip-0.0.8/po/ca_ES.po osdpip-0.0.8-gettext-i18n/po/ca_ES.po --- osdpip-0.0.8/po/ca_ES.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/ca_ES.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,150 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Marc Rovira Vall , 2003 +# Ramon Roca , 2003 +# Jordi Vilà , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Jordi Vilà \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/cs_CZ.po osdpip-0.0.8-gettext-i18n/po/cs_CZ.po --- osdpip-0.0.8/po/cs_CZ.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/cs_CZ.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,148 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Vladimír Bárta , 2006 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Vladimír Bárta \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/da_DK.po osdpip-0.0.8-gettext-i18n/po/da_DK.po --- osdpip-0.0.8/po/da_DK.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/da_DK.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,148 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Mogens Elneff , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Mogens Elneff \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/de_DE.po osdpip-0.0.8-gettext-i18n/po/de_DE.po --- osdpip-0.0.8/po/de_DE.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/de_DE.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,148 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Klaus Schmidinger , 2000 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Klaus Schmidinger \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/el_GR.po osdpip-0.0.8-gettext-i18n/po/el_GR.po --- osdpip-0.0.8/po/el_GR.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/el_GR.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,148 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Dimitrios Dimitrakos , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Dimitrios Dimitrakos \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-7\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/es_ES.po osdpip-0.0.8-gettext-i18n/po/es_ES.po --- osdpip-0.0.8/po/es_ES.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/es_ES.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,148 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Ruben Nunez Francisco , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Ruben Nunez Francisco \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/et_EE.po osdpip-0.0.8-gettext-i18n/po/et_EE.po --- osdpip-0.0.8/po/et_EE.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/et_EE.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,148 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Arthur Konovalov , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Arthur Konovalov \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-13\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/fi_FI.po osdpip-0.0.8-gettext-i18n/po/fi_FI.po --- osdpip-0.0.8/po/fi_FI.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/fi_FI.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,151 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Hannu Savolainen , 2002 +# Jaakko Hyvätti , 2002 +# Niko Tarnanen , 2003 +# Rolf Ahrenberg , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Rolf Ahrenberg \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/fr_FR.po osdpip-0.0.8-gettext-i18n/po/fr_FR.po --- osdpip-0.0.8/po/fr_FR.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/fr_FR.po 2008-04-13 20:15:23.000000000 +0200 @@ -0,0 +1,151 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Jean-Claude Repetto , 2001 +# Olivier Jacques , 2003 +# Gregoire Favre , 2003 +# Nicolas Huillard , 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Nicolas Huillard \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "Mode normal" + +#: osd.c:499 +msgid "Move mode" +msgstr "Mode de déplacement" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "*** Chaîne invalide ***" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "Gris (16)" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "Gris (256)" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "Couleurs (256, fixe)" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "Couleurs (128, variable)" + +#: setup.c:94 +msgid "no" +msgstr "non" + +#: setup.c:95 +msgid "channel only" +msgstr "chaîne seulement" + +#: setup.c:96 +msgid "simple" +msgstr "simple" + +#: setup.c:97 +msgid "complete" +msgstr "complète" + +#: setup.c:99 +msgid "top left" +msgstr "haut gauche" + +#: setup.c:100 +msgid "top right" +msgstr "haut droit" + +#: setup.c:101 +msgid "bottom left" +msgstr "bas gauche" + +#: setup.c:102 +msgid "bottom right" +msgstr "bas droite" + +#: setup.c:104 +msgid "automatic" +msgstr "automatique" + +#: setup.c:105 +msgid "none" +msgstr "aucun" + +#: setup.c:106 +msgid "1 frame" +msgstr "1 frame" + +#: setup.c:107 +msgid "2 frames" +msgstr "2 frames" + +#: setup.c:109 +msgid "X Position" +msgstr "Position X" + +#: setup.c:110 +msgid "Y Position" +msgstr "Position Y" + +#: setup.c:111 +msgid "Crop left" +msgstr "Cropper à gauche" + +#: setup.c:112 +msgid "Crop right" +msgstr "Cropper à droite" + +#: setup.c:113 +msgid "Crop at top" +msgstr "Cropper en haut" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "Cropper en bas" + +#: setup.c:115 +msgid "Color depth" +msgstr "Profondeur des couleurs" + +#: setup.c:116 +msgid "Size" +msgstr "Taille" + +#: setup.c:117 +msgid "Frames to display" +msgstr "Frames à afficher" + +#: setup.c:118 +msgid "Drop frames" +msgstr "Effacer les frames" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "Aller sur sortie FFMPEG" + +#: setup.c:120 +msgid "Show info window" +msgstr "Afficher fenêtre infos" + +#: setup.c:121 +msgid "Info window width" +msgstr "Longueur fenêtre infos" + +#: setup.c:122 +msgid "Info window position" +msgstr "Position fenêtre infos" diff -Nru osdpip-0.0.8/po/hr_HR.po osdpip-0.0.8-gettext-i18n/po/hr_HR.po --- osdpip-0.0.8/po/hr_HR.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/hr_HR.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,149 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Drazen Dupor , 2004 +# Dino Ravnic , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Drazen Dupor \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/hu_HU.po osdpip-0.0.8-gettext-i18n/po/hu_HU.po --- osdpip-0.0.8/po/hu_HU.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/hu_HU.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,149 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Istvan Koenigsberger , 2002 +# Guido Josten , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Istvan Koenigsberger , Guido Josten \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/it_IT.po osdpip-0.0.8-gettext-i18n/po/it_IT.po --- osdpip-0.0.8/po/it_IT.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/it_IT.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,150 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Alberto Carraro , 2001 +# Antonio Ospite , 2003 +# Sean Carlos , 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Sean Carlos \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/nl_NL.po osdpip-0.0.8-gettext-i18n/po/nl_NL.po --- osdpip-0.0.8/po/nl_NL.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/nl_NL.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,150 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Arnold Niessen , 2001 +# Hans Dingemans , 2003 +# Maarten Wisse , 2005 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Maarten Wisse \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-15\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/nn_NO.po osdpip-0.0.8-gettext-i18n/po/nn_NO.po --- osdpip-0.0.8/po/nn_NO.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/nn_NO.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,149 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Jørgen Tvedt , 2001 +# Truls Slevigen , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Truls Slevigen \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/osdpip.pot osdpip-0.0.8-gettext-i18n/po/osdpip.pot --- osdpip-0.0.8/po/osdpip.pot 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/osdpip.pot 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,149 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/pl_PL.po osdpip-0.0.8-gettext-i18n/po/pl_PL.po --- osdpip-0.0.8/po/pl_PL.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/pl_PL.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,148 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Michael Rakowski , 2002 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Michael Rakowski \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/pt_PT.po osdpip-0.0.8-gettext-i18n/po/pt_PT.po --- osdpip-0.0.8/po/pt_PT.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/pt_PT.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,148 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Paulo Lopes , 2001 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Paulo Lopes \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/ro_RO.po osdpip-0.0.8-gettext-i18n/po/ro_RO.po --- osdpip-0.0.8/po/ro_RO.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/ro_RO.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,149 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Paul Lacatus , 2002 +# Lucian Muresan , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Lucian Muresan \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/ru_RU.po osdpip-0.0.8-gettext-i18n/po/ru_RU.po --- osdpip-0.0.8/po/ru_RU.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/ru_RU.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,148 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Vyacheslav Dikonov , 2004 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Vyacheslav Dikonov \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-5\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/sl_SI.po osdpip-0.0.8-gettext-i18n/po/sl_SI.po --- osdpip-0.0.8/po/sl_SI.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/sl_SI.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,149 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Miha Setina , 2000 +# Matjaz Thaler , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Matjaz Thaler \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/sv_SE.po osdpip-0.0.8-gettext-i18n/po/sv_SE.po --- osdpip-0.0.8/po/sv_SE.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/sv_SE.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,149 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Tomas Prybil , 2002 +# Jan Ekholm , 2003 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Tomas Prybil \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr "" diff -Nru osdpip-0.0.8/po/tr_TR.po osdpip-0.0.8-gettext-i18n/po/tr_TR.po --- osdpip-0.0.8/po/tr_TR.po 1970-01-01 01:00:00.000000000 +0100 +++ osdpip-0.0.8-gettext-i18n/po/tr_TR.po 2008-04-13 20:07:32.000000000 +0200 @@ -0,0 +1,148 @@ +# VDR plugin language source file. +# Copyright (C) 2007 Klaus Schmidinger +# This file is distributed under the same license as the VDR package. +# Oktay Yolgeçen , 2007 +# +msgid "" +msgstr "" +"Project-Id-Version: VDR 1.5.7\n" +"Report-Msgid-Bugs-To: micky979@free.fr\n" +"POT-Creation-Date: 2008-04-13 20:07+0200\n" +"PO-Revision-Date: 2008-04-13 20:07+0200\n" +"Last-Translator: Oktay Yolgeçen \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-9\n" +"Content-Transfer-Encoding: 8bit\n" + +#: osd.c:451 +msgid "Normal mode" +msgstr "" + +#: osd.c:499 +msgid "Move mode" +msgstr "" + +#: osd_info.c:100 +msgid "*** Invalid Channel ***" +msgstr "" + +#: setup.c:89 +msgid "Greyscale (16)" +msgstr "" + +#: setup.c:90 +msgid "Greyscale (256)" +msgstr "" + +#: setup.c:91 +msgid "Color (256, fixed)" +msgstr "" + +#: setup.c:92 +msgid "Color (128, variable)" +msgstr "" + +#: setup.c:94 +msgid "no" +msgstr "" + +#: setup.c:95 +msgid "channel only" +msgstr "" + +#: setup.c:96 +msgid "simple" +msgstr "" + +#: setup.c:97 +msgid "complete" +msgstr "" + +#: setup.c:99 +msgid "top left" +msgstr "" + +#: setup.c:100 +msgid "top right" +msgstr "" + +#: setup.c:101 +msgid "bottom left" +msgstr "" + +#: setup.c:102 +msgid "bottom right" +msgstr "" + +#: setup.c:104 +msgid "automatic" +msgstr "" + +#: setup.c:105 +msgid "none" +msgstr "" + +#: setup.c:106 +msgid "1 frame" +msgstr "" + +#: setup.c:107 +msgid "2 frames" +msgstr "" + +#: setup.c:109 +msgid "X Position" +msgstr "" + +#: setup.c:110 +msgid "Y Position" +msgstr "" + +#: setup.c:111 +msgid "Crop left" +msgstr "" + +#: setup.c:112 +msgid "Crop right" +msgstr "" + +#: setup.c:113 +msgid "Crop at top" +msgstr "" + +#: setup.c:114 +msgid "Crop at bottom" +msgstr "" + +#: setup.c:115 +msgid "Color depth" +msgstr "" + +#: setup.c:116 +msgid "Size" +msgstr "" + +#: setup.c:117 +msgid "Frames to display" +msgstr "" + +#: setup.c:118 +msgid "Drop frames" +msgstr "" + +#: setup.c:119 +msgid "Swap FFMPEG output" +msgstr "" + +#: setup.c:120 +msgid "Show info window" +msgstr "" + +#: setup.c:121 +msgid "Info window width" +msgstr "" + +#: setup.c:122 +msgid "Info window position" +msgstr ""