diff options
Diffstat (limited to 'conf/epgsearchupdmail.templ')
-rw-r--r-- | conf/epgsearchupdmail.templ | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/epgsearchupdmail.templ b/conf/epgsearchupdmail.templ index 5d547e9..ec01738 100644 --- a/conf/epgsearchupdmail.templ +++ b/conf/epgsearchupdmail.templ @@ -7,11 +7,11 @@ # - "subject" to be used as mail subject # - "mailbody" the body of the mail: # put %update.newtimers% in the place where the list of new timers should -# appear. The same for %update.modtimers%, %update.deltimers% and +# appear. The same for %update.modtimers%, %update.deltimers% and # %update.newevents& for the list of changed or deleted timers and event # announcements. # - "timer" the description of one timer and "event" with the description of -# one event. This section is used to display one timer within a timer list, +# one event. This section is used to display one timer within a timer list, # e.g. in %update.newtimers%. The same for "event". # # All sections are optional, e.g. if you don't use event announcements you @@ -60,17 +60,17 @@ the following events where found: Have fun!</mailbody> ############################################################################## -# here's the timer definition, which is used to display information about +# here's the timer definition, which is used to display information about # a timer within one of the timer lists. You can use any variables that refer # to an event or timer. (Please note, that a timer may have no event assigned # to it, resulting in an empty variable substitution!). You can also use 'user # defined' variables from epgsearchuservars.conf. ############################################################################## <timer> - Title: %title% ~ %subtitle% + Title: %title% ~ %subtitle% Start/End: %time_w% %date% %time%-%timeend% (Timer: %timer.start%-%timer.stop%) Channel: %timer.chlng% (%timer.chnr%) - File: %timer.file% + File: %timer.file% Modification: %timer.modreason% Search: %timer.search% (%timer.searchid%) @@ -81,13 +81,13 @@ Summary: </timer> ############################################################################## -# here's the event definition, which is used to display information about -# an event within the list of event announcements. You can use any variables -# that refer to an event. You can also use 'user defined' variables from +# here's the event definition, which is used to display information about +# an event within the list of event announcements. You can use any variables +# that refer to an event. You can also use 'user defined' variables from # epgsearchuservars.conf. ############################################################################## <event> - Title: %title% ~ %subtitle% + Title: %title% ~ %subtitle% Start/End: %time_w% %date% %time%-%timeend% Channel: %chlng% (%chnr%) Search: %search% (%searchid%) |