diff -Nru touchtft-0.0.4/i18n.c touchtft-0.0.4-gettext-i18n/i18n.c --- touchtft-0.0.4/i18n.c 2007-02-09 12:12:32.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/i18n.c 2008-04-15 05:11:20.000000000 +0200 @@ -12,6 +12,7 @@ * **/ +#if APIVERSNUM < 10507 #include "i18n.h" const tI18nPhrase Phrases[] = { @@ -638,3 +639,4 @@ }, { NULL } }; +#endif diff -Nru touchtft-0.0.4/Makefile touchtft-0.0.4-gettext-i18n/Makefile --- touchtft-0.0.4/Makefile 2007-02-09 12:12:32.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/Makefile 2008-04-15 05:07:43.000000000 +0200 @@ -106,9 +106,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: $(COMMONOBJS) $(IMLIBOBJS) $(DFBOBJS) $(TXTOBJS) @@ -125,4 +150,5 @@ @echo Distribution package created as $(PACKAGE).tar.bz2 clean: + @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(COMMONOBJS) $(IMLIBOBJS) $(DFBOBJS) $(TXTOBJS) $(DEPFILE) *.so *.tar.bz2 core* *~ diff -Nru touchtft-0.0.4/po/ca_ES.po touchtft-0.0.4-gettext-i18n/po/ca_ES.po --- touchtft-0.0.4/po/ca_ES.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/ca_ES.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,66 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/cs_CZ.po touchtft-0.0.4-gettext-i18n/po/cs_CZ.po --- touchtft-0.0.4/po/cs_CZ.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/cs_CZ.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,64 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/da_DK.po touchtft-0.0.4-gettext-i18n/po/da_DK.po --- touchtft-0.0.4/po/da_DK.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/da_DK.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,64 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/de_DE.po touchtft-0.0.4-gettext-i18n/po/de_DE.po --- touchtft-0.0.4/po/de_DE.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/de_DE.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,64 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "TouchTFT" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/el_GR.po touchtft-0.0.4-gettext-i18n/po/el_GR.po --- touchtft-0.0.4/po/el_GR.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/el_GR.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,64 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/es_ES.po touchtft-0.0.4-gettext-i18n/po/es_ES.po --- touchtft-0.0.4/po/es_ES.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/es_ES.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,64 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/et_EE.po touchtft-0.0.4-gettext-i18n/po/et_EE.po --- touchtft-0.0.4/po/et_EE.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/et_EE.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,64 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/fi_FI.po touchtft-0.0.4-gettext-i18n/po/fi_FI.po --- touchtft-0.0.4/po/fi_FI.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/fi_FI.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,67 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "TouchTFT" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/fr_FR.po touchtft-0.0.4-gettext-i18n/po/fr_FR.po --- touchtft-0.0.4/po/fr_FR.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/fr_FR.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,67 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/hr_HR.po touchtft-0.0.4-gettext-i18n/po/hr_HR.po --- touchtft-0.0.4/po/hr_HR.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/hr_HR.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,65 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/hu_HU.po touchtft-0.0.4-gettext-i18n/po/hu_HU.po --- touchtft-0.0.4/po/hu_HU.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/hu_HU.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,65 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/it_IT.po touchtft-0.0.4-gettext-i18n/po/it_IT.po --- touchtft-0.0.4/po/it_IT.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/it_IT.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,66 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/nl_NL.po touchtft-0.0.4-gettext-i18n/po/nl_NL.po --- touchtft-0.0.4/po/nl_NL.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/nl_NL.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,66 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/nn_NO.po touchtft-0.0.4-gettext-i18n/po/nn_NO.po --- touchtft-0.0.4/po/nn_NO.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/nn_NO.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,65 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/pl_PL.po touchtft-0.0.4-gettext-i18n/po/pl_PL.po --- touchtft-0.0.4/po/pl_PL.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/pl_PL.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,64 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/pt_PT.po touchtft-0.0.4-gettext-i18n/po/pt_PT.po --- touchtft-0.0.4/po/pt_PT.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/pt_PT.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,64 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/ro_RO.po touchtft-0.0.4-gettext-i18n/po/ro_RO.po --- touchtft-0.0.4/po/ro_RO.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/ro_RO.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,65 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/ru_RU.po touchtft-0.0.4-gettext-i18n/po/ru_RU.po --- touchtft-0.0.4/po/ru_RU.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/ru_RU.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,64 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/sl_SI.po touchtft-0.0.4-gettext-i18n/po/sl_SI.po --- touchtft-0.0.4/po/sl_SI.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/sl_SI.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,65 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/sv_SE.po touchtft-0.0.4-gettext-i18n/po/sv_SE.po --- touchtft-0.0.4/po/sv_SE.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/sv_SE.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,65 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/touchtft.pot touchtft-0.0.4-gettext-i18n/po/touchtft.pot --- touchtft-0.0.4/po/touchtft.pot 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/touchtft.pot 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,65 @@ +# 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-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/po/tr_TR.po touchtft-0.0.4-gettext-i18n/po/tr_TR.po --- touchtft-0.0.4/po/tr_TR.po 1970-01-01 01:00:00.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/po/tr_TR.po 2008-04-15 05:07:43.000000000 +0200 @@ -0,0 +1,64 @@ +# 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-15 05:07+0200\n" +"PO-Revision-Date: 2008-04-15 05: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" + +#: setup.c:79 +msgid "TouchTFT" +msgstr "" + +#: setup.c:81 +msgid "Minimum x-axis (touch device)" +msgstr "" + +#: setup.c:82 +msgid "Maximum x-axis (touch device)" +msgstr "" + +#: setup.c:83 +msgid "Minimum y-axis (touch device)" +msgstr "" + +#: setup.c:84 +msgid "Maximum y-axis (touch device)" +msgstr "" + +#: setup.c:85 +msgid "Resolution x-axis (pixels)" +msgstr "" + +#: setup.c:86 +msgid "Resolution y-axis (pixels)" +msgstr "" + +#: setup.c:87 +msgid "Entprellzeit [ms]" +msgstr "" + +#: setup.c:88 +msgid "TouchDevice" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Calibrate" +msgstr "" + +#: setup.c:90 setup.c:132 +msgid "Stop" +msgstr "" + +#: touchtft.c:22 +msgid "Enhancing graphTFT with a touchdevice" +msgstr "" diff -Nru touchtft-0.0.4/setup.h touchtft-0.0.4-gettext-i18n/setup.h --- touchtft-0.0.4/setup.h 2007-02-09 12:12:32.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/setup.h 2008-04-15 05:11:47.000000000 +0200 @@ -15,7 +15,9 @@ #ifndef __GTFT_SETUP_H #define __GTFT_SETUP_H +#if APIVERSNUM < 10507 #include "i18n.h" +#endif #include "service.h" #include diff -Nru touchtft-0.0.4/touchtft.c touchtft-0.0.4-gettext-i18n/touchtft.c --- touchtft-0.0.4/touchtft.c 2007-02-09 12:12:32.000000000 +0100 +++ touchtft-0.0.4-gettext-i18n/touchtft.c 2008-04-15 05:12:34.000000000 +0200 @@ -14,12 +14,14 @@ #include "touch.h" #include "debug.h" #include "setup.h" +#if APIVERSNUM < 10507 #include "i18n.h" +#endif #include #include static const char *VERSION = "0.0.3"; -static const char *DESCRIPTION = "Enhancing graphTFT with a touchdevice"; +static const char *DESCRIPTION = trNOOP("Enhancing graphTFT with a touchdevice"); //static const char *MAINMENUENTRY = ""; class cPluginTouchTFT : public cPlugin { @@ -97,7 +99,9 @@ TouchTFTSetup.PluginConfPath = strdup(str); // first register the translations +#if APIVERSNUM < 10507 RegisterI18n(Phrases); +#endif // Starting the TouchTFT-Eventthread mTouchScreenEnhancer = new cTouchScreenEnhancer();