German translation of sidenav.wmi for press/ (by Sacro)
Runa A. Sandvik

Runa A. Sandvik commited on 2011-04-16 21:24:45
Zeige 1 geänderte Dateien mit 33 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,33 @@
1
+#!/usr/bin/wml
2
+
3
+## translation metadata
4
+# Revision: $Revision$
5
+# Translation-Priority: 2-medium
6
+
7
+# this structure defines the side nav bar for the /press pages
8
+# and is the input for include/side.wmi
9
+
10
+# fields:
11
+#
12
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
13
+# that links will point to the current language if supported, and alternately
14
+# the english version 
15
+#
16
+# txt - the link text to be displayed. Different translations will
17
+# need to supply alternate txt  
18
+
19
+<:
20
+  my $sidenav;
21
+  $sidenav = [
22
+      {'url'  => 'press/press',
23
+       'txt'  => 'Presseveröffentlichungen',
24
+      }, 
25
+      {'url'  => 'press/inthemedia',
26
+       'txt'  => 'Tor in den Medien',
27
+      }, 
28
+      {'url'  => 'https://blog.torproject.org/',
29
+       'txt'  => 'Tor Blog',
30
+      }, 
31
+  ];
32
+:>
33
+
0 34