Rev 15382 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15382 | Rev 15442 | ||
---|---|---|---|
Line 54... | Line 54... | ||
54 | gotm=!line $wims_sort_order of $gotm |
54 | gotm=!line $wims_sort_order of $gotm |
55 | gotm=!line 1 to $gotlim2 of $gotm |
55 | gotm=!line 1 to $gotlim2 of $gotm |
56 | gotcnt=!linecnt $gotm |
56 | gotcnt=!linecnt $gotm |
57 | !endif |
57 | !endif |
58 | 58 | ||
59 | dictionary=$basedir/title |
59 | dictionary=$basedir/title |
60 | gott=!exec translator $gotm |
60 | gott=!exec translator $gotm |
61 | translator_unknown1=$translator_unknown |
61 | translator_unknown1=$translator_unknown |
62 |
|
62 | translator_unknown= |
63 | 63 | ||
64 | dictionary=$basedir/description |
64 | dictionary=$basedir/description |
65 | gotd=!exec translator $gotm |
65 | gotd=!exec translator $gotm |
66 | dictionary=$basedir/information |
66 | dictionary=$basedir/information |
67 | goti$wims_read_parm=!exec translator $gotm |
67 | goti$wims_read_parm=!exec translator $gotm |
68 | 68 | ||
69 | !! by precaution |
69 | !! by precaution |
70 | translator_unknown=$translator_unknown1 |
70 | translator_unknown=$translator_unknown1 |
71 | 71 | ||
72 | gotm_=!replace internal $ $ by $\ |
72 | gotm_=!replace internal $ $ by $\ |
73 | $ in $gotm |
73 | $ in $gotm |
74 | 74 | ||
75 | !if $gotcnt>0 and / notin $gotm |
75 | !if $gotcnt>0 and / notin $gotm |
76 | dictionary=$basedir/addr |
76 | dictionary=$basedir/addr |
77 | gotm=!exec translator $gotm |
77 | gotm=!exec translator $gotm |
78 | !endif |
78 | !endif |