Author: runa Date: 2011-04-16 20:53:47 +0000 (Sat, 16 Apr 2011) New Revision: 24639
Added: website/trunk/torbutton/de/ website/trunk/torbutton/de/sidenav.wmi Log: German translation of sidenav.wmi for torbutton/ (by Sacro)
Added: website/trunk/torbutton/de/sidenav.wmi =================================================================== --- website/trunk/torbutton/de/sidenav.wmi (rev 0) +++ website/trunk/torbutton/de/sidenav.wmi 2011-04-16 20:53:47 UTC (rev 24639) @@ -0,0 +1,37 @@ +#!/usr/bin/wml + +## translation metadata +# Revision: $Revision$ +# Translation-Priority: 2-medium + +# this structure defines the side nav bar for the /torbutton pages +# and is the input for include/side.wmi + +# fields: +# +# name - the $WML_SRC_BASENAME of the file. It should uniquely identify the +# page because at build-time it is used to determine what view of the +# navigation menu to generate +# +# 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' => 'torbutton/index', + 'txt' => 'Torbutton', + 'subelements' => [ + {'url' => 'torbutton/torbutton-options', + 'txt' => 'Torbutton Optionen', + }, + {'url' => 'torbutton/torbutton-faq', + 'txt' => 'Torbutton FAQ', + }] + }] +:> +
tor-commits@lists.torproject.org