git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
ee11a1f18
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
donate
es
sidenav.wmi
new and updated translations for the website, now as wml
Runa A. Sandvik
commited
ee11a1f18
at 2011-08-10 11:56:56
sidenav.wmi
Blame
History
Raw
#!/usr/bin/wml ## translation metadata # Revision: $Revision: 24370 $ # Translation-Priority: 2-medium # this structure defines the side nav bar for the /donate 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' => 'donate/donate', 'txt' => 'Monetary Donations', }, {'url' => 'donate/donate-hardware', 'txt' => 'Hardware Donations', }, {'url' => 'donate/donate-service', 'txt' => 'Service Donations', }, {'url' => 'donate/matching-program', 'txt' => 'Matching Program', }, {'url' => 'donate/become-sponsor', 'txt' => 'Become a Sponsor', }, ]; :>