edff6d56e3aa2244caf276b4a778c1399626bf9d
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

1) ## translation metadata
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

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

Runa A. Sandvik authored 13 years ago

3) # Translation-Priority: 2-medium
4) 
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

5) # this structure defines the side nav bar for the /docs pages
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

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
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

12) # the english version
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

13) #
14) # txt - the link text to be displayed. Different translations will
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

15) # need to supply alternate txt
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

16) 
17) <:
18)   my $sidenav;
19)   $sidenav = [
20)       {'url'  => 'docs/documentation',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

21)        'txt'  => 'Przegląd dokumentacji',
22)       },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

23)       {
24)        'url'  => 'docs/installguide',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

25)        'txt'  => 'Przewodniki instalacji',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

26)        'subelements' => [
27)           {'url'  => 'docs/tor-doc-windows',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

28)            'txt'  => 'Instalacja na Windows',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

29)           },
30)           {'url'  => 'docs/tor-doc-unix',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

31)            'txt'  => 'nstalacja na Linux/BSD/Unix',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

32)           },
33)           {'url'  => 'docs/tor-doc-osx',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

34)            'txt'  => 'nstalacja na Mac OS X',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

35)           },
36)           {'url'  => 'docs/android',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

37)            'txt'  => 'nstalacja na Androidzie',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

38)           },
39)           {'url'  => 'docs/N900',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

40)            'txt'  => 'nstalacja na Maemo/N900',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

41)           },
42)           {'url'  => 'docs/verifying-signatures',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

43)            'txt'  => 'Weryfikacja naszych podpisów GPG',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

44)           },
45)           {'url'  => 'docs/tor-doc-web',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

46)            'txt'  => 'Konfiguracja przegladarki, by używała Tora',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

47)           }],
48)       },
49)       {'url'  => 'docs/manual',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

50)        'txt'  => 'Podręczniki',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

51)        'subelements' => [
52)           {'url'  => 'docs/tor-doc-relay',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

53)            'txt'  => 'Konfiguracja przekaźnika',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

54)           },
55)           {'url'  => 'docs/tor-hidden-service',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

56)            'txt'  => 'Konfiguracja Usługi Ukrytej',
57)           },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

58)           {'url'  => 'docs/bridges',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

59)            'txt'  => 'Konfiguracja przekaźnika mostkowego',
60)           },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

61)           {'url'  => 'docs/running-a-mirror',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

62)            'txt'  => 'Konfiguracja mirrora',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

63)           },
Runa A. Sandvik include stable man page fro...

Runa A. Sandvik authored 13 years ago

64)           {'url'  => 'docs/tor-manual',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

65)            'txt'  => 'Podręcznik wersji stabilnej Tora',
Runa A. Sandvik include stable man page fro...

Runa A. Sandvik authored 13 years ago

66)           },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

67)           {'url'  => 'docs/tor-manual-dev',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

68)            'txt'  => 'Podręcznik wersji alfa Tora',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

69)           },
70)           {'url'  => 'docs/proxychain',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

71)            'txt'  => 'Konfiguracja Tora do używania proxy',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

72)           }],
73)       },
74)       {
75)        'url'  => '<wiki>',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

76)        'txt'  => 'Wiki Tora',
77)       },
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

78)       {'url'  => 'docs/faq',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

79)        'txt'  => 'Ogólne FAQ',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

80)       },
81)       {'url'  => 'torbutton/torbutton-faq',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

82)        'txt'  => 'FAQ Torbuttona',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

83)       },
84)       {'url'  => 'docs/faq-abuse',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

85)        'txt'  => 'FAQ o nadużyciach',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

86)       },
87)       {'url'  => 'docs/trademark-faq',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

88)        'txt'  => 'FAQ o znaku handlowym',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

89)       },
90)       {'url'  => 'eff/tor-legal-faq',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

91)        'txt'  => 'Prawne FAQ Tora',
Runa A. Sandvik updated the makefile to inc...

Runa A. Sandvik authored 13 years ago

92)       },
93)       {'url'  => 'eff/tor-dmca-response',
Runa A. Sandvik include *.wmi files transla...

Runa A. Sandvik authored 13 years ago

94)        'txt'  => 'Odpowiedź Tora na DMCA',
95)       },