[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] r24922: {website} new languages for the website, updated translations (in website/trunk: . about about/ar-sa about/fa docs docs/ar docs/ar-sa docs/de docs/fa docs/fi docs/fr docs/pl donate/pl download download/de download/fa download/pl getinvolved getinvolved/ar-sa getinvolved/hu getinvolved/pl projects projects/ar-sa torbutton torbutton/hu)
Author: runa
Date: 2011-07-21 08:48:17 +0000 (Thu, 21 Jul 2011)
New Revision: 24922
Added:
website/trunk/about/ar-sa/
website/trunk/about/ar-sa/sidenav.wmi
website/trunk/about/ar-sa/translators.wml
website/trunk/about/fa/sponsors.wml
website/trunk/docs/ar-sa/
website/trunk/docs/ar-sa/installguide.wml
website/trunk/docs/ar-sa/sidenav.wmi
website/trunk/docs/fa/N900.wml
website/trunk/download/fa/
website/trunk/download/fa/thankyou.wml
website/trunk/getinvolved/ar-sa/
website/trunk/getinvolved/ar-sa/mirrors.wml
website/trunk/getinvolved/ar-sa/sidenav.wmi
website/trunk/getinvolved/hu/
website/trunk/getinvolved/hu/mirrors.wml
website/trunk/getinvolved/hu/sidenav.wmi
website/trunk/projects/ar-sa/
website/trunk/projects/ar-sa/puppettor.wml
website/trunk/projects/ar-sa/sidenav.wmi
website/trunk/torbutton/hu/
website/trunk/torbutton/hu/index.wml
website/trunk/torbutton/hu/sidenav.wmi
Modified:
website/trunk/Makefile.common
website/trunk/docs/ar/bridges.wml
website/trunk/docs/ar/debian.wml
website/trunk/docs/de/bridges.wml
website/trunk/docs/de/tor-doc-windows.wml
website/trunk/docs/fi/debian.wml
website/trunk/docs/fr/bridges.wml
website/trunk/docs/pl/bridges.wml
website/trunk/docs/pl/debian.wml
website/trunk/docs/pl/faq.wml
website/trunk/donate/pl/donate.wml
website/trunk/download/de/download.wml
website/trunk/download/pl/download.wml
website/trunk/getinvolved/pl/volunteer.wml
Log:
new languages for the website, updated translations
Modified: website/trunk/Makefile.common
===================================================================
--- website/trunk/Makefile.common 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/Makefile.common 2011-07-21 08:48:17 UTC (rev 24922)
@@ -18,7 +18,7 @@
-D STABLETAG=$(STABLETAG)
#LANGS=ar bms de en es et fa it fi fr ja ko nl no pl pt ru se tr zh-cn
-LANGS=en ar es fr ru pl da it fa de fi vn cy zh-cn pt pt-br id nl
+LANGS=en ar ar-sa es fr hu ru pl da it fa de fi vn cy zh-cn pt pt-br id nl
WMLFILES=$(wildcard $(patsubst %, %/*.wml, $(LANGS)))
WMIFILES=$(wildcard $(patsubst %, %/*.wmi, $(LANGS)) $(WMLBASE)/include/*.wmi )
@@ -35,6 +35,9 @@
%.html.ar: ar/%.wml en/%.wml
lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
+%.html.ar-sa: ar-sa/%.wml en/%.wml
+ lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
+
%.html.bms: bms/%.wml en/%.wml
lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
@@ -53,6 +56,9 @@
%.html.fa: fa/%.wml en/%.wml
lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
+%.html.hu: hu/%.wml en/%.wml
+ lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
+
%.html.id: id/%.wml en/%.wml
lang=`dirname $<` && wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $@
@@ -115,6 +121,13 @@
wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $$OUT --depend | tee $$tmpfile > $@ && \
sed -e s',\(^[^ ]*\):,.deps/\1.d:,' < $$tmpfile >> $@ && \
rm -f $$tmpfile
+.deps/%.html.ar-sa.d: ar-sa/%.wml .deps/.stamp
+ tmpfile=`mktemp -t tmp.XXXXXXX` \
+ lang=`dirname $<` && \
+ OUT=`echo $@ | sed -e 's,\.deps/\(.*\)\.d$$,\1,'` && \
+ wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $$OUT --depend | tee $$tmpfile > $@ && \
+ sed -e s',\(^[^ ]*\):,.deps/\1.d:,' < $$tmpfile >> $@ && \
+ rm -f $$tmpfile
.deps/%.html.bms.d: bms/%.wml .deps/.stamp
tmpfile=`mktemp -t tmp.XXXXXXX` \
lang=`dirname $<` && \
@@ -192,6 +205,13 @@
wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $$OUT --depend | tee $$tmpfile > $@ && \
sed -e s',\(^[^ ]*\):,.deps/\1.d:,' < $$tmpfile >> $@ && \
rm -f $$tmpfile
+.deps/%.html.hu.d: hu/%.wml .deps/.stamp
+ tmpfile=`mktemp -t tmp.XXXXXXX` \
+ lang=`dirname $<` && \
+ OUT=`echo $@ | sed -e 's,\.deps/\(.*\)\.d$$,\1,'` && \
+ wml $(WMLOPT) -I $$lang -I $(WMLBASE)/$$lang -D LANG=$$lang $< -o $$OUT --depend | tee $$tmpfile > $@ && \
+ sed -e s',\(^[^ ]*\):,.deps/\1.d:,' < $$tmpfile >> $@ && \
+ rm -f $$tmpfile
.deps/%.html.ja.d: ja/%.wml .deps/.stamp
tmpfile=`mktemp -t tmp.XXXXXXX` \
lang=`dirname $<` && \
Added: website/trunk/about/ar-sa/sidenav.wmi
===================================================================
--- website/trunk/about/ar-sa/sidenav.wmi (rev 0)
+++ website/trunk/about/ar-sa/sidenav.wmi 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,56 @@
+## translation metadata
+# Revision: $Revision: 24336 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /about pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+ my $sidenav;
+ $sidenav = [
+ {'url' => 'about/overview',
+ 'txt' => 'Tor Overview',
+ },
+ {'url' => 'about/torusers',
+ 'txt' => 'Users of Tor',
+ },
+
+ {'url' => 'about/corepeople',
+ 'txt' => 'Tor People',
+ 'subelements' => [
+ {'url' => 'about/board',
+ 'txt' => 'Board of Directors',
+ },
+ {'url' => 'about/translators',
+ 'txt' => 'Translators',
+ },
+ {'url' => 'about/volunteers',
+ 'txt' => 'Volunteers',
+ },
+ {'url' => 'about/contributors',
+ 'txt' => 'Past Contributors',
+ }]
+ },
+ {'url' => 'about/sponsors',
+ 'txt' => 'Sponsors',
+ },
+ {'url' => 'about/financials',
+ 'txt' => 'Financial Reports',
+ },
+ {'url' => 'projects/projects',
+ 'txt' => 'Projects',
+ },
+ {'url' => 'docs/documentation',
+ 'txt' => 'Documentation',
+ },
+ ];
+:>
Added: website/trunk/about/ar-sa/translators.wml
===================================================================
--- website/trunk/about/ar-sa/translators.wml (rev 0)
+++ website/trunk/about/ar-sa/translators.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,45 @@
+
+
+
+
+
+## translation metadata
+# Revision: $Revision: 23729 $
+# Translation-Priority: 3-low
+#include "head.wmi" TITLE="Tor Project: Translators" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">Home » </a> <a href="<page
+about/overview>">About » </a> <a href="<page
+about/volunteers>">Translators</a>
+ </div>
+ <div id="maincol">
+ <h1>ØÙÙØØØÙÙÙ</h1>
+<dl>
+<dt>Bogdan Drozdowski</dt><dd>Polish</dd>
+<dt>Tiago Faria</dt><dd>Portuguese.</dd>
+<dt>fredzupy</dt><dd>French</dd>
+<dt>Jens Kubieziel and Oliver Knapp</dt><dd>German</dd>
+<dt>Pei Hanru and bridgefish</dt><dd>Simplified Chinese</dd>
+<dt>Jan Reister</dt><dd>Italian</dd>
+<dt>ygrek and an anonymous translator</dt><dd>Russian</dd>
+<dt>Ghazal Teheri</dt><dd>Persian</dd>
+<dt>Htaike Htaike Aung</dt><dd>Burmese</dd>
+<dt>Osama Khalid</dt><dd>ØÙØØØÙØ</dd>
+<dt>Alexia Prichard</dt><dd>Spanish</dd>
+</dl>
+ </div>
+
+ <!-- END MAINCOL -->
+<div id = "sidecol">
+
+
+ #include "side.wmi"
+#include "info.wmi"
+</div>
+
+<!-- END SIDECOL -->
+</div>
+
+
+#include "foot.wmi"
Added: website/trunk/about/fa/sponsors.wml
===================================================================
--- website/trunk/about/fa/sponsors.wml (rev 0)
+++ website/trunk/about/fa/sponsors.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,102 @@
+
+
+
+
+
+## translation metadata
+# Revision: $Revision: 24829 $
+# Translation-Priority: 3-low
+#include "head.wmi" TITLE="Tor: Sponsors" CHARSET="UTF-8"
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">ØØÙÙ Â</a> <a href="<page about/overview>">ØØØØØÙ ÙØ
+Â</a> <a href="<page about/sponsors>">ØØÙÛØÙ</a>
+ </div>
+ <div id="maincol">
+ <h1> ØØÙÛØÙ ØÙØ</h1>
+ <p>
+ ÙØÙÚÙ ØÙØ
+ <a href="<page about/torusers>">ØÙÙØ ÚØØØØØÙ</a>
+ ØÙ ØÛÙ ÙØÙÛ ØØØ ÚÙ ÙØ ØÙÙØ ØÛØØÛ ØØ ÙÙØØØ ÙØÙÛ ØØØÛÙ -- Ù ÙÙÚÙÛÙ ÙØ ÙØØØÙ
+ØÙ ØÙÙØ Ù ØØÛ ØÛØØØ ØØÙ ØÛÙ ØÙØÛØÙØ ØØØÛÙ! ÙØÙÙ ØÙØÛØÙØÛ ÙØÙÛ ÙØØØ ØØØØ
+ØÙØØÙ ÚÙ ØØÛØÙØ ØØÙ ØØØØ ØÛØ ØÙØÛÙ ÙÛ ØÙÙØ :
+ </p>
+
+ <h3><i>Magnoliophyta</i> (ØÛØ ØØ 1 ÙÛÙÛÙÙ ØÙØØ )</h3>
+ <ul>
+ <li> ØØØÙØÙ ÙØØÙØØ ØÛØ ØÙÙØÛ ØØ ØÙØÛÚØ (2008-2011 )</li>
+ <li><a href="http://www.bbg.gov/">ØØØ Ù ØÛÙØ</a> (2006-2011)</li>
+ </ul>
+
+ <h3><i>Liliopsida</i> (ØØ ÛÛÛ ÙØØØ ØÙØØ)</h3>
+ <ul>
+ <li><a href="http://www.sida.se/English/">Sida -- ÙÙÚØØÛ ØÚØÙØ ØÙØØÙ ØÛÙ ØÙÙÙÙÛ
+ØÙØØ</a> (2010-2011)</li>
+ </ul>
+
+ <h3><i>Asparagales</i> (ØØ $ 500K)</h3>
+ <ul>
+ <li><a href="http://www.internews.fr/">ØÛÙØØÙÛÙØ ØØÙÙØ</a> (2006-2008)</li>
+ <li><a href="http://nsf.gov/">ØÙÛØØ ÙÙÛ ØÙÙÙ ØÙØÛÚØ ØØ ØØÛÙ ØØÙØÚØÙ</a> ØØÚØÙ
+(2Ø009-2011 )</li>
+ </ul>
+
+ <h3><i>Alliaceae</i> (ØØ $ 200k)</h3>
+ <ul>
+ <li>ØÙØ Ù ÛØ ØØØÙØÙ ØÙØ</li>
+ </ul>
+
+ <h3><i>ØÛØÙØ</i> (ØØ ÛÛÛ ÙØØØ ØÙØØ)</h3>
+ <ul>
+ <li><a href="http://www.nlnet.nl/">NLnet ØÙÛØØ</a> (2008-2009)</li>
+ <li><a href="http://chacs.nrl.navy.mil/">ØØÙØÛØÚØÙ ØØÙÛÙØØ ÙÛØÙÛ ØØÛØÛÛ</a>
+(2006-2010)</li>
+ <li>ÙØØÙØØ ØÙØÛÚØÛÛ ISP (2009-2011)</li>
+ </ul>
+
+ <h3><i>ØÛØÙØ CEPA</i> (ØÙ ØÙØØ 50k)</h3>
+ <ul>
+ <li><a href="<page donate/donate>">ØÛØ ØØ ÛÛÛ ÙØØ ØÙÛÙÛ ÚÙÚÙØÛ ÙØÙÛ ØÙØØØÛ ÙØÙ
+ØÙØ</a> (2006-2011)</li>
+ <li><a href="http://code.google.com/opensource/">ÚÙÚÙ</a> (2008-2009)</li>
+ <li><a href="http://code.google.com/soc/">ØØØØØØÙ ÚÙÚÙ </a> (2007-2011)</li>
+ <li><a href="http://www.hrw.org/"> ØØØÙØÙ ØÛØÙ ØØÙ ØÙÙÙ ØØØ</a> (2007)</li>
+ <li><a href="http://www.torfox.org/">Torfox</a> (2009)</li>
+ <li><a href="http://www.shinjiru.com/">Shinjiru ÙÙØÙØÛ</a> (2009-2011)</li>
+ </ul>
+
+ <h3>ØØÙÛØÙ ÙØÙÛ ÚØØØÙ</h3>
+ <p>ÙØ ØØ ØÙØÛØ ØÙØØ ØØÙÛØÙ ÙØÙÛ ÚØØØÙ ØÙØ ÚÙ ÙØ ØØ ØØØÙØ 501 (Ø) (3) ÙØÙÚÙ
+ØÙØ Ù ÙÛØØÙØ Ù ØØÛØÙ ØÙ ØÙØØÙ ØÙÙØ ÙØÙØØØÙÙ ØÛÙ ÙØÙÚÙ ÙØ ØØ ÛØØÛ ØØØÙØ ÚÙØÙ
+ØØÚØ ØØ ØØØÛÙ</p>
+ <ul>
+ <li><a href="https://www.eff.org/">ØÙÛØØ ØØÙÙ ØÙÚØØÙÙÛÚ </a> (2004-2005)</li>
+ <li><a href="http://chacs.nrl.navy.mil/">DARPA Ù ONR ØØ ØØÛÙ ØØÙØÛØÚØÙ ØØÙÛÙØØ
+ÙÛØÙÛ</a> ØØÛØÛÛ (2001-2006 )</li>
+ <li><a href="http://www.cyber-ta.org/">ØØÛØØ - TA ÙØÙÚÙ</a> (2006-2008)</li>
+ <li>ØØÙ ØÙ ÙØÛ ØÙÙÛØÛ ØÙ ÙØØØ (2006)</li>
+ <li><a href="http://www.omidyar.net/"> ØØÚÙ ØÙØÛÙ ÚØØÙØ ØÙÛØÛØØ</a> (2006)</li>
+ <li><a
+href="http://seclab.cs.rice.edu/lab/2005/08/01/seclab-awarded-grant-to-study-security-of-p2p/">NSF
+ØØ ØØÛÙ ØØÙØÚØÙ ØØÛØ</a> (2006-2007)</li>
+ </ul>
+ <p>ØØÚØ ÙÛ ÚÙÛÙ ØØ ØÙØ Ù ÙÙÙ ÙØØÙ Ù ÚØÙÙ ÙØÛÛ ÚÙ ØØ ÚÙÚ ØÙØ ØÛÙ ÙØÙÚÙ ØØ ÙÙÚÙ
+ØØØØÙØ ØØ ØØØØÙ ØÙØ ØÙ ØØÙØ ØÙ ØØÙØÙØØÙÛ ÚÙ ÚÙÚ ÙØÛ ØÛØ ÙØÙÛ ØØ ØØØÙØÛ ØÛØ
+ØØØÛÙ ØØØÙØ : ØØÙØÙÙ ÙÙÛØÛ Ø ØØÙØÛØ Ø ÙØØÙØ Ø ØÙÙØØ Ø ØØÙÛÙ Ø Ù ØÙÙ ØØÚÙ
+ØÙØ
+ </p>
+ </div>
+
+ <!-- END MAINCOL -->
+<div id = "sidecol">
+
+
+ #include "side.wmi"
+#include "info.wmi"
+</div>
+
+<!-- END SIDECOL -->
+</div>
+
+
+#include "foot.wmi"
Modified: website/trunk/docs/ar/bridges.wml
===================================================================
--- website/trunk/docs/ar/bridges.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/docs/ar/bridges.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -4,7 +4,7 @@
## translation metadata
-# Revision: $Revision: 24504 $
+# Revision: $Revision: 24916 $
# Translation-Priority: 1-high
#include "ar/head.wmi" TITLE="Tor Project: Bridges" CHARSET="UTF-8" STYLESHEET="css/master-rtl.css"
<div id="content" class="clearfix">
@@ -125,11 +125,11 @@
</p>
<pre>
Here are your bridge relays:
-
- bridge 60.16.182.53:9001 c9111bd74a710c0d25dda6b35e181f1aa7911133
- bridge 87.237.118.139:444 c18dde4804e8fcb48464341ca1375eb130453a39
- bridge 60.63.97.221:443 ab5c849ed5896d53052e43966ee9aba2ff92fb82
-
+
+ bridge 60.16.182.53:9001
+ bridge 87.237.118.139:444
+ bridge 60.63.97.221:443
+
</pre>
<p>
ØÙØÙØ ØØÙÙÙ ØØØÙØ ØÙØØÙØ ØÙØÙÙØØÙÙÙØ ÙÙÙÙÙ ÙÙØØÙØ ØØØ ÚÙØØÙÙØ ØØØ ØÙØØÙØØ
Modified: website/trunk/docs/ar/debian.wml
===================================================================
--- website/trunk/docs/ar/debian.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/docs/ar/debian.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -4,7 +4,7 @@
## translation metadata
-# Revision: $Revision: 24851 $
+# Revision: $Revision: 24910 $
# Translation-Priority: 3-low
#include "ar/head.wmi" TITLE="Tor Project: Debian/Ubuntu Instructions" CHARSET="UTF-8" STYLESHEET="css/master-rtl.css"
<div id="content" class="clearfix">
@@ -15,14 +15,13 @@
</div>
<div id="maincol">
<a id="debian"></a>
-<h2><a class="anchor" href="#debian">ØÙØÙØØ ØÙØÙÙ: ØÙØ ØÙÙ ØÙØÙØÙ ÙÙÙÙ ØÙ ØÙØÙØÙ
-ØÙØØÙÙØØÙØØ ØÙ ØÙØÙØÙ ØÙØØØØØØÙØ</a></h2>
+<h2><a class="anchor" href="#debian">Option one: Tor on Debian squeeze, lenny,
+Debian sid, or Debian testing</a></h2>
<br />
<p>
-ØØØ ÙÙØ ØØØØÙÙ ØÙØÙØÙ ØÙÙØØÙØØ (ÙÙÙÙ) ØÙ ØÙØ ØÙÙØØÙØØ (sid) ØÙ ØÙØØØØØØÙØ
-(ØÙÙÙÙØ)Ø ÙÙØ ÙÙØ ØÙØÙØ <br /> <tt>apt-get install tor tor-geoipdb</tt>
-ØØÙØØÙØØ ØÙØØØ.
+If you're using Debian, just run<br /> <tt>apt-get install tor
+tor-geoipdb</tt> as root.
</p>
<p>
@@ -42,8 +41,9 @@
<br />
<p>
-<b>ÙØ ØØØØØÙ ØØÙ ØÙØÙØÙ universe.</b> ÙÙÙ ÙÙ ØØØ ÙØØÙÙØ ÙØØØØØØØÙØ
-ÙØÙÙØ. ÙÙØØ ÙØÙÙ ØÙØÙØØÙØ ÙÙØØØÙØØØ ÙØÙØØÙØØØØ ØÙØÙÙÙØ.
+<b>Do not use the packages in Ubuntu's universe.</b> In the past they have
+not reliably been updated. That means you could be missing stability and
+security fixes.
</p>
<p>
@@ -53,6 +53,7 @@
/etc/debian_version</tt>. Here's a quick mapping:
<ul>
<li> ØÙØÙØÙ ØÙØ ØÙÙØØÙØØ (sid) ÙÙ "sid"</li>
+<li> Debian testing is "wheezy"</li>
<li> ØÙØÙØÙ 6.0 (ØÙÙÙÙØ) ÙÙ "squeeze"</li>
<li> ØÙØÙØÙ 5.0 (ÙÙÙÙ) ÙÙ "lenny"</li>
<li> Ubuntu 11.04 is "natty"</li>
@@ -60,7 +61,6 @@
<li> ØÙ 10.04 ØÙ ØØÙØÙØÙ 4.0 ÙÙØ "lucid"</li>
<li> ØÙØÙØÙ 9.10 ØÙ ØØÙØÙØÙ 3.5 ÙÙØ "karmic"</li>
<li> ØÙØÙØÙ 8.04 ÙÙ "hardy"</li>
-<li> ØÙØÙØÙ 6.06 ÙÙ "dapper"</li>
</ul>
ØÙ ØØÙ ÙØØ ØÙØØØ ØÙÙ <tt>/etc/apt/sources.list</tt> ØÙÙÙÙ:<br />
Added: website/trunk/docs/ar-sa/installguide.wml
===================================================================
--- website/trunk/docs/ar-sa/installguide.wml (rev 0)
+++ website/trunk/docs/ar-sa/installguide.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,34 @@
+
+
+
+
+
+## translation metadata
+# Revision: $Revision: 24868 $
+# Translation-Priority: 2-medium
+#include "head.wmi" TITLE="Tor Project: Installation Instructions" CHARSET="UTF-8"
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ ØÙØØ <a href = "<Pageindex>"> ØÙØØÙØÙØ Â</ Ø> ØÙØØ <a href ="
+<Pagedocs/documentation> "> ØÙÙØØØÙÂ </ Ø> ØÙØØ <a href =
+"<Pagedocs/installguide>" > ØÙØØÙ ØÙØØØÙØ </ Ø>
+ </div>
+ <div id="maincol">
+ <h1>ØÙÙÙ ØØØÙØ ØÙØ</h1>
+ <br>
+
+ </div>
+
+ <!-- END MAINCOL -->
+<div id = "sidecol">
+
+
+ #include "side.wmi"
+#include "info.wmi"
+</div>
+
+<!-- END SIDECOL -->
+</div>
+
+
+#include "foot.wmi"
Added: website/trunk/docs/ar-sa/sidenav.wmi
===================================================================
--- website/trunk/docs/ar-sa/sidenav.wmi (rev 0)
+++ website/trunk/docs/ar-sa/sidenav.wmi 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,103 @@
+## translation metadata
+# Revision: $Revision: 24865 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /docs pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+ my $sidenav;
+ $sidenav = [
+ {'url' => 'docs/documentation',
+ 'txt' => 'Documentation Overview',
+ },
+ {
+ 'url' => 'docs/installguide',
+ 'txt' => 'Installation Guides',
+ 'subelements' => [
+ {'url' => 'docs/tor-doc-windows',
+ 'txt' => 'Installing on Windows',
+ },
+ {'url' => 'docs/tor-doc-unix',
+ 'txt' => 'Installing on Linux/BSD/Unix',
+ },
+ {'url' => 'docs/debian',
+ 'txt' => 'Installing Tor on Debian/Ubuntu',
+ },
+ {'url' => 'docs/debian-vidalia',
+ 'txt' => 'Installing Vidalia on Debian/Ubuntu',
+ },
+ {'url' => 'docs/tor-doc-osx',
+ 'txt' => 'Installing Tor on Mac OS X',
+ },
+ {'url' => 'docs/android',
+ 'txt' => 'Installing Tor on Android',
+ },
+ {'url' => 'docs/N900',
+ 'txt' => 'Installing Tor on Maemo/N900',
+ },
+ {'url' => 'docs/verifying-signatures',
+ 'txt' => 'Verify our GPG signatures',
+ },
+ {'url' => 'docs/tor-doc-web',
+ 'txt' => 'Configuring your browser to use Tor',
+ }],
+ },
+ {'url' => 'docs/manual',
+ 'txt' => 'Manuals',
+ 'subelements' => [
+ {'url' => 'docs/tor-doc-relay',
+ 'txt' => 'Configuring a Relay',
+ },
+ {'url' => 'docs/tor-hidden-service',
+ 'txt' => 'Configuring a Hidden Service',
+ },
+ {'url' => 'docs/bridges',
+ 'txt' => 'Configuring a Bridge Relay',
+ },
+ {'url' => 'docs/running-a-mirror',
+ 'txt' => 'Configuring a Mirror',
+ },
+ {'url' => 'docs/tor-manual',
+ 'txt' => 'Tor -stable Manual',
+ },
+ {'url' => 'docs/tor-manual-dev',
+ 'txt' => 'Tor -alpha Manual',
+ },
+ {'url' => 'docs/proxychain',
+ 'txt' => 'Configuring Tor to use a Proxy Server',
+ }],
+ },
+ {
+ 'url' => '<wiki>',
+ 'txt' => 'Tor Wiki',
+ },
+ {'url' => 'docs/faq',
+ 'txt' => 'General FAQ',
+ },
+ {'url' => 'torbutton/torbutton-faq',
+ 'txt' => 'Torbutton FAQ',
+ },
+ {'url' => 'docs/faq-abuse',
+ 'txt' => 'Abuse FAQ',
+ },
+ {'url' => 'docs/trademark-faq',
+ 'txt' => 'Trademark FAQ',
+ },
+ {'url' => 'eff/tor-legal-faq',
+ 'txt' => 'Tor Legal FAQ',
+ },
+ {'url' => 'eff/tor-dmca-response',
+ 'txt' => 'Tor DMCA Response',
+ },
+ ];
+:>
Modified: website/trunk/docs/de/bridges.wml
===================================================================
--- website/trunk/docs/de/bridges.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/docs/de/bridges.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -4,7 +4,7 @@
## translation metadata
-# Revision: $Revision: 24504 $
+# Revision: $Revision: 24916 $
# Translation-Priority: 1-high
#include "de/head.wmi" TITLE="Tor Project: Bridges" CHARSET="UTF-8"
<div id="content" class="clearfix">
@@ -140,11 +140,11 @@
</p>
<pre>
Here are your bridge relays:
-
- bridge 60.16.182.53:9001 c9111bd74a710c0d25dda6b35e181f1aa7911133
- bridge 87.237.118.139:444 c18dde4804e8fcb48464341ca1375eb130453a39
- bridge 60.63.97.221:443 ab5c849ed5896d53052e43966ee9aba2ff92fb82
-
+
+ bridge 60.16.182.53:9001
+ bridge 87.237.118.139:444
+ bridge 60.63.97.221:443
+
</pre>
<p>
Sobald du die E-Mail mit den Bridge-Informationen erhalten hast, kannst du
Modified: website/trunk/docs/de/tor-doc-windows.wml
===================================================================
--- website/trunk/docs/de/tor-doc-windows.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/docs/de/tor-doc-windows.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -14,7 +14,7 @@
docs/tor-doc-windows>">Windows-Client</a>
</div>
<div id="maincol">
- <h1><a href="<page index>">Tor</a> als Client auf Microsoft Windows ausfÃhren</h1>
+ <h1><a href="<page index>">Tor</a> als Client auf Microsoft Windows Installieren</h1>
<br>
<p>
Added: website/trunk/docs/fa/N900.wml
===================================================================
--- website/trunk/docs/fa/N900.wml (rev 0)
+++ website/trunk/docs/fa/N900.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,169 @@
+
+
+
+
+
+## translation metadata
+# Revision: $Revision: 23689 $
+# Translation-Priority: 3-low
+#include "head.wmi" TITLE="Tor Project: N900 Instructions" CHARSET="UTF-8"
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">ØØÙÙ Â</a> <a href="<page docs/documentation>">ØØÙØØ
+Â</a> <a href="<page docs/N900>">N900</a>
+ </div>
+ <div id="maincol">
+ <a id="ÙØÙ ØÙØØØ ÙÛÙÙ"></a>
+ <h2><a class="anchor" href="#Maemo">ÙØØ ØÙØ ØØ Maemo</a></h2>
+ <br>
+ <p>
+ ØÚØ ØÙØ ØØ ÛÚ ØØØÚØÙ ÙØÙØ ÛÙ ÙØÙ ØÙØØØ ÙÛÙÙ ØØØÙØØÙ ÙÛ ÚÙÛØ ÚÙ <a
+href="#N900">N900</a>
+ ÙÛØØØ ÙØ ÙÛØÙÙØØ ÙÛ ÚÙÛÙ ØØØÙ ØÙØ ØØ ØØ
+<a href="http://maemo.org/packages/view/tor/">ÙØØ ÚÙÛØ</a> ØÙØ <a
+href="http://maemo.org/packages/view/tor/">ØØ</a>
+ÙØÙÚÙ ØÙØ ØÛÙ ØØØÙ ØØ ØÙÙÛØ ÙÙÛ ÚÙØ ØÙÚÙ ØÛÙ ØØØÙ ØÙØØ ØØÙØÙ ÙÛÙÙ ØÙÙÛØ Ù
+ØØÙØØØØÙÛ ÙÛ ØÙØ
+ </p>
+
+ <a id="N900"></a>
+ <h2><a class="anchor" href="#N900">ÙØØ ØÙØ ØÙÛ N900</a></h2>
+ <br>
+ <p>
+ ØØØÙØØÙØÙÙ ÙØÛ ØÛØ ØØ ØØÛØ ØÙ ØÙØ ÚÙÚ ÚÙØ
+<a href="https://garage.maemo.org/projects/tor-status">ÙØØ</a> ÚÙØØÙØ Ù <a
+href="https://garage.maemo.org/projects/tor-status">ØÙØ ØØØØÛ </a> ØÙØ ØØØÛ
+ØÙÙÙ ÙÙÚÛØ N900 ØØØÙ ØÙØÛ ØØÙ ØØØ. ØÛÙ ÙÛÚØØÙØÛ ØØ ØØÙ ØØØØØØØ ÙØØÙ
+ØØØ. ÙØÙØÚØ ØØ ØÛÙ ÙÛÚØØÙØÛ ØÚÙÙ ØÙØ ÙØØØØ ÙÙØØÛØ ØØØÛ ÙÛØØÙØÛÛ ÚÙ ØØ ÙØØØ
+ØÙÙÛØÛ ÙÙÙ ÙØØÙØ ØØØÙØØÙ ØÙØ.
+ </p>
+
+ <p>
+ ÙØÛØÛØ ÙØÙ ØÙØØØ ØØ ØØØ ÚÙÛØ: <br> <a
+href="$(IMGROOT)/N900/1_app_menu.png"><img alt="N900 ÙÙÙ ØØÙØÙÙ"
+src="$(IMGROOT)/N900/1_app_menu-small.png"/></a>
+ </p>
+
+ <p>
+ ØÙÛ ÙÙÙ ÙØÛØ ØØÙØÙÙ ØØ ØØÙØÛ ØÙØÙ ÙÙØÛØ ÚÙÛÚ ÚÙÛØ : <br> <a
+href="$(IMGROOT)/N900/2_app_manager.png"><img alt="N900 ÙØÛØ ØØÙØÙÙ"
+src="$(IMGROOT)/N900/2_app_manager-small.png"/></a>
+ </p>
+
+ <p>
+ "ÚØØØÙÙÚ ØØÙØÙÙ ØØ ØÙØØØØ ÚÙÛØ: <br> <a
+href="$(IMGROOT)/N900/3_app_managermenu.png"><img alt="ÚØØØÙÙÚ ÙØÙ ØÙØØØ
+N900" src="$(IMGROOT)/N900/3_app_managermenu-small.png"/></a>
+ </p>
+
+ <p>
+ ØÚÙÙ'ØØÛØ' ØØ ÙØØØ ØÙÛØ ØØØÛ ÙØØÙ ÚØØÙ ÙØØÙ ØÙØØÙ ØØØÙÛ ÙÛÙÙ - <br> <small>
+ØÙØÙ : ØÛÙ ÙØØÙ ØØÙÛ ØØØÙ ÙØÛ ÙØÙ ØÙØØØÛ ØØÙØÛØ ÙØØÙ ØØØ ÚÙ ÙÙÚÙ ØØØ ØÙ
+ØØØÚØÙ ØÙØ ØØÛØ
+</small> ØØØØÙØ.
+ <small><br> ÙØØÙØÙ <a href="http://wiki.maemo.org/Extras-devel">
+ÙØØÙ ØÙØØÙ ØØØÙÛ</a>
+ØØ ØØØÛ ØØØÛ ØØØÛØØ ØÛØØØ ØØÛÙÛØ. ØÙØ ØØØÙØÙØ ØØÛØ ÙØØÙ ØÙØØÙ ØØØÙÛ ØØ ÙØ
+ØØ ÙØØ ØÙØ ØÛØ ÙØØÙ ÚÙÛØ .</small> <br> <a
+href="$(IMGROOT)/N900/4_catalog_list.png"><img alt="N900 ÙÛØØ ÙØÙØÚØÙ"
+src="$(IMGROOT)/N900/4_catalog_list-small.png"/></a>
+ </p>
+
+ <p>
+ ØØÙØØØØ ØÛØ ØØ ØØ ØÙØÙ ÙÙØÛØ ØØØÙÛ ÙØØØ ÚÙÛØ :
+ <p>
+ <pre>
+ Catalog name: Extras devel
+ Web address: http://repository.maemo.org/extras-devel/
+ Distribution: fremantle
+ Components: free non-free
+ </pre>
+ </p>
+ <br> ØØÙÛÙØÙ ØØØÙ ÚÙÛØ ÚÙ ØÛØÙ 'ØÛØÙØØÙ' ØØÙÙ ÚÚ ÙØØÚ ØØØ Ø ØÚÙÙ 'ØØÛØÙ' ØØ
+ØØÙÛØØ Ù ØØØÛ ØÙ ØÙØ ØØØÙÛ ØÙØØÙ ØÙÛØ. <br> <a
+href="$(IMGROOT)/N900/5_new_catalog.png"><img alt="N900 ØØÛØ ÙØÙØÚØÙ"
+src="$(IMGROOT)/N900/5_new_catalog-small.png"/></a>
+ </p>
+
+ <p>
+ 'ØØÙÙÙØ' ØØ ÙØØØ ØÙÛØ ØØ ÙØÛØÛØ ØÙÙÛÚÛØÙ : <br> <a
+href="$(IMGROOT)/N900/6_app_manager.png"><img alt="ÙØÛØ N900 APP"
+src="$(IMGROOT)/N900/6_app_manager-small.png"/></a>
+ </p>
+
+ <p>
+ ØØÚÙ ÙÙØØ ÙØØ ØØ ØÙØØØØ ÚÙÛØ (ÛØ ØÙØØØ ØØØØÙ ÚÙÛØ) : <br> <a
+href="$(IMGROOT)/N900/7_app_categories.png"><img alt="ØØØÙ ØÙØÛ ØØÙØÙÙ N900"
+src="$(IMGROOT)/N900/7_app_categories-small.png"/></a>
+ </p>
+
+ <p>
+ ÙØÛÛÙ ØÙØÙ Ù ÚØÛÙÙ 'ØÙØ ØÙ ÙØØÛØ ØÙÙØ ØØ ØÙØØØØ ÚÙÛØ <br> <a
+href="$(IMGROOT)/N900/8_app_list.png"><img alt="N900 ÙÛØØ ØØÙØÙÙ"
+src="$(IMGROOT)/N900/8_app_list-small.png"/></a>
+ </p>
+
+ <p>
+ ØØ ÙÙØØØ ÙØØØØØØ ÙÙØÙÙØ ÚÙÛØ Ù ØÚÙÙ 'ØØØÙÙ' ØØ ÙØØØ ØÙÛØ: <br> <a
+href="$(IMGROOT)/N900/9_disclaimer.png"><img alt="N900 ÙØØØØØØ"
+src="$(IMGROOT)/N900/9_disclaimer-small.png"/></a>
+ </p>
+
+ <p>
+ ÙÙØÛ ÙØØ ØÙØØÙ ØØ Ø ÙØØØÙ ØØØÙÛ ØÙØØÙ ØØ ØÛØ ÙØØÙ ÚÙÛØ Ù ØØØÚØÙ ØØ ÙØØØØ
+ØØÙ ØÙØØØÛ ÚÙÛØ: <br> <a href="$(IMGROOT)/N900/10_success.png"><img
+alt="N900 ÙÙÙÙÛØ" src="$(IMGROOT)/N900/10_success-small.png"/></a>
+ </p>
+
+ <p>
+ ÙØ ØØ ØØÙ ØÙØØØÛ ÙØØØ ØÛØØÙ Ø Ø ÙÙÙ ÙØØÛØ ØØ ØØØ ÚÙÛØ: <br> <a
+href="$(IMGROOT)/N900/11_after_rebooting.png"><img alt="N900 ÙÙÙ ÙØØÛØ ÙØ ØØ
+ØØÙ ØÙØØØÛ ÙØØØ" src="$(IMGROOT)/N900/11_after_rebooting-small.png"/></a>
+ </p>
+
+ <p>
+ ØÙØØ ÙÛØØ "ØØ ØØ ÙÙØØØ ØÙØØØØ ÚÙÛØ : <br> <a
+href="$(IMGROOT)/N900/12_status_menu.png"><img alt="ØÙØØØØ ÙÙÙ ÙØØÛØ N900"
+src="$(IMGROOT)/N900/12_status_menu-small.png"/></a>
+ </p>
+
+ <p>
+ ÙØÛØ ÛØØÛ ÙÛØØÛ ØØ ÙØØÙ Ù 'ØØÛØÙ' ØØ ÙØØØ ØÙÛØ : <br> <a
+href="$(IMGROOT)/N900/13_enable_tor.png"><img alt="N900 ÙØØÙØØØÛ ØÙØ"
+src="$(IMGROOT)/N900/13_enable_tor-small.png"/></a>
+ </p>
+
+ <p>
+ ØÙ ØØØØ ØÛØ ØØÙÛØ <a href="https://check.torproject.org/">TorCheck</a> ØØØÛ
+ØØÛÛØ ØÙ ÚÙ ØÙØ ØØ ØØÙ ÙØÛØÛØØÛ ØØØÙÛÚ ÙØÙØÚØ ØØ ØØÛÙ ÂØÙØ ÂÙØØÛØ: <br> <a
+href="$(IMGROOT)/N900/14_check_tor.png"><img alt="N900 ÚÚ ØÙØ"
+src="$(IMGROOT)/N900/14_check_tor-small.png"/></a>
+ </p>
+
+ <p>
+ ØÙØÙ ØØØØÙ ØØØÛØ ÚÙ ØÛÙ ÙØØÛÙØ ÙÙÚÙ ØØØ ÙÙÛØÙ ØÙ ØÙØ ØØØÛÙ ÙØØÙ ÙØÛØØØ ØÙØ
+ØØØÙ ØÙØ ÙØÙØ. ØÙØÙÙ ØØ ØÛÙ Ø ÙØÙØÚØ ÙØ ÙÙÚÛØ ØÚÙÙ ØÙØ ÙØØØØ . ØÛÙ ØÙ ØÛÙ
+ÙØÙÛ ØØØ ÚÙ ØØ ØØÙÛ ÚÙ ÙÙÚÙ ØØØ ØØØÛ ØÙØ ØØÙ ÙÛÙØØÛÙÚ ÙÙÛØ ØØØØØ ØÙØ
+ØØØÙØÙØ ØØØÛ ÙØ ÚØØÛ ÚÙÙØÙ Ù ÙÙÛ ÙØÙÙØØØ ØØØ.
+ </p>
+
+ <hr style=";text-align:right;direction:rtl">
+
+ <p>ØÚØ ØÙØ ÙÛØÙÙØØÛ ØØØÛ ØÙØÙØ ÙØØÙØÛ ØÛÙ ÙØÙ ØØØÛØ Ø ÙØÙØ <a href="<page
+about/contact>">ØÙ ØØ ØØØÛ ÙØ ØÙØØØÛØ</a> . ØØ ØØÚØ ØØ ØÙØ</p>
+ </div>
+
+ <!-- END MAINCOL -->
+<div id = "sidecol">
+
+
+ #include "side.wmi"
+#include "info.wmi"
+</div>
+
+<!-- END SIDECOL -->
+</div>
+
+
+
+#include "foot.wmi"
Modified: website/trunk/docs/fi/debian.wml
===================================================================
--- website/trunk/docs/fi/debian.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/docs/fi/debian.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -4,7 +4,7 @@
## translation metadata
-# Revision: $Revision: 24851 $
+# Revision: $Revision: 24910 $
# Translation-Priority: 3-low
#include "head.wmi" TITLE="Tor Project: Debian/Ubuntu Instructions" CHARSET="UTF-8"
<div id="content" class="clearfix">
@@ -15,13 +15,13 @@
</div>
<div id="maincol">
<a id="debian"></a>
-<h2><a class="anchor" href="#debian">EnsimmÃinen vaihtoehto: Tor Debian lenny,
-Debian sid, tai Debian testing -versioissa</a></h2>
+<h2><a class="anchor" href="#debian">Option one: Tor on Debian squeeze, lenny,
+Debian sid, or Debian testing</a></h2>
<br />
<p>
-Jos kÃytÃt Debianin vakaata (lenny), epÃvakaata (sid) tai testausversiota
-(squeeze), anna roottina komento <tt>apt-get install tor tor-geoipdb</tt>.
+If you're using Debian, just run<br /> <tt>apt-get install tor
+tor-geoipdb</tt> as root.
</p>
<p>
@@ -42,9 +42,9 @@
<br />
<p>
-<b>Ãlà kÃytà Ubuntun universestà lÃytyvià paketteja.</b> Niità ei yllÃpidetÃ
-ja ne ovat vanhentuneita. Toisin sanoen menetÃt vakauden ja
-turvallisuuspÃivitykset.
+<b>Do not use the packages in Ubuntu's universe.</b> In the past they have
+not reliably been updated. That means you could be missing stability and
+security fixes.
</p>
<p>
@@ -54,6 +54,7 @@
TÃssà nopea kartoitus:
<ul>
<li> Debian unstable (sid) on "sid"</li>
+<li> Debian testing is "wheezy"</li>
<li> Debian 6.0 (squeeze) on "squeeze"</li>
<li> Debian 5.0 (lenny) on "lenny"</li>
<li> Ubuntu 11.04 is "natty"</li>
@@ -61,7 +62,6 @@
<li> Ubuntu 10.04 tai Trisquel 4.0 on "lucid"</li>
<li> Ubuntu 9.10 tai Trisquel 3.5 on "karmic"</li>
<li> Ubuntu 8.04 on "hardy"</li>
-<li> Ubuntu 6.06 on "dapper"</li>
</ul>
LisÃà sitten tÃmà rivi tiedostoon <tt>/etc/apt/sources.list<tt> koneellasi:
Modified: website/trunk/docs/fr/bridges.wml
===================================================================
--- website/trunk/docs/fr/bridges.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/docs/fr/bridges.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -4,7 +4,7 @@
## translation metadata
-# Revision: $Revision: 24504 $
+# Revision: $Revision: 24916 $
# Translation-Priority: 1-high
#include "head.wmi" TITLE="Tor Project: Bridges" CHARSET="UTF-8"
<div id="content" class="clearfix">
@@ -144,12 +144,12 @@
les ponts. Presque instantanÃment, vous recevrez une rÃponse qui comprend:
</p>
<pre>
- Voici vos relais-ponts:
-
- bridge 60.16.182.53:9001 c9111bd74a710c0d25dda6b35e181f1aa7911133
- bridge 87.237.118.139:444 c18dde4804e8fcb48464341ca1375eb130453a39
- bridge 60.63.97.221:443 ab5c849ed5896d53052e43966ee9aba2ff92fb82
-
+ Here are your bridge relays:
+
+ bridge 60.16.182.53:9001
+ bridge 87.237.118.139:444
+ bridge 60.63.97.221:443
+
</pre>
<p>
Une fois que vous avez reÃu l'e-mail avec les informations sur les ponts,
Modified: website/trunk/docs/pl/bridges.wml
===================================================================
--- website/trunk/docs/pl/bridges.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/docs/pl/bridges.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -4,7 +4,7 @@
## translation metadata
-# Revision: $Revision: 24504 $
+# Revision: $Revision: 24916 $
# Translation-Priority: 1-high
#include "pl/head.wmi" TITLE="Tor Project: Bridges" CHARSET="UTF-8"
<div id="content" class="clearfix">
@@ -137,11 +137,11 @@
</p>
<pre>
Here are your bridge relays:
-
- bridge 60.16.182.53:9001 c9111bd74a710c0d25dda6b35e181f1aa7911133
- bridge 87.237.118.139:444 c18dde4804e8fcb48464341ca1375eb130453a39
- bridge 60.63.97.221:443 ab5c849ed5896d53052e43966ee9aba2ff92fb82
-
+
+ bridge 60.16.182.53:9001
+ bridge 87.237.118.139:444
+ bridge 60.63.97.221:443
+
</pre>
<p>
Po otrzymaniu takiego listu z informacjÄ o mostkach, moÅesz dalej
Modified: website/trunk/docs/pl/debian.wml
===================================================================
--- website/trunk/docs/pl/debian.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/docs/pl/debian.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -4,7 +4,7 @@
## translation metadata
-# Revision: $Revision: 24851 $
+# Revision: $Revision: 24910 $
# Translation-Priority: 3-low
#include "pl/head.wmi" TITLE="Tor Project: Debian/Ubuntu Instructions" CHARSET="UTF-8"
<div id="content" class="clearfix">
@@ -15,14 +15,13 @@
</div>
<div id="maincol">
<a id="debian"></a>
-<h2><a class="anchor" href="#debian">Opcja pierwsza: Tor na Debianie lenny,
-Debianie sid lub Debianie testing</a></h2>
+<h2><a class="anchor" href="#debian">Option one: Tor on Debian squeeze, lenny,
+Debian sid, or Debian testing</a></h2>
<br />
<p>
-JeÅli uÅywasz Debiana stabilnego (lenny), niestabilnego (sid), lub testowego
-(squeeze), uruchom po prostu<br /><tt>apt-get install tor tor-geoipdb</tt>
-jako root.
+If you're using Debian, just run<br /> <tt>apt-get install tor
+tor-geoipdb</tt> as root.
</p>
<p>
@@ -42,9 +41,9 @@
<br />
<p>
-<b>Nie uÅywajcie paczek ze wszechÅwiata Ubuntu.</b> Nikt siÄ nimi nie
-zajmuje i sÄ przestarzaÅe. To oznacza, Åe bÄdziecie pozbawieni poprawek
-stabilnoÅci i bezpieczeÅstwa.
+<b>Do not use the packages in Ubuntu's universe.</b> In the past they have
+not reliably been updated. That means you could be missing stability and
+security fixes.
</p>
<p>
@@ -54,6 +53,7 @@
/etc/debian_version</tt>. PoniÅej jest proste odwzorowanie:
<ul>
<li> Debian unstable (sid) to "sid"</li>
+<li> Debian testing is "wheezy"</li>
<li> Debian 6.0 (squeeze) to "squeeze"</li>
<li> Debian 5.0 (lenny) to "lenny"</li>
<li> Ubuntu 11.04 to "natty"</li>
@@ -61,7 +61,6 @@
<li> Ubuntu 10.04 lub Trisquel 4.0 to "lucid"</li>
<li> Ubuntu 9.10 lub Trisquel 3.5 to "karmic"</li>
<li> Ubuntu 8.04 to "hardy"</li>
-<li> Ubuntu 6.06 to "dapper"</li>
</ul>
Potem dodajcie tÄ liniÄ do swojego pliku <tt>/etc/apt/sources.list</tt>:<br
Modified: website/trunk/docs/pl/faq.wml
===================================================================
--- website/trunk/docs/pl/faq.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/docs/pl/faq.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -33,8 +33,8 @@
<li><a href="#Funding">Co Projekt Tor zrobiÅby z wiÄkszymi funduszami?</a></li>
<li><a href="#Metrics">Ilu ludzi uÅywa Tora? Ile jest przekaÅnikÃw lub wÄzÅÃw
wyjÅciowych?</a></li>
- <li><a href="#SSLcertfingerprint">What are your SSL certificate
-fingerprints?</a></li>
+ <li><a href="#SSLcertfingerprint">Jakie sÄ odciski palcÃw Waszych certyfikatÃw
+SSL?</a></li>
</ul>
<p>Kompilacja i instalacja:</p>
Modified: website/trunk/donate/pl/donate.wml
===================================================================
--- website/trunk/donate/pl/donate.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/donate/pl/donate.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -28,8 +28,8 @@
<li><a href="#amazon">Amazon Payments</a></li>
<li><a href="#google">Google Checkout</a></li>
<li><a href="#givv">Givv.org</a></li>
- <li class="last"><a href="#cash">checks, money orders, bank transfers, stock grants or other
-more sophisticated transactions</a></li>
+ <li class="last"><a href="#cash">czeki, przelewy, transfery bankowe, granty w akcjach lub
+poprzez inne, bardziej wyrafinowane transakcje</a></li>
</ul>
<p>JeÅli chcesz dokonaÄ anonimowej dotacji, zrÃb to w sposÃb
anonimowy. Skontaktuj siÄ z nami pod adresem donations@xxxxxxxxxxxxxx, by
Modified: website/trunk/download/de/download.wml
===================================================================
--- website/trunk/download/de/download.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/download/de/download.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -4,7 +4,7 @@
## translation metadata
-# Revision: $Revision: 24885 $
+# Revision: $Revision: 24908 $
# Translation-Priority: 3-low
#include "de/head.wmi" TITLE="Download Tor" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
<div id="content" class="clearfix">
@@ -19,7 +19,7 @@
<p>...dann genÃgt es nicht, es nur zu installieren. Du solltest einige
Gewohnheiten Ãndern und die Software mit deinen vorhandenen Programmen neu
konfigurieren! Tor selbst ist <em>NICHT</em> alles, was du benÃtigst, um
-deine AnonymitÃt zu wahren. Lese die <a href="<page
+deine AnonymitÃt zu wahren. Lies die <a href="<page
download/download>#warning">vollstÃndige Liste mit Warnungen</a>.
</p>
</div>
@@ -258,7 +258,7 @@
sicher im Internet zu surfen. Dieses Paket benÃtigt keine Installation. Nach
dem Entpacken kann es gleich ausgefÃhrt werden. <a href="<page
projects/torbrowser>">Mehr & andere Sprachen »</a></li>
-<li>Lese hier wie du <a href="<page download/download-unix>">unsere
+<li>Lies hier wie du <a href="<page download/download-unix>">unsere
Verzeichnisse der Tor-Software</a> nutzen kannst.</li>
</ul>
</td>
@@ -424,10 +424,9 @@
desto weniger gefahrvoll ist es einer von vielen Tor-Nutzern zu sein.
</li>
-<li> BenÃtze nicht <a
+<li> Do not use <a
href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">BitTorrent
-und Tor</a> zusammen, auÃer du verfÃgst Ãber eine System wie <a
-href="http://tails.boum.org/">TAILS</a>.
+and Tor</a> together.
</li>
</ol>
<br>
Added: website/trunk/download/fa/thankyou.wml
===================================================================
--- website/trunk/download/fa/thankyou.wml (rev 0)
+++ website/trunk/download/fa/thankyou.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,108 @@
+
+
+
+
+ ## translation metadata
+# Revision: $Revision: 23689 $
+# Translation-Priority: 3-low
+#include "head.wmi" TITLE="Thank you for downloading Tor" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">ØÙØÙ ØØÙÛ Â</a> <a href="<page
+download/download>">ØØÙÙÙØ Â</a> <a href="<page download/thankyou>">ØØ ØØÚØ
+ØØ ØÙØ</a>
+ </div>
+
+ <h1>ØÙØØ ØØ ØÛÙÚÙ ØÙØ ØØ ØØÙÙÙØ ÚØØÛØ</h1>
+ <p><strong>
+ØØÙÙÙØ ØÙØ ØÙ ØÙØ ØÙØÚØØ ØØÛØ ØØ ÚÙØ ØØÙÛÙ ØØØØ ØÙØØ ØÙØ ØÚØ ÙØØ Ø ØÙØ ÙÛ
+ØÙØÙÛØ ØØ ØØÛÙ ÙÛÙÚ ÙØØÙÛÙ ØØÙÙÙØ ÚÙÛØ
+<a href="#">ØÙØÙÛØ ØØ</a> ÙÛÙÚ ÙØØÙÛÙ</strong> ØØÙÙÙØ.</p>
+ <div id="maincol-left">
+ <div class="focus clearfix">
+ <h2>ØØØÙØØÙØÙÙ ÙØÛ ÙØØ ØØØÛ ØÛØØÙ ØØÙÙ
+ Mac OS X</h2>
+ <div class="fakeol">1. </div>
+ <div class="instructions">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed lorem velit,
+faucibus non suscipit sit amet, iaculis sed lorem. Morbi nec nulla id felis
+dictum porta ut a lacus. Nunc vel est ut nisl tincidunt fermentum nec nec
+quam. In hac habitasse platea dictumst. Aliquam sagittis bibendum rhoncus.</div>
+ <div class="fakeol">2. </div>
+ <div class="instructions">Quisque tincidunt neque condimentum mauris suscipit posuere. Nullam ac nisl
+metus. Nunc vel est ut nisl tincidunt fermentum nec nec quam. In hac
+habitasse platea dictumst. Aliquam sagittis bibendum rhoncus.</div>
+ <div class="fakeol">3. </div>
+ <div class="instructions">Aliquam sagittis bibendum rhoncus. Lorem ipsum dolor sit amet, consectetur
+adipiscing elit. Sed lorem velit, faucibus non suscipit sit amet, iaculis
+sed lorem. Morbi nec nulla id felis dictum porta ut a lacus. Cras egestas
+lorem vitae arcu ullamcorper ut porttitor metus suscipit.</div>
+ <p class="continue"><a href="<page docs/tor-doc-osx>"> :ØØØÙØØÙØÙÙ ØØ ÚØÙÙ ØØÙØÙÛØ</a> Â</p>
+ </div>
+ <div class="toptwenty">
+ <div class="img-shadow">
+ <div class="sidenav-sub">
+ <h2>ÙÛØØ ØÙ ØØÙÙÙØÛÛ ØØØÛØØ</h2>
+ <ul>
+ <li class="dropdown"><a href="<page docs/installguide>">:</a> ØØÙÙÙØÛ ÙØØ Ù ØØÙ ØÙØØØÛ ØØ ÙØØÙØÙ
+ÚÙÛØ</li>
+ <li class="dropdown"><a href="<page docs/faq>">ÙØØØÙØÛ ÙØØØÙÙ</a></li>
+ <li class="dropdown"><a href="http://wiki.torproject.org">Read the Tor Wiki</a></li>
+ <li class="dropdown"><a href="#">ØÛÙÛÙ ÙØØÛØØÙÛ ÙØ</a></li>
+ </ul>
+ </div>
+ </div>
+
+ <!-- END SIDENAV -->
+<div class="right">
+ <div class="img-shadow">
+ <div class="custom-infoblock">
+ <h2>ØÛØ ÙØÙ ØÙØØØ ØÙØ ØØÙØÛ ÙØØ ØØÙØ</h2>
+ <img class="project-icon" src="$(IMGROOT)/icon-default.jpg" alt="ØÛÚÙÙ">
+ <h4>ØØØÙØØÙ ØØ ØÙØÚÚ ØØØÛ ØØÙÛÙØÙ ØØ ÙØØ </h4>
+ <p>ØÙ ØØØØ ØÛØ ØØÙÛØ <a
+href="http://check.torproject.org">check.torproject.org</a> ØØ ØØÛÙÛØ ÚÙ ØÛØ
+ÙØØ ØÙØ ÚØØ ØØØØ ØÙØØÙ ØØÙ Ø ØÙØ ØØ ØÛÙ ÙØØÙÙ ØÙØØ ØÙØØ ÙÛØØ ØÙØ ÙØØÙØØ ÙÛ
+ØÙÛØ.</p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </div>
+
+ <!-- END MAINCOL -->
+<div id="sidecol-right">
+ <div class="img-shadow">
+ <div class="infoblock clearfix">
+ <h2>ØØ ØØØØÛ ØØÙØÙÙ ØÙÙ ØÙÛ ÚØÙÙÛÙØØ ØÙØ ØÙ ÙØÙÚÙ ØÙØ ÚÙÚ ÚÙÛØ</h2>
+ <p>Weâre trying to reach 5,000 relays by 2011. Help support the Tor Project by
+<a href="<page docs/tor-doc-relay>">running your own</a>! Itâs free and
+easy!</p>
+ <div class="fifty left toptwenty">
+ <p class="small"><em>ØØØÛ</em></p>
+ <p class="current-relay">3542</p>
+ </div>
+ <div class="fifty left toptwenty">
+ <p class="small"><em>ÙØÙ</em></p>
+ <p class="target-relay">5000</p>
+ </div>
+ </div>
+ </div>
+
+ <!-- END INFOBLOCK -->
+<div class="img-shadow">
+ <div class="infoblock">
+ <h2 class="bulb"> ÙÚØØ ÙØØÙØ ØÙ ØÙØ</h2>
+ <p>ØÚØ ØØ ØØÙÙÙØ ØÙØ ÛÚ ÙØÙ ØÙ ØÙØ ØÙÙÛØ ØØØØØØÛØ ØÙ ØÙØ ØØØÛÚ ÙÛ ÚÙÛÛÙ Ø ØÙØ
+ØÙ ÛØØ ØØØØÙ ØØØÛØ ÚÙ ØÙØ ÙÙØ ÙÛ ØÙØÙØ ÙÙØØ ØØØØ ØÚØ ØÙØ ØØ ØÙ ØØØÛ ØØÙØÙÙ
+ÙØÛÛ ÚÙ ØØØÛ ØÙØØÙØØÙ ÛØÙØÙ ØØØÙØØÙ ÚÙÛØ</p>
+ </div>
+ </div>
+
+ <!-- END INFOBLOCK -->
+</div>
+
+ <!-- END SIDECOL -->
+</div>
+
+
+#include "foot.wmi"
Modified: website/trunk/download/pl/download.wml
===================================================================
--- website/trunk/download/pl/download.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/download/pl/download.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -4,7 +4,7 @@
## translation metadata
-# Revision: $Revision: 24885 $
+# Revision: $Revision: 24908 $
# Translation-Priority: 3-low
#include "pl/head.wmi" TITLE="Download Tor" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
<div id="content" class="clearfix">
@@ -103,8 +103,8 @@
VidaliÄ</strong>, ktÃra jest skonfigurowana, by byÄ <a href="<page
docs/bridges>">mostkiem</a>, aby pomagaÄ ocenzurowanym uÅytkownikom w
dostÄpie do sieci Tora.</li>
-<li>The <strong>Expert Bundle</strong> contains just Tor and nothing else.
-You'll need to configure Tor and all of your applications manually.</li>
+<li><strong>Wersja dla EkspertÃw</strong> zawiera tylko Tora i nic poza
+tym. Musisz rÄcznie skonfigurowaÄ Tora i wszystkie swoje aplikacje.</li>
</ul>
<p>SÄ dwie wersje kaÅdej paczki, wydanie stabilne i alfa.Paczki stabilne sÄ
tworzone, gdy wydaje siÄ, Åe cechy i kod nie bÄdÄ siÄ zmieniaÄ przez wiele
@@ -406,10 +406,9 @@
zainteresowania, tym mniej groÅne jest to, Åe jesteÅ jednym z nich.
</li>
-<li> Nie uÅywaj <a
-href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">BitTorrenta
-i Tora</a> razem, chyba Åe uÅywasz takigo systemu, jak <a
-href="http://tails.boum.org/">TAILS</a>.
+<li> Do not use <a
+href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">BitTorrent
+and Tor</a> together.
</li>
</ol>
<br>
Added: website/trunk/getinvolved/ar-sa/mirrors.wml
===================================================================
--- website/trunk/getinvolved/ar-sa/mirrors.wml (rev 0)
+++ website/trunk/getinvolved/ar-sa/mirrors.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,60 @@
+
+
+
+
+
+## translation metadata
+# Revision: $Revision: 23689 $
+# Translation-Priority: 3-low
+#include "head.wmi" TITLE="Tor Project: Mirrors" CHARSET="UTF-8"
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">Home » </a> <a href="<page
+getinvolved/mirrors>">Mirrors</a>
+ </div>
+ <div id="maincol">
+ <h2>ØÙØ : ÙØØØ</h2>
+ <hr>
+
+ <p>
+ ØÙØÙÙØÙ ØÙÙØØÙÙ ÙÙØØ ØÙÙÙÙØ ÙÙ <a
+href="https://www.torproject.org/">https://www.torproject.org/</a>, Ø ÙÙÙÙ
+ÙÙØÙ ØØØ ÙÙÙÙ ÙÙ ØÙÙØØÙØ ÙÙØØ ØÙÙÙÙØ ÙÙ ØÙØÙÙ ØØØÙ.
+ </p>
+
+ <p>
+ ØØØ ÙÙØ ØØØØ ÙÙ ØØØÙÙ ØÙÙØØØØ ÙØØÙ ØÙØØØ ØÙØÙØØ <a href =
+"<Pagedocs/running-a-mirror>"> ÙÙØØØØ ØØÙÙÙØØ ØØØÙÙ ØÙÙØØØ </ A>.
+ </p>
+
+ <table class="mirrors">
+ <tr>
+ <th>ØÙØ</th>
+ <th>ÙÙØÙØ</th>
+ <th>ØÙÙÙØÙØ</th>
+ <th>ftp</th>
+ <th>http dist/</th>
+ <th>HTTP ÙÙÙØ</th>
+ <th>https dist/</th>
+ <th>https ÙÙÙØ</th>
+ <th>rsync dist/</th>
+ <th>rsync ÙÙÙØ</th>
+ </tr>
+
+ #include "mirrors-table.wmi"
+</table>
+ </div>
+
+ <!-- END MAINCOL -->
+<div id = "sidecol">
+
+
+ #include "side.wmi"
+#include "info.wmi"
+</div>
+
+<!-- END SIDECOL -->
+</div>
+
+
+#include "foot.wmi"
Added: website/trunk/getinvolved/ar-sa/sidenav.wmi
===================================================================
--- website/trunk/getinvolved/ar-sa/sidenav.wmi (rev 0)
+++ website/trunk/getinvolved/ar-sa/sidenav.wmi 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,32 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 24370 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /getinvolved pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+ my $sidenav;
+ $sidenav = [
+ {'url' => 'getinvolved/volunteer',
+ 'txt' => 'Get Involved',
+ },
+ {'url' => 'getinvolved/research',
+ 'txt' => 'Research',
+ },
+ {'url' => 'donate/donate',
+ 'txt' => 'Donate',
+ },
+ ];
+:>
Added: website/trunk/getinvolved/hu/mirrors.wml
===================================================================
--- website/trunk/getinvolved/hu/mirrors.wml (rev 0)
+++ website/trunk/getinvolved/hu/mirrors.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,60 @@
+
+
+
+
+
+## translation metadata
+# Revision: $Revision: 23689 $
+# Translation-Priority: 3-low
+#include "head.wmi" TITLE="Tor Project: Mirrors" CHARSET="UTF-8"
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">KezdÅlap » </a> <a href="<page
+getinvolved/mirrors>">TÃkrÃzÃsek</a>
+ </div>
+ <div id="maincol">
+ <h2>Tor: TÃkrÃzÃsek</h2>
+ <hr>
+
+ <p>
+ A kÃzponti cÃme Tennek az oldalnak <a
+href="https://www.torproject.org/">https://www.torproject.org/</a>, de
+lÃtezik tÃbb tÃkre ennek az oldalnak mÃshol is.
+ </p>
+
+ <p>
+ Ha szeretne tÃkrÃzÃst vÃgezni kÃrjÃk <a href="<page
+docs/running-a-mirror>">olvassa el a tÃkrÃzÃsi ÃtmutatÃnkat</a>.
+ </p>
+
+ <table class="mirrors">
+ <tr>
+ <th>OrszÃg</th>
+ <th>Szervezet</th>
+ <th>Ãllapot</th>
+ <th>ftp</th>
+ <th>http csomag/</th>
+ <th>http weboldal</th>
+ <th>http csomag/</th>
+ <th>http weboldal</th>
+ <th>rsync csomag/</th>
+ <th>rsync weboldal</th>
+ </tr>
+
+ #include "mirrors-table.wmi"
+</table>
+ </div>
+
+ <!-- END MAINCOL -->
+<div id = "sidecol">
+
+
+ #include "side.wmi"
+#include "info.wmi"
+</div>
+
+<!-- END SIDECOL -->
+</div>
+
+
+#include "foot.wmi"
Added: website/trunk/getinvolved/hu/sidenav.wmi
===================================================================
--- website/trunk/getinvolved/hu/sidenav.wmi (rev 0)
+++ website/trunk/getinvolved/hu/sidenav.wmi 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,32 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 24370 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /getinvolved pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+ my $sidenav;
+ $sidenav = [
+ {'url' => 'getinvolved/volunteer',
+ 'txt' => 'Get Involved',
+ },
+ {'url' => 'getinvolved/research',
+ 'txt' => 'Research',
+ },
+ {'url' => 'donate/donate',
+ 'txt' => 'Donate',
+ },
+ ];
+:>
Modified: website/trunk/getinvolved/pl/volunteer.wml
===================================================================
--- website/trunk/getinvolved/pl/volunteer.wml 2011-07-21 08:15:36 UTC (rev 24921)
+++ website/trunk/getinvolved/pl/volunteer.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -4,7 +4,7 @@
## translation metadata
-# Revision: $Revision: 24819 $
+# Revision: $Revision: 24911 $
# Translation-Priority: 4-optional
#include "pl/head.wmi" TITLE="Tor: Volunteer" CHARSET="UTF-8"
<div id="content" class="clearfix">
@@ -345,9 +345,9 @@
<a id="project-vidalia"></a>
<h3><a href="<page projects/vidalia>">Vidalia</a> (<a
-href="https://svn.torproject.org/vidalia/vidalia/trunk/">kod</a>, <a
-href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=Vidalia&order=priority">Åledzenie
-bÅÄdÃw</a>)</h3>
+href="https://gitweb.torproject.org/vidalia.git">code</a>, <a
+href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=Vidalia&order=priority">bug
+tracker</a>)</h3>
<p>
NajczÄÅciej uÅywany interfejs uÅytkownika dla Tora. Matt Edman zaczÄÅ
@@ -365,9 +365,9 @@
<a id="project-arm"></a>
<h3><a href="http://www.atagar.com/arm/">Arm</a> (<a
-href="https://svn.torproject.org/svn/arm/trunk/">kod</a>, <a
-href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=arm&order=priority">Åledzenie
-bÅÄdÃw</a>)</h3>
+href="https://gitweb.torproject.org/arm.git">code</a>, <a
+href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=arm&order=priority">bug
+tracker</a>)</h3>
<p>
Monitor Tora z linii poleceÅ. Bardzo aktywnie rozwijany przez swojego
@@ -383,10 +383,9 @@
<a id="project-orbot"></a>
<h3><a href="https://guardianproject.info/apps/orbot/">Orbot</a> (<a
-href="https://svn.torproject.org/svn/projects/android/trunk/Orbot/">kod</a>,
-<a
-href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=Orbot&order=priority">Åledzenie
-bÅÄdÃw</a>)</h3>
+href="https://gitweb.torproject.org/orbot.git">code</a>, <a
+href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=Orbot&order=priority">bug
+tracker</a>)</h3>
<p>
Dostarcza Tora platformie Android. ByÅ pod bardzo aktywnym rozwojem do
@@ -485,9 +484,9 @@
<a id="project-gettor"></a>
<h3><a
href="https://trac.torproject.org/projects/tor/wiki/projects/EmailAutoResponder">GetTor</a>
-(<a href="https://svn.torproject.org/svn/projects/gettor/">kod</a>, <a
-href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=GetTor&order=priority">Åledzenie
-bÅÄdÃw</a>)</h3>
+(<a href="https://gitweb.torproject.org/gettor.git">code</a>, <a
+href="https://trac.torproject.org/projects/tor/query?status=accepted&status=assigned&status=needs_review&status=new&status=reopened&component=GetTor&order=priority">bug
+tracker</a>)</h3>
<p>
System automatycznie odpowiadajÄcy na e-mail, dostarczajÄcy paczki Tora
@@ -1104,13 +1103,13 @@
</p>
<p>
- WiÄkszoÅÄ bardziej interesujÄcych funkcjonalnoÅci arma jest w jego <a
-href="https://svn.torproject.org/svn/arm/trunk/src/util/">narzÄdziach</a>,
-wiÄc nie powinno byÄ duÅo pracy z oddzieleniem jego interfejsu od jego
-wnÄtrznoÅci. Zamiast tego, ten projekt skÅadaÅby siÄ gÅÃwnie z hakowania
-interfejsu uÅytkownika i eksperymentowania, wyprÃbowujÄc rÃÅne interfejsy,
-aby znaleÅÄ coÅ, co jest eleganckie i proste, ale pasuje do informacji,
-ktÃre moÅna znaleÅÄ w aktualnej aplikacji terminalowej.
+ The vast majority of arm's more interesting functionality lies in its
+backend <a
+href="https://gitweb.torproject.org/arm.git/tree/HEAD:/src/util">utilities</a>,
+so there should be little to no work decoupling the CLI from its backend.
+Instead, this project would mostly be UI hacking and experimentation, trying
+different interfaces to find something that's elegant and simple, but
+matches the information found in the current terminal application.
</p>
</li>
Added: website/trunk/projects/ar-sa/puppettor.wml
===================================================================
--- website/trunk/projects/ar-sa/puppettor.wml (rev 0)
+++ website/trunk/projects/ar-sa/puppettor.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,35 @@
+
+
+
+
+
+## translation metadata
+# Revision: $Revision: 23689 $
+# Translation-Priority: 3-low
+#include "head.wmi" TITLE="Tor Project: Projects Overview" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">Home » </a> <a href="<page
+projects/projects>">Projects » </a> <a href="<page
+projects/projects>">Sample Project</a>
+ </div>
+ <div id="maincol">
+
+ <h1>ØÙÙØ ØÙÙØØÙØ ØÙØ</h1>
+ ÙÙØ ØØØ ØÙÙØÙÙÙØØ
+
+ </div>
+
+ <!-- END MAINCOL -->
+<div id = "sidecol">
+
+
+ #include "side.wmi"
+#include "info.wmi"
+</div>
+
+<!-- END SIDECOL -->
+</div>
+
+
+#include "foot.wmi"
Added: website/trunk/projects/ar-sa/sidenav.wmi
===================================================================
--- website/trunk/projects/ar-sa/sidenav.wmi (rev 0)
+++ website/trunk/projects/ar-sa/sidenav.wmi 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,55 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 24436 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /projects pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# name - the $WML_SRC_BASENAME of the file. It should uniquely identify the
+# page because at build-time it is used to determine what view of the
+# navigation menu to generate
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+ my $sidenav;
+ $sidenav = [
+ {'url' => 'projects/projects',
+ 'txt' => 'Software & Services',
+ 'subelements' => [
+ {'url' => 'torbutton/index',
+ 'txt' => 'TorButton',
+ },
+ {'url' => 'projects/torbrowser',
+ 'txt' => 'Tor Browser Bundle',
+ },
+ {'url' => 'projects/vidalia',
+ 'txt' => 'Vidalia',
+ },
+ {'url' => 'projects/arm',
+ 'txt' => 'Arm',
+ },
+ {'url' => 'https://guardianproject.info/apps/orbot/',
+ 'txt' => 'Orbot',
+ },
+ {'url' => 'https://tails.boum.org/',
+ 'txt' => 'Tails',
+ },
+ {'url' => 'http://torstatus.blutmagie.de/',
+ 'txt' => 'TorStatus',
+ },
+ {'url' => 'https://metrics.torproject.org/',
+ 'txt' => 'Metrics Portal',
+ }
+ ]
+ }];
+:>
Added: website/trunk/torbutton/hu/index.wml
===================================================================
--- website/trunk/torbutton/hu/index.wml (rev 0)
+++ website/trunk/torbutton/hu/index.wml 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,138 @@
+
+
+
+
+
+## translation metadata
+# Revision: $Revision: 24797 $
+# Translation-Priority: 3-low
+#include "head.wmi" TITLE="Tor Project: Torbutton" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
+<div id="content" class="clearfix">
+ <div id="breadcrumbs">
+ <a href="<page index>">KezdÅlap » </a> <a href="<page
+torbutton/index>">Torbutton</a>
+ </div>
+ <div id="maincol">
+
+
+ <!-- PUT CONTENT AFTER THIS TAG -->
+<link rel="search" type="application/opensearchdescription+xml" title="Google Canada" href="search/google-ca.xml"/>
+ <link rel="search" type="application/opensearchdescription+xml" title="Google UK" href="search/google-uk.xml"/>
+ <link rel="search" type="application/opensearchdescription+xml" title="Google USA" href="search/google-us.xml"/>
+ <script type="text/javascript">
+
+ function addSearchProvider(prov) { try {
+window.external.AddSearchProvider(prov); } catch (e) { alert("Search plugins
+require Firefox 2"); return; } } function addEngine(name,ext,cat,pid) { if
+((typeof window.sidebar == "object") && (typeof
+window.sidebar.addSearchEngine == "function")) {
+window.sidebar.addSearchEngine( "http://mycroft.mozdev.org/install.php/" +
+pid + "/" + name + ".src", "http://mycroft.mozdev.org/install.php/" + pid +
+"/" + name + "."+ ext, name, cat ); } else { alert("Egy olyan bÃngÃszÅre van
+szÃksÃge, amely tÃmogatja a Sherlock-ot ennek a kiegÃszÃtÅnek a
+telepÃtÃsÃhez."); } } function addOpenSearch(name,ext,cat,pid,meth) { if
+((typeof window.external == "object") && ((typeof
+window.external.AddSearchProvider == "unknown") || (typeof
+window.external.AddSearchProvider == "function"))) { if ((typeof
+window.external.AddSearchProvider == "unknown") && meth == "p") { alert("Ez
+a kiegÃszÃtÅ POST metÃdust hasznÃl, ami jelenleg nem tÃmogatott az Internet
+Explorer OpenSearch megvalÃsÃtÃsÃban."); } else {
+window.external.AddSearchProvider(
+"http://mycroft.mozdev.org/installos.php/" + pid + "/" + name + ".xml"); } }
+else { alert("Olyan bÃngÃszÅre van szÃkÃsge amely tÃmogatja az OpenSearch-Ãt
+a kiegÃszÃtÅ telepÃtÃsÃhez."); } } function
+addOpenSearch2(name,ext,cat,pid,meth) { if ((typeof window.external ==
+"object") && ((typeof window.external.AddSearchProvider == "unknown") ||
+(typeof window.external.AddSearchProvider == "function"))) { if ((typeof
+window.external.AddSearchProvider == "unknown") && meth == "p") { alert("Ez
+a kiegÃszÃtÅ POST metÃdust hasznÃl, ami jelenleg nem tÃmogatott az Internet
+Explorer OpenSearch megvalÃsÃtÃsÃban."); } else {
+window.external.AddSearchProvider(
+"http://torbutton.torproject.org/dev/search/" + name + ".xml"); } } else {
+alert("Olyan bÃngÃszÅre van szÃkÃsge amely tÃmogatja az OpenSearch-Ãt a
+kiegÃszÃtÅ telepÃtÃsÃhez."); } } function install (aEvent) { var params = {
+"Torbutton": { URL: aEvent.target.href, Hash:
+aEvent.target.getAttribute("hash"), toString: function () { return this.URL;
+} } }; InstallTrigger.install(params); return false; }
+
+
+ </script>
+
+ <h2>Torbutton</h2>
+ <hr> <strong>AktuÃlis stabil verziÃ:</strong><version-torbutton><br/>
+<strong>AktuÃlis alfa verziÃ:</strong><version-torbutton-alpha><br/> <br/>
+<strong>Authors:</strong> Mike Perry & Scott Squires<br/> <br/>
+<strong>Stabil verzià telepÃtÃse::</strong> Kattintson <a
+href="https://www.torproject.org/dist/torbutton/torbutton-current.xpi"
+hash="<version-hash-torbutton>" onclick="return install(event);">a
+telepÃtÃshez errÅl a weboldalrÃl</a>.<br/> <strong>Alfa verziÃ:</strong>
+Kattintson <a
+href="https://www.torproject.org/dist/torbutton/torbutton-current-alpha.xpi"
+hash="<version-hash-torbutton-alpha>" onclick="return install(event);">a
+telepÃtÃshez errÅl a weboldalrÃl</a> <br/> <strong>Angol Google
+keresÃs:</strong> Google keresÅ kiegÃszÃtÅk az <a href="/jsreq.html"
+title="Ref: 14938 (googleCA)"
+onClick="addOpenSearch('GoogleCanada','ico','General','14937','g');return
+false">Google CA</a>, and <a href="/jsreq.html" title="Ref: 14938
+(googleCA)"
+onClick="addOpenSearch('googleuk_web','png','General','14445','g');return
+false">Google UK</a>. <br/> <strong>Past Releases:</strong> <a
+href="https://archive.torproject.org/tor-package-archive/torbutton/">Tor
+ArhÃvum</a><br/> <br/> <strong>FejlesztÅi dokumentÃciÃ:</strong> <a
+href="en/design/index.html.en">Torbutton tervezÃs dokumentÃciÃ</a> and <a
+href="en/design/MozillaBrownBag.pdf">KÃpek (Nincs rendszeresen
+frissÃtve)</a><br/> <strong>ForrÃskÃd:</strong> You can <a
+href="https://gitweb.torproject.org/torbutton.git">tallÃzza a
+repository-t</a> vagy egyszerÅen csomagolja ki az xpi fÃjlt. <br/>
+<strong>HibabejelentÃsek:</strong> <a
+href="https://trac.torproject.org/projects/tor/report/14">Torproject
+HibakÃvetÅ</a><br/> <strong>Dokumentumok:</strong> <b>[</b> <a href="<page
+torbutton/torbutton-faq>">GYIK</a> <b>|</b> <a
+href="https://gitweb.torproject.org/torbutton.git/blob/HEAD:/src/CHANGELOG">vÃltozÃsjegyzÃk</a>
+<b>|</b> <a
+href="https://gitweb.torproject.org/torbutton.git/blob/HEAD:/src/LICENSE">licensz</a>
+<b>|</b> <a
+href="https://gitweb.torproject.org/torbutton.git/blob/HEAD:/src/CREDITS">kÃszÃtÅk</a>
+<b>]</b><br/> <br/>
+
+ <p>
+ A Torbutton egy 1-gombos lehetÅsÃg a Firefox felhasznÃlÃk rÃszÃre, hogy be
+Ãs kikapcsolhassÃk a <a href="<page index>">Tor</a> programot. Az
+Ãllapotsorhoz ad hozzà egy panelt, ami a "Tor bekapcsolva" (zÃld szÃnben)
+vagy a "Tor kikapcsolva" (piros szÃnben) Ãllapotot jelenÃti meg. Ha a
+felhasznÃlà rÃkattint a panelra, meg tudja vÃltoztani ÃllapotÃt. Ha a
+felhasznÃlà (vagy egy egyÃb kiegÃszÃtÃs) ÃtÃllÃtja a proxy beÃllÃtÃsokat a
+beÃllÃtÃsok azonnal megjelennek ezen az Ãllapot jelzÅn.
+ </p>
+
+ <p>
+ Ahhoz, hogy biztonsÃgban bÃngÃszhessen a Torbutton letilt tÃbb aktÃv
+tartalmat. EzekrÅl bÅvebb infromÃciÃt a <a href="<page
+torbutton/torbutton-faq>">Torbutton Gyakori kÃrdÃsek</a> oldalÃn talÃlhat,
+illetve tovÃbbi rÃszletekrÅl tÃjÃkozÃdhat a <a href="<page
+torbutton/torbutton-options>">Torbutton beÃllÃtÃsok </a> listÃjÃban is.
+ </p>
+
+ <p>
+ NÃhÃny felhasznÃlà valÃszÃnÅleg jobban kedveli az EszkÃztÃr gombokat, mint
+egy panelt az Ãllapotsorban. A Torbutton lehetÅvà teszi, hogy egy eszkÃztÃr
+gombot adjon hozzà bÃrmelyik eszkÃztÃrhoz, aon jobb gombbal kattintva, Ãs a
+"TestreszabÃs..." opciÃt vÃlasztva, majd a Torbutton ikont rÃhÃzva az
+eszkÃztÃrra. A panel elrejthetÅ az Ãllapot soron. (Az EszkÃzÃk ->
+KiegÃszÃtÅk, Torbutton kivÃlasztÃsa, BeÃllÃtÃsok gombra kattintÃssal.)
+ </p>
+ </div>
+
+ <!-- END MAINCOL -->
+<div id = "sidecol">
+
+
+ #include "side.wmi"
+#include "info.wmi"
+</div>
+
+<!-- END SIDECOL -->
+</div>
+
+
+#include "foot.wmi"
Added: website/trunk/torbutton/hu/sidenav.wmi
===================================================================
--- website/trunk/torbutton/hu/sidenav.wmi (rev 0)
+++ website/trunk/torbutton/hu/sidenav.wmi 2011-07-21 08:48:17 UTC (rev 24922)
@@ -0,0 +1,36 @@
+#!/usr/bin/wml
+
+## translation metadata
+# Revision: $Revision: 24370 $
+# Translation-Priority: 2-medium
+
+# this structure defines the side nav bar for the /torbutton pages
+# and is the input for include/side.wmi
+
+# fields:
+#
+# name - the $WML_SRC_BASENAME of the file. It should uniquely identify the
+# page because at build-time it is used to determine what view of the
+# navigation menu to generate
+#
+# url - the path to the wml page, as used the the <page> tag. This tag ensures
+# that links will point to the current language if supported, and alternately
+# the english version
+#
+# txt - the link text to be displayed. Different translations will
+# need to supply alternate txt
+
+<:
+ my $sidenav;
+ $sidenav = [
+ {'url' => 'torbutton/index',
+ 'txt' => 'Torbutton',
+ 'subelements' => [
+ {'url' => 'torbutton/torbutton-options',
+ 'txt' => 'Torbutton Options',
+ },
+ {'url' => 'torbutton/torbutton-faq',
+ 'txt' => 'Torbutton FAQ',
+ }]
+ }]
+:>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits