Rev 2389 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | |
16123 | bpr | 2 | l_en=Inglés |
3 | l_fr=Francés |
||
4 | l_es=Español |
||
5 | l_it=Italiano |
||
6 | l_cn=Chino simplificado |
||
7 | l_tw=Chino traditional (big5) |
||
8 | l_de=Alemán |
||
9 | l_nl=Holandés |
||
10 | l_si=Eslovenio |
||
11 | l_ca=Catalán |
||
12 | l_pt=Portugués |
||
23 | reyssat | 13 | |
14 | langname= |
||
15 | !for l in $langlist |
||
16123 | bpr | 16 | !if $(l_$l)!=$empty |
17 | l=$(l_$l) |
||
18 | !endif |
||
19 | langname=!append item $l to $langname |
||
23 | reyssat | 20 | !next l |