1320c2c0136dace3d9f89478510569276f1b8747
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

1) ## translation metadata
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

2) # Revision: $Revision: 24336 $
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

3) # Translation-Priority: 2-medium
4) 
5) # this structure defines the side nav bar for the /about 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'  => 'about/overview',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

21)        'txt'  => 'لمحة عامة',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

22)       },
23)       {'url'  => 'about/torusers',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

24)        'txt'  => 'مستخدمو تور',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

25)       },
26) 
27)       {'url'  => 'about/corepeople',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

28)        'txt'  => 'مطورو تور',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

29)        'subelements' => [
30)           {'url'  => 'about/board',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

31)            'txt'  => 'مجلس الإدارة',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

32)           }, 
33)           {'url'  => 'about/translators',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

34)            'txt'  => 'المترجون',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

35)           }, 
36)           {'url'  => 'about/volunteers',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

37)            'txt'  => 'المتطوعون',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

38)           },  
39)           {'url'  => 'about/contributors',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

40)            'txt'  => 'المساهمون السابقون',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

41)           }]
42)       },
43)       {'url'  => 'about/sponsors',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

44)        'txt'  => 'الممولون',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

45)       },
46)       {'url'  => 'about/financials',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

47)        'txt'  => 'التقارير المالية',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

48)       },
49)       {'url'  => 'projects/projects',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

50)        'txt'  => 'المشاريع',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

51)       }, 
52)       {'url'  => 'docs/documentation',
Runa A. Sandvik add translated wmi files

Runa A. Sandvik authored 13 years ago

53)        'txt'  => 'التوثيق',