[tor-commits] r24647: {} German translation of getinvolved/en/sidenav.wmi by Sacro (in website/trunk/getinvolved: . de)

Runa Sandvik runa.sandvik at gmail.com
Sun Apr 17 08:01:28 UTC 2011


Author: runa
Date: 2011-04-17 08:01:28 +0000 (Sun, 17 Apr 2011)
New Revision: 24647

Added:
   website/trunk/getinvolved/de/
   website/trunk/getinvolved/de/sidenav.wmi
Log:
German translation of getinvolved/en/sidenav.wmi by Sacro


Added: website/trunk/getinvolved/de/sidenav.wmi
===================================================================
--- website/trunk/getinvolved/de/sidenav.wmi	                        (rev 0)
+++ website/trunk/getinvolved/de/sidenav.wmi	2011-04-17 08:01:28 UTC (rev 24647)
@@ -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',
+        },
+    ];
+:>
+



More information about the tor-commits mailing list