mirror of
https://github.com/torproject/webwml.git
synced 2025-02-09 03:39:15 +00:00
25 lines
752 B
Plaintext
25 lines
752 B
Plaintext
#!/usr/bin/wml
|
|
|
|
## translation metadata
|
|
# Revision: $Revision$
|
|
# Translation-Priority: 1-high
|
|
|
|
<:
|
|
# path link text
|
|
my @navigation = (
|
|
'index' , 'Start',
|
|
'about/overview' , 'O Torze',
|
|
'docs/documentation' , 'Dokumentacja',
|
|
'projects/projects' , 'Projekty',
|
|
'press/press' , 'Prasa',
|
|
'<blog>' , 'Blog',
|
|
'http://printfection.com/torprojectstore' , 'Sklep',
|
|
);
|
|
my @calltoaction = (
|
|
'download/download' , 'Pobierz',
|
|
'donate/donate' , 'Dotacje',
|
|
'getinvolved/volunteer' , 'Weź udział',
|
|
);
|
|
|
|
:>
|