[tor-commits] r24635: {} German translation of sidenav.wmi for donate/ (by Sacro) (website/trunk/donate/de)

Runa Sandvik runa.sandvik at gmail.com
Sat Apr 16 18:11:48 UTC 2011


Author: runa
Date: 2011-04-16 18:11:48 +0000 (Sat, 16 Apr 2011)
New Revision: 24635

Added:
   website/trunk/donate/de/sidenav.wmi
Log:
German translation of sidenav.wmi for donate/ (by Sacro)

Added: website/trunk/donate/de/sidenav.wmi
===================================================================
--- website/trunk/donate/de/sidenav.wmi	                        (rev 0)
+++ website/trunk/donate/de/sidenav.wmi	2011-04-16 18:11:48 UTC (rev 24635)
@@ -0,0 +1,39 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision$
+# 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'  => 'Geldspenden',
+        },
+        {'url'  => 'donate/donate-hardware',
+         'txt'  => 'Hardware-Spenden',
+        },
+        {'url'  => 'donate/donate-service',
+         'txt'  => 'Dienst-Spenden',
+        }, 
+        {'url'  => 'donate/matching-program',
+         'txt'  => 'Matching-Programm',
+        }, 
+        {'url'  => 'donate/become-sponsor',
+         'txt'  => 'Werde ein Sponsor',
+        }, 
+    ];
+:>
+



More information about the tor-commits mailing list