diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | HISTORY.DE | 2 | ||||
-rw-r--r-- | doc-src/de/epgsearch.1.txt | 17 | ||||
-rw-r--r-- | doc-src/en/epgsearch.1.txt | 15 | ||||
-rw-r--r-- | doc-src/en/epgsearch.conf.5.txt | 2 | ||||
-rw-r--r-- | epgsearch.c | 2 | ||||
-rw-r--r-- | epgsearchext.c | 71 | ||||
-rw-r--r-- | epgsearchext.h | 5 | ||||
-rw-r--r-- | epgsearchtools.h | 2 | ||||
-rw-r--r-- | menu_searchedit.c | 44 | ||||
-rw-r--r-- | menu_searchedit.h | 4 | ||||
-rw-r--r-- | po/ca_ES.po | 8 | ||||
-rw-r--r-- | po/cs_CZ.po | 8 | ||||
-rw-r--r-- | po/da_DK.po | 8 | ||||
-rw-r--r-- | po/de_DE.po | 8 | ||||
-rw-r--r-- | po/el_GR.po | 8 | ||||
-rw-r--r-- | po/es_ES.po | 10 | ||||
-rw-r--r-- | po/et_EE.po | 8 | ||||
-rw-r--r-- | po/fi_FI.po | 10 | ||||
-rw-r--r-- | po/fr_FR.po | 10 | ||||
-rw-r--r-- | po/hr_HR.po | 8 | ||||
-rw-r--r-- | po/hu_HU.po | 8 | ||||
-rwxr-xr-x | po/it_IT.po | 10 | ||||
-rw-r--r-- | po/lt_LT.po | 10 | ||||
-rw-r--r-- | po/nl_NL.po | 10 | ||||
-rw-r--r-- | po/nn_NO.po | 8 | ||||
-rw-r--r-- | po/pl_PL.po | 8 | ||||
-rw-r--r-- | po/pt_PT.po | 8 | ||||
-rw-r--r-- | po/ro_RO.po | 8 | ||||
-rw-r--r-- | po/ru_RU.po | 8 | ||||
-rw-r--r-- | po/sk_SK.po | 10 | ||||
-rw-r--r-- | po/sl_SI.po | 8 | ||||
-rw-r--r-- | po/sv_SE.po | 8 | ||||
-rw-r--r-- | po/tr_TR.po | 8 |
34 files changed, 335 insertions, 29 deletions
@@ -16,6 +16,8 @@ new: http://projects.vdr-developer.org/git/?p=vdr-plugin-epgsearch.git many thanks to the maintainers of projects.vdr-developer.org, especially Tobias Grimm +- Search timer support for content descriptors as introduced in vdr-1.7.11. This lets you + search for broadcasts by their type, like "Movie/Drama", "Documentation",... - Search timers now have a new action "Announce and switch". This announces the event via OSD right before it starts and lets you switch to its channel with 'Ok'. Switch timers now have the same option. @@ -15,6 +15,8 @@ neu: Web-git: http://projects.vdr-developer.org/git/?p=vdr-plugin-epgsearch.git Vielen Dank an die Leute von projects.vdr-developer.org, besonders an Tobias Grimm +- Suchtimer unterstützen nun content descriptors, die in vdr-1.7.11 eingeführt wurden. Damit + können Sendungen nach ihrem Typ gesucht werden, z.B. "Film/Drama", "Dokumentation",... - Suchtimer haben nun eine neue Aktion "Ankündigen und Umschalten". Damit wird eine Sendung via OSD kurz vor ihrem Start angekündigt. Mit 'Ok' kann zum entsprechenden Kanal gewechselt werden. Umschalttimer haben die gleiche Option erhalten. diff --git a/doc-src/de/epgsearch.1.txt b/doc-src/de/epgsearch.1.txt index 300a073..874b37e 100644 --- a/doc-src/de/epgsearch.1.txt +++ b/doc-src/de/epgsearch.1.txt @@ -212,6 +212,13 @@ auf den meisten Distributionen bereits vorhanden sein sollte). Eine Beschreibung des Suchprozesses gibt es im MANUAL. +=item - B<Verw. Kennung für Inhalt> + +Einige Provider liefern Kennungen für den Inhalt einer Sendung, z.B. +"Film/Drama", "Dokumentation",...(erst ab vdr-1.7.11 verfügbar) +Hiermit können diesen Kennungen ausgewählt werden. Es ist auch eine +Mehrfachauswahl möglich, die dann in allen Kennungen übereinstimmen muss (UND-Verknüpfung). + =item - B<Verw. erweiterte EPG Info> (nur verfügbar, wenn konfiguriert. Siehe weiter unten 'Verwendung @@ -983,7 +990,15 @@ Siehe C<epgsearch(4)>. =head1 4. Verwendung erweiterter EPG Infos Einige EPG Provider liefern zusätzliche EPG Infos wie die Art der -Sendung, das Video und Audio Format, die Besetzung,... +Sendung, das Video und Audio Format, die Besetzung,... in der Beschreibung der +Sendung. + +Anmerkung: Dies hat nichts mit den content descriptors seit vdr-1.7.11 zu tun, +die als zusätzliche Daten nach einem gemeinsamen Standard aufgeliefert werden. +Leider liefern nicht alle Provider diese Daten oder setzen die Kennungen nicht korrekt. +Deshalb gibt es den Ansatz der "erweiterten EPG Infos", der versucht diese Information +aus der Inhaltsbeschreibung zu extrahieren. + Mit tvmovie2vdr oder epg4vdr können diese Daten in den VDR importiert werden. diff --git a/doc-src/en/epgsearch.1.txt b/doc-src/en/epgsearch.1.txt index c1cac52..4fb7680 100644 --- a/doc-src/en/epgsearch.1.txt +++ b/doc-src/en/epgsearch.1.txt @@ -214,6 +214,13 @@ libpcre from www.pcre.org, but it's already part of most distributions). See also C<epgsearch(4)> 'Description of the search process'. +=item - B<Use content descriptor> + +Some providers deliver content descriptors in their EPG, like "Movie/Drama", +"Documentation",...(available with vdr-1.7.11) +Select here the descriptors to search for. Multiple choice is possible, that +must match with all given descriptors (AND operator). + =item - B<Use extended EPG info:> Only available if configured, see below 'Using extended EPG info'. @@ -939,7 +946,13 @@ See C<epgsearch(4)>. =head1 4. Using extended EPG info Some EPG providers deliver additional EPG information like the type of -event, the video and audio format, cast,... +event, the video and audio format, cast,... in the content summary. + +Note: This is different from the content descriptors introduced in vdr-1.7.11, +that are delivered as extra data with a common standard. Unfortunately not +all providers deliver this data, or the set wrong descriptors. So you can +use the approach of 'extended EPG info' here, which is a way to extract that +info from the content summary. Using tvm2vdr or epg4vdr you can import this into vdr. To use this information with search timers one has to configure it diff --git a/doc-src/en/epgsearch.conf.5.txt b/doc-src/en/epgsearch.conf.5.txt index c361523..4676204 100644 --- a/doc-src/en/epgsearch.conf.5.txt +++ b/doc-src/en/epgsearch.conf.5.txt @@ -91,6 +91,8 @@ is B<':'>: 49 - last day where the search timer is active (see parameter 16) 50 - ignore missing EPG categories? 0/1 51 - unmute sound if off when used as switch timer + 52 - percentage of match when comparing the summary of two events (with 'avoid repeats') + 53 - HEX representation of the content descriptors, each descriptor ID is represented with 2 chars A ':' in the search term or the directory entry will be translated in a '|'. If a '|' exists in the search term, e.g. when using regular diff --git a/epgsearch.c b/epgsearch.c index c4af93b..5638e37 100644 --- a/epgsearch.c +++ b/epgsearch.c @@ -70,7 +70,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include "confdloader.h" #include "pending_notifications.h" -static const char VERSION[] = "0.9.25.beta17"; +static const char VERSION[] = "0.9.25.beta18"; static const char DESCRIPTION[] = trNOOP("search the EPG for repeats and more"); // globals diff --git a/epgsearchext.c b/epgsearchext.c index fc76534..999b78b 100644 --- a/epgsearchext.c +++ b/epgsearchext.c @@ -80,6 +80,7 @@ cSearchExt::cSearchExt(void) useVPS = false; action = searchTimerActionRecord; useExtEPGInfo = false; + contentsFilter = ""; catvalues = (char**) malloc(SearchExtCats.Count() * sizeof(char*)); cSearchExtCat *SearchExtCat = SearchExtCats.First(); int index = 0; @@ -187,6 +188,7 @@ cSearchExt& cSearchExt::operator= (const cSearchExt &SearchExt) useVPS = templ->useVPS; action = templ->action; useExtEPGInfo = templ->useExtEPGInfo; + contentsFilter = templ->contentsFilter; switchMinsBefore = templ->switchMinsBefore; pauseOnNrRecordings = templ->pauseOnNrRecordings; @@ -348,7 +350,7 @@ const char *cSearchExt::ToText() } } - msprintf(&buffer, "%d:%s:%d:%s:%s:%d:%s:%d:%d:%d:%d:%d:%d:%s:%s:%d:%d:%d:%d:%s:%d:%d:%d:%d:%d:%d:%d:%s:%d:%d:%d:%d:%d:%ld:%d:%d:%d:%d:%d:%d:%s:%d:%d:%d:%d:%d:%d:%ld:%ld:%d:%d:%d", + msprintf(&buffer, "%d:%s:%d:%s:%s:%d:%s:%d:%d:%d:%d:%d:%d:%s:%s:%d:%d:%d:%d:%s:%d:%d:%d:%d:%d:%d:%d:%s:%d:%d:%d:%d:%d:%ld:%d:%d:%d:%d:%d:%d:%s:%d:%d:%d:%d:%d:%d:%ld:%ld:%d:%d:%d:%s", ID, tmp_search, useTime, @@ -400,7 +402,8 @@ const char *cSearchExt::ToText() useAsSearchTimerTil, ignoreMissingEPGCats, unmuteSoundOnSwitch, - compareSummaryMatchInPercent); + compareSummaryMatchInPercent, + contentsFilter.c_str()); if (tmp_search) free(tmp_search); if (tmp_directory) free(tmp_directory); @@ -608,6 +611,9 @@ bool cSearchExt::Parse(const char *s) case 52: compareSummaryMatchInPercent = atoi(value); break; + case 53: + contentsFilter = value; + break; default: break; } //switch @@ -977,6 +983,9 @@ cEvent * cSearchExt::GetEventBySearchExt(const cSchedule *schedules, const cEven if (szTest) free(szTest); + if (contentsFilter.size() > 0 && !MatchesContentsFilter(p)) + continue; + if (useExtEPGInfo && !MatchesExtEPGInfo(p)) continue; pe=p; @@ -1392,6 +1401,64 @@ bool cSearchExt::IsActiveAt(time_t t) return true; } +bool cSearchExt::HasContent(int contentID) +{ + for(unsigned int i=0; i<contentsFilter.size();i+=2) + { + std::string hexContentID = contentsFilter.substr(i,2); + if(hexContentID.size()!=2) return false; + std::istringstream iss(hexContentID); + int tmpContentID =0; + if(!(iss>>std::noshowbase>>std::hex>>tmpContentID)) return false; + if (contentID == tmpContentID) return true; + } + return false; +} + +void cSearchExt::SetContentFilter(int* contentStringsFlags) +{ + // create the hex array of content descriptor IDs + string tmp; + contentsFilter = ""; + for(unsigned int i=0; contentStringsFlags && i<=CONTENT_DESCRIPTOR_MAX; i++) + { + if (contentStringsFlags[i]) + { + std::ostringstream oss; + oss<<std::hex<<std::noshowbase<<i; + contentsFilter += oss.str(); + } + } +} + +bool cSearchExt::MatchesContentsFilter(const cEvent* e) +{ +#if APIVERSNUM < 10711 + return true; +#else + if (!e) return false; + // check if each content filter ID is contained in the events descriptors + for(unsigned int i=0; i<contentsFilter.size();i+=2) + { + std::string hexContentID = contentsFilter.substr(i,2); + if(hexContentID.size()!=2) return false; + std::istringstream iss(hexContentID); + int searchContentID =0; + if(!(iss>>std::hex>>searchContentID)) return false; + int c=0, eventContentID=0; + bool found = false; + while((eventContentID=e->Contents(c++)) > 0) + if (eventContentID == searchContentID) + { + found = true; + break; + } + if (!found) return false; + } + return true; +#endif +} + // -- cSearchExts ---------------------------------------------------------------- bool cSearchExts::Load(const char *FileName) { diff --git a/epgsearchext.h b/epgsearchext.h index 968299e..4041eb9 100644 --- a/epgsearchext.h +++ b/epgsearchext.h @@ -30,6 +30,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include <vdr/plugin.h> #include <vdr/interface.h> #include <vdr/skins.h> +#include <string> #include "log.h" #include "epgsearchtools.h" @@ -137,6 +138,7 @@ public: int MarginStop; int useVPS; int action; + std::string contentsFilter; int useExtEPGInfo; char** catvalues; cChannel *channelMin; @@ -200,6 +202,9 @@ public: cTimerObjList* GetTimerList(cTimerObjList* timerList); int GetCountRecordings(); bool IsActiveAt(time_t t); + bool HasContent(int contentID); + void SetContentFilter(int* contentStringsFlags); + bool MatchesContentsFilter(const cEvent* e); }; class cSearchExts : public cList<cSearchExt>, public cMutex { diff --git a/epgsearchtools.h b/epgsearchtools.h index c1ee276..0ecb9e6 100644 --- a/epgsearchtools.h +++ b/epgsearchtools.h @@ -118,6 +118,8 @@ using std::string; #define Utf8BufSize(s) ((s) * 4) #endif +#define CONTENT_DESCRIPTOR_MAX 255 + extern const char AllowedChars[]; extern char* ConfigDir; diff --git a/menu_searchedit.c b/menu_searchedit.c index 346dd3c..cda38fb 100644 --- a/menu_searchedit.c +++ b/menu_searchedit.c @@ -23,6 +23,7 @@ The project's page is at http://winni.vdr-developer.org/epgsearch #include <vector> #include <string> +#include <map> #include "menu_searchedit.h" #include "changrp.h" @@ -93,6 +94,21 @@ cMenuEditSearchExt::cMenuEditSearchExt(cSearchExt *SearchExt, bool New, bool Tem CompareSubtitleModes[1] = strdup(trVDR("yes")); CompareSubtitleModes[2] = strdup(tr("if present")); +#if APIVERSNUM > 10710 + // collect content string IDs + std::set<std::string> contentStrings; + for(unsigned int i=0; i<CONTENT_DESCRIPTOR_MAX;i++) + { + const string contentDescr = cEvent::ContentToString(i); + if (!contentDescr.empty() && contentStrings.find(contentDescr) == contentStrings.end()) + { + contentStrings.insert(contentDescr); + contentStringIDs.push_back(i); + } + } +#endif + useContentDescriptors = false; + if (!templateMode && New) { cSearchExt* SearchTempl = NULL; // copy the default settings, if we have a default template @@ -149,6 +165,14 @@ cMenuEditSearchExt::cMenuEditSearchExt(cSearchExt *SearchExt, bool New, bool Tem } } +#if APIVERSNUM > 10710 + // set the flags for the content descriptors + contentStringsFlags = (int*) malloc((CONTENT_DESCRIPTOR_MAX+1) * sizeof(int)); + for(unsigned int i=0; i<=CONTENT_DESCRIPTOR_MAX;i++) + contentStringsFlags[i] = data.HasContent(i); + useContentDescriptors = (data.contentsFilter.size() > 0); +#endif + catarrayAvoidRepeats = NULL; catvaluesNumeric = NULL; if (SearchExtCats.Count() > 0) @@ -221,6 +245,20 @@ void cMenuEditSearchExt::Set() Add(new cMenuEditBoolItem( tr("Use description"), &data.useDescription, trVDR("no"), trVDR("yes"))); AddHelp(tr("Help$Set this to 'Yes' if you like to search in the summary of an event.")); +#if APIVERSNUM > 10710 + Add(new cMenuEditBoolItem( tr("Use content descriptor"), &useContentDescriptors, trVDR("no"), trVDR("yes"))); + AddHelp(tr("Help$Set this to 'Yes' if you want to search the contents by a descriptor.")); + if (useContentDescriptors) + { + vector<int>::const_iterator it; + for(unsigned int i=0; i< contentStringIDs.size(); i++) + { + int level = (contentStringIDs[i] % 0x10==0?1:2); + Add(new cMenuEditBoolItem(IndentMenuItem(tr(cEvent::ContentToString(contentStringIDs[i])), level), &contentStringsFlags[contentStringIDs[i]], trVDR("no"), trVDR("yes"))); + } + } +#endif + // show Categories only if we have them if (SearchExtCats.Count() > 0) { @@ -385,6 +423,8 @@ cMenuEditSearchExt::~cMenuEditSearchExt() free(catarrayAvoidRepeats); if (catvaluesNumeric) free(catvaluesNumeric); + if (contentStringsFlags) + free(contentStringsFlags); int i; for(i=0; i<=5; i++) @@ -432,6 +472,7 @@ eOSState cMenuEditSearchExt::ProcessKey(eKeys Key) int iTemp_useDayOfWeek = data.useDayOfWeek; int iTemp_useAsSearchTimer = data.useAsSearchTimer; int iTemp_useExtEPGInfo = data.useExtEPGInfo; + int iTemp_useContentDescriptor = useContentDescriptors; int iTemp_avoidRepeats = data.avoidRepeats; int iTemp_allowedRepeats = data.allowedRepeats; int iTemp_delAfterDays = data.delAfterDays; @@ -448,6 +489,7 @@ eOSState cMenuEditSearchExt::ProcessKey(eKeys Key) iTemp_useDayOfWeek != data.useDayOfWeek || iTemp_useAsSearchTimer != data.useAsSearchTimer || iTemp_useExtEPGInfo != data.useExtEPGInfo || + iTemp_useContentDescriptor != useContentDescriptors || iTemp_avoidRepeats != data.avoidRepeats || iTemp_allowedRepeats != data.allowedRepeats || iTemp_delAfterDays != data.delAfterDays || @@ -649,6 +691,8 @@ eOSState cMenuEditSearchExt::ProcessKey(eKeys Key) index++; } + searchExt->SetContentFilter(useContentDescriptors?contentStringsFlags:NULL); + if (data.blacklistMode == blacklistsSelection) { searchExt->blacklists.Clear(); diff --git a/menu_searchedit.h b/menu_searchedit.h index e62f0cf..b656075 100644 --- a/menu_searchedit.h +++ b/menu_searchedit.h @@ -53,7 +53,9 @@ protected: char *DelModes[3]; char *SearchActiveModes[3]; char *CompareSubtitleModes[3]; - + std::vector<int> contentStringIDs; + int useContentDescriptors; + int *contentStringsFlags; bool templateMode; std::vector<const char*> helpTexts; void AddHelp(const char* helpText); diff --git a/po/ca_ES.po b/po/ca_ES.po index 89c7e7e..e5d636d 100644 --- a/po/ca_ES.po +++ b/po/ca_ES.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Jordi Vilà <jvila@tinet.org>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1002,6 +1002,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/cs_CZ.po b/po/cs_CZ.po index 26f8a04..7b9884f 100644 --- a/po/cs_CZ.po +++ b/po/cs_CZ.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Vladimír Bárta <vladimir.barta@k2atmitec.cz>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1000,6 +1000,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/da_DK.po b/po/da_DK.po index 28203e5..1d3c9c0 100644 --- a/po/da_DK.po +++ b/po/da_DK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Mogens Elneff <mogens@elneff.dk>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1000,6 +1000,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/de_DE.po b/po/de_DE.po index 1af5588..bc0833f 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Klaus Schmidinger <kls@cadsoft.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1048,6 +1048,12 @@ msgstr "Auf 'Ja' setzen, wenn die Suche im Untertitel einer Sendung stattfinden msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "Auf 'Ja' setzen, wenn die Suche in der Zusammenfassung einer Sendung stattfinden soll." +msgid "Use content descriptor" +msgstr "Verw. Kennung für Inhalt" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "Auf 'Ja' setzen, wenn die Suche anhand Kennungen zum Inhalt der Sendung stattfinden soll." + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "Die Zusammenfassung einer Sendung kann Zusatz-Informationen wie 'Genre', 'Kategorie', 'Jahr', ... enthalten, welche in EPGSearch 'EPG-Kategorien' genannt werden. Externe EPG-Anbieter liefern diese Informationen häufig mit aus. Damit läßt sich eine Suche verfeinern und auch andere Dinge, wie die Suche nach dem Tagestipp, sind möglich. Zur Verwendung auf 'Ja' setzen." diff --git a/po/el_GR.po b/po/el_GR.po index c6acd19..f18d3ab 100644 --- a/po/el_GR.po +++ b/po/el_GR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Dimitrios Dimitrakos <mail@dimitrios.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1000,6 +1000,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/es_ES.po b/po/es_ES.po index a0a3510..38f9e60 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-11-18 20:09+0200\n" "Last-Translator: bittor from open7x0.org <bittor7x0 _at_ gmail.com>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1053,6 +1053,14 @@ msgstr "Establecer a 'Sí' cuando desee buscar en el episodio de una emisión." msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "Establecer a 'Sí' cuando desee buscar en el resumen de una emisión." +#, fuzzy +msgid "Use content descriptor" +msgstr "Usar descripción" + +#, fuzzy +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "Establecer a 'Sí' cuando desee buscar en el título de una emisión." + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "El resumen de una emisión puede contener información adicional como 'Género', 'Categoría', 'Año', ... llamada 'categorías EPG' en el EPGSearch. A menudo los proveedores EPG externos ofrecen esta información. Esto permite refinar una búsqueda y otras funcionalidades atractivas, como buscar por el 'consejo del día'. Para usarlo, establecer a 'Sí'." diff --git a/po/et_EE.po b/po/et_EE.po index 6820933..e561da3 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Arthur Konovalov <kasjas@hot.ee>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1000,6 +1000,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/fi_FI.po b/po/fi_FI.po index 5036c10..42986e7 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: EPGSearch 0.9.25\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2009-10-15 20:52+0200\n" "Last-Translator: Rolf Ahrenberg\n" "Language-Team: Finnish\n" @@ -1050,6 +1050,14 @@ msgstr "Tällä asetuksella pystyt etsimään lyhyestä ohjelmakuvauksesta." msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "Tällä asetuksella pystyt etsimään ohjelmakuvauksesta." +#, fuzzy +msgid "Use content descriptor" +msgstr "Käytä ohjelmakuvausta" + +#, fuzzy +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "Tällä asetuksella pystyt etsimään ohjelmanimestä." + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "Ohjelmakuvaus voi sisältää ohjelmaoppaan kategoriatietoja ('lajityyppi', 'kategoria', 'valmistumisvuosi', ...), joita ulkoiset ohjelmaoppaat voivat tuottaa. Tällä asetuksella voit hakea myös niiden perusteella." diff --git a/po/fr_FR.po b/po/fr_FR.po index 19457ae..60223a9 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2008-04-30 08:36+0200\n" "Last-Translator: Patrice Staudt <patrice.staudt@laposte.net>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1046,6 +1046,14 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +#, fuzzy +msgid "Use content descriptor" +msgstr "Utiliser la description" + +#, fuzzy +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "Mettez 'oui',si le compte mail utilise l'authentification pour les mails sortants." + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/hr_HR.po b/po/hr_HR.po index 6e9185c..092112b 100644 --- a/po/hr_HR.po +++ b/po/hr_HR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Drazen Dupor <drazen.dupor@dupor.com>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1001,6 +1001,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/hu_HU.po b/po/hu_HU.po index 2a75cf8..48e43b1 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Istvan Koenigsberger <istvnko@hotmail.com>, Guido Josten <guido.josten@t-online.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1000,6 +1000,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/it_IT.po b/po/it_IT.po index d3c7084..959f4c4 100755 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-03-29 19:37+0200\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2010-03-29 01:42+0100\n" "Last-Translator: Diego Pierotto <vdr-italian@tiscali.it>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1061,6 +1061,14 @@ msgstr "Imposta 'Sì' se vuoi cercare l'episodio di un evento." msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "Imposta 'Sì' se vuoi cercare il sommario di un evento." +#, fuzzy +msgid "Use content descriptor" +msgstr "Utilizza descrizione" + +#, fuzzy +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "Imposta 'Sì' se vuoi cercare il titolo di un evento." + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "Il sommario di un evento, può contenere informazione addizionale come 'Genere', 'Categoria', 'Anno',... chiamata 'Categorie EPG' all'interno di EPGSearch. I fornitori di EPG esterni spesso inviano questa informazione. Questo ti permette di rifinire una ricerca e altre cosette, come la ricerca per il 'consiglio del giorno'. Per usarlo imposta 'Sì'." diff --git a/po/lt_LT.po b/po/lt_LT.po index 75c9145..3624520 100644 --- a/po/lt_LT.po +++ b/po/lt_LT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.7.10\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Valdemaras Pipiras <varas@ambernet.lt>\n" "Language-Team: Lietuvių\n" @@ -1056,6 +1056,14 @@ msgstr "Pasirinkite 'Taip', jei paieÅ¡kÄ… norite vykdyti vienoje iÅ¡ įvykio ser msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "Pasirinkti 'Taip' jei norite ieÅ¡koti įvykio santraukoje." +#, fuzzy +msgid "Use content descriptor" +msgstr "Rodyti apraÅ¡ymÄ…" + +#, fuzzy +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "Pasirinkite 'Taip', jei paieÅ¡kÄ… norite vykdyti įvykio pavadinime." + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "Ä®viokio santrauka gali turÄ—ti papildomos informacijos, tokios kaip 'Žanras', 'Kategorija', 'Metai', ... EPGSearch įskiepe vadinamos 'EPG kategorijomis'. IÅ¡oriniai EPG tiekÄ—jai daÅ¡nai pateikia Å¡itÄ… informacijÄ…. Tai leidžia pagražinti paieÅ¡kÄ… ir įvesti kitus gražius dalykÄ—lius, tokius kaip 'dienos frazÄ—'. Kad tai panaudotumÄ—t, pasirinkite 'Taip'" diff --git a/po/nl_NL.po b/po/nl_NL.po index 6ec4280..b2071cc 100644 --- a/po/nl_NL.po +++ b/po/nl_NL.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Maarten Wisse <Maarten.Wisse@urz.uni-hd.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1050,6 +1050,14 @@ msgstr "Kies 'ja' indien de zoakactie moet zoeken in de aflevering van een progr msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "Kies 'ja' indien de zoekactie moet zoeken in de samenvatting van een programma." +#, fuzzy +msgid "Use content descriptor" +msgstr "Gebruik beschrijving" + +#, fuzzy +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "Kies 'ja' indien de zoekactie moet zoeken in de titel van het programma" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "De samenvatting van een programma kan extra informatie bevatten zoals 'Genre', 'Jaar',... binnen EPGsearch 'EPG categoriÃen' genoemd. " diff --git a/po/nn_NO.po b/po/nn_NO.po index 81ddf20..c59dfba 100644 --- a/po/nn_NO.po +++ b/po/nn_NO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Truls Slevigen <truls@slevigen.no>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1000,6 +1000,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/pl_PL.po b/po/pl_PL.po index 16c3414..eabef4e 100644 --- a/po/pl_PL.po +++ b/po/pl_PL.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Michael Rakowski <mrak@gmx.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1000,6 +1000,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/pt_PT.po b/po/pt_PT.po index 55846ee..500b6f5 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Paulo Lopes <pmml@netvita.pt>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -999,6 +999,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/ro_RO.po b/po/ro_RO.po index d6a420b..47da03e 100644 --- a/po/ro_RO.po +++ b/po/ro_RO.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Lucian Muresan <lucianm@users.sourceforge.net>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1000,6 +1000,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/ru_RU.po b/po/ru_RU.po index 44d09c3..2863eb1 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Vyacheslav Dikonov <sdiconov@mail.ru>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -999,6 +999,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/sk_SK.po b/po/sk_SK.po index 7c545a1..a58c54f 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: epgsearch\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2009-11-02 09:40+0100\n" "Last-Translator: Milan Hrala <hrala.milan@gmail.com>\n" "Language-Team: SLovak <hrala.milan@gmail.com>\n" @@ -1054,6 +1054,14 @@ msgstr "Nastavte 'Áno', ak chcete hµada» v epizóde ." msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "Nastavte 'Áno', ak chcete hµada» vo v¹etkých údajoch." +#, fuzzy +msgid "Use content descriptor" +msgstr "Pou¾i» popis" + +#, fuzzy +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "Nastavte 'Áno', ak chcete hµada» v názvoch ." + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "Súhrn udalostí, mô¾e obsahova» ïal¹ie informácie, ako '®áner', 'Kategória', 'Rok',... tzv 'EPG kategórie' v epgsearch. Vonkaj¹ie EPG slu¾by èasto takéto informácie poskytujú. To umo¾òuje kvalitnej¹ie vyhµadávanie a iné veci, ako je hµadanie 'typ dòa' alebo 'kino na' . Pre pou¾itie nastavte na 'Áno'." diff --git a/po/sl_SI.po b/po/sl_SI.po index 64d3ebe..5a9d768 100644 --- a/po/sl_SI.po +++ b/po/sl_SI.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Matjaz Thaler <matjaz.thaler@guest.arnes.si>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1000,6 +1000,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/sv_SE.po b/po/sv_SE.po index abb2521..571ab45 100644 --- a/po/sv_SE.po +++ b/po/sv_SE.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Tomas Prybil <tomas@prybil.se>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -1000,6 +1000,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" diff --git a/po/tr_TR.po b/po/tr_TR.po index be99e0b..cf36401 100644 --- a/po/tr_TR.po +++ b/po/tr_TR.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VDR 1.5.7\n" "Report-Msgid-Bugs-To: <cwieninger@gmx.de>\n" -"POT-Creation-Date: 2010-02-20 09:26+0100\n" +"POT-Creation-Date: 2010-12-28 20:19+0100\n" "PO-Revision-Date: 2007-08-14 20:21+0200\n" "Last-Translator: Oktay Yolgeçen <oktay_73@yahoo.de>\n" "Language-Team: <vdr@linuxtv.org>\n" @@ -999,6 +999,12 @@ msgstr "" msgid "Help$Set this to 'Yes' if you like to search in the summary of an event." msgstr "" +msgid "Use content descriptor" +msgstr "" + +msgid "Help$Set this to 'Yes' if you want to search the contents by a descriptor." +msgstr "" + msgid "Help$The summary of an event, can contain additional information like 'Genre', 'Category', 'Year',... called 'EPG categories' within EPGSearch. External EPG providers often deliver this information. This allows refining a search and other nice things, like searching for the 'tip of the day'. To use it set this to 'Yes'." msgstr "" |