025372e42c84d9a24124025c06b942c697e69c51
Runa A. Sandvik remove BOM character from t...

Runa A. Sandvik authored 12 years ago

1) #!/usr/bin/wml
Runa A. Sandvik add german translation of n...

Runa A. Sandvik authored 13 years ago

2) 
3) ## translation metadata
4) # Revision: $Revision$
5) # Translation-Priority: 1-high
6) 
7) <:
8)     # path                              link text
9)     my @navigation = (
10)         'index'                       , 'Startseite',
Runa A. Sandvik updated navigation.wmi from...

Runa A. Sandvik authored 13 years ago

11)         'about/overview'                 , 'Über Tor',
Runa A. Sandvik add german translation of n...

Runa A. Sandvik authored 13 years ago

12)         'docs/documentation'          , 'Dokumentation',
13)         'projects/projects'         , 'Projekte',
14)         'press/press'                 , 'Presse',
15)         '<blog>'                      , 'Blog',
16)         'http://printfection.com/torprojectstore' , 'Shop',
17)     );
18)     my @calltoaction = (
19)         'download/download'                , 'Download',
20)         'donate/donate'                    , 'Spenden',
Runa A. Sandvik updated navigation.wmi from...

Runa A. Sandvik authored 13 years ago

21)         'getinvolved/volunteer'          , 'Engagiere Dich',
Runa A. Sandvik add german translation of n...

Runa A. Sandvik authored 13 years ago

22)     );      
23) 
24) :>
25)