summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Maass <mase@mase1.setho.org>2013-10-28 15:40:33 +0100
committerThomas Maass <mase@mase1.setho.org>2013-10-28 15:40:33 +0100
commit5a1539e16690e8444a8dcd78dd3bcae5f1fade15 (patch)
treeaa7c642a26facf840a654113838c261fcf85477b
parenta39d79798f99e9830c3958ae2f7a34bcdaa7e27b (diff)
downloadvdr-plugin-hddarchive-5a1539e16690e8444a8dcd78dd3bcae5f1fade15.tar.gz
vdr-plugin-hddarchive-5a1539e16690e8444a8dcd78dd3bcae5f1fade15.tar.bz2
Updated German translations
-rw-r--r--hddarchive.c9
-rw-r--r--po/de_DE.po5
-rw-r--r--po/hddarchive.pot13
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: <see README>\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 <mase@setho.org>\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 <mase@setho.org>, 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: vdr-hddarchive 0.0.1\n"
"Report-Msgid-Bugs-To: <see README>\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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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 ""