Subversion Repositories wimsdev

Rev

Rev 2389 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2389 Rev 16123
Line 1... Line 1...
1
 
1
 
2
l_en=English
2
l_en=Inglés
3
l_fr=French
3
l_fr=Francés
4
l_es=Spanish
4
l_es=Español
5
l_it=Italian
5
l_it=Italiano
6
l_cn=Simplified Chinese
6
l_cn=Chino simplificado
7
l_tw=Traditional Chinese (big5)
7
l_tw=Chino traditional (big5)
8
l_de=German
8
l_de=Alemán
9
l_nl=Dutch
9
l_nl=Holandés
10
l_si=Slovenian
10
l_si=Eslovenio
11
l_ca=Catalan
11
l_ca=Catalán
12
l_pt=Portugais
12
l_pt=Portugués
13
 
13
 
14
langname=
14
langname=
15
!for l in $langlist
15
!for l in $langlist
16
 !if $(l_$l)!=$empty
16
  !if $(l_$l)!=$empty
17
  l=$(l_$l)
17
    l=$(l_$l)
18
 !endif
18
  !endif
19
 langname=!append item $l to $langname
19
  langname=!append item $l to $langname
20
!next l
20
!next l