mirror of
https://github.com/torproject/webwml.git
synced 2025-01-10 11:51:33 +00:00
25 lines
742 B
Plaintext
25 lines
742 B
Plaintext
#!/usr/bin/wml
|
|
|
|
## translation metadata
|
|
# Revision: $Revision$
|
|
# Translation-Priority: 1-high
|
|
|
|
<:
|
|
# path link text
|
|
my @navigation = (
|
|
'index' , 'Home',
|
|
'about/overview' , 'About Tor',
|
|
'docs/documentation' , 'Documentation',
|
|
'press/press' , 'Press',
|
|
'<blog>' , 'Blog',
|
|
'http://www.printfection.com/torprojectstore' , 'Store',
|
|
'about/contact' , 'Contact',
|
|
);
|
|
my @calltoaction = (
|
|
'download/download-easy' , 'Download',
|
|
'getinvolved/volunteer' , 'Volunteer',
|
|
'donate/donate' , 'Donate',
|
|
);
|
|
|
|
:>
|