Runa A. Sandvik commited on 2011-04-13 12:09:30
Zeige 2 geänderte Dateien mit 79 Einfügungen und 0 Löschungen.
... | ... |
@@ -0,0 +1,57 @@ |
1 |
+## translation metadata |
|
2 |
+# Revision: $Revision$ |
|
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', |
|
21 |
+ 'txt' => 'Tor Übersicht', |
|
22 |
+ }, |
|
23 |
+ {'url' => 'about/torusers', |
|
24 |
+ 'txt' => 'Benutzer von Tor', |
|
25 |
+ }, |
|
26 |
+ |
|
27 |
+ {'url' => 'about/corepeople', |
|
28 |
+ 'txt' => 'Tor Mitarbeiter', |
|
29 |
+ 'subelements' => [ |
|
30 |
+ {'url' => 'about/board', |
|
31 |
+ 'txt' => 'Vorstand', |
|
32 |
+ }, |
|
33 |
+ {'url' => 'about/translators', |
|
34 |
+ 'txt' => 'Übersetzer', |
|
35 |
+ }, |
|
36 |
+ {'url' => 'about/volunteers', |
|
37 |
+ 'txt' => 'Freiwillige', |
|
38 |
+ }, |
|
39 |
+ {'url' => 'about/contributors', |
|
40 |
+ 'txt' => 'Frühere Mitwirkende', |
|
41 |
+ }] |
|
42 |
+ }, |
|
43 |
+ {'url' => 'about/sponsors', |
|
44 |
+ 'txt' => 'Sponsoren', |
|
45 |
+ }, |
|
46 |
+ {'url' => 'about/financials', |
|
47 |
+ 'txt' => 'Finanzberichte', |
|
48 |
+ }, |
|
49 |
+ {'url' => 'projects/projects', |
|
50 |
+ 'txt' => 'Projekte', |
|
51 |
+ }, |
|
52 |
+ {'url' => 'docs/documentation', |
|
53 |
+ 'txt' => 'Dokumentation', |
|
54 |
+ }, |
|
55 |
+ ]; |
|
56 |
+:> |
|
57 |
+ |
... | ... |
@@ -0,0 +1,22 @@ |
1 |
+## translation metadata |
|
2 |
+# Revision: $Revision$ |
|
3 |
+# Translation-Priority: 2-medium |
|
4 |
+ |
|
5 |
+<div class="img-shadow"> |
|
6 |
+ <div class="important-infoblock"> |
|
7 |
+ <h2>Was passiert mit meiner Spende?</h2> |
|
8 |
+ <p>Solltest du gerade gespendet haben, dann danken wir dir für |
|
9 |
+ die Spende. Deine Gelder werden in unsere allgemeinen Geldmittel |
|
10 |
+ eingezahlt. Du schließt dich tausenden von anderen Individuellen |
|
11 |
+ <a href="<page about/sponsors>">Sponsoren</a> in der Finanzierung der |
|
12 |
+ Zukunft von Tor und Internet Anonymität an. </p> |
|
13 |
+ <p>Unsere <a href="<page about/financials>">finanziellen Dokumente</a> |
|
14 |
+ sind für deine Überprüfung verfügbar.</p> |
|
15 |
+ </div> |
|
16 |
+</div> |
|
17 |
+<!-- END INFOBLOCK --> |
|
18 |
+ |
|
19 |
+ |
|
20 |
+ |
|
21 |
+ |
|
22 |
+ |
|
0 | 23 |