diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-06-19 15:13:15 +0200 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-07-12 14:00:56 +0200 |
commit | fa4b8d5aea7e196846dc8de594fb2dbdb66aaf8e (patch) | |
tree | 3a7d75823c5cb891fe02d1e0b71797da8ce62883 | |
parent | aabed62c5b4c00f25fbbc03d25862e04b9a02e7b (diff) | |
download | skin-nopacity-fa4b8d5aea7e196846dc8de594fb2dbdb66aaf8e.tar.gz skin-nopacity-fa4b8d5aea7e196846dc8de594fb2dbdb66aaf8e.tar.bz2 |
Add TS errors to recording info
-rw-r--r-- | menudetailview.c | 6 | ||||
-rw-r--r-- | po/ca_ES.po | 5 | ||||
-rw-r--r-- | po/de_DE.po | 5 | ||||
-rw-r--r-- | po/it_IT.po | 5 | ||||
-rw-r--r-- | po/sk_SK.po | 5 |
5 files changed, 22 insertions, 4 deletions
diff --git a/menudetailview.c b/menudetailview.c index cfbe355..b154fc6 100644 --- a/menudetailview.c +++ b/menudetailview.c @@ -322,6 +322,12 @@ std::string cNopacityDetailView::LoadRecordingInformation(void) { delete index; if (Info) { +#if (APIVERSNUM >= 20505) + if (Info->Errors() >= 0) { + cString errors = cString::sprintf("%s: %i ", tr("TS Errors"), Info->Errors()); + sstrInfo << (const char*)errors << std::endl; + } +#endif const char *aux = NULL; aux = Info->Aux(); if (aux) { diff --git a/po/ca_ES.po b/po/ca_ES.po index 4a4a22e..da01731 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: skinnopacity 0.0.1\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2021-06-06 13:13+0200\n" +"POT-Creation-Date: 2021-06-19 15:09+0200\n" "PO-Revision-Date: 2013-03-19 22:56+0100\n" "Last-Translator: Gabychan <gbonich@gmail.com>\n" "Language-Team: \n" @@ -155,6 +155,9 @@ msgstr "Format" msgid "Est. bitrate" msgstr "Bitrate estimat" +msgid "TS Errors" +msgstr "" + msgid "Search timer" msgstr "Cerca timer" diff --git a/po/de_DE.po b/po/de_DE.po index a3eb4a3..c39cca2 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: skinnopacity 0.0.1\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2021-06-06 13:13+0200\n" +"POT-Creation-Date: 2021-06-19 15:08+0200\n" "PO-Revision-Date: 2012-11-11 17:49+0200\n" "Last-Translator: louis\n" "Language-Team: \n" @@ -152,6 +152,9 @@ msgstr "Format" msgid "Est. bitrate" msgstr "Geschätzte Bitrate" +msgid "TS Errors" +msgstr "TS Fehler" + msgid "Search timer" msgstr "Suchtimer" diff --git a/po/it_IT.po b/po/it_IT.po index 6c5ee55..4d840d1 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: skinnopacity 0.0.1\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2021-06-06 13:13+0200\n" +"POT-Creation-Date: 2021-06-19 15:09+0200\n" "PO-Revision-Date: 2013-03-19 22:56+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n" "Language-Team: \n" @@ -155,6 +155,9 @@ msgstr "Formato" msgid "Est. bitrate" msgstr "Bitrate estimato" +msgid "TS Errors" +msgstr "" + msgid "Search timer" msgstr "" diff --git a/po/sk_SK.po b/po/sk_SK.po index cd0497f..c74498b 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: vdr-skinnopacity\n" "Report-Msgid-Bugs-To: <see README>\n" -"POT-Creation-Date: 2021-06-06 13:13+0200\n" +"POT-Creation-Date: 2021-06-19 15:09+0200\n" "PO-Revision-Date: 2013-11-11 20:52+0100\n" "Last-Translator: Milan Hrala <hrala.milan@gmail.com>\n" "Language-Team: \n" @@ -152,6 +152,9 @@ msgstr "Formát" msgid "Est. bitrate" msgstr "Odhadovaná prenosová rýchlos»" +msgid "TS Errors" +msgstr "" + msgid "Search timer" msgstr "Vyhµada» plán" |