diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2000-11-11 10:39:27 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2000-11-11 10:39:27 +0100 |
commit | b668b2d013cdd79ace08f9e89817cc631ef555d0 (patch) | |
tree | b889a7d910cfa36978a92e162d91177f91c7466d /FORMATS | |
parent | 1d828252b6f6f3af4f3f718f8cf1e8d67c4678ea (diff) | |
download | vdr-b668b2d013cdd79ace08f9e89817cc631ef555d0.tar.gz vdr-b668b2d013cdd79ace08f9e89817cc631ef555d0.tar.bz2 |
Implemented internationalization
Diffstat (limited to 'FORMATS')
-rw-r--r-- | FORMATS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -47,8 +47,11 @@ Video Disk Recorder File Formats ----F-- = Friday -----S- = Saturday ------S = Sunday - (any combination is possible, for example MTWTF--) or the "day of month" (1..31) - - Star time (first two digits for the hour, second two digits for the minutes) + (any combination is possible, for example MTWTF--, and the days may be + indicated by any characters except '-', so for example ABC---- would set + a timer that records on monday, tuesday and wednesday) or the "day of month" + (1..31) + - Start time (first two digits for the hour, second two digits for the minutes) - End time (first two digits for the hour, second two digits for the minutes) - Priority (from 00 to 99, 00 = lowest prioity, 99 = highest priority) - Guaranteed lifetime of recording (in days) |