diff options
author | louis <louis.braun@gmx.de> | 2014-11-05 17:02:14 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2014-11-05 17:02:14 +0100 |
commit | cf44f2cf4c931470785d0cc8f027c87a5640e2a0 (patch) | |
tree | 89f412f54113ddfbdc80cae232f62f3b92fd7977 /skinskeleton | |
parent | 037e8e0cb128734a447d472ea2345eea02ee65b6 (diff) | |
download | vdr-plugin-skindesigner-cf44f2cf4c931470785d0cc8f027c87a5640e2a0.tar.gz vdr-plugin-skindesigner-cf44f2cf4c931470785d0cc8f027c87a5640e2a0.tar.bz2 |
added tokens {month}, {monthname} and {year} in displaymenutimers listitem and currentitem
Diffstat (limited to 'skinskeleton')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenutimers.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skinskeleton/xmlfiles/displaymenutimers.xml b/skinskeleton/xmlfiles/displaymenutimers.xml index 93b64fd..584ec73 100644 --- a/skinskeleton/xmlfiles/displaymenutimers.xml +++ b/skinskeleton/xmlfiles/displaymenutimers.xml @@ -7,6 +7,9 @@ {timerstop} End Time of Timer in hh::mm {day} Day (numerical) {dayname} Day, for repeating timers days where timer is active + {month} Month (two digits) + {monthname} Month, three letter abbrevation + {year} Year (4 digits) {channelname} Name of channel which is set for the timer {channelid} ID of channel which is set for the timer (for dispalying channel logo) {channelnumber} Number of channel which is set for the timer @@ -33,6 +36,9 @@ {timerstop} End Time of Timer in hh::mm {day} Day (numerical) {dayname} Day, for repeating timers days where timer is active + {month} Month (two digits) + {monthname} Month, three letter abbrevation + {year} Year (4 digits)# {channelname} Name of channel which is set for the timer {channelid} ID of channel which is set for the timer (for dispalying channel logo) {channelnumber} Number of channel which is set for the timer |