13032090cd57733aa394a0901a691923cf8b7621
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 /press 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'  => 'press/press',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

23)        'txt'  => 'Informacje prasowe',
24)       },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

25)       {'url'  => 'press/inthemedia',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

26)        'txt'  => 'Tor w mediach',
27)       },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

28)       {'url'  => 'https://blog.torproject.org/',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

29)        'txt'  => 'Blog Tora',
30)       },