From 4810e07340050c6651262da3deda8cb565c01c71 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 22 Nov 2009 14:29:14 +0100 Subject: Fixed translation bug reported from TomG Added italian translations from Diego Pierotto --- markad.h | 2 +- po/it_IT.po | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 po/it_IT.po diff --git a/markad.h b/markad.h index de7316a..9de6dff 100644 --- a/markad.h +++ b/markad.h @@ -23,7 +23,7 @@ public: cPluginMarkAd(void); virtual ~cPluginMarkAd(); virtual const char *Version(void) { return VERSION; } - virtual const char *Description(void) { return DESCRIPTION; } + virtual const char *Description(void) { return tr(DESCRIPTION); } virtual const char *CommandLineHelp(void); virtual bool ProcessArgs(int argc, char *argv[]); virtual bool Initialize(void); diff --git a/po/it_IT.po b/po/it_IT.po new file mode 100644 index 0000000..10e687a --- /dev/null +++ b/po/it_IT.po @@ -0,0 +1,23 @@ +# 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. +# +msgid "" +msgstr "" +"Project-Id-Version: vdr\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2009-08-27 21:50+0200\n" +"PO-Revision-Date: 2009-11-14 18:06+0100\n" +"Last-Translator: Diego Pierotto \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Italian\n" +"X-Poedit-Country: ITALY\n" +"X-Poedit-SourceCharset: utf-8\n" + +msgid "Mark advertisements" +msgstr "Segna i marcatori della pubblicitĂ " + -- cgit v1.2.3