summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-03-01 18:02:19 +0100
committerchriszero <zerov83@gmail.com>2015-03-01 18:02:19 +0100
commit432cac91c6e5d861dc208f779aac8d3df2743eba (patch)
treec852c046ab3c40b95ce526760f4a35f7dd66990f
parent9450b271f139c8fe0470811da4c5cf4b1c8030d3 (diff)
downloadvdr-plugin-plex-432cac91c6e5d861dc208f779aac8d3df2743eba.tar.gz
vdr-plugin-plex-432cac91c6e5d861dc208f779aac8d3df2743eba.tar.bz2
Updated translation
-rw-r--r--Directory.cpp3
-rw-r--r--po/de_DE.po8
2 files changed, 8 insertions, 3 deletions
diff --git a/Directory.cpp b/Directory.cpp
index 64e2ddf..e6e240b 100644
--- a/Directory.cpp
+++ b/Directory.cpp
@@ -1,4 +1,5 @@
#include "Directory.h"
+#include <vdr/i18n.h>
#include <Poco/Format.h>
namespace plexclient
@@ -34,7 +35,7 @@ std::string Directory::GetTitle()
{
switch(m_eType) {
case SEASON:
- return Poco::format("%s - Staffel %d", m_sTitle2, m_iIndex);
+ return Poco::format(tr("%s - Season %d"), m_sTitle2, m_iIndex);
default:
return m_sTitle;
}
diff --git a/po/de_DE.po b/po/de_DE.po
index d226e16..ca2ecfc 100644
--- a/po/de_DE.po
+++ b/po/de_DE.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: vdr-plex 0.1.0\n"
"Report-Msgid-Bugs-To: <see README>\n"
-"POT-Creation-Date: 2015-02-28 14:37+0100\n"
-"PO-Revision-Date: 2015-02-28 14:39+0200\n"
+"POT-Creation-Date: 2015-03-01 17:57+0100\n"
+"PO-Revision-Date: 2015-03-01 17:59+0200\n"
"Last-Translator: Chris <zerov83@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: de\n"
@@ -36,6 +36,10 @@ msgstr "Plex Passwort"
msgid "Current UUID"
msgstr "Aktuelle UUID"
+#, c-format
+msgid "%s - Season %d"
+msgstr "%s - Staffel %d"
+
msgid "Stop"
msgstr "Stop"