From 5dbd7f50b1466e6628663a100f39cdda32b5e412 Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Tue, 8 Sep 2015 10:14:31 +0300 Subject: Version 0.0.2: - Added Italian translations provided by Diego Pierotto. - Fixed compilation with VDR 1.7.21 and Liemikuutio 1.31. --- HISTORY | 5 +++++ duplicates.c | 2 +- menu.c | 2 +- po/it_IT.po | 37 +++++++++++++++++++++++++++++++++++++ 4 files changed, 44 insertions(+), 2 deletions(-) create mode 100644 po/it_IT.po diff --git a/HISTORY b/HISTORY index 653a496..b03d144 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,11 @@ VDR Plugin 'duplicates' Revision History ---------------------------------------- +2011-09-12: Version 0.0.2 + +- Added Italian translations provided by Diego Pierotto. +- Fixed compilation with VDR 1.7.21 and Liemikuutio 1.31. + 2011-06-01: Version 0.0.1 - Initial revision. diff --git a/duplicates.c b/duplicates.c index 763e77b..e649c6a 100644 --- a/duplicates.c +++ b/duplicates.c @@ -10,7 +10,7 @@ #include #include "menu.h" -static const char *VERSION = "0.0.1"; +static const char *VERSION = "0.0.2"; static const char *DESCRIPTION = trNOOP("Shows duplicate recordings"); static const char *MAINMENUENTRY = trNOOP("Duplicate recordings"); diff --git a/menu.c b/menu.c index 84ff977..c812f6d 100644 --- a/menu.c +++ b/menu.c @@ -89,7 +89,7 @@ public: cMenuDuplicateItem::cMenuDuplicateItem(const cRecording *Recording) { fileName = strdup(Recording->FileName()); -#ifdef LIEMIKUUTIO +#if defined LIEMIKUUTIO && LIEMIKUUTIO < 131 SetText(Recording->Title('\t', true, -1, false)); #else SetText(Recording->Title('\t', true)); diff --git a/po/it_IT.po b/po/it_IT.po new file mode 100644 index 0000000..5c01a63 --- /dev/null +++ b/po/it_IT.po @@ -0,0 +1,37 @@ +# Finnish translations for PACKAGE package +# Suomenkielinen käännös PACKAGE-paketille. +# Copyright (C) 2011 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Timo Eskola , 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: vdr-duplicates 0.0.1\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-06-02 19:48+0300\n" +"PO-Revision-Date: 2011-06-05 23:37+0100\n" +"Last-Translator: Diego Pierotto \n" +"Language-Team: \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Language: Italian\n" +"X-Poedit-Country: ITALY\n" +"X-Poedit-SourceCharset: utf-8\n" + +msgid "Shows duplicate recordings" +msgstr "Mostra registrazioni duplicate" + +msgid "Duplicate recordings" +msgstr "Registrazioni duplicate" + +#, c-format +msgid "%d duplicate recordings" +msgstr "%d registrazioni duplicate" + +#, c-format +msgid "%d recordings without description" +msgstr "%d registrazioni senza descrizione" + -- cgit v1.2.3