mirror of
https://github.com/torproject/webwml.git
synced 2025-01-07 10:20:54 +00:00
29 lines
866 B
Plaintext
29 lines
866 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',
|
|
'about/contact' , 'Contact',
|
|
);
|
|
my @donatenav = (
|
|
'index' , 'Home',
|
|
'about/overview' , 'About Tor',
|
|
'about/contact' , 'Contact',
|
|
);
|
|
my @calltoaction = (
|
|
'download/download-easy' , 'Download',
|
|
'getinvolved/volunteer' , 'Volunteer',
|
|
'donate/donate-button' , 'Donate',
|
|
);
|
|
|
|
:>
|