mirror of
https://github.com/torproject/webwml.git
synced 2025-03-04 00:07:08 +00:00
German translation of getinvolved/en/sidenav.wmi by Sacro
This commit is contained in:
parent
051520c4c7
commit
d9c9ff9582
33
getinvolved/de/sidenav.wmi
Normal file
33
getinvolved/de/sidenav.wmi
Normal file
@ -0,0 +1,33 @@
|
||||
#!/usr/bin/wml
|
||||
|
||||
## translation metadata
|
||||
# Revision: $Revision$
|
||||
# Translation-Priority: 2-medium
|
||||
|
||||
# this structure defines the side nav bar for the /getinvolved pages
|
||||
# and is the input for include/side.wmi
|
||||
|
||||
# fields:
|
||||
#
|
||||
# url - the path to the wml page, as used the the <page> tag. This tag ensures
|
||||
# that links will point to the current language if supported, and alternately
|
||||
# the english version
|
||||
#
|
||||
# txt - the link text to be displayed. Different translations will
|
||||
# need to supply alternate txt
|
||||
|
||||
<:
|
||||
my $sidenav;
|
||||
$sidenav = [
|
||||
{'url' => 'getinvolved/volunteer',
|
||||
'txt' => 'Engagiere dich',
|
||||
},
|
||||
{'url' => 'getinvolved/research',
|
||||
'txt' => 'Forschung',
|
||||
},
|
||||
{'url' => 'donate/donate',
|
||||
'txt' => 'Spenden',
|
||||
},
|
||||
];
|
||||
:>
|
||||
|
Loading…
x
Reference in New Issue
Block a user