13032090cd57733aa394a0901a691923cf8b7621
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

1) ## translation metadata
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

2) # Revision: $Revision$
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

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
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

12) # the english version
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

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 include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

21)        'txt'  => 'Wprowadzenie do Tora',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

22)       },
23)       {'url'  => 'about/torusers',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

24)        'txt'  => 'Użytkownicy Tora',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

25)       },
26) 
27)       {'url'  => 'about/corepeople',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

28)        'txt'  => 'Ludzie Tora',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

29)        'subelements' => [
30)           {'url'  => 'about/board',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

31)            'txt'  => 'Rada Dyrektorów',
32)           },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

33)           {'url'  => 'about/translators',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

34)            'txt'  => 'Tłumacze',
35)           },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

36)           {'url'  => 'about/volunteers',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

37)            'txt'  => 'Ochotnicy',
38)           },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

39)           {'url'  => 'about/contributors',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

40)            'txt'  => 'Dawni uczestnicy',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

41)           }]
42)       },
43)       {'url'  => 'about/sponsors',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

44)        'txt'  => 'Sponsorzy',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

45)       },
46)       {'url'  => 'about/financials',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

47)        'txt'  => 'Raporty Finansowe',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

48)       },
49)       {'url'  => 'projects/projects',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

50)        'txt'  => 'Projekty',
51)       },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

52)       {'url'  => 'docs/documentation',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

53)        'txt'  => 'Dokumentacja',
54)       },