From 4c65b525dc1e3c62336b223d200a46fb30dc7e52 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 12 Aug 2007 18:00:00 +0200 Subject: =?UTF-8?q?Version=201.5.7=20-=20All=20logging=20now=20goes=20to?= =?UTF-8?q?=20LOG=5FERR,=20because=20some=20systems=20split=20error,=20inf?= =?UTF-8?q?o=20and=20=20=20debug=20messages=20into=20separate=20files,=20w?= =?UTF-8?q?hich=20repeatedly=20caused=20extra=20efforts=20to=20=20=20find?= =?UTF-8?q?=20out=20when=20incomplete=20log=20excerpts=20were=20attached?= =?UTF-8?q?=20to=20problem=20reports=20in=20=20=20the=20past.=20-=20Update?= =?UTF-8?q?d=20the=20Estonian=20OSD=20texts=20(thanks=20to=20Arthur=20Kono?= =?UTF-8?q?valov).=20-=20Fixed=20a=20problem=20with=20characters=20>0x7F?= =?UTF-8?q?=20in=20the=20modified=20version=20of=20skipspace()=20=20=20(th?= =?UTF-8?q?anks=20to=20Marco=20Schl=C3=BC=C3=9Fler).=20-=20Fixed=20a=20bug?= =?UTF-8?q?=20I=20introduced=20when=20simplifying=20the=20original=20patch?= =?UTF-8?q?=20for=20detecting=20=20=20Premiere=20NVOD=20channel=20links=20?= =?UTF-8?q?(crash=20reported=20by=20Malte=20Schr=C3=B6der).=20-=20Internat?= =?UTF-8?q?ionalization=20is=20now=20done=20with=20'gettext'=20(following?= =?UTF-8?q?=20a=20suggestion=20by=20=20=20Lucian=20Muresan).=20Plugin=20au?= =?UTF-8?q?thors=20may=20want=20to=20use=20the=20Perl=20script=20=20=20'i1?= =?UTF-8?q?8n-to-gettext.pl'=20to=20convert=20their=20internationalized=20?= =?UTF-8?q?texts=20to=20the=20gettext=20=20=20format=20(see=20the=20instru?= =?UTF-8?q?ctions=20inside=20that=20script=20file).=20The=20function=20=20?= =?UTF-8?q?=20cPlugin::RegisterI18n()=20is=20still=20present=20for=20compa?= =?UTF-8?q?tibility,=20but=20doesn't=20=20=20have=20any=20more=20functiona?= =?UTF-8?q?lity.=20So=20plugins=20that=20don't=20convert=20their=20texts?= =?UTF-8?q?=20to=20=20=20the=20gettext=20format=20will=20only=20present=20?= =?UTF-8?q?English=20texts.=20=20=20See=20PLUGINS.html,=20section=20"Inter?= =?UTF-8?q?nationalization",=20for=20instructions=20on=20how=20=20=20to=20?= =?UTF-8?q?make=20strings=20in=20arrays=20translatable.=20=20=20See=20READ?= =?UTF-8?q?ME.i18n=20for=20information=20on=20how=20to=20create=20new=20or?= =?UTF-8?q?=20maintain=20existing=20=20=20translations.=20-=20The=20three?= =?UTF-8?q?=20letter=20language=20codes=20and=20their=20aliases=20are=20st?= =?UTF-8?q?ored=20in=20i18n.c,=20and=20=20=20each=20translation=20file=20o?= =?UTF-8?q?nly=20contains=20one=20of=20them=20to=20link=20that=20language?= =?UTF-8?q?=20name=20=20=20to=20the=20code.=20-=20The=20'newplugin'=20scri?= =?UTF-8?q?pt=20has=20been=20extended=20to=20generate=20the=20Makefile=20s?= =?UTF-8?q?ection=20=20=20for=20i18n=20support.=20-=20The=20parameter=20OS?= =?UTF-8?q?DLanguage=20in=20'setup.conf'=20is=20now=20a=20string=20and=20h?= =?UTF-8?q?olds=20the=20locale=20=20=20code=20of=20the=20selected=20OSD=20?= =?UTF-8?q?language=20(e.g.=20en=5FUS).=20If=20Setup.OSDLanguage=20is=20no?= =?UTF-8?q?t=20=20=20set=20to=20a=20particular=20locale=20that=20is=20foun?= =?UTF-8?q?d=20in=20VDR's=20locale=20directory,=20the=20=20=20locale=20as?= =?UTF-8?q?=20defined=20in=20the=20system=20environment=20is=20used=20by?= =?UTF-8?q?=20default.=20-=20The=20list=20of=20tracks=20given=20in=20cStat?= =?UTF-8?q?us::SetAudioTrack()=20is=20now=20NULL=20terminated,=20=20=20so?= =?UTF-8?q?=20that=20plugins=20can=20actually=20use=20all=20the=20strings?= =?UTF-8?q?=20in=20the=20list,=20not=20just=20the=20=20=20one=20pointed=20?= =?UTF-8?q?to=20by=20Index=20(thanks=20to=20Alexander=20Rieger).=20-=20Fix?= =?UTF-8?q?ed=20handling=20kLeft=20in=20the=20calls=20to=20cStatus::MsgOsd?= =?UTF-8?q?TextItem()=20(thanks=20to=20=20=20Alexander=20Rieger).=20-=20Ad?= =?UTF-8?q?ded=20the=20"...or=20(at=20your=20option)=20any=20later=20versi?= =?UTF-8?q?on"=20phrase=20to=20the=20license=20=20=20information=20of=20al?= =?UTF-8?q?l=20plugins,=20and=20also=20the=20'newplugin'=20script=20(sugge?= =?UTF-8?q?sted=20by=20=20=20Ville=20Skytt=C3=A4).=20Plugin=20authors=20ma?= =?UTF-8?q?y=20want=20to=20consider=20doing=20the=20same.=20-=20Fixed=20th?= =?UTF-8?q?e=20link=20to=20the=20GPL2=20at=20http://www.gnu.org=20in=20vdr?= =?UTF-8?q?.c=20(thanks=20to=20Ville=20=20=20Skytt=C3=A4).=20-=20cBitmap::?= =?UTF-8?q?SetXpm()=20now=20checks=20whether=20the=20given=20Xpm=20pointer?= =?UTF-8?q?=20is=20not=20NULL,=20to=20=20=20avoid=20a=20crash=20with=20fil?= =?UTF-8?q?es=20that=20only=20contain=20"/*=20XPM=20*/"=20(suggested=20by?= =?UTF-8?q?=20Andreas=20=20=20Mair).=20-=20Added=20a=20debug=20error=20mes?= =?UTF-8?q?sage=20to=20cReceiver::~cReceiver()=20in=20case=20it=20is=20sti?= =?UTF-8?q?ll=20=20=20attached=20to=20a=20device=20(thanks=20to=20Reinhard?= =?UTF-8?q?=20Nissl).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PLUGINS/src/hello/HISTORY | 4 ++ PLUGINS/src/hello/Makefile | 38 +++++++++-- PLUGINS/src/hello/README | 6 +- PLUGINS/src/hello/hello.c | 11 ++-- PLUGINS/src/hello/i18n.c | 145 ------------------------------------------ PLUGINS/src/hello/i18n.h | 16 ----- PLUGINS/src/hello/po/ca_ES.po | 42 ++++++++++++ PLUGINS/src/hello/po/cs_CZ.po | 40 ++++++++++++ PLUGINS/src/hello/po/da_DK.po | 40 ++++++++++++ PLUGINS/src/hello/po/de_DE.po | 40 ++++++++++++ PLUGINS/src/hello/po/el_GR.po | 40 ++++++++++++ PLUGINS/src/hello/po/es_ES.po | 40 ++++++++++++ PLUGINS/src/hello/po/et_EE.po | 40 ++++++++++++ PLUGINS/src/hello/po/fi_FI.po | 43 +++++++++++++ PLUGINS/src/hello/po/fr_FR.po | 43 +++++++++++++ PLUGINS/src/hello/po/hr_HR.po | 41 ++++++++++++ PLUGINS/src/hello/po/hu_HU.po | 41 ++++++++++++ PLUGINS/src/hello/po/it_IT.po | 42 ++++++++++++ PLUGINS/src/hello/po/nl_NL.po | 42 ++++++++++++ PLUGINS/src/hello/po/nn_NO.po | 41 ++++++++++++ PLUGINS/src/hello/po/pl_PL.po | 40 ++++++++++++ PLUGINS/src/hello/po/pt_PT.po | 40 ++++++++++++ PLUGINS/src/hello/po/ro_RO.po | 41 ++++++++++++ PLUGINS/src/hello/po/ru_RU.po | 40 ++++++++++++ PLUGINS/src/hello/po/sl_SI.po | 41 ++++++++++++ PLUGINS/src/hello/po/sv_SE.po | 41 ++++++++++++ PLUGINS/src/hello/po/tr_TR.po | 40 ++++++++++++ 27 files changed, 905 insertions(+), 173 deletions(-) delete mode 100644 PLUGINS/src/hello/i18n.c delete mode 100644 PLUGINS/src/hello/i18n.h create mode 100644 PLUGINS/src/hello/po/ca_ES.po create mode 100644 PLUGINS/src/hello/po/cs_CZ.po create mode 100644 PLUGINS/src/hello/po/da_DK.po create mode 100644 PLUGINS/src/hello/po/de_DE.po create mode 100644 PLUGINS/src/hello/po/el_GR.po create mode 100644 PLUGINS/src/hello/po/es_ES.po create mode 100644 PLUGINS/src/hello/po/et_EE.po create mode 100644 PLUGINS/src/hello/po/fi_FI.po create mode 100644 PLUGINS/src/hello/po/fr_FR.po create mode 100644 PLUGINS/src/hello/po/hr_HR.po create mode 100644 PLUGINS/src/hello/po/hu_HU.po create mode 100644 PLUGINS/src/hello/po/it_IT.po create mode 100644 PLUGINS/src/hello/po/nl_NL.po create mode 100644 PLUGINS/src/hello/po/nn_NO.po create mode 100644 PLUGINS/src/hello/po/pl_PL.po create mode 100644 PLUGINS/src/hello/po/pt_PT.po create mode 100644 PLUGINS/src/hello/po/ro_RO.po create mode 100644 PLUGINS/src/hello/po/ru_RU.po create mode 100644 PLUGINS/src/hello/po/sl_SI.po create mode 100644 PLUGINS/src/hello/po/sv_SE.po create mode 100644 PLUGINS/src/hello/po/tr_TR.po (limited to 'PLUGINS/src/hello') diff --git a/PLUGINS/src/hello/HISTORY b/PLUGINS/src/hello/HISTORY index 3de2d66..2d770b8 100644 --- a/PLUGINS/src/hello/HISTORY +++ b/PLUGINS/src/hello/HISTORY @@ -49,3 +49,7 @@ VDR Plugin 'hello' Revision History 2006-04-22: Version 0.1.1 - Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). + +2007-08-11: Version 0.2.0 + +- Switched to 'gettext' internationalization. diff --git a/PLUGINS/src/hello/Makefile b/PLUGINS/src/hello/Makefile index 8deaeaa..e78b6e1 100644 --- a/PLUGINS/src/hello/Makefile +++ b/PLUGINS/src/hello/Makefile @@ -1,11 +1,13 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile 1.15 2006/09/09 12:38:35 kls Exp $ +# $Id: Makefile 1.16 2007/08/11 10:18:16 kls Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. # By default the main source file also carries this name. +# IMPORTANT: the presence of this macro is important for the Make.config +# file. So it must be defined, even if it is not used here! # PLUGIN = hello @@ -45,25 +47,50 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o i18n.o +OBJS = $(PLUGIN).o ### Implicit rules: %.o: %.c $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $< -# Dependencies: +### Dependencies: -MAKEDEP = g++ -MM -MG +MAKEDEP = $(CXX) -MM -MG DEPFILE = .dependencies $(DEPFILE): Makefile @$(MAKEDEP) $(DEFINES) $(INCLUDES) $(OBJS:%.o=%.c) > $@ -include $(DEPFILE) +### Internationalization (I18N): + +PODIR = po +LOCALEDIR = $(VDRDIR)/locale +I18Npo = $(wildcard $(PODIR)/*.po) +I18Nmo = $(addsuffix .mo, $(foreach file, $(I18Npo), $(basename $(file)))) +I18Ndirs = $(notdir $(foreach file, $(I18Npo), $(basename $(file)))) +I18Npot = $(PODIR)/$(PLUGIN).pot + +%.mo: %.po + msgfmt -c -o $@ $< + +$(I18Npot): $(wildcard *.c) + xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $(wildcard *.c) + +$(I18Npo): $(I18Npot) + msgmerge -U --no-wrap -F --backup=none -q $@ $< + +i18n: $(I18Nmo) + @mkdir -p $(LOCALEDIR) + for i in $(I18Ndirs); do\ + mkdir -p $(LOCALEDIR)/$$i/LC_MESSAGES;\ + cp $(PODIR)/$$i.mo $(LOCALEDIR)/$$i/LC_MESSAGES/$(PLUGIN).mo;\ + done + ### Targets: -all: libvdr-$(PLUGIN).so +all: libvdr-$(PLUGIN).so i18n libvdr-$(PLUGIN).so: $(OBJS) $(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@ @@ -78,4 +105,5 @@ dist: clean @echo Distribution package created as $(PACKAGE).tgz clean: + @-rm -f $(PODIR)/*.mo $(PODIR)/*.pot @-rm -f $(OBJS) $(DEPFILE) *.so *.tgz core* *~ diff --git a/PLUGINS/src/hello/README b/PLUGINS/src/hello/README index fd844ca..5c5d3b0 100644 --- a/PLUGINS/src/hello/README +++ b/PLUGINS/src/hello/README @@ -6,6 +6,10 @@ Project's homepage: www.cadsoft.de/people/kls/vdr Latest version available at: www.cadsoft.de/people/kls/vdr/software.htm -See the file COPYING for license information. +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2 of the License, or +(at your option) any later version. +See the file COPYING for more information. Description: This is a small demo of the VDR plugin interface. diff --git a/PLUGINS/src/hello/hello.c b/PLUGINS/src/hello/hello.c index 05ae9df..9640338 100644 --- a/PLUGINS/src/hello/hello.c +++ b/PLUGINS/src/hello/hello.c @@ -3,18 +3,18 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: hello.c 1.12 2006/04/22 09:31:52 kls Exp $ + * $Id: hello.c 1.13 2007/08/11 09:31:17 kls Exp $ */ #include #include +#include #include #include -#include "i18n.h" -static const char *VERSION = "0.1.1"; -static const char *DESCRIPTION = "A friendly greeting"; -static const char *MAINMENUENTRY = "Hello"; +static const char *VERSION = "0.2.0"; +static const char *DESCRIPTION = trNOOP("A friendly greeting"); +static const char *MAINMENUENTRY = trNOOP("Hello"); class cPluginHello : public cPlugin { private: @@ -115,7 +115,6 @@ bool cPluginHello::ProcessArgs(int argc, char *argv[]) bool cPluginHello::Start(void) { // Start any background activities the plugin shall perform. - RegisterI18n(Phrases); return true; } diff --git a/PLUGINS/src/hello/i18n.c b/PLUGINS/src/hello/i18n.c deleted file mode 100644 index 0ceeb2c..0000000 --- a/PLUGINS/src/hello/i18n.c +++ /dev/null @@ -1,145 +0,0 @@ -/* - * i18n.c: Internationalization - * - * See the README file for copyright information and how to reach the author. - * - * $Id: i18n.c 1.6 2006/04/22 09:30:57 kls Exp $ - */ - -#include "i18n.h" - -const tI18nPhrase Phrases[] = { - { "Hello", - "Hallo", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Hei", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "¿àØÒÕâ!", - "",// TODO - "",// TODO - "",// TODO - "Ahoj", - }, - { "Hello world!", - "Hallo Welt!", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Hei maailma!", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "·ÔàÐÒáâÒãÙ ÜØà!", - "",// TODO - "",// TODO - "",// TODO - "Ahoj svìte!", - }, - { "Howdy folks!", - "Tach zusammen!", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Mitä kuuluu?", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "ºÐÚ ßÞÖØÒÐÕâÕ?", - "",// TODO - "",// TODO - "",// TODO - "Nazdar vespolek!", - }, - { "A friendly greeting", - "Ein freundlicher Gruß", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Ystävällisin terveisin", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "´àãÖÕáÚÞÕ ßàØÒÕâáâÒØÕ", - "",// TODO - "",// TODO - "",// TODO - "Pøátelský pozdrav", - }, - { "Greeting time (s)", - "Dauer des Grußes (s)", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Tervehdysaika (s)", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "¿àÞÔÞÛÖØâÕÛìÝÞáâì ßàØÒÕâáâÒØï", - "",// TODO - "",// TODO - "",// TODO - "Èas pozdravu (s)", - }, - { "Use alternate greeting", - "Alternativen Gruß verwenden", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "Käytä vaihtoehtoista tervehdystä", - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "",// TODO - "°ÛìâÕàÝÐâØÒÝÞÕ ßàØÒÕâáâÒØÕ", - "",// TODO - "",// TODO - "",// TODO - "Pou¾ít alternativní pozdrav", - }, - { NULL } - }; diff --git a/PLUGINS/src/hello/i18n.h b/PLUGINS/src/hello/i18n.h deleted file mode 100644 index 577628a..0000000 --- a/PLUGINS/src/hello/i18n.h +++ /dev/null @@ -1,16 +0,0 @@ -/* - * i18n.h: Internationalization - * - * See the README file for copyright information and how to reach the author. - * - * $Id: i18n.h 1.2 2002/05/11 14:48:16 kls Exp $ - */ - -#ifndef _I18N__H -#define _I18N__H - -#include - -extern const tI18nPhrase Phrases[]; - -#endif //_I18N__H diff --git a/PLUGINS/src/hello/po/ca_ES.po b/PLUGINS/src/hello/po/ca_ES.po new file mode 100644 index 0000000..fb23952 --- /dev/null +++ b/PLUGINS/src/hello/po/ca_ES.po @@ -0,0 +1,42 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/cs_CZ.po b/PLUGINS/src/hello/po/cs_CZ.po new file mode 100644 index 0000000..cc5c80a --- /dev/null +++ b/PLUGINS/src/hello/po/cs_CZ.po @@ -0,0 +1,40 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "Pøátelský pozdrav" + +#: hello.c:17 +msgid "Hello" +msgstr "Ahoj" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "Èas pozdravu (s)" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "Pou¾ít alternativní pozdrav" + +#: hello.c:129 +msgid "Hello world!" +msgstr "Ahoj svìte!" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "Nazdar vespolek!" diff --git a/PLUGINS/src/hello/po/da_DK.po b/PLUGINS/src/hello/po/da_DK.po new file mode 100644 index 0000000..266a7a4 --- /dev/null +++ b/PLUGINS/src/hello/po/da_DK.po @@ -0,0 +1,40 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/de_DE.po b/PLUGINS/src/hello/po/de_DE.po new file mode 100644 index 0000000..cb2b9dd --- /dev/null +++ b/PLUGINS/src/hello/po/de_DE.po @@ -0,0 +1,40 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "Ein freundlicher Gruß" + +#: hello.c:17 +msgid "Hello" +msgstr "Hallo" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "Dauer des Grußes (s)" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "Alternativen Gruß verwenden" + +#: hello.c:129 +msgid "Hello world!" +msgstr "Hallo Welt!" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "Tach zusammen!" diff --git a/PLUGINS/src/hello/po/el_GR.po b/PLUGINS/src/hello/po/el_GR.po new file mode 100644 index 0000000..4682514 --- /dev/null +++ b/PLUGINS/src/hello/po/el_GR.po @@ -0,0 +1,40 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/es_ES.po b/PLUGINS/src/hello/po/es_ES.po new file mode 100644 index 0000000..c59a4b8 --- /dev/null +++ b/PLUGINS/src/hello/po/es_ES.po @@ -0,0 +1,40 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/et_EE.po b/PLUGINS/src/hello/po/et_EE.po new file mode 100644 index 0000000..ca4eb5f --- /dev/null +++ b/PLUGINS/src/hello/po/et_EE.po @@ -0,0 +1,40 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/fi_FI.po b/PLUGINS/src/hello/po/fi_FI.po new file mode 100644 index 0000000..516634d --- /dev/null +++ b/PLUGINS/src/hello/po/fi_FI.po @@ -0,0 +1,43 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "Ystävällisin terveisin" + +#: hello.c:17 +msgid "Hello" +msgstr "Hei" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "Tervehdysaika (s)" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "Käytä vaihtoehtoista tervehdystä" + +#: hello.c:129 +msgid "Hello world!" +msgstr "Hei maailma!" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "Mitä kuuluu?" diff --git a/PLUGINS/src/hello/po/fr_FR.po b/PLUGINS/src/hello/po/fr_FR.po new file mode 100644 index 0000000..e23815b --- /dev/null +++ b/PLUGINS/src/hello/po/fr_FR.po @@ -0,0 +1,43 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/hr_HR.po b/PLUGINS/src/hello/po/hr_HR.po new file mode 100644 index 0000000..ca84dc7 --- /dev/null +++ b/PLUGINS/src/hello/po/hr_HR.po @@ -0,0 +1,41 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/hu_HU.po b/PLUGINS/src/hello/po/hu_HU.po new file mode 100644 index 0000000..a6c470c --- /dev/null +++ b/PLUGINS/src/hello/po/hu_HU.po @@ -0,0 +1,41 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/it_IT.po b/PLUGINS/src/hello/po/it_IT.po new file mode 100644 index 0000000..4e7386b --- /dev/null +++ b/PLUGINS/src/hello/po/it_IT.po @@ -0,0 +1,42 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/nl_NL.po b/PLUGINS/src/hello/po/nl_NL.po new file mode 100644 index 0000000..ae81781 --- /dev/null +++ b/PLUGINS/src/hello/po/nl_NL.po @@ -0,0 +1,42 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/nn_NO.po b/PLUGINS/src/hello/po/nn_NO.po new file mode 100644 index 0000000..45d2cc9 --- /dev/null +++ b/PLUGINS/src/hello/po/nn_NO.po @@ -0,0 +1,41 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/pl_PL.po b/PLUGINS/src/hello/po/pl_PL.po new file mode 100644 index 0000000..5c3db87 --- /dev/null +++ b/PLUGINS/src/hello/po/pl_PL.po @@ -0,0 +1,40 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/pt_PT.po b/PLUGINS/src/hello/po/pt_PT.po new file mode 100644 index 0000000..f2cd23c --- /dev/null +++ b/PLUGINS/src/hello/po/pt_PT.po @@ -0,0 +1,40 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/ro_RO.po b/PLUGINS/src/hello/po/ro_RO.po new file mode 100644 index 0000000..43d97f1 --- /dev/null +++ b/PLUGINS/src/hello/po/ro_RO.po @@ -0,0 +1,41 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/ru_RU.po b/PLUGINS/src/hello/po/ru_RU.po new file mode 100644 index 0000000..eeacdca --- /dev/null +++ b/PLUGINS/src/hello/po/ru_RU.po @@ -0,0 +1,40 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "´àãÖÕáÚÞÕ ßàØÒÕâáâÒØÕ" + +#: hello.c:17 +msgid "Hello" +msgstr "¿àØÒÕâ!" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "¿àÞÔÞÛÖØâÕÛìÝÞáâì ßàØÒÕâáâÒØï" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "°ÛìâÕàÝÐâØÒÝÞÕ ßàØÒÕâáâÒØÕ" + +#: hello.c:129 +msgid "Hello world!" +msgstr "·ÔàÐÒáâÒãÙ ÜØà!" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "ºÐÚ ßÞÖØÒÐÕâÕ?" diff --git a/PLUGINS/src/hello/po/sl_SI.po b/PLUGINS/src/hello/po/sl_SI.po new file mode 100644 index 0000000..783528a --- /dev/null +++ b/PLUGINS/src/hello/po/sl_SI.po @@ -0,0 +1,41 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/sv_SE.po b/PLUGINS/src/hello/po/sv_SE.po new file mode 100644 index 0000000..b897ce2 --- /dev/null +++ b/PLUGINS/src/hello/po/sv_SE.po @@ -0,0 +1,41 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" diff --git a/PLUGINS/src/hello/po/tr_TR.po b/PLUGINS/src/hello/po/tr_TR.po new file mode 100644 index 0000000..bcf7ceb --- /dev/null +++ b/PLUGINS/src/hello/po/tr_TR.po @@ -0,0 +1,40 @@ +# 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: \n" +"POT-Creation-Date: 2007-08-11 14:35+0200\n" +"PO-Revision-Date: 2007-08-11 12:34+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" + +#: hello.c:16 +msgid "A friendly greeting" +msgstr "" + +#: hello.c:17 +msgid "Hello" +msgstr "" + +#: hello.c:60 +msgid "Greeting time (s)" +msgstr "" + +#: hello.c:61 +msgid "Use alternate greeting" +msgstr "" + +#: hello.c:129 +msgid "Hello world!" +msgstr "" + +#: hello.c:129 +msgid "Howdy folks!" +msgstr "" -- cgit v1.2.3