blob: 2361a0c5e489c7abd5c772b421d3ab42e174d45f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--# -path=.:../Time:../Channel:../Weekday
concrete specificSwe of specific = generalSwe, weekdaySwe, timeSwe, channelSwe ** {
lin
indTime t = {s = t.s} ;
indChannel c = {s = c.s} ;
indWeekday w = {s = w.s} ;
delete_rec_job = {s = ["ta bort inspelning"]} ;
delAction dact = {s = dact.s };
startTimeToStore st = {s = "från" ++ st.s } ;
endTimeToStore et = {s = "till" ++ et.s } ;
channelToStore ch = {s = "på" ++ ch.s } ;
weekdayToStore wd = {s = "på" ++ wd.s } ;
vcr_add_rec_job_no_args = {s = ["spela in"]} ; ----
}
|