Subversion Repositories wimsdev

Rev

Rev 6465 | Rev 6470 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6465 Rev 6468
Line 3... Line 3...
3
!if $srch!=$empty
3
!if $srch!=$empty
4
 suffix_dictionary=
4
 suffix_dictionary=
5
 dictionary=$basedir/$search_lang
5
 dictionary=$basedir/$search_lang
6
 translator_unknown=
6
 translator_unknown=
7
 sout=!exec translator $srch
7
 sout=!exec translator $srch
-
 
8
 !if $sout=$srch
-
 
9
   sout=$empty
-
 
10
 !endif
8
 sout=!items2words $sout
11
 sout=!items2words $sout
9
 sout=!words2lines $sout
12
 sout=!words2lines $sout
10
 sout=!translate ? to $ $ in $sout
13
 sout=!translate ? to $ $ in $sout
11
 sout=!sort lines $sout
14
 sout=!sort lines $sout
12
 sout=!nonempty lines $sout
15
 sout=!nonempty lines $sout
Line 54... Line 57...
54
gotd=!exec translator $gotm
57
gotd=!exec translator $gotm
55
!if $gotcnt>0 and / notin $gotm
58
!if $gotcnt>0 and / notin $gotm
56
 dictionary=$basedir/addr
59
 dictionary=$basedir/addr
57
 gotm=!exec translator $gotm
60
 gotm=!exec translator $gotm
58
!endif
61
!endif
59
 
-
 
60
 
-