From 5a1539e16690e8444a8dcd78dd3bcae5f1fade15 Mon Sep 17 00:00:00 2001 From: Thomas Maass Date: Mon, 28 Oct 2013 15:40:33 +0100 Subject: Updated German translations --- hddarchive.c | 9 ++++----- po/de_DE.po | 5 ++++- po/hddarchive.pot | 13 ++++++++----- 3 files changed, 16 insertions(+), 11 deletions(-) diff --git a/hddarchive.c b/hddarchive.c index ff23775..5e2b7b1 100644 --- a/hddarchive.c +++ b/hddarchive.c @@ -11,8 +11,8 @@ #include "mymenu.h" static const char *VERSION = "0.0.1"; -static const char *DESCRIPTION = "Archive HDD functions"; -static const char *MAINMENUENTRY = "HDD-Archive"; +static const char *DESCRIPTION = trNOOP("HDD-Archive functions"); +static const char *MAINMENUENTRY = trNOOP("HDD-Archive"); cHddArchiveConfig HddArchiveConfig; class cPluginHddarchive : public cPlugin { @@ -21,7 +21,7 @@ class cPluginHddarchive : public cPlugin { cPluginHddarchive(void); virtual ~cPluginHddarchive(); 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); @@ -31,7 +31,7 @@ class cPluginHddarchive : public cPlugin { virtual void MainThreadHook(void); virtual cString Active(void); virtual time_t WakeupTime(void); - virtual const char *MainMenuEntry(void) { return MAINMENUENTRY; } + virtual const char *MainMenuEntry(void) { return tr(MAINMENUENTRY); } virtual cOsdObject *MainMenuAction(void); virtual cMenuSetupPage *SetupMenu(void); virtual bool SetupParse(const char *Name, const char *Value); @@ -42,7 +42,6 @@ class cPluginHddarchive : public cPlugin { cPluginHddarchive::cPluginHddarchive(void) { - } cPluginHddarchive::~cPluginHddarchive() diff --git a/po/de_DE.po b/po/de_DE.po index 68fa7f8..c193f9a 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: vdr-hddarchive 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-27 11:35+0100\n" +"POT-Creation-Date: 2013-10-28 15:28+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Thomas Maass \n" "Language-Team: \n" @@ -17,6 +17,9 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" +msgid "HDD-Archive functions" +msgstr "HDD-Archiv Funktionen" + msgid "HDD-Archive" msgstr "HDD-Archiv" diff --git a/po/hddarchive.pot b/po/hddarchive.pot index cd45b02..bf9afd7 100644 --- a/po/hddarchive.pot +++ b/po/hddarchive.pot @@ -1,14 +1,14 @@ -# Translation template. -# Copyright (C) 2013 -# This file is distributed under the same license as the hddarchive package. -# Thomas Maass , 2013. +# 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: vdr-hddarchive 0.0.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-10-27 11:35+0100\n" +"POT-Creation-Date: 2013-10-28 15:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,9 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" +msgid "HDD-Archive functions" +msgstr "" + msgid "HDD-Archive" msgstr "" -- cgit v1.2.3