cef4b36e0b57f5f7da924b26c0163213d78719bc
Runa A. Sandvik and commit a bunch of new t...

Runa A. Sandvik authored 13 years ago

1) ## translation metadata
2) # Revision: $Revision$
3) # Translation-Priority: 2-medium
4) 
5) # this structure defines the side nav bar for the /docs pages
6) # and is the input for include/side.wmi
7) 
8) # fields:
9) #
10) # url - the path to the wml page, as used the the <page> tag. This tag ensures
11) # that links will point to the current language if supported, and alternately
12) # the english version 
13) #
14) # txt - the link text to be displayed. Different translations will
15) # need to supply alternate txt 
16) 
17) <:
18)   my $sidenav;
19)   $sidenav = [
20)       {'url'  => 'docs/documentation',
Runa A. Sandvik change docs/de/sidenav.wmi...

Runa A. Sandvik authored 13 years ago

21)        'txt'  => 'Dokumentations Übersicht',
Runa A. Sandvik and commit a bunch of new t...

Runa A. Sandvik authored 13 years ago

22)       }, 
23)       {
24)        'url'  => 'docs/installguide',
25)        'txt'  => 'Installations Anleitung',
26)        'subelements' => [
27)           {'url'  => 'docs/tor-doc-windows',
28)            'txt'  => 'Installation auf Windows',
29)           },
30)           {'url'  => 'docs/tor-doc-unix',
31)            'txt'  => 'Installation auf Linux/BSD/Unix',
32)           },
33)           {'url'  => 'docs/tor-doc-osx',
34)            'txt'  => 'Installation auf Mac OS X',
35)           },
36)           {'url'  => 'docs/android',
37)            'txt'  => 'Installation auf Android',
38)           },
39)           {'url'  => 'docs/N900',
40)            'txt'  => 'Installation auf Maemo/N900',
41)           },
42)           {'url'  => 'docs/verifying-signatures',
Runa A. Sandvik change docs/de/sidenav.wmi...

Runa A. Sandvik authored 13 years ago

43)            'txt'  => 'Überprüfe unsere GPG Signatur',
Runa A. Sandvik and commit a bunch of new t...

Runa A. Sandvik authored 13 years ago

44)           },
45)           {'url'  => 'docs/tor-doc-web',
46)            'txt'  => 'Richte deinen Browser zur Nutzung von Tor ein',
47)           }],
48)       },
49)       {'url'  => 'docs/manual',
Runa A. Sandvik change docs/de/sidenav.wmi...

Runa A. Sandvik authored 13 years ago

50)        'txt'  => 'Handbücher',
Runa A. Sandvik and commit a bunch of new t...

Runa A. Sandvik authored 13 years ago

51)        'subelements' => [
52)           {'url'  => 'docs/tor-doc-relay',
53)            'txt'  => 'Konfiguration eines Relais',
54)           },
55)           {'url'  => 'docs/tor-hidden-service',
56)            'txt'  => 'Konfiguration eines versteckten Dienstes',
57)           }, 
58)           {'url'  => 'docs/bridges',
Runa A. Sandvik change docs/de/sidenav.wmi...

Runa A. Sandvik authored 13 years ago

59)            'txt'  => 'Konfiguration eines Brücken Relais',
Runa A. Sandvik and commit a bunch of new t...

Runa A. Sandvik authored 13 years ago

60)           }, 
61)           {'url'  => 'docs/running-a-mirror',
62)            'txt'  => 'Konfiguration eines Spiegelservers',
63)           },
64)           {'url'  => 'docs/tor-manual',
65)            'txt'  => 'Tor -stable Handbuch',
66)           },
67)           {'url'  => 'docs/tor-manual-dev',
68)            'txt'  => 'Tor -alpha Handbuch',
69)           },
70)           {'url'  => 'docs/proxychain',
Runa A. Sandvik change docs/de/sidenav.wmi...

Runa A. Sandvik authored 13 years ago

71)            'txt'  => 'Konfigurieren von Tor für die Verwendung eines Proxy Servers',