Runa A. Sandvik commited on 2010-08-18 21:51:16
Zeige 36 geänderte Dateien mit 1198 Einfügungen und 0 Löschungen.
... | ... |
@@ -0,0 +1,54 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 21586 |
|
5 |
+# Last-Translator: arma |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+<hr /> |
|
10 |
+</div> |
|
11 |
+ <div class="bottom" id="bottom"> |
|
12 |
+ <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc. |
|
13 |
+ <br /> |
|
14 |
+ Content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>, unless otherwise noted. |
|
15 |
+ </p> |
|
16 |
+ |
|
17 |
+# Uncomment this in your translation: (and translate it) |
|
18 |
+##################################### |
|
19 |
+ <: unless (translation_current()) { :> |
|
20 |
+ <p> |
|
21 |
+ Warning: This translation might be obsolete. The English original |
|
22 |
+ is at Revision |
|
23 |
+ <:= translation_get_masterrevision() :> while this translation |
|
24 |
+ is based on |
|
25 |
+ <:= translation_get_basedonrevision() :>. |
|
26 |
+ </p> |
|
27 |
+ <: } :> |
|
28 |
+ |
|
29 |
+ <: if (has_translations()) { :> |
|
30 |
+ <p> |
|
31 |
+ This page is also available in the following languages: |
|
32 |
+ <: print list_translations() :>.<br /> |
|
33 |
+ How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>. |
|
34 |
+ </p> |
|
35 |
+ <: }; :> |
|
36 |
+ |
|
37 |
+# Uncomment this in your translation: (and translate it) |
|
38 |
+##################################### |
|
39 |
+ <p>The Tor developers have not reviewed this translation for |
|
40 |
+ accuracy and correctness. It may be out of date or wrong. The |
|
41 |
+ official Tor website is the English version, available at <a |
|
42 |
+ href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
43 |
+ </p> |
|
44 |
+ |
|
45 |
+ <p> |
|
46 |
+ <i><a href="<page contact>" class="smalllink">Contact Us</a></i> - |
|
47 |
+# please also translate "last modified" and "last compiled" |
|
48 |
+ Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
49 |
+ - |
|
50 |
+ Last compiled: <: print scalar localtime(); :> |
|
51 |
+ </p> |
|
52 |
+ </div> |
|
53 |
+</body> |
|
54 |
+</html> |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18554 |
|
5 |
+# Last-Translator: arma |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Home', |
|
10 |
+ 'overview' , 'Overview', |
|
11 |
+ 'easy-download' , 'Download', |
|
12 |
+ 'documentation' , 'Docs', |
|
13 |
+ 'volunteer' , 'Volunteer', |
|
14 |
+ 'people' , 'People', |
|
15 |
+ 'https://blog.torproject.org/', 'Blog', |
|
16 |
+ 'donate' , 'Donate!', |
|
17 |
+ ); |
|
18 |
+:> |
|
19 |
+ |
... | ... |
@@ -0,0 +1,46 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18750 |
|
5 |
+# Last-Translator: mail (A) oliverknapp (.)de |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+<hr /> |
|
9 |
+</div> |
|
10 |
+ <div class="bottom" id="bottom"> |
|
11 |
+ <p>"Tor" und das "Onion Logo" sind <a href="<page |
|
12 |
+ trademark-faq>">registrierte Warenzeichen</a> der The Tor Project, Inc. |
|
13 |
+ Außer wenn es anderweitig erwähnt ist, ist der Inhalt dieser Seiten unter |
|
14 |
+ der <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative |
|
15 |
+ Commons Attribution 3.0 United States License</a> lizensiert.</p> |
|
16 |
+ |
|
17 |
+ <: unless (translation_current()) { :> |
|
18 |
+ <p> |
|
19 |
+ Achtung: Diese Übersetzung ist möglicherweise veraltet. Das englische Original ist auf |
|
20 |
+ Revision <:= translation_get_masterrevision() :> während diese Übersetzung auf |
|
21 |
+ <:= translation_get_basedonrevision() :> basiert. |
|
22 |
+ </p> |
|
23 |
+ <: } :> |
|
24 |
+ |
|
25 |
+ <: if (has_translations()) { :> |
|
26 |
+ <p> |
|
27 |
+ Diese Seite gibt es auch in den folgenden Sprachen: |
|
28 |
+ <: print list_translations() :>.<br /> |
|
29 |
+ Wie stellt man <a href="http://www.debian.org/intro/cn#howtoset">die Standardsprache</a> ein. |
|
30 |
+ </p> |
|
31 |
+ <: }; :> |
|
32 |
+ |
|
33 |
+ <p>Die Tor-Entwickler haben diese Übersetzung nicht auf Korrektheit |
|
34 |
+ geprüft. |
|
35 |
+ Sie könnte veraltet oder falsch sein. Die offizielle Version ist in |
|
36 |
+ englischer Sprache, erhältlich unter <a |
|
37 |
+ href="https://www.torproject.org/">https://www.torproject.org/</a>.</p> |
|
38 |
+ |
|
39 |
+ <p><i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
40 |
+ Letzte Änderung: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
41 |
+ - |
|
42 |
+ Zuletzt kompiliert: <: print scalar localtime(); :> |
|
43 |
+ </p> |
|
44 |
+ </div> |
|
45 |
+</body> |
|
46 |
+</html> |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18554 |
|
5 |
+# Last-Translator: mail /at\ oliverknapp \./ de |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Startseite', |
|
10 |
+ 'overview' , 'Übersicht', |
|
11 |
+ 'easy-download' , 'Download', |
|
12 |
+ 'documentation' , 'Dokumentation', |
|
13 |
+ 'volunteer' , 'Mithelfen', |
|
14 |
+ 'people' , 'Personen', |
|
15 |
+ 'https://blog.torproject.org/', 'Blog', |
|
16 |
+ 'donate' , 'Spenden', |
|
17 |
+ ); |
|
18 |
+:> |
... | ... |
@@ -0,0 +1,46 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 16660 |
|
5 |
+# Last-Translator: ruben at ugr es |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+</div> |
|
10 |
+ <div class="bottom" id="bottom"> |
|
11 |
+ <p> |
|
12 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
13 |
+# please also translate "last modified" and "last compiled" |
|
14 |
+ Última modificación: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
15 |
+ - |
|
16 |
+ Última compilación: <: print scalar localtime(); :> |
|
17 |
+ </p> |
|
18 |
+<p>"Tor" y el "Logo de la Cebolla" son <a href="<page trademark-faq>"> |
|
19 |
+marcas registradas</a> de El Proyecto Tor, S.A. |
|
20 |
+</p> |
|
21 |
+ <: unless (translation_current()) { :> |
|
22 |
+ <p> |
|
23 |
+ Aviso: Esta traducción podría estar obsoleta. La revisión original en inglés es la |
|
24 |
+ <:= translation_get_masterrevision() :> mientras que esta revisión está basada en la |
|
25 |
+ <:= translation_get_basedonrevision() :>. |
|
26 |
+ </p> |
|
27 |
+ <: } :> |
|
28 |
+ |
|
29 |
+ <: if (has_translations()) { :> |
|
30 |
+ <p> |
|
31 |
+ Esta página también está disponible en los siguientes idiomas: |
|
32 |
+ <: print list_translations() :>.<br /> |
|
33 |
+ Cómo establecer <a href="http://www.debian.org/intro/cn#howtoset">el idioma por defecto del documento</a>. |
|
34 |
+ </p> |
|
35 |
+ <: }; :> |
|
36 |
+ |
|
37 |
+<p>Los desarrolladores de Tor no han revisado esta traduccion |
|
38 |
+en cuanto a exactitud o correcciones. Puede ser obsoleta o erronea. |
|
39 |
+La pagina oficial de Tor es la version en Ingles, disponible en |
|
40 |
+<a href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
41 |
+</p> |
|
42 |
+ |
|
43 |
+ </div> |
|
44 |
+</body> |
|
45 |
+</html> |
|
46 |
+ |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 13772 |
|
5 |
+# Last-Translator: torero@alkur.net, ruben at ugr es |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Principal', |
|
10 |
+ 'overview' , 'Perspectiva', |
|
11 |
+ 'download' , 'Descarga', |
|
12 |
+ 'documentation' , 'Documentación', |
|
13 |
+ 'volunteer' , 'Colabora', |
|
14 |
+ 'people' , 'Gente', |
|
15 |
+ 'https://blog.torproject.org/', 'Blog', |
|
16 |
+ 'donate' , '¡Dona!', |
|
17 |
+ ); |
|
18 |
+:> |
|
19 |
+ |
... | ... |
@@ -0,0 +1,54 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 21586 |
|
5 |
+# Last-Translator: arma |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+<hr /> |
|
10 |
+</div> |
|
11 |
+ <div class="bottom" id="bottom"> |
|
12 |
+ <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc. |
|
13 |
+ <br /> |
|
14 |
+ Content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>, unless otherwise noted. |
|
15 |
+ </p> |
|
16 |
+ |
|
17 |
+# Uncomment this in your translation: (and translate it) |
|
18 |
+##################################### |
|
19 |
+ <: unless (translation_current()) { :> |
|
20 |
+ <p> |
|
21 |
+ Warning: This translation might be obsolete. The English original |
|
22 |
+ is at Revision |
|
23 |
+ <:= translation_get_masterrevision() :> while this translation |
|
24 |
+ is based on |
|
25 |
+ <:= translation_get_basedonrevision() :>. |
|
26 |
+ </p> |
|
27 |
+ <: } :> |
|
28 |
+ |
|
29 |
+ <: if (has_translations()) { :> |
|
30 |
+ <p> |
|
31 |
+ This page is also available in the following languages: |
|
32 |
+ <: print list_translations() :>.<br /> |
|
33 |
+ How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>. |
|
34 |
+ </p> |
|
35 |
+ <: }; :> |
|
36 |
+ |
|
37 |
+# Uncomment this in your translation: (and translate it) |
|
38 |
+##################################### |
|
39 |
+ <p>The Tor developers have not reviewed this translation for |
|
40 |
+ accuracy and correctness. It may be out of date or wrong. The |
|
41 |
+ official Tor website is the English version, available at <a |
|
42 |
+ href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
43 |
+ </p> |
|
44 |
+ |
|
45 |
+ <p> |
|
46 |
+ <i><a href="<page contact>" class="smalllink">Contact Us</a></i> - |
|
47 |
+# please also translate "last modified" and "last compiled" |
|
48 |
+ Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
49 |
+ - |
|
50 |
+ Last compiled: <: print scalar localtime(); :> |
|
51 |
+ </p> |
|
52 |
+ </div> |
|
53 |
+</body> |
|
54 |
+</html> |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18554 |
|
5 |
+# Last-Translator: arma |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Home', |
|
10 |
+ 'overview' , 'Overview', |
|
11 |
+ 'easy-download' , 'Download', |
|
12 |
+ 'documentation' , 'Docs', |
|
13 |
+ 'volunteer' , 'Volunteer', |
|
14 |
+ 'people' , 'People', |
|
15 |
+ 'https://blog.torproject.org/', 'Blog', |
|
16 |
+ 'donate' , 'Donate!', |
|
17 |
+ ); |
|
18 |
+:> |
|
19 |
+ |
... | ... |
@@ -0,0 +1,38 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 12223 |
|
5 |
+# Last-Translator: foo |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+</div> |
|
10 |
+ <div class="bottom" id="bottom" lang="fa"> |
|
11 |
+ <p> |
|
12 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
13 |
+ را نيز ترجمه کنيد آخريم تصحيح: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> - آخرين گردآوری: <: print scalar localtime(); :> |
|
14 |
+ </p> |
|
15 |
+ <p>"Tor" و "Onion Logo" <a href="<page trademark-faq>">مارک های تجاري</a> The Tor Project, Inc می باشند |
|
16 |
+ </p> |
|
17 |
+ |
|
18 |
+ <: unless (translation_current()) { :> |
|
19 |
+ <p> |
|
20 |
+ اخطار: اين ترجمه ممکن است منسوخ باشد. نسخه اصلی انگليسی در مرحله ويرايش است |
|
21 |
+ <:= translation_get_masterrevision() :> |
|
22 |
+ در حالی که اين ترجمه # بر اساس |
|
23 |
+ <:= translation_get_basedonrevision() :> |
|
24 |
+ </p> |
|
25 |
+ <: } :> |
|
26 |
+ |
|
27 |
+ <: if (has_translations()) { :> |
|
28 |
+ <p> |
|
29 |
+ اين صفحه نيز به زبان های زير در دسترس است: <: print list_translations() :>.<br /> نحوه تنظيم <a href="http://www.debian.org/intro/cn#howtoset">زبان پيش فرض سند</a> |
|
30 |
+ </p> |
|
31 |
+ |
|
32 |
+ <: }; :> |
|
33 |
+ |
|
34 |
+<p>برنامه نويسان Tor اين ترجمه را از نظر دقت و درستی بررسی نکرده اند. ممکن است از تاريخ گذشته و اشتباه باشد. وب سايت موثق Tor نسخه انگليسی است، که در <a href="https://www.torproject.org/">https://www.torproject.org</a> در دسترس می باشد</p> |
|
35 |
+ |
|
36 |
+ </div> |
|
37 |
+</body> |
|
38 |
+</html> |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 13772 |
|
5 |
+# Last-Translator: foo |
|
6 |
+ |
|
7 |
+<: my @navigation = ( |
|
8 |
+ 'index', 'صفحه اصلی', |
|
9 |
+ 'overview', 'نظر اجمالی', |
|
10 |
+ 'download', 'بارگيری', |
|
11 |
+ 'documentation', 'اسناد', |
|
12 |
+ 'volunteer', 'داوطلب', |
|
13 |
+ 'people', 'مردم', |
|
14 |
+ 'https://blog.torproject.org/', 'بلاگ', |
|
15 |
+ 'donate', 'اهدا کنيد', |
|
16 |
+ ); |
|
17 |
+:> |
|
18 |
+ |
... | ... |
@@ -0,0 +1,42 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 12223 |
|
5 |
+# Last-Translator: djhasis(at]gmail.com |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+</div> |
|
10 |
+ <div class="bottom" id="bottom"> |
|
11 |
+ <p> |
|
12 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
13 |
+ Viimeksi muutettu: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
14 |
+ - |
|
15 |
+ Viimeksi käännetty: <: print scalar localtime(); :> |
|
16 |
+ </p> |
|
17 |
+ <p>"Tor" ja "Onion- (sipuli)logo" ovat Tor Project Inc. -yrityksen <a href="<page |
|
18 |
+ trademark-faq>">tuotemerkkejä</a>. |
|
19 |
+ </p> |
|
20 |
+ |
|
21 |
+ <: unless (translation_current()) { :> |
|
22 |
+ <p> |
|
23 |
+ Varoitus: Tämä käännös voi olla vanhentunut. Alkuperäinen englanninkielinen versio dokumentista on versioltaan |
|
24 |
+ <:= translation_get_masterrevision() :> ja tämä on versioltaan |
|
25 |
+ <:= translation_get_basedonrevision() :>. |
|
26 |
+ </p> |
|
27 |
+ <: } :> |
|
28 |
+ |
|
29 |
+ <: if (has_translations()) { :> |
|
30 |
+ <p> |
|
31 |
+ Tämä sivu on saatavilla myös näillä kielillä: |
|
32 |
+ <: print list_translations() :>.<br /> |
|
33 |
+ Näin voi asettaa <a href="http://www.debian.org/intro/cn#howtoset">dokumenttien oletuskielen</a>. |
|
34 |
+ </p> |
|
35 |
+ <: }; :> |
|
36 |
+ |
|
37 |
+ <p>Tor-kehittäjät eivät ole tarkistaneet tämän käännöksen tarkkuutta tai oikeinkirjoitusta. Tämä voi olla vanhentunut tai sisältää virheellistä tietoa. Virallinen Tor-sivusto on englanninkielellä osoitteessa <a |
|
38 |
+ href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
39 |
+ </p> |
|
40 |
+ </div> |
|
41 |
+</body> |
|
42 |
+</html> |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 13772 |
|
5 |
+# Last-Translator: djhasis(at)gmail.com |
|
6 |
+ |
|
7 |
+ |
|
8 |
+<: |
|
9 |
+ my @navigation = ( |
|
10 |
+ 'index' , 'Etusivu', |
|
11 |
+ 'overview' , 'Mikä on Tor?', |
|
12 |
+ 'download' , 'Lataa', |
|
13 |
+ 'documentation' , 'Ohjeet', |
|
14 |
+ 'volunteer' , 'Auta', |
|
15 |
+ 'people' , 'Henkilöt', |
|
16 |
+ 'https://blog.torproject.org/', 'Blog', |
|
17 |
+ 'donate' , 'Lahjoita!', |
|
18 |
+ ); |
|
19 |
+:> |
... | ... |
@@ -0,0 +1,45 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18750 |
|
5 |
+# Last-Translator: ultra.high.temperature @gmail.com, fredzupy@gmail.com |
|
6 |
+# Translation-Priority: 1-high |
|
7 |
+ |
|
8 |
+#use "functions.wmi" |
|
9 |
+ |
|
10 |
+<hr /> |
|
11 |
+</div> |
|
12 |
+ <div class="bottom" id="bottom"> |
|
13 |
+ <p>"Tor" et le Logo Onion sont des <a href="<page |
|
14 |
+ trademark-faq>">marques déposées</a> du Projet Tor, Inc. |
|
15 |
+ </p> |
|
16 |
+ <: unless (translation_current()) { :> |
|
17 |
+ <p> |
|
18 |
+ Attention: Cette traduction peut être obsolète. La version anglaise originale est la |
|
19 |
+ <:= translation_get_masterrevision() :> alors que la version traduite est basée sur la |
|
20 |
+ <:= translation_get_basedonrevision() :>. |
|
21 |
+ </p> |
|
22 |
+ <: } :> |
|
23 |
+ |
|
24 |
+ <: if (has_translations()) { :> |
|
25 |
+ <p> |
|
26 |
+ Cette page est aussi disponible dans les langues suivantes : |
|
27 |
+ <: print list_translations() :>.<br /> |
|
28 |
+ Comment configurer la <a href="http://www.debian.org/intro/cn#howtoset">langue par défaut du document</a>. |
|
29 |
+ </p> |
|
30 |
+ <: }; :> |
|
31 |
+ <p>Les développeurs de Tor n'ont pas revu cette traduction en ce qui concerne la |
|
32 |
+ pertinence et l'exactitude. Elle peut être obsolète ou fausse. La version |
|
33 |
+ officielle du site web Tor est la version anglaise, disponible sur <a |
|
34 |
+ href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
35 |
+ </p> |
|
36 |
+ <p> |
|
37 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
38 |
+ # please also translate "last modified" and "last compiled" |
|
39 |
+ Dernière modification : <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
40 |
+ - |
|
41 |
+ Dernière mise à jour : <: print scalar localtime(); :> |
|
42 |
+ </p> |
|
43 |
+ </div> |
|
44 |
+</body> |
|
45 |
+</html> |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18554 |
|
5 |
+# Last-Translator: mfr(ät]misericordia.be, isydor@no-log.org, fredzupy@gmail.com |
|
6 |
+ |
|
7 |
+ |
|
8 |
+<: |
|
9 |
+ my @navigation = ( |
|
10 |
+ 'index' , 'Accueil', |
|
11 |
+ 'overview' , 'Vue d\'ensemble', |
|
12 |
+ 'easy-download' , 'Téléchargement', |
|
13 |
+ 'documentation' , 'Docs', |
|
14 |
+ 'volunteer' , 'Contribuer', |
|
15 |
+ 'people' , 'Auteurs', |
|
16 |
+ 'https://blog.torproject.org/', 'Blog', |
|
17 |
+ 'donate' , 'Faites un Don!', |
|
18 |
+ ); |
|
19 |
+:> |
... | ... |
@@ -0,0 +1,49 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18750 |
|
5 |
+# Last-Translator: jan at seul dot org |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+<hr /> |
|
10 |
+</div> |
|
11 |
+ <div class="bottom" id="bottom"> |
|
12 |
+ <p>"Tor" e l'"Onion Logo" sono <a href="<page trademark-faq>">marchi registrati</a> di The Tor Project, Inc. |
|
13 |
+ <br /> |
|
14 |
+ Il contenuto di questo sito è pubblicato sotto la licenza |
|
15 |
+ <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>, tranne dove diversamente indicato. |
|
16 |
+ </p> |
|
17 |
+ |
|
18 |
+ <: unless (translation_current()) { :> |
|
19 |
+ <p> |
|
20 |
+ Attenzione: Questa traduzione può essere obsoleta. L'originale inglese |
|
21 |
+ è alla versione |
|
22 |
+ <:= translation_get_masterrevision() :> mentre questa traduzione |
|
23 |
+ si basa sulla versione |
|
24 |
+ <:= translation_get_basedonrevision() :>. |
|
25 |
+ </p> |
|
26 |
+ <: } :> |
|
27 |
+ |
|
28 |
+ <: if (has_translations()) { :> |
|
29 |
+ <p> |
|
30 |
+ Questa pagina è disponibile anche nelle lingue seguenti: |
|
31 |
+ <: print list_translations() :>.<br /> |
|
32 |
+ Come configurare <a href="http://www.debian.org/intro/cn#howtoset">la lingua predefinita per i documenti</a>. |
|
33 |
+ </p> |
|
34 |
+ <: }; :> |
|
35 |
+ |
|
36 |
+ <p>Questa traduzione non è stata controllata dagli sviluppatori di |
|
37 |
+ Tor. Può essere obsoleta o errata. Il sito |
|
38 |
+ ufficiale di Tor è in inglese, all'indirizzo <a |
|
39 |
+ href="https://www.torproject.org/">https://torproject.org/</a> |
|
40 |
+ </p> |
|
41 |
+ <p> |
|
42 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
43 |
+ Ultima modifica: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
44 |
+ - |
|
45 |
+ Ultima compilazione: <: print scalar localtime(); :> |
|
46 |
+ </p> |
|
47 |
+ </div> |
|
48 |
+</body> |
|
49 |
+</html> |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+#!wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18554 |
|
5 |
+# Last-Translator: jan at seul dot org |
|
6 |
+ |
|
7 |
+ |
|
8 |
+<: |
|
9 |
+ my @navigation = ( |
|
10 |
+ 'index' , 'Home', |
|
11 |
+ 'overview' , 'Panoramica', |
|
12 |
+ 'easy-download' , 'Scarica', |
|
13 |
+ 'documentation' , 'Documentazione', |
|
14 |
+ 'volunteer' , 'Collabora', |
|
15 |
+ 'people' , 'Persone', |
|
16 |
+ 'https://blog.torproject.org/', 'Blog', |
|
17 |
+ 'donate' , 'Donazioni', |
|
18 |
+ ); |
|
19 |
+:> |
... | ... |
@@ -0,0 +1,54 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Revision: $Revision: 21586 $ |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+<hr /> |
|
10 |
+</div> |
|
11 |
+ <div class="bottom" id="bottom"> |
|
12 |
+ <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc. |
|
13 |
+ <br /> |
|
14 |
+ Content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>, unless otherwise noted. |
|
15 |
+ </p> |
|
16 |
+ |
|
17 |
+# Uncomment this in your translation: (and translate it) |
|
18 |
+##################################### |
|
19 |
+# <: unless (translation_current()) { :> |
|
20 |
+# <p> |
|
21 |
+# Warning: This translation might be obsolete. The English original |
|
22 |
+# is at Revision |
|
23 |
+# <:= translation_get_masterrevision() :> while this translation |
|
24 |
+# is based on |
|
25 |
+# <:= translation_get_basedonrevision() :>. |
|
26 |
+# </p> |
|
27 |
+# <: } :> |
|
28 |
+ |
|
29 |
+ <: if (has_translations()) { :> |
|
30 |
+ <p> |
|
31 |
+ This page is also available in the following languages: |
|
32 |
+ <: print list_translations() :>.<br /> |
|
33 |
+ How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>. |
|
34 |
+ </p> |
|
35 |
+ <: }; :> |
|
36 |
+ |
|
37 |
+# Uncomment this in your translation: (and translate it) |
|
38 |
+##################################### |
|
39 |
+# <p>The Tor developers have not reviewed this translation for |
|
40 |
+# accuracy and correctness. It may be out of date or wrong. The |
|
41 |
+# official Tor website is the English version, available at <a |
|
42 |
+# href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
43 |
+# </p> |
|
44 |
+ |
|
45 |
+ <p> |
|
46 |
+ <i><a href="<page contact>" class="smalllink">Contact Us</a></i> - |
|
47 |
+# please also translate "last modified" and "last compiled" |
|
48 |
+ Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
49 |
+ - |
|
50 |
+ Last compiled: <: print scalar localtime(); :> |
|
51 |
+ </p> |
|
52 |
+ </div> |
|
53 |
+</body> |
|
54 |
+</html> |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Revision: $Revision: 22069 $ |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Home', |
|
10 |
+ 'overview' , 'Overview', |
|
11 |
+ 'easy-download' , 'Download', |
|
12 |
+ 'documentation' , 'Docs', |
|
13 |
+ 'volunteer' , 'Volunteer', |
|
14 |
+ 'people' , 'People', |
|
15 |
+ 'https://blog.torproject.org/', 'Blog', |
|
16 |
+ 'donate' , 'Donate!', |
|
17 |
+ 'http://printfection.com/torprojectstore', 'Store', |
|
18 |
+ ); |
|
19 |
+:> |
|
20 |
+ |
... | ... |
@@ -0,0 +1,47 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 20347 |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+<hr /> |
|
10 |
+</div> |
|
11 |
+ <div class="bottom" id="bottom"> |
|
12 |
+ <p>"Tor" en het "Onion Logo" zijn <a href="<page trademark-faq>">geregistreerde handelsmerken</a> van het The Tor Project, Inc. |
|
13 |
+ <br /> |
|
14 |
+ Alle inhoud van deze site is gelicenseerd onder de <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States Licentie</a>, tenzij anders gespecificeerd. |
|
15 |
+ </p> |
|
16 |
+ |
|
17 |
+ <: unless (translation_current()) { :> |
|
18 |
+ <p> |
|
19 |
+ Waarschuwing: Deze vertaling kan verouderd zijn. Het Engelse origineel |
|
20 |
+ is bij Revisie <:= translation_get_masterrevision() :> terwijl deze vertaling gebaseerd is op Revisie <:= translation_get_basedonrevision() :>. |
|
21 |
+ </p> |
|
22 |
+ <: } :> |
|
23 |
+ |
|
24 |
+ <: if (has_translations()) { :> |
|
25 |
+ <p> |
|
26 |
+ Deze pagina is ook beschikbaar in de volgende talen: |
|
27 |
+ <: print list_translations() :>.<br /> |
|
28 |
+ Uitleg over het veranderen van de <a href="http://www.debian.org/intro/cn#howtoset">standaard documenttaal</a>. |
|
29 |
+ </p> |
|
30 |
+ <: }; :> |
|
31 |
+ |
|
32 |
+ <p>De Tor ontwikkelaars hebben deze vertaling niet nagekeken op |
|
33 |
+ accuraatheid en correctheid. Er kunnen verouderingen en fouten zijn. |
|
34 |
+De officiële Tor website is de Engelse versie, te vinden op <a |
|
35 |
+ href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
36 |
+ </p> |
|
37 |
+ |
|
38 |
+ <p> |
|
39 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
40 |
+# please also translate "last modified" and "last compiled" |
|
41 |
+ Voor het laatst aangepast: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
42 |
+ - |
|
43 |
+ Voor het laast gecompileerd: <: print scalar localtime(); :> |
|
44 |
+ </p> |
|
45 |
+ </div> |
|
46 |
+</body> |
|
47 |
+</html> |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 20347 |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Begin', |
|
10 |
+ 'overview' , 'Overzicht', |
|
11 |
+ 'easy-download' , 'Download', |
|
12 |
+ 'documentation' , 'Documentatie', |
|
13 |
+ 'volunteer' , 'Vrijwilligers', |
|
14 |
+ 'people' , 'Mensen', |
|
15 |
+ 'https://blog.torproject.org/', 'Blog', |
|
16 |
+ 'donate' , 'Doneer!', |
|
17 |
+ ); |
|
18 |
+:> |
|
19 |
+ |
... | ... |
@@ -0,0 +1,32 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 7852 |
|
5 |
+# Last-Translator: net [please reverse] aleksandersen [order] daniel |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+</div> |
|
10 |
+ <div class="bottom" id="bottom"> |
|
11 |
+ <p> |
|
12 |
+ <i><a href="<page contact>" class="smalllink">Ta kontakt</a></i> - |
|
13 |
+ Sist endret: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
14 |
+ - |
|
15 |
+ Sist sammensatt: <: print scalar localtime(); :> |
|
16 |
+ </p> |
|
17 |
+ <: unless (translation_current()) { :> |
|
18 |
+ <p> |
|
19 |
+ Merk: Denne oversettelsen er gjort av frivillige bidragsytere og kan være utdatert. Oversettelsen er heller ikke verifisert av Tor utviklerene eller EFF. Den Engelske er originalen er i versjon <:= translation_get_masterrevision() :> mens denne oversettelsen er versjon <:= translation_get_basedonrevision() :>. |
|
20 |
+ </p> |
|
21 |
+ <: } :> |
|
22 |
+ |
|
23 |
+ <: if (has_translations()) { :> |
|
24 |
+ <p> |
|
25 |
+ Denne siden er også tilgjengelig på følgende språk: |
|
26 |
+ <: print list_translations() :>.<br /> |
|
27 |
+ Slik setter du <a href="http://www.debian.org/intro/cn#howtoset">standardspråk for nettområdet</a>. |
|
28 |
+ </p> |
|
29 |
+ <: }; :> |
|
30 |
+ </div> |
|
31 |
+</body> |
|
32 |
+</html> |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 7821 |
|
5 |
+# Last-Translator: net [please reverse] aleksandersen [order] daniel |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Hjem', |
|
10 |
+ 'overview' , 'Oversikt', |
|
11 |
+ 'download' , 'Hent ned', |
|
12 |
+ 'documentation' , 'Dokumentasjon', |
|
13 |
+# 'support' , 'Brukerstøtte', |
|
14 |
+# 'faq' , 'Ofte Stilte Spørsmål', |
|
15 |
+ 'volunteer' , 'Frivillige', |
|
16 |
+# 'developers' , 'Utviklere', |
|
17 |
+ 'people' , 'Folk', |
|
18 |
+ 'donate' , 'Donér!', |
|
19 |
+ ); |
|
20 |
+:> |
... | ... |
@@ -0,0 +1,55 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18750 |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+# Last-Translator: bogdandr_at_op . pl |
|
7 |
+ |
|
8 |
+#use "functions.wmi" |
|
9 |
+ |
|
10 |
+<hr /> |
|
11 |
+</div> |
|
12 |
+ <div class="bottom" id="bottom"> |
|
13 |
+ <p>"Tor" i "Onion Logo" (logo cebuli) są <a href="<page |
|
14 |
+ trademark-faq>">zarejestrowanymi znakami handlowymi</a> The Tor Project, Inc.<br /> |
|
15 |
+ Zawartość tej strony jest pod licencją |
|
16 |
+ <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution |
|
17 |
+ 3.0 United States License</a>, chyba że napisano inaczej. |
|
18 |
+ </p> |
|
19 |
+ |
|
20 |
+# Uncomment this in your translation: (and translate it) |
|
21 |
+##################################### |
|
22 |
+ <: unless (translation_current()) { :> |
|
23 |
+ <p> |
|
24 |
+ Uwaga: To tłumaczenie może być nieaktualne. Oryginał po angielsku |
|
25 |
+ ma numer wersji |
|
26 |
+ <:= translation_get_masterrevision() :> podczas gdy to tłumaczenie |
|
27 |
+ jest oparte na wersji |
|
28 |
+ <:= translation_get_basedonrevision() :>. |
|
29 |
+ </p> |
|
30 |
+ <: } :> |
|
31 |
+ |
|
32 |
+ <: if (has_translations()) { :> |
|
33 |
+ <p> |
|
34 |
+ Ta strona jest także dostępna w następujących językach: |
|
35 |
+ <: print list_translations() :>.<br /> |
|
36 |
+ Jak ustawić <a href="http://www.debian.org/intro/cn.pl.html#howtoset">domyślny język dokumentu</a>. |
|
37 |
+ </p> |
|
38 |
+ <: }; :> |
|
39 |
+# Uncomment this in your translation: (and translate it) |
|
40 |
+##################################### |
|
41 |
+ <p> |
|
42 |
+ Deweloperzy Tora nie sprawdzili tłumaczenia tej strony pod względem dokładności |
|
43 |
+ i poprawności. Tłumaczenie może być przestarzałe lub niepoprawne. Oficjalna strona Tora jest |
|
44 |
+ po angielsku, pod adresem <a href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
45 |
+ </p> |
|
46 |
+ <p> |
|
47 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
48 |
+# please also translate "last modified" and "last compiled" |
|
49 |
+ Ostatnio zmodyfikowane: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
50 |
+ - |
|
51 |
+ Ostatnio wygenerowane: <: print scalar localtime(); :> |
|
52 |
+ </p> |
|
53 |
+ </div> |
|
54 |
+</body> |
|
55 |
+</html> |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+#!wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18554 |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+# Last-Translator: bogdandr_at_op . pl, gooseondaloose -at/ msn.com, laszpio $at$ gmail.com |
|
7 |
+ |
|
8 |
+<: |
|
9 |
+ my @navigation = ( |
|
10 |
+ 'index' , 'Strona główna', |
|
11 |
+ 'overview' , 'Wprowadzenie', |
|
12 |
+ 'easy-download' , 'Pobieranie plików', |
|
13 |
+ 'documentation' , 'Dokumentacja', |
|
14 |
+ 'volunteer' , 'Wolontariusze', |
|
15 |
+ 'people' , 'Ludzie', |
|
16 |
+ 'https://blog.torproject.org/', 'Blog', |
|
17 |
+ 'donate' , 'Dotacje', |
|
18 |
+ ); |
|
19 |
+:> |
... | ... |
@@ -0,0 +1,35 @@ |
1 |
+## translation metadata |
|
2 |
+# Based-On-Revision: 7852 |
|
3 |
+# Last-Translator: asr@mail.telepac.pt |
|
4 |
+ |
|
5 |
+#use "functions.wmi" |
|
6 |
+ |
|
7 |
+</div> |
|
8 |
+ <div class="bottom" id="bottom"> |
|
9 |
+ <p> |
|
10 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
11 |
+# please also translate "last modified" and "last compiled" |
|
12 |
+ Última modificação: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
13 |
+ - |
|
14 |
+ Compilado em: <: print scalar localtime(); :> |
|
15 |
+ </p> |
|
16 |
+# Uncomment this in your translation: (and translate it) |
|
17 |
+##################################### |
|
18 |
+ <: unless (translation_current()) { :> |
|
19 |
+ <p> |
|
20 |
+ Aviso: Esta tradução pode estar desactualizada. O original, em inglês encontra-se na versão |
|
21 |
+ <:= translation_get_masterrevision() :> enquanto esta tradução é baseada na versão |
|
22 |
+ <:= translation_get_basedonrevision() :>. |
|
23 |
+ </p> |
|
24 |
+ <: } :> |
|
25 |
+ |
|
26 |
+ <: if (has_translations()) { :> |
|
27 |
+ <p> |
|
28 |
+ Esta página também está traduzida em: |
|
29 |
+ <: print list_translations() :>.<br /> |
|
30 |
+ How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>. |
|
31 |
+ </p> |
|
32 |
+ <: }; :> |
|
33 |
+ </div> |
|
34 |
+</body> |
|
35 |
+</html> |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+## translation metadata |
|
2 |
+# Based-On-Revision: 7821 |
|
3 |
+# Last-Translator: asr@mail.telepac.pt |
|
4 |
+ |
|
5 |
+<: |
|
6 |
+ my @navigation = ( |
|
7 |
+ 'index' , 'Inicio', |
|
8 |
+ 'overview' , 'Resumo', |
|
9 |
+ 'download' , 'Download', |
|
10 |
+ 'documentation' , 'Docs', |
|
11 |
+# 'support' , 'Suporte', |
|
12 |
+# 'faq' , 'FAQs', |
|
13 |
+ 'volunteer' , 'Voluntários', |
|
14 |
+# 'developers' , 'Programadores', |
|
15 |
+ 'people' , 'Pessoas', |
|
16 |
+ 'donate' , 'Donativos', |
|
17 |
+ ); |
|
18 |
+:> |
... | ... |
@@ -0,0 +1,51 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18750 |
|
5 |
+# Last-Translator: ygrekheretix/gmail/com |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+<hr/> |
|
10 |
+</div> |
|
11 |
+ <div class="bottom" id="bottom"> |
|
12 |
+ <p>"Tor" и "Onion Logo" — <a href="<page trademark-faq>">зарегистрированные торговые |
|
13 |
+ марки</a> Tor Project, Inc. |
|
14 |
+ <br/> |
|
15 |
+ Содержимое сайта защищенo по условиям лицензии |
|
16 |
+ <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License |
|
17 |
+ <!--img alt="Creative Commons Attribution 3.0 United States License" style="border-width:0" src="$(IMGROOT)/cc-by-us-80x15.png"--></a>, если явно не указано другое. |
|
18 |
+ </p> |
|
19 |
+ |
|
20 |
+ <: unless (translation_current()) { :> |
|
21 |
+ <p> |
|
22 |
+ Внимание! Этот перевод устарел. Английский оригинал имеет ревизию |
|
23 |
+ <:= translation_get_masterrevision() :> тогда как этот перевод основан на ревизии |
|
24 |
+ <:= translation_get_basedonrevision() :>. |
|
25 |
+ </p> |
|
26 |
+ <: } :> |
|
27 |
+ |
|
28 |
+ <: if (has_translations()) { :> |
|
29 |
+ <p> |
|
30 |
+ Эта страница также переведена на следующие языки: |
|
31 |
+ <: print list_translations() :>.<br /> |
|
32 |
+ Как установить <a href="http://www.debian.org/intro/cn#howtoset">язык документов по умолчанию</a>. |
|
33 |
+ </p> |
|
34 |
+ <: }; :> |
|
35 |
+ |
|
36 |
+ <p>Разработчики Tor не проверяли этот перевод на точность и корректность. |
|
37 |
+ Перевод может быть устаревшим или просто неправильным. Официальный веб-сайт |
|
38 |
+ Tor на английском языке доступен по адресу |
|
39 |
+ <a href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
40 |
+ </p> |
|
41 |
+ |
|
42 |
+ <p> |
|
43 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
44 |
+# please also translate "last modified" and "last compiled" |
|
45 |
+ Последние изменения: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
46 |
+ - |
|
47 |
+ Последняя компиляция: <: print scalar localtime(); :> |
|
48 |
+ </p> |
|
49 |
+ </div> |
|
50 |
+</body> |
|
51 |
+</html> |
... | ... |
@@ -0,0 +1,18 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18554 |
|
5 |
+# Last-Translator: ygrekheretix/gmail/com |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Главная', |
|
10 |
+ 'overview' , 'Обзор', |
|
11 |
+ 'easy-download' , 'Скачать', |
|
12 |
+ 'documentation' , 'Документация', |
|
13 |
+ 'volunteer' , 'Добровольцы', |
|
14 |
+ 'people' , 'Люди', |
|
15 |
+ 'https://blog.torproject.org/', 'Блог', |
|
16 |
+ 'donate' , 'Donate!', |
|
17 |
+ ); |
|
18 |
+:> |
... | ... |
@@ -0,0 +1,53 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 16660 |
|
5 |
+# Last-Translator: johan [ at ] smuts.se |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+</div> |
|
10 |
+ <div class="bottom" id="bottom"> |
|
11 |
+ <p> |
|
12 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
13 |
+# please also translate "last modified" and "last compiled" |
|
14 |
+ Senast ändrad: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
15 |
+ - |
|
16 |
+ Senaste kompilering: <: print scalar localtime(); :> |
|
17 |
+ </p> |
|
18 |
+ <p>"Tor" och "Onion Logo" är <a href="<page |
|
19 |
+ trademark-faq>">registrerade varumärken</a> tillhörande The Tor Project, Inc. |
|
20 |
+ </p> |
|
21 |
+ |
|
22 |
+# Uncomment this in your translation: (and translate it) |
|
23 |
+##################################### |
|
24 |
+ <: unless (translation_current()) { :> |
|
25 |
+ <p> |
|
26 |
+ OBS: Denna översättning kan vara föråldrad. Det engelska originalet |
|
27 |
+ är Revision |
|
28 |
+ <:= translation_get_masterrevision() :> medans denna översättning |
|
29 |
+ är baserad på |
|
30 |
+ <:= translation_get_basedonrevision() :>. |
|
31 |
+ </p> |
|
32 |
+ <: } :> |
|
33 |
+ |
|
34 |
+ <: if (has_translations()) { :> |
|
35 |
+ <p> |
|
36 |
+ Denna sida finns även tillgänglig på följande språk: |
|
37 |
+ <: print list_translations() :>.<br /> |
|
38 |
+ hur du ställer in <a href="http://www.debian.org/intro/cn#howtoset">standard språkval för dokument</a>. |
|
39 |
+ </p> |
|
40 |
+ <: }; :> |
|
41 |
+ |
|
42 |
+# Uncomment this in your translation: (and translate it) |
|
43 |
+##################################### |
|
44 |
+ <p>Utvecklarna av Tor har inte granskat denna översättning |
|
45 |
+ och kan därför inte garantera dess noggranhet eller korrekthet. |
|
46 |
+ Den kan vara utgången eller felaktig. Den officiella |
|
47 |
+ hemsidan för Tor är på engelska, tillgänglig på <a |
|
48 |
+ href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
49 |
+ </p> |
|
50 |
+ |
|
51 |
+ </div> |
|
52 |
+</body> |
|
53 |
+</html> |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 7821 |
|
5 |
+# Last-Translator: translator.se atTAat unowned.net |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Startsida', |
|
10 |
+ 'overview' , 'Översikt', |
|
11 |
+ 'download' , 'Ladda ner', |
|
12 |
+ 'documentation' , 'Dokumentation', |
|
13 |
+# 'support' , 'Support', |
|
14 |
+# 'faq' , 'Vanliga frågor', |
|
15 |
+ 'volunteer' , 'Bidra', |
|
16 |
+# 'developers' , 'Utvecklare', |
|
17 |
+ 'people' , 'Folk', |
|
18 |
+ 'donate' , 'Donera!', |
|
19 |
+ ); |
|
20 |
+:> |
... | ... |
@@ -0,0 +1,54 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Revision: $Revision: 21586 $ |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+<hr /> |
|
10 |
+</div> |
|
11 |
+ <div class="bottom" id="bottom"> |
|
12 |
+ <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc. |
|
13 |
+ <br /> |
|
14 |
+ Content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>, unless otherwise noted. |
|
15 |
+ </p> |
|
16 |
+ |
|
17 |
+# Uncomment this in your translation: (and translate it) |
|
18 |
+##################################### |
|
19 |
+# <: unless (translation_current()) { :> |
|
20 |
+# <p> |
|
21 |
+# Warning: This translation might be obsolete. The English original |
|
22 |
+# is at Revision |
|
23 |
+# <:= translation_get_masterrevision() :> while this translation |
|
24 |
+# is based on |
|
25 |
+# <:= translation_get_basedonrevision() :>. |
|
26 |
+# </p> |
|
27 |
+# <: } :> |
|
28 |
+ |
|
29 |
+ <: if (has_translations()) { :> |
|
30 |
+ <p> |
|
31 |
+ This page is also available in the following languages: |
|
32 |
+ <: print list_translations() :>.<br /> |
|
33 |
+ How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>. |
|
34 |
+ </p> |
|
35 |
+ <: }; :> |
|
36 |
+ |
|
37 |
+# Uncomment this in your translation: (and translate it) |
|
38 |
+##################################### |
|
39 |
+# <p>The Tor developers have not reviewed this translation for |
|
40 |
+# accuracy and correctness. It may be out of date or wrong. The |
|
41 |
+# official Tor website is the English version, available at <a |
|
42 |
+# href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
43 |
+# </p> |
|
44 |
+ |
|
45 |
+ <p> |
|
46 |
+ <i><a href="<page contact>" class="smalllink">Contact Us</a></i> - |
|
47 |
+# please also translate "last modified" and "last compiled" |
|
48 |
+ Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
49 |
+ - |
|
50 |
+ Last compiled: <: print scalar localtime(); :> |
|
51 |
+ </p> |
|
52 |
+ </div> |
|
53 |
+</body> |
|
54 |
+</html> |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Revision: $Revision: 22069 $ |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Home', |
|
10 |
+ 'overview' , 'Overview', |
|
11 |
+ 'easy-download' , 'Download', |
|
12 |
+ 'documentation' , 'Docs', |
|
13 |
+ 'volunteer' , 'Volunteer', |
|
14 |
+ 'people' , 'People', |
|
15 |
+ 'https://blog.torproject.org/', 'Blog', |
|
16 |
+ 'donate' , 'Donate!', |
|
17 |
+ 'http://printfection.com/torprojectstore', 'Store', |
|
18 |
+ ); |
|
19 |
+:> |
|
20 |
+ |
... | ... |
@@ -0,0 +1,54 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Revision: $Revision: 21586 $ |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+ |
|
7 |
+#use "functions.wmi" |
|
8 |
+ |
|
9 |
+<hr /> |
|
10 |
+</div> |
|
11 |
+ <div class="bottom" id="bottom"> |
|
12 |
+ <p>"Tor" and the "Onion Logo" are <a href="<page trademark-faq>">registered trademarks</a> of The Tor Project, Inc. |
|
13 |
+ <br /> |
|
14 |
+ Content on this site is licensed under a <a href="http://creativecommons.org/licenses/by/3.0/us/">Creative Commons Attribution 3.0 United States License</a>, unless otherwise noted. |
|
15 |
+ </p> |
|
16 |
+ |
|
17 |
+# Uncomment this in your translation: (and translate it) |
|
18 |
+##################################### |
|
19 |
+# <: unless (translation_current()) { :> |
|
20 |
+# <p> |
|
21 |
+# Warning: This translation might be obsolete. The English original |
|
22 |
+# is at Revision |
|
23 |
+# <:= translation_get_masterrevision() :> while this translation |
|
24 |
+# is based on |
|
25 |
+# <:= translation_get_basedonrevision() :>. |
|
26 |
+# </p> |
|
27 |
+# <: } :> |
|
28 |
+ |
|
29 |
+ <: if (has_translations()) { :> |
|
30 |
+ <p> |
|
31 |
+ This page is also available in the following languages: |
|
32 |
+ <: print list_translations() :>.<br /> |
|
33 |
+ How to set <a href="http://www.debian.org/intro/cn#howtoset">the default document language</a>. |
|
34 |
+ </p> |
|
35 |
+ <: }; :> |
|
36 |
+ |
|
37 |
+# Uncomment this in your translation: (and translate it) |
|
38 |
+##################################### |
|
39 |
+# <p>The Tor developers have not reviewed this translation for |
|
40 |
+# accuracy and correctness. It may be out of date or wrong. The |
|
41 |
+# official Tor website is the English version, available at <a |
|
42 |
+# href="https://www.torproject.org/">https://www.torproject.org/</a>. |
|
43 |
+# </p> |
|
44 |
+ |
|
45 |
+ <p> |
|
46 |
+ <i><a href="<page contact>" class="smalllink">Contact Us</a></i> - |
|
47 |
+# please also translate "last modified" and "last compiled" |
|
48 |
+ Last modified: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
49 |
+ - |
|
50 |
+ Last compiled: <: print scalar localtime(); :> |
|
51 |
+ </p> |
|
52 |
+ </div> |
|
53 |
+</body> |
|
54 |
+</html> |
... | ... |
@@ -0,0 +1,20 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Revision: $Revision: 22069 $ |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+ |
|
7 |
+<: |
|
8 |
+ my @navigation = ( |
|
9 |
+ 'index' , 'Home', |
|
10 |
+ 'overview' , 'Overview', |
|
11 |
+ 'easy-download' , 'Download', |
|
12 |
+ 'documentation' , 'Docs', |
|
13 |
+ 'volunteer' , 'Volunteer', |
|
14 |
+ 'people' , 'People', |
|
15 |
+ 'https://blog.torproject.org/', 'Blog', |
|
16 |
+ 'donate' , 'Donate!', |
|
17 |
+ 'http://printfection.com/torprojectstore', 'Store', |
|
18 |
+ ); |
|
19 |
+:> |
|
20 |
+ |
... | ... |
@@ -0,0 +1,46 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18750 |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+# Last-Translator: peihanru AT gmail.com |
|
7 |
+ |
|
8 |
+#use "functions.wmi" |
|
9 |
+ |
|
10 |
+<hr /> |
|
11 |
+</div> |
|
12 |
+ <div class="bottom" id="bottom"> |
|
13 |
+ <p>"Tor" 和 "Onion Logo" 是 The Tor Project, Inc. 的<a href="<page trademark-faq>">注册商标</a>。 |
|
14 |
+ <br /> |
|
15 |
+ 本站内容采用 <a href="http://creativecommons.org/licenses/by/3.0/us/">CC 署名 3.0 美国许可</a>,除非另行说明。 |
|
16 |
+ </p> |
|
17 |
+ |
|
18 |
+ <: unless (translation_current()) { :> |
|
19 |
+ <p> |
|
20 |
+ 警告: 本翻译的内容可能是过时的。英文原文位于第 <:= translation_get_masterrevision() :> 次修订, |
|
21 |
+ 但本翻译基于第 <:= translation_get_basedonrevision() :> 次修订。 |
|
22 |
+ </p> |
|
23 |
+ <: } :> |
|
24 |
+ |
|
25 |
+ <: if (has_translations()) { :> |
|
26 |
+ <p> |
|
27 |
+ 本页面还有如下语言的版本: |
|
28 |
+ <: print list_translations() :>。<br /> |
|
29 |
+ 如何设置<a href="http://www.debian.org/intro/cn#howtoset">默认语言</a>。 |
|
30 |
+ </p> |
|
31 |
+ <: }; :> |
|
32 |
+ |
|
33 |
+ <p>Tor 的开发者和 EFF 均未对本翻译的精确性和正确性作检查。它可能是过时的或者错误的。 |
|
34 |
+ Tor 的官方网站的语言是英文,位于 <a |
|
35 |
+ href="https://www.torproject.org/">https://www.torproject.org/</a>。 |
|
36 |
+ </p> |
|
37 |
+ |
|
38 |
+ <p> |
|
39 |
+ <i><a href="<page contact>" class="smalllink">Webmaster</a></i> - |
|
40 |
+ 最后修改: <:{ my @stat = stat('$(LANG)/'.$WML_SRC_FILENAME); print scalar localtime($stat[9]); }:> |
|
41 |
+ - |
|
42 |
+ 最后编译: <: print scalar localtime(); :> |
|
43 |
+ </p> |
|
44 |
+ </div> |
|
45 |
+</body> |
|
46 |
+</html> |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+#!/usr/bin/wml |
|
2 |
+ |
|
3 |
+## translation metadata |
|
4 |
+# Based-On-Revision: 18554 |
|
5 |
+# Translation-Priority: 1-high |
|
6 |
+# Last-Translator: peihanru AT gmail.com |
|
7 |
+ |
|
8 |
+<: |
|
9 |
+ my @navigation = ( |
|
10 |
+ 'index' , '首页', |
|
11 |
+ 'overview' , '概述', |
|
12 |
+ 'easy-download' , '下载', |
|
13 |
+ 'documentation' , '文档', |
|
14 |
+ 'volunteer' , '志愿者', |
|
15 |
+ 'people' , '人员', |
|
16 |
+ 'https://blog.torproject.org/', '博客', |
|
17 |
+ 'donate' , '捐助!', |
|
18 |
+ ); |
|
19 |
+:> |
|
0 | 20 |