diff -Nru timeline-1.0.141/i18n.c timeline-1.0.141-gettext-i18n/i18n.c --- timeline-1.0.141/i18n.c 2006-06-18 13:46:31.000000000 +0200 +++ timeline-1.0.141-gettext-i18n/i18n.c 2008-04-15 05:13:20.000000000 +0200 @@ -7,6 +7,7 @@ * */ +#if APIVERSNUM < 10507 #include "i18n.h" const tI18nPhrase tlPhrases[] = { @@ -232,3 +233,4 @@ }, { NULL } }; +#endif diff -Nru timeline-1.0.141/Makefile timeline-1.0.141-gettext-i18n/Makefile --- timeline-1.0.141/Makefile 2006-06-18 13:46:31.000000000 +0200 +++ timeline-1.0.141-gettext-i18n/Makefile 2008-04-15 05:04:38.000000000 +0200 @@ -61,9 +61,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 $(OBJS) -o $@ @@ -79,4 +104,5 @@ @echo Distribution package created as $(PACKAGE).tgz clean: + @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(OBJS) $(DEPFILE) *.so *.tar.gz core* *~ diff -Nru timeline-1.0.141/po/ca_ES.po timeline-1.0.141-gettext-i18n/po/ca_ES.po --- timeline-1.0.141/po/ca_ES.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/ca_ES.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,58 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/cs_CZ.po timeline-1.0.141-gettext-i18n/po/cs_CZ.po --- timeline-1.0.141/po/cs_CZ.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/cs_CZ.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,56 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/da_DK.po timeline-1.0.141-gettext-i18n/po/da_DK.po --- timeline-1.0.141/po/da_DK.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/da_DK.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,56 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/de_DE.po timeline-1.0.141-gettext-i18n/po/de_DE.po --- timeline-1.0.141/po/de_DE.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/de_DE.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,56 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "Prio" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "Konflikt am" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "gleiche Eingangs-Device" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "Wiederh. Konflikt an" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "Keine Konflikte" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "Pfeil hoch/runter/links/rechts+Zahlen" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "(heute)" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "Zeitleiste" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "ignoriere Primäres Interface" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/el_GR.po timeline-1.0.141-gettext-i18n/po/el_GR.po --- timeline-1.0.141/po/el_GR.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/el_GR.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,56 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/es_ES.po timeline-1.0.141-gettext-i18n/po/es_ES.po --- timeline-1.0.141/po/es_ES.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/es_ES.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,56 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/et_EE.po timeline-1.0.141-gettext-i18n/po/et_EE.po --- timeline-1.0.141/po/et_EE.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/et_EE.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,56 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/fi_FI.po timeline-1.0.141-gettext-i18n/po/fi_FI.po --- timeline-1.0.141/po/fi_FI.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/fi_FI.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,59 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "prioriteetti" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "Päällekkäisyys" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "sama vastaanotin" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "Toistuva päällekkäisyys" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "Ei päällekkäisyyksiä" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "Ylös/Alas/Vasen/Oikea/Numeronäppäimet" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "(tänään)" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "Aikajana" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "Jätä päävastaanotin huomioimatta" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "Näyttää päällekkäiset ajastimet" diff -Nru timeline-1.0.141/po/fr_FR.po timeline-1.0.141-gettext-i18n/po/fr_FR.po --- timeline-1.0.141/po/fr_FR.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/fr_FR.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,59 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/hr_HR.po timeline-1.0.141-gettext-i18n/po/hr_HR.po --- timeline-1.0.141/po/hr_HR.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/hr_HR.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,57 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/hu_HU.po timeline-1.0.141-gettext-i18n/po/hu_HU.po --- timeline-1.0.141/po/hu_HU.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/hu_HU.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,57 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/it_IT.po timeline-1.0.141-gettext-i18n/po/it_IT.po --- timeline-1.0.141/po/it_IT.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/it_IT.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,58 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/nl_NL.po timeline-1.0.141-gettext-i18n/po/nl_NL.po --- timeline-1.0.141/po/nl_NL.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/nl_NL.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,58 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/nn_NO.po timeline-1.0.141-gettext-i18n/po/nn_NO.po --- timeline-1.0.141/po/nn_NO.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/nn_NO.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,57 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/pl_PL.po timeline-1.0.141-gettext-i18n/po/pl_PL.po --- timeline-1.0.141/po/pl_PL.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/pl_PL.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,56 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/pt_PT.po timeline-1.0.141-gettext-i18n/po/pt_PT.po --- timeline-1.0.141/po/pt_PT.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/pt_PT.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,56 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/ro_RO.po timeline-1.0.141-gettext-i18n/po/ro_RO.po --- timeline-1.0.141/po/ro_RO.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/ro_RO.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,57 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/ru_RU.po timeline-1.0.141-gettext-i18n/po/ru_RU.po --- timeline-1.0.141/po/ru_RU.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/ru_RU.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,56 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/sl_SI.po timeline-1.0.141-gettext-i18n/po/sl_SI.po --- timeline-1.0.141/po/sl_SI.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/sl_SI.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,57 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/sv_SE.po timeline-1.0.141-gettext-i18n/po/sv_SE.po --- timeline-1.0.141/po/sv_SE.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/sv_SE.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,57 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/timeline.pot timeline-1.0.141-gettext-i18n/po/timeline.pot --- timeline-1.0.141/po/timeline.pot 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/timeline.pot 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,57 @@ +# 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:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/po/tr_TR.po timeline-1.0.141-gettext-i18n/po/tr_TR.po --- timeline-1.0.141/po/tr_TR.po 1970-01-01 01:00:00.000000000 +0100 +++ timeline-1.0.141-gettext-i18n/po/tr_TR.po 2008-04-15 05:04:38.000000000 +0200 @@ -0,0 +1,56 @@ +# 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:04+0200\n" +"PO-Revision-Date: 2008-04-15 05:04+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" + +#: checkerOsd.c:77 +msgid "Prio" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:331 +msgid "Conflict on" +msgstr "" + +#: checkerOsd.c:247 checkerOsd.c:278 checkerOsd.c:316 checkerOsd.c:331 +msgid "same input device" +msgstr "" + +#: checkerOsd.c:316 +msgid "Repeating conflict on" +msgstr "" + +#: checkerOsd.c:398 +msgid "No conflicts" +msgstr "" + +#: checkerOsd.c:455 +msgid "Cursor up/down/left/right+Nums" +msgstr "" + +#: checkerOsd.c:489 +msgid "(today)" +msgstr "" + +#: checkerOsd.c:763 checkerOsd.c:786 checkerOsd.c:788 timeline.c:18 +msgid "Timeline" +msgstr "" + +#: config.c:51 +msgid "ignore primary interface" +msgstr "" + +#: timeline.c:17 +msgid "Show timer overview and collisions" +msgstr "" diff -Nru timeline-1.0.141/timeline.c timeline-1.0.141-gettext-i18n/timeline.c --- timeline-1.0.141/timeline.c 2006-06-18 13:55:13.000000000 +0200 +++ timeline-1.0.141-gettext-i18n/timeline.c 2008-04-15 05:13:43.000000000 +0200 @@ -11,11 +11,13 @@ #include #include "checkerOsd.h" #include "config.h" +#if APIVERSNUM < 10507 #include "i18n.h" +#endif static const char *VERSION = "1.0.141"; -static const char *DESCRIPTION = "Show timer overview and collisions"; -static const char *MAINMENUENTRY = "Timeline"; +static const char *DESCRIPTION = trNOOP("Show timer overview and collisions"); +static const char *MAINMENUENTRY = tr("Timeline"); class cPluginTimeline : public cPlugin { private: @@ -85,7 +87,9 @@ bool cPluginTimeline::Initialize(void) { // Initialize any background activities the plugin shall perform. +#if APIVERSNUM < 10507 RegisterI18n(tlPhrases); +#endif return true; }