2a9aaa80 |
#!/usr/bin/wml
## translation metadata
|
e6e327c1 |
# Revision: $Revision$
|
2a9aaa80 |
# Translation-Priority: 1-high
<:
# path link text
my @navigation = (
|
3f428966 |
'index' , 'Home',
'about/overview' , 'About Tor',
|
2a9aaa80 |
'docs/documentation' , 'Documentation',
|
3f428966 |
'projects/projects' , 'Projects',
|
0860cffa |
'press/press' , 'Press',
|
8cca96c1 |
'<blog>' , 'Blog',
|
e09fd659 |
'http://www.printfection.com/torprojectstore' , 'Store',
|
2a9aaa80 |
);
my @calltoaction = (
|
2e89f403 |
'download/download-easy' , 'Download',
|
3f428966 |
'getinvolved/volunteer' , 'Volunteer',
|
2a9aaa80 |
'donate/donate' , 'Donate',
|
3f428966 |
);
|
2a9aaa80 |
:>
|