From d9c9ff9582d2ec70407831032a7b73f0f400a1a7 Mon Sep 17 00:00:00 2001 From: "Runa A. Sandvik" Date: Sun, 17 Apr 2011 08:01:28 +0000 Subject: [PATCH] German translation of getinvolved/en/sidenav.wmi by Sacro --- getinvolved/de/sidenav.wmi | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 getinvolved/de/sidenav.wmi diff --git a/getinvolved/de/sidenav.wmi b/getinvolved/de/sidenav.wmi new file mode 100644 index 00000000..ef01c57c --- /dev/null +++ b/getinvolved/de/sidenav.wmi @@ -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 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', + }, + ]; +:> +