f72ad7bcddee394d00217e9c3a2b9fe450f8b152
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

1) ## translation metadata
2) # Revision: $Revision: 24336 $
3) # Translation-Priority: 2-medium
4) 
5) # this structure defines the side nav bar for the /about pages
6) # and is the input for include/side.wmi
7) 
8) # fields:
9) #
10) # url - the path to the wml page, as used the the <page> tag. This tag ensures
11) # that links will point to the current language if supported, and alternately
12) # the english version 
13) #
14) # txt - the link text to be displayed. Different translations will
15) # need to supply alternate txt
16) 
17) <:
18)   my $sidenav;
19)   $sidenav = [
20)       {'url'  => 'about/overview',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

21)        'txt'  => 'Visão Geral do Tor',
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

22)       },
23)       {'url'  => 'about/torusers',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

24)        'txt'  => 'Usuários do Tor',
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

25)       },
26) 
27)       {'url'  => 'about/corepeople',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

28)        'txt'  => 'Pessoas do Tor',
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

29)        'subelements' => [
30)           {'url'  => 'about/board',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

31)            'txt'  => 'Diretoria',
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

32)           }, 
33)           {'url'  => 'about/translators',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

34)            'txt'  => 'Tradutores',
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

35)           }, 
36)           {'url'  => 'about/volunteers',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

37)            'txt'  => 'Voluntários',
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

38)           },  
39)           {'url'  => 'about/contributors',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

40)            'txt'  => 'Antigos Contribuidores',
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

41)           }]
42)       },
43)       {'url'  => 'about/sponsors',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

44)        'txt'  => 'Patrocinadores',
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

45)       },
46)       {'url'  => 'about/financials',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

47)        'txt'  => 'Relatórios Financeiros',
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

48)       },
49)       {'url'  => 'projects/projects',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

50)        'txt'  => 'Projetos',
Runa A. Sandvik new and updated translation...

Runa A. Sandvik authored 12 years ago

51)       }, 
52)       {'url'  => 'docs/documentation',
Runa A. Sandvik .wmi files translated to pt...

Runa A. Sandvik authored 12 years ago

53)        'txt'  => 'Documentação',