... | ... |
@@ -14,6 +14,11 @@ |
14 | 14 |
'<blog>' , 'Blog', |
15 | 15 |
'about/contact' , 'Contact', |
16 | 16 |
); |
17 |
+ my @donatenav = ( |
|
18 |
+ 'index' , 'Home', |
|
19 |
+ 'about/overview' , 'About Tor', |
|
20 |
+ 'about/contact' , 'Contact', |
|
21 |
+ ); |
|
17 | 22 |
my @calltoaction = ( |
18 | 23 |
'download/download-easy' , 'Download', |
19 | 24 |
'getinvolved/volunteer' , 'Get Involved', |
... | ... |
@@ -10,13 +10,13 @@ |
10 | 10 |
'index' , 'Home', |
11 | 11 |
'about/overview' , 'About Tor', |
12 | 12 |
'docs/documentation' , 'Documentation', |
13 |
- 'projects/projects' , 'Projects', |
|
14 | 13 |
'press/press' , 'Press', |
15 | 14 |
'<blog>' , 'Blog', |
16 | 15 |
'http://www.printfection.com/torprojectstore' , 'Store', |
16 |
+ 'about/contact' , 'Contact', |
|
17 | 17 |
); |
18 | 18 |
my @calltoaction = ( |
19 |
- 'download/download-easy' , 'Download', |
|
19 |
+ 'download/download-easy' , 'Download', |
|
20 | 20 |
'getinvolved/volunteer' , 'Volunteer', |
21 | 21 |
'donate/donate' , 'Donate', |
22 | 22 |
); |
... | ... |
@@ -13,7 +13,7 @@ |
13 | 13 |
'projects/projects' , 'Projects', |
14 | 14 |
'press/press' , 'Press', |
15 | 15 |
'<blog>' , 'Blog', |
16 |
- 'http://printfection.com/torprojectstore' , 'Store', |
|
16 |
+ 'http://www.printfection.com/torprojectstore' , 'Store', |
|
17 | 17 |
); |
18 | 18 |
my @calltoaction = ( |
19 | 19 |
'download/download-easy' , 'Download', |
... | ... |
@@ -7,7 +7,7 @@ |
7 | 7 |
<: |
8 | 8 |
# path link text |
9 | 9 |
my @navigation = ( |
10 |
- 'home' , 'Home', |
|
10 |
+ 'index' , 'Home', |
|
11 | 11 |
'about/overview' , 'About Tor', |
12 | 12 |
'docs/documentation' , 'Documentation', |
13 | 13 |
'projects/projects' , 'Projects', |
... | ... |
@@ -19,6 +19,6 @@ |
19 | 19 |
'download/download' , 'Download', |
20 | 20 |
'donate/donate' , 'Donate', |
21 | 21 |
'getinvolved/volunteer' , 'Get Involved', |
22 |
- ); |
|
22 |
+ ); |
|
23 | 23 |
|
24 | 24 |
:> |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,24 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Revision: $Revision: 22069 $ |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ # path link text |
|
9 |
+ my @navigation = ( |
|
10 |
+ 'home' , 'Home', |
|
11 |
+ 'about/overview' , 'About Tor', |
|
12 |
+ 'docs/documentation' , 'Documentation', |
|
13 |
+ 'projects/projects' , 'Projects', |
|
14 |
+ 'press/press' , 'Press', |
|
15 |
+ '<blog>' , 'Blog', |
|
16 |
+ 'http://printfection.com/torprojectstore' , 'Store', |
|
17 |
+ ); |
|
18 |
+ my @calltoaction = ( |
|
19 |
+ 'download/download' , 'Download', |
|
20 |
+ 'donate/donate' , 'Donate', |
|
21 |
+ 'getinvolved/volunteer' , 'Get Involved', |
|
22 |
+ ); |
|
23 |
+ |
|
24 |
+:> |
1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,24 +0,0 @@ |
1 |
-#!/usr/bin/wml |
|
2 |
- |
|
3 |
-## translation metadata |
|
4 |
-# Revision: $Revision: 22069 $ |
|
5 |
-# Translation-Priority: 1-high |
|
6 |
- |
|
7 |
-<: |
|
8 |
- # path link text |
|
9 |
- my @navigation = ( |
|
10 |
- 'home' , 'Home', |
|
11 |
- 'about/overview' , 'About Tor', |
|
12 |
- 'docs/documentation' , 'Documentation', |
|
13 |
- 'projects/projects' , 'Projects', |
|
14 |
- 'press/press' , 'Press', |
|
15 |
- '<blog>' , 'Blog', |
|
16 |
- 'http://printfection.com/torprojectstore' , 'Store', |
|
17 |
- ); |
|
18 |
- my @calltoaction = ( |
|
19 |
- 'download/download' , 'Download', |
|
20 |
- 'donate/donate' , 'Donate', |
|
21 |
- 'getinvolved/volunteer' , 'Get Involved', |
|
22 |
- ); |
|
23 |
- |
|
24 |
-:> |
... | ... |
@@ -12,13 +12,13 @@ |
12 | 12 |
'docs/documentation' , 'Documentation', |
13 | 13 |
'projects/projects' , 'Projects', |
14 | 14 |
'press/press' , 'Press', |
15 |
- '<blog>' , 'Blog', |
|
15 |
+ '<blog>' , 'Blog', |
|
16 | 16 |
'http://printfection.com/torprojectstore' , 'Store', |
17 | 17 |
); |
18 | 18 |
my @calltoaction = ( |
19 | 19 |
'download/download' , 'Download', |
20 | 20 |
'donate/donate' , 'Donate', |
21 |
- 'getinvolved/getinvolved' , 'Get Involved', |
|
21 |
+ 'getinvolved/volunteer' , 'Get Involved', |
|
22 | 22 |
); |
23 | 23 |
|
24 | 24 |
:> |
... | ... |
@@ -8,10 +8,10 @@ |
8 | 8 |
# path link text |
9 | 9 |
my @navigation = ( |
10 | 10 |
'home' , 'Home', |
11 |
- 'about/overview' , 'About Tor', |
|
11 |
+ 'about/overview' , 'About Tor', |
|
12 | 12 |
'docs/documentation' , 'Documentation', |
13 | 13 |
'projects/projects' , 'Projects', |
14 |
- 'press/' , 'Press', |
|
14 |
+ 'press/press' , 'Press', |
|
15 | 15 |
'<blog>' , 'Blog', |
16 | 16 |
'http://printfection.com/torprojectstore' , 'Store', |
17 | 17 |
); |
... | ... |
@@ -12,7 +12,7 @@ |
12 | 12 |
'docs/documentation' , 'Documentation', |
13 | 13 |
'projects/projects' , 'Projects', |
14 | 14 |
'press/' , 'Press', |
15 |
- 'https://blog.torproject.org/' , 'Blog', |
|
15 |
+ '<blog>' , 'Blog', |
|
16 | 16 |
'http://printfection.com/torprojectstore' , 'Store', |
17 | 17 |
); |
18 | 18 |
my @calltoaction = ( |
... | ... |
@@ -11,7 +11,7 @@ |
11 | 11 |
'about/about' , 'About Tor', |
12 | 12 |
'docs/documentation' , 'Documentation', |
13 | 13 |
'projects/projects' , 'Projects', |
14 |
- 'press/index' , 'Press', |
|
14 |
+ 'press/' , 'Press', |
|
15 | 15 |
'https://blog.torproject.org/' , 'Blog', |
16 | 16 |
'http://printfection.com/torprojectstore' , 'Store', |
17 | 17 |
); |
... | ... |
@@ -11,7 +11,7 @@ |
11 | 11 |
'about/about' , 'About Tor', |
12 | 12 |
'docs/documentation' , 'Documentation', |
13 | 13 |
'projects/projects' , 'Projects', |
14 |
- 'press' , 'Press', |
|
14 |
+ 'press/index' , 'Press', |
|
15 | 15 |
'https://blog.torproject.org/' , 'Blog', |
16 | 16 |
'http://printfection.com/torprojectstore' , 'Store', |
17 | 17 |
); |
... | ... |
@@ -11,7 +11,7 @@ |
11 | 11 |
'about/about' , 'About Tor', |
12 | 12 |
'docs/documentation' , 'Documentation', |
13 | 13 |
'projects/projects' , 'Projects', |
14 |
- 'press/press' , 'Press', |
|
14 |
+ 'press' , 'Press', |
|
15 | 15 |
'https://blog.torproject.org/' , 'Blog', |
16 | 16 |
'http://printfection.com/torprojectstore' , 'Store', |
17 | 17 |
); |
... | ... |
@@ -12,7 +12,7 @@ |
12 | 12 |
'docs/documentation' , 'Documentation', |
13 | 13 |
'projects/projects' , 'Projects', |
14 | 14 |
'press/press' , 'Press', |
15 |
- 'https://blog.torproject.org' , 'Blog', |
|
15 |
+ 'https://blog.torproject.org/' , 'Blog', |
|
16 | 16 |
'http://printfection.com/torprojectstore' , 'Store', |
17 | 17 |
); |
18 | 18 |
my @calltoaction = ( |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,24 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Revision: $Revision: 22069 $ |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ # path link text |
|
9 |
+ my @navigation = ( |
|
10 |
+ 'home' , 'Home', |
|
11 |
+ 'about/about' , 'About Tor', |
|
12 |
+ 'docs/documentation' , 'Documentation', |
|
13 |
+ 'projects/projects' , 'Projects', |
|
14 |
+ 'press/press' , 'Press', |
|
15 |
+ 'https://blog.torproject.org' , 'Blog', |
|
16 |
+ 'http://printfection.com/torprojectstore' , 'Store', |
|
17 |
+ ); |
|
18 |
+ my @calltoaction = ( |
|
19 |
+ 'download/download' , 'Download', |
|
20 |
+ 'donate/donate' , 'Donate', |
|
21 |
+ 'getinvolved/getinvolved' , 'Get Involved', |
|
22 |
+ ); |
|
23 |
+ |
|
24 |
+:> |