Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
23 reyssat 1
 
2
l_en=Anglais
3
l_fr=Français
4
l_es=Espagnol
5
l_it=Italien
6
l_cn=Chinois simplifié
374 bpr 7
l_nl=Néerlandais
8
l_si=Slovène
23 reyssat 9
l_tw=Chinois traditionnel (big5)
10
l_de=Allemand
11
 
12
langname=
13
!for l in $langlist
14
 !if $(l_$l)!=$empty
15
  l=$(l_$l)
16
 !endif
17
 langname=!append item $l to $langname
18
!next l