diff options
author | Jochen Dolze <vdr@dolze.de> | 2009-11-22 14:29:14 +0100 |
---|---|---|
committer | Jochen Dolze <vdr@dolze.de> | 2009-11-22 14:29:14 +0100 |
commit | 4810e07340050c6651262da3deda8cb565c01c71 (patch) | |
tree | 084b1a84b1bd9db57687899b6813e5614fc3493d | |
parent | 58a1c5990bc6b2961b4bb23c288232f69ce4058b (diff) | |
download | vdr-plugin-markad-release/v0.0.5.tar.gz vdr-plugin-markad-release/v0.0.5.tar.bz2 |
Fixed translation bug reported from TomGrelease/v0.0.5
Added italian translations from Diego Pierotto
-rw-r--r-- | markad.h | 2 | ||||
-rw-r--r-- | po/it_IT.po | 23 |
2 files changed, 24 insertions, 1 deletions
@@ -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 <EMAIL@ADDRESS>, YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: vdr\n" +"Report-Msgid-Bugs-To: <see README>\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 <vdr-italian@tiscali.it>\n" +"Language-Team: <vdr@linuxtv.org>\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Ă " + |