0471b290c9a9c91d8b98460302f658f7f2d6c38d
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

1) #!/usr/bin/wml
2) 
3) ## translation metadata
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

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

Runa A. Sandvik authored 13 years ago

5) # Translation-Priority: 2-medium
6) 
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

7) # this structure defines the side nav bar for the /donate pages
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

8) # and is the input for include/side.wmi
9) 
10) # fields:
11) #
12) # url - the path to the wml page, as used the the <page> tag. This tag ensures
13) # 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

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

Runa A. Sandvik authored 13 years ago

15) #
16) # txt - the link text to be displayed. Different translations will
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

17) # need to supply alternate txt
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

18) 
19) <:
20)     my $sidenav;
21)     $sidenav = [
22)         {'url'  => 'donate/donate',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

23)          'txt'  => 'Dotacje pieniężne',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

24)         },
25)         {'url'  => 'donate/donate-hardware',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

26)          'txt'  => 'Dotacje sprzętu',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

27)         },
28)         {'url'  => 'donate/donate-service',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

29)          'txt'  => 'Dotacje usług',
30)         },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

31)         {'url'  => 'donate/matching-program',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

32)          'txt'  => 'Program partnerski',
33)         },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

34)         {'url'  => 'donate/become-sponsor',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

35)          'txt'  => 'Zostań Sponsorem',
36)         },