tor-commits
Threads by month
- ----- 2025 -----
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- 1 participants
- 214275 discussions
21 Jul '11
Author: runa
Date: 2011-07-21 08:15:36 +0000 (Thu, 21 Jul 2011)
New Revision: 24921
Modified:
website/trunk/po2wml.sh
Log:
problem in po2wml finally fixed
Modified: website/trunk/po2wml.sh
===================================================================
--- website/trunk/po2wml.sh 2011-07-21 07:39:29 UTC (rev 24920)
+++ website/trunk/po2wml.sh 2011-07-21 08:15:36 UTC (rev 24921)
@@ -373,14 +373,6 @@
# subdirectory.
if [ $onedirup == $lang ]
then
- # If the current subdirectory is of the form "xx_XX",
- # rename to "xx-xx" instead (except for pl_PL)
- if [[ $subdir =~ "_" && $subdir != "pl_PL" ]]
- then
- subdir="`echo $subdir | sed s/_/-/ | tr '[A-Z]' '[a-z]'`"
- nosubdir
- fi
-
# If the current directory is "pl_PL" use "pl" instead
if [ $subdir = "pl_PL" ]
then
@@ -402,20 +394,20 @@
nosubdir
fi
+ # If the current subdirectory is of the form "xx_XX",
+ # rename to "xx-xx" instead (except for pl_PL)
+ if [[ $subdir =~ "_" && $subdir != "pl_PL" ]]
+ then
+ subdir="`echo $subdir | sed s/_/-/ | tr '[A-Z]' '[a-z]'`"
+ nosubdir
+ fi
+
# Convert everything else
if [[ $subdir != "en" && $subdir != "pl_PL" && ! ($subdir =~ "_") && $subdir != "nb" && $subdir != "sv" ]]
then
nosubdir
fi
else
- # If the current languge is of the form "xx_XX", rename
- # to "xx-xx" instead (except for pl_PL)
- if [[ $lang =~ "_" && $lang != "pl_PL" ]]
- then
- lang="`echo $lang | sed s/_/-/ | tr '[A-Z]' '[a-z]'`"
- subdir
- fi
-
# If the current language is "pl_PL" use "pl" instead
if [ $lang = "pl_PL" ]
then
@@ -436,7 +428,15 @@
lang="se"
subdir
fi
-
+
+ # If the current languge is of the form "xx_XX", rename
+ # to "xx-xx" instead (except for pl_PL)
+ if [[ $lang =~ "_" && $lang != "pl_PL" ]]
+ then
+ lang="`echo $lang | sed s/_/-/ | tr '[A-Z]' '[a-z]'`"
+ subdir
+ fi
+
# Convert everything else
if [[ $lang != "en" && $lang != "pl_PL" && ! ($lang =~ "_") && $lang != "nb" && $lang != "sv" ]]
then
1
0
21 Jul '11
Author: runa
Date: 2011-07-21 07:39:29 +0000 (Thu, 21 Jul 2011)
New Revision: 24920
Modified:
website/trunk/po2wml.sh
Log:
yet another minor fix for po2wml.sh
Modified: website/trunk/po2wml.sh
===================================================================
--- website/trunk/po2wml.sh 2011-07-21 07:33:00 UTC (rev 24919)
+++ website/trunk/po2wml.sh 2011-07-21 07:39:29 UTC (rev 24920)
@@ -419,7 +419,7 @@
# If the current language is "pl_PL" use "pl" instead
if [ $lang = "pl_PL" ]
then
- $lang="pl"
+ lang="pl"
subdir
fi
1
0
Author: runa
Date: 2011-07-21 07:33:00 +0000 (Thu, 21 Jul 2011)
New Revision: 24919
Modified:
translation/trunk/projects/website/po/ar/about/3-low.board.po
translation/trunk/projects/website/po/ar/about/3-low.corepeople.po
translation/trunk/projects/website/po/ar/about/3-low.financials.po
translation/trunk/projects/website/po/ar/about/3-low.sponsors.po
translation/trunk/projects/website/po/ar/about/3-low.translators.po
translation/trunk/projects/website/po/ar/about/3-low.volunteers.po
translation/trunk/projects/website/po/ar/about/4-optional.gsoc.po
translation/trunk/projects/website/po/ar/docs/2-medium.documentation.po
translation/trunk/projects/website/po/ar/docs/2-medium.installguide.po
translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-osx.po
translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-relay.po
translation/trunk/projects/website/po/ar/docs/2-medium.verifying-signatures.po
translation/trunk/projects/website/po/ar/docs/3-low.N900.po
translation/trunk/projects/website/po/ar/docs/3-low.android.po
translation/trunk/projects/website/po/ar/docs/3-low.debian-vidalia.po
translation/trunk/projects/website/po/ar/docs/3-low.debian.po
translation/trunk/projects/website/po/ar/docs/3-low.rpms.po
translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-unix.po
translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-web.po
translation/trunk/projects/website/po/ar/docs/3-low.tor-hidden-service.po
translation/trunk/projects/website/po/ar/docs/3-low.trademark-faq.po
translation/trunk/projects/website/po/ar/docs/4-optional.running-a-mirror.po
translation/trunk/projects/website/po/ar/donate/3-low.become-sponsor.po
translation/trunk/projects/website/po/ar/donate/3-low.donate-hardware.po
translation/trunk/projects/website/po/ar/donate/3-low.donate-service.po
translation/trunk/projects/website/po/ar/download/3-low.download-unix.po
translation/trunk/projects/website/po/ar/download/3-low.download.po
translation/trunk/projects/website/po/ar/download/3-low.thankyou.po
translation/trunk/projects/website/po/ar/getinvolved/3-low.mirrors.po
translation/trunk/projects/website/po/ar/getinvolved/3-low.tshirt.po
translation/trunk/projects/website/po/ar/getinvolved/4-optional.open-positions.po
translation/trunk/projects/website/po/ar/getinvolved/4-optional.research.po
translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation-overview.po
translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation.po
translation/trunk/projects/website/po/ar/getinvolved/4-optional.volunteer.po
translation/trunk/projects/website/po/ar/press/3-low.inthemedia.po
translation/trunk/projects/website/po/ar/press/3-low.press.po
translation/trunk/projects/website/po/ar/press/4-optional.2008-12-19-roadmap-press-release.po
translation/trunk/projects/website/po/ar/press/4-optional.2010-03-25-tor-store-press-release.po
translation/trunk/projects/website/po/ar/projects/1-high.torbrowser-split.po
translation/trunk/projects/website/po/ar/projects/3-low.gettor.po
translation/trunk/projects/website/po/ar/projects/3-low.projects.po
translation/trunk/projects/website/po/ar/projects/3-low.puppettor.po
translation/trunk/projects/website/po/ar/projects/3-low.tordnsel.po
translation/trunk/projects/website/po/ar/projects/4-optional.arm.po
translation/trunk/projects/website/po/ar/projects/4-optional.torbrowser-details.po
translation/trunk/projects/website/po/ar/torbutton/3-low.index.po
translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-faq.po
translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-options.po
translation/trunk/projects/website/po/de/docs/2-medium.faq.po
translation/trunk/projects/website/po/de/download/3-low.download.po
translation/trunk/projects/website/po/el/about/3-low.translators.po
translation/trunk/projects/website/po/es/docs/3-low.debian.po
translation/trunk/projects/website/po/es/download/3-low.download.po
translation/trunk/projects/website/po/es/getinvolved/4-optional.volunteer.po
translation/trunk/projects/website/po/es/press/4-optional.2010-03-25-tor-store-press-release.po
translation/trunk/projects/website/po/fa/about/2-medium.torusers.po
translation/trunk/projects/website/po/fa/about/3-low.board.po
translation/trunk/projects/website/po/fa/about/3-low.contact.po
translation/trunk/projects/website/po/fa/about/3-low.corepeople.po
translation/trunk/projects/website/po/fa/about/3-low.financials.po
translation/trunk/projects/website/po/fa/about/3-low.translators.po
translation/trunk/projects/website/po/fa/docs/3-low.debian.po
translation/trunk/projects/website/po/fa/download/3-low.download.po
translation/trunk/projects/website/po/fa/getinvolved/4-optional.research.po
translation/trunk/projects/website/po/fa/getinvolved/4-optional.volunteer.po
translation/trunk/projects/website/po/fi/docs/3-low.debian.po
translation/trunk/projects/website/po/fr/download/3-low.download.po
translation/trunk/projects/website/po/hu/getinvolved/3-low.mirrors.po
translation/trunk/projects/website/po/hu/torbutton/3-low.index.po
translation/trunk/projects/website/po/it/docs/3-low.debian.po
translation/trunk/projects/website/po/it/download/3-low.download.po
translation/trunk/projects/website/po/it/getinvolved/4-optional.volunteer.po
translation/trunk/projects/website/po/it/press/4-optional.2010-03-25-tor-store-press-release.po
translation/trunk/projects/website/po/my/1-high.index.po
translation/trunk/projects/website/po/pl_PL/docs/3-low.debian.po
translation/trunk/projects/website/po/pl_PL/download/3-low.download.po
translation/trunk/projects/website/po/pl_PL/getinvolved/4-optional.volunteer.po
translation/trunk/projects/website/po/ru/docs/3-low.debian.po
translation/trunk/projects/website/po/ru/download/3-low.download.po
translation/trunk/projects/website/po/ru/getinvolved/4-optional.volunteer.po
translation/trunk/projects/website/po/ru/press/4-optional.2010-03-25-tor-store-press-release.po
translation/trunk/projects/website/po/vi/download/3-low.download.po
translation/trunk/projects/website/po/zh_CN/about/2-medium.overview.po
translation/trunk/projects/website/po/zh_CN/download/3-low.download.po
Log:
updated translations for the website from transifex
Modified: translation/trunk/projects/website/po/ar/about/3-low.board.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.board.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/about/3-low.board.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-20 20:59+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/3-low.corepeople.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.corepeople.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/about/3-low.corepeople.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-20 20:48+0000\n"
+"PO-Revision-Date: 2011-07-21 07:27+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/3-low.financials.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.financials.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/about/3-low.financials.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 20:45+0000\n"
+"PO-Revision-Date: 2011-07-21 07:27+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/3-low.sponsors.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.sponsors.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/about/3-low.sponsors.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-29 20:42+0200\n"
-"PO-Revision-Date: 2011-07-20 21:14+0000\n"
+"PO-Revision-Date: 2011-07-21 07:31+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/3-low.translators.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.translators.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/about/3-low.translators.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 21:18+0000\n"
+"PO-Revision-Date: 2011-07-21 07:31+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/3-low.volunteers.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.volunteers.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/about/3-low.volunteers.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-07-08 08:44+0200\n"
-"PO-Revision-Date: 2011-07-20 20:58+0000\n"
+"PO-Revision-Date: 2011-07-21 07:28+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/4-optional.gsoc.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/4-optional.gsoc.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/about/4-optional.gsoc.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-23 17:02+0200\n"
-"PO-Revision-Date: 2011-07-20 20:20+0000\n"
+"PO-Revision-Date: 2011-07-21 07:23+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.documentation.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.documentation.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.documentation.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-29 20:41+0200\n"
-"PO-Revision-Date: 2011-07-20 20:14+0000\n"
+"PO-Revision-Date: 2011-07-21 07:22+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.installguide.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.installguide.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.installguide.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 20:32+0000\n"
+"PO-Revision-Date: 2011-07-21 07:25+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-osx.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-osx.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-osx.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-07-20 20:39+0000\n"
+"PO-Revision-Date: 2011-07-21 07:26+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-relay.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-relay.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-relay.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-20 21:03+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.verifying-signatures.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.verifying-signatures.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.verifying-signatures.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-20 21:13+0000\n"
+"PO-Revision-Date: 2011-07-21 07:31+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.N900.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.N900.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/3-low.N900.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-05 19:13+0000\n"
-"PO-Revision-Date: 2011-07-20 20:31+0000\n"
+"PO-Revision-Date: 2011-07-21 07:25+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.android.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.android.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/3-low.android.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-25 16:50+0000\n"
-"PO-Revision-Date: 2011-07-20 20:44+0000\n"
+"PO-Revision-Date: 2011-07-21 07:26+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.debian-vidalia.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.debian-vidalia.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/3-low.debian-vidalia.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-20 21:05+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.debian.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.debian.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/3-low.debian.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-09 01:14+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:00+0000\n"
"Last-Translator: Mohamed <>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -36,30 +36,25 @@
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/docs/en/debian.wml:14
msgid ""
-"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian lenny, Debian"
-" sid, or Debian testing</a>"
+"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian squeeze, "
+"lenny, Debian sid, or Debian testing</a>"
msgstr ""
-"<a class=\"anchor\" href=\"#debian\">الخيار الأول: تور على دِبيان ليني أو "
-"دِبيان غيرالمستقرة أو دِبيان الإختبارية</a>"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/hXZfq9nNmb.xml:43
-#: /tmp/hXZfq9nNmb.xml:114 /tmp/hXZfq9nNmb.xml:149
+#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/zXFkzQsAWX.xml:42
+#: /tmp/zXFkzQsAWX.xml:113 /tmp/zXFkzQsAWX.xml:148
msgid "<br />"
msgstr "<br />"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/debian.wml:19
msgid ""
-"If you're using Debian stable (lenny), unstable (sid), or testing (squeeze),"
-" just run<br /> <tt>apt-get install tor tor-geoipdb</tt> as root."
+"If you're using Debian, just run<br /> <tt>apt-get install tor tor-"
+"geoipdb</tt> as root."
msgstr ""
-"إذا كنت تستعمل دِبيان المستقرة (ليني) أو غير المستقرة (sid) أو الإختبارية "
-"(سكوييز)، نفد فقط الأمر <br /> <tt>apt-get install tor tor-geoipdb</tt> "
-"بصلاحيات الجذر."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:26
+#: /home/runa/tor/website/docs/en/debian.wml:25
msgid ""
"Note that this might not always give you the latest stable Tor version, but "
"you will receive important security fixes. To make sure that you're running "
@@ -67,8 +62,8 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:32 /tmp/hXZfq9nNmb.xml:95
-#: /tmp/hXZfq9nNmb.xml:140 /tmp/hXZfq9nNmb.xml:183
+#: /home/runa/tor/website/docs/en/debian.wml:31 /tmp/zXFkzQsAWX.xml:94
+#: /tmp/zXFkzQsAWX.xml:139 /tmp/zXFkzQsAWX.xml:182
msgid ""
"Now Tor is installed and running. Move on to <a href=\"<page docs/tor-doc-"
"unix>#polipo\">step two</a> of the \"Tor on Linux/Unix\" instructions."
@@ -77,28 +72,27 @@
"unix>#polipo\">الخطوة الثانية</a> من تعليمات \"Tor on Linux/Unix\"."
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:37
+#: /home/runa/tor/website/docs/en/debian.wml:36
msgid "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>"
msgstr "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>"
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:41
+#: /home/runa/tor/website/docs/en/debian.wml:40
msgid "<a class=\"anchor\" href=\"#ubuntu\">Option two: Tor on Ubuntu or Debian</a>"
msgstr ""
"<a class=\"anchor\" href=\"#ubuntu\">الخيار الثاني: تور على أوبنتو أو "
"دِبيان</a>"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:46
+#: /home/runa/tor/website/docs/en/debian.wml:45
msgid ""
-"<b>Do not use the packages in Ubuntu's universe.</b> They are unmaintained "
-"and out of date. That means you'll be missing stability and security fixes."
+"<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."
msgstr ""
-"<b>لا تستخدم حزم أوبنتو universe.</b> فهي لم تعد مدعومة وإصداراتها قديمة. "
-"وهذا يعني إفتقادها للإستقرار والإصلاحات الأمنية. "
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:52
+#: /home/runa/tor/website/docs/en/debian.wml:51
msgid ""
"You'll need to set up our package repository before you can fetch Tor. "
"First, you need to figure out the name of your distribution. A quick command"
@@ -107,11 +101,16 @@
msgstr ""
#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:57
+#: /home/runa/tor/website/docs/en/debian.wml:56
msgid "Debian unstable (sid) is \"sid\""
msgstr "دِبيان غير المستقرة (sid) هي \"sid\""
#. type: Content of: <div><div><p><ul><li>
+#: /home/runa/tor/website/docs/en/debian.wml:57
+msgid "Debian testing is \"wheezy\""
+msgstr ""
+
+#. type: Content of: <div><div><p><ul><li>
#: /home/runa/tor/website/docs/en/debian.wml:58
msgid "Debian 6.0 (squeeze) is \"squeeze\""
msgstr "دِبيان 6.0 (سكوييز) هي \"squeeze\""
@@ -146,18 +145,13 @@
msgid "Ubuntu 8.04 is \"hardy\""
msgstr "أوبنتو 8.04 هي \"hardy\""
-#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:65
-msgid "Ubuntu 6.06 is \"dapper\""
-msgstr "أوبنتو 6.06 هي \"dapper\""
-
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:68
+#: /home/runa/tor/website/docs/en/debian.wml:67
msgid "Then add this line to your <tt>/etc/apt/sources.list</tt> file:<br />"
msgstr "ثم أضف هذا السطر إلى <tt>/etc/apt/sources.list</tt> الملف:<br /> "
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:72
+#: /home/runa/tor/website/docs/en/debian.wml:71
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
@@ -165,7 +159,7 @@
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:74
+#: /home/runa/tor/website/docs/en/debian.wml:73
msgid ""
"where you put the codename of your distribution (i.e. lenny, sid, maverick "
"or whatever it is) in place of <DISTRIBUTION>."
@@ -174,7 +168,7 @@
"مكان <DISTRIBUTION>."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:80
+#: /home/runa/tor/website/docs/en/debian.wml:79
msgid ""
"Then add the gpg key used to sign the packages by running the following "
"commands at your command prompt:"
@@ -183,7 +177,7 @@
"الأوامر :"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:83
+#: /home/runa/tor/website/docs/en/debian.wml:82
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -193,7 +187,7 @@
"gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:86
+#: /home/runa/tor/website/docs/en/debian.wml:85
msgid ""
"Now refresh your sources and install Tor by running the following commands "
"(as root) at your command prompt:"
@@ -202,7 +196,7 @@
" محث الأوامر:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:89
+#: /home/runa/tor/website/docs/en/debian.wml:88
#, no-wrap
msgid ""
"apt-get update\n"
@@ -212,7 +206,7 @@
"apt-get install tor tor-geoipdb\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:101
+#: /home/runa/tor/website/docs/en/debian.wml:100
msgid ""
"The DNS name <code>deb.torproject.org</code> is actually a set of "
"independent servers in a DNS round robin configuration. If you for some "
@@ -222,12 +216,12 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:109
+#: /home/runa/tor/website/docs/en/debian.wml:108
msgid "<hr /> <a id=\"development\"></a>"
msgstr "<hr /> <a id=\"development\"></a>"
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:112
+#: /home/runa/tor/website/docs/en/debian.wml:111
msgid ""
"<a class=\"anchor\" href=\"#development\">Option three: Using the "
"development branch of Tor on Debian or Ubuntu</a>"
@@ -236,7 +230,7 @@
" من تور على دِبيان أو أوبنتو.</a>"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:116
+#: /home/runa/tor/website/docs/en/debian.wml:115
msgid ""
"If you want to use the <a href=\"<page "
"download/download>#packagediff\">development branch</a> of Tor instead (more"
@@ -248,7 +242,7 @@
"مجموعة مختلفة من السطور إلى <tt>/etc/apt/sources.list</tt> الملف:<br />"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:121
+#: /home/runa/tor/website/docs/en/debian.wml:120
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
@@ -258,7 +252,7 @@
"deb http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:124
+#: /home/runa/tor/website/docs/en/debian.wml:123
msgid ""
"where you again substitute the name of your distro (lenny, sid, maverick, "
"...) in place of <DISTRIBUTION>."
@@ -267,12 +261,12 @@
"maverick, ...)"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:130
+#: /home/runa/tor/website/docs/en/debian.wml:129
msgid "Then run the following commands at your command prompt:"
msgstr "ثم شغّل الأوامر التالية في محث الأوامر الخاص بك :"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:132
+#: /home/runa/tor/website/docs/en/debian.wml:131
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -286,17 +280,17 @@
"apt-get install tor tor-geoipdb\n"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:145
+#: /home/runa/tor/website/docs/en/debian.wml:144
msgid "<hr /> <a id=\"source\"></a>"
msgstr "<hr /> <a id=\"source\"></a>"
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:148
+#: /home/runa/tor/website/docs/en/debian.wml:147
msgid "<a class=\"anchor\" href=\"#source\">Building from source</a>"
msgstr "<a class=\"anchor\" href=\"#source\">البناء من المصدر</a>"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:152
+#: /home/runa/tor/website/docs/en/debian.wml:151
msgid ""
"If you want to build your own debs from source you must first add an "
"appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>."
@@ -307,7 +301,7 @@
#. PO4ASHARPBEGIN For the stable version.PO4ASHARPEND
#. PO4ASHARPBEGIN For the unstable version.PO4ASHARPEND
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:155
+#: /home/runa/tor/website/docs/en/debian.wml:154
#, no-wrap
msgid ""
"\n"
@@ -325,7 +319,7 @@
"deb-src http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:162
+#: /home/runa/tor/website/docs/en/debian.wml:161
msgid ""
"You also need to install the necessary packages to build your own debs and "
"the packages needed to build Tor:"
@@ -334,7 +328,7 @@
"المطلوبة لبناء تور:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:165
+#: /home/runa/tor/website/docs/en/debian.wml:164
#, no-wrap
msgid ""
"apt-get install build-essential fakeroot devscripts\n"
@@ -344,12 +338,12 @@
"apt-get build-dep tor\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:168
+#: /home/runa/tor/website/docs/en/debian.wml:167
msgid "Then you can build Tor in ~/debian-packages:"
msgstr "ثم يمكنك بناء تور في ~/debian-packages:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:170
+#: /home/runa/tor/website/docs/en/debian.wml:169
#, no-wrap
msgid ""
"mkdir ~/debian-packages; cd ~/debian-packages\n"
@@ -365,23 +359,23 @@
"cd ..\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:176
+#: /home/runa/tor/website/docs/en/debian.wml:175
msgid "Now you can install the new package:"
msgstr "الأن يمكنك تثبيت الحزمة الجديدة:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:178
+#: /home/runa/tor/website/docs/en/debian.wml:177
#, no-wrap
msgid "sudo dpkg -i tor_*.deb\n"
msgstr "sudo dpkg -i tor_*.deb\n"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:188
+#: /home/runa/tor/website/docs/en/debian.wml:187
msgid "<hr />"
msgstr "<hr />"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:190
+#: /home/runa/tor/website/docs/en/debian.wml:189
msgid ""
"If you have suggestions for improving this document, please <a href=\"<page "
"about/contact>\">send them to us</a>. Thanks!"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.rpms.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.rpms.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/3-low.rpms.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-04-13 16:27+0200\n"
-"PO-Revision-Date: 2011-07-20 20:15+0000\n"
+"PO-Revision-Date: 2011-07-21 07:22+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-unix.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-unix.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-unix.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-20 20:49+0000\n"
+"PO-Revision-Date: 2011-07-21 07:27+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-web.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-web.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-web.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-02-12 12:20+0000\n"
-"PO-Revision-Date: 2011-07-20 20:34+0000\n"
+"PO-Revision-Date: 2011-07-21 07:25+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.tor-hidden-service.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.tor-hidden-service.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/3-low.tor-hidden-service.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-02-12 12:20+0000\n"
-"PO-Revision-Date: 2011-07-20 20:23+0000\n"
+"PO-Revision-Date: 2011-07-21 07:24+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.trademark-faq.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.trademark-faq.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/3-low.trademark-faq.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-17 18:04+0000\n"
-"PO-Revision-Date: 2011-07-20 21:04+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/4-optional.running-a-mirror.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/4-optional.running-a-mirror.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/docs/4-optional.running-a-mirror.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-05 19:13+0000\n"
-"PO-Revision-Date: 2011-07-20 20:54+0000\n"
+"PO-Revision-Date: 2011-07-21 07:28+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/donate/3-low.become-sponsor.po
===================================================================
--- translation/trunk/projects/website/po/ar/donate/3-low.become-sponsor.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/donate/3-low.become-sponsor.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 21:01+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/donate/3-low.donate-hardware.po
===================================================================
--- translation/trunk/projects/website/po/ar/donate/3-low.donate-hardware.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/donate/3-low.donate-hardware.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 21:15+0000\n"
+"PO-Revision-Date: 2011-07-21 07:31+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/donate/3-low.donate-service.po
===================================================================
--- translation/trunk/projects/website/po/ar/donate/3-low.donate-service.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/donate/3-low.donate-service.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 21:12+0000\n"
+"PO-Revision-Date: 2011-07-21 07:30+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/download/3-low.download-unix.po
===================================================================
--- translation/trunk/projects/website/po/ar/download/3-low.download-unix.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/download/3-low.download-unix.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-07-20 20:47+0000\n"
+"PO-Revision-Date: 2011-07-21 07:27+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/ar/download/3-low.download.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/download/3-low.download.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-13 14:56+0200\n"
-"PO-Revision-Date: 2011-07-14 01:02+0000\n"
+"POT-Creation-Date: 2011-07-20 20:43+0200\n"
+"PO-Revision-Date: 2011-07-21 01:01+0000\n"
"Last-Translator: imksa <malham1(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -182,8 +182,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
-#: /tmp/eCkycGCH9H.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/jgw2tk3no1.xml:165
+#: /tmp/jgw2tk3no1.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -220,7 +220,7 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/jgw2tk3no1.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -605,7 +605,7 @@
"(<a href=\"../dist/tor-<version-alpha>.tar.gz.asc\">التوقيع</a>)"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/jgw2tk3no1.xml:343
msgid "<br>"
msgstr "<br>"
@@ -744,12 +744,11 @@
#: /home/runa/tor/website/download/en/download.wml:338
msgid ""
"Do not use <a href=\"https://blog.torproject.org/blog/bittorrent-over-tor-"
-"isnt-good-idea\">BitTorrent and Tor</a> together unless you are using a "
-"system like <a href=\"http://tails.boum.org/\">TAILS</a>."
+"isnt-good-idea\">BitTorrent and Tor</a> together."
msgstr ""
#. type: Content of: <div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:346
+#: /home/runa/tor/website/download/en/download.wml:345
msgid ""
"Be smart and learn more. Understand what Tor does and does not offer. This "
"list of pitfalls isn't complete, and we need your help <a href=\"<page "
@@ -761,42 +760,42 @@
"getinvolved/volunteer>#Documentation\">التعرف على كل المشاكل وتوثيقها</a>."
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:358
+#: /home/runa/tor/website/download/en/download.wml:357
msgid "Jump to:"
msgstr "اقفز إلى:"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:360
+#: /home/runa/tor/website/download/en/download.wml:359
msgid "<a href=\"#Windows\">Microsoft Windows</a>"
msgstr "<a href=\"#Windows\">مايكروسوفت وندز</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:361
+#: /home/runa/tor/website/download/en/download.wml:360
msgid "<a href=\"#mac\">Apple OS X</a>"
msgstr "<a href=\"#mac\">Apple OS X</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:362
+#: /home/runa/tor/website/download/en/download.wml:361
msgid "<a href=\"#linux\">Linux/Unix</a>"
msgstr "<a href=\"#linux\">لينكس/يونكس</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:363
+#: /home/runa/tor/website/download/en/download.wml:362
msgid "<a href=\"#smartphones\">Smartphones</a>"
msgstr "<a href=\"#smartphones\">الهواتف الذكية</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:364
+#: /home/runa/tor/website/download/en/download.wml:363
msgid "<a href=\"#source\">Source Code</a>"
msgstr "<a href=\"#source\">الكود المصدري</a>"
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:371
+#: /home/runa/tor/website/download/en/download.wml:370
msgid "What is the (sig) link?"
msgstr "ما هي وصلة (التوقيع)؟"
#. type: Content of: <div><div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:372
+#: /home/runa/tor/website/download/en/download.wml:371
msgid ""
"These are GPG signatures to allow you to verify that your downloaded file is"
" really from The Tor Project and not an imposter."
@@ -805,17 +804,17 @@
"مشروع تور وليس شخصًا منتحلا."
#. type: Content of: <div><div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:375
+#: /home/runa/tor/website/download/en/download.wml:374
msgid "<a href=\"<page docs/verifying-signatures>\">Learn more »</a>"
msgstr "<a href=\"<page docs/verifying-signatures>\">تعلم المزيد «</a>"
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:381
+#: /home/runa/tor/website/download/en/download.wml:380
msgid "Having Trouble?"
msgstr "أتواجه مصاعبًا؟"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:383
+#: /home/runa/tor/website/download/en/download.wml:382
msgid "<a href=\"<page docs/documentation>\">Read the fine manuals</a>"
msgstr "<a href=\"<page docs/documentation>\">اقرأ الأدلة</a>"
Modified: translation/trunk/projects/website/po/ar/download/3-low.thankyou.po
===================================================================
--- translation/trunk/projects/website/po/ar/download/3-low.thankyou.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/download/3-low.thankyou.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:31+0000\n"
-"PO-Revision-Date: 2011-07-20 20:50+0000\n"
+"PO-Revision-Date: 2011-07-21 07:27+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/3-low.mirrors.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/3-low.mirrors.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/getinvolved/3-low.mirrors.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 21:10+0000\n"
+"PO-Revision-Date: 2011-07-21 07:30+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/3-low.tshirt.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/3-low.tshirt.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/getinvolved/3-low.tshirt.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-20 21:04+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/4-optional.open-positions.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/4-optional.open-positions.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/getinvolved/4-optional.open-positions.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-20 20:58+0000\n"
+"PO-Revision-Date: 2011-07-21 07:28+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/4-optional.research.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/4-optional.research.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/getinvolved/4-optional.research.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-02-12 12:20+0000\n"
-"PO-Revision-Date: 2011-07-20 21:07+0000\n"
+"PO-Revision-Date: 2011-07-21 07:30+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation-overview.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation-overview.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation-overview.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 15:54+0000\n"
-"PO-Revision-Date: 2011-07-20 20:37+0000\n"
+"PO-Revision-Date: 2011-07-21 07:26+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 14:40+0000\n"
-"PO-Revision-Date: 2011-07-20 20:57+0000\n"
+"PO-Revision-Date: 2011-07-21 07:28+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/4-optional.volunteer.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/4-optional.volunteer.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/getinvolved/4-optional.volunteer.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-20 20:40+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 07:26+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -190,19 +190,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:86
-#: /tmp/r1AqHDMca8.xml:94
+#: /tmp/iN5ZsD3CzY.xml:94
msgid "Core"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:87
-#: /tmp/r1AqHDMca8.xml:119
+#: /tmp/iN5ZsD3CzY.xml:119
msgid "C"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:88
-#: /tmp/r1AqHDMca8.xml:112 /tmp/r1AqHDMca8.xml:144 /tmp/r1AqHDMca8.xml:184
+#: /tmp/iN5ZsD3CzY.xml:112 /tmp/iN5ZsD3CzY.xml:144 /tmp/iN5ZsD3CzY.xml:184
msgid "Heavy"
msgstr ""
@@ -218,13 +218,13 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:95
-#: /tmp/r1AqHDMca8.xml:151 /tmp/r1AqHDMca8.xml:183
+#: /tmp/iN5ZsD3CzY.xml:151 /tmp/iN5ZsD3CzY.xml:183
msgid "Java"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:96
-#: /tmp/r1AqHDMca8.xml:192 /tmp/r1AqHDMca8.xml:216 /tmp/r1AqHDMca8.xml:240
+#: /tmp/iN5ZsD3CzY.xml:192 /tmp/iN5ZsD3CzY.xml:216 /tmp/iN5ZsD3CzY.xml:240
msgid "None"
msgstr ""
@@ -235,19 +235,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:102
-#: /tmp/r1AqHDMca8.xml:110 /tmp/r1AqHDMca8.xml:118 /tmp/r1AqHDMca8.xml:126
+#: /tmp/iN5ZsD3CzY.xml:110 /tmp/iN5ZsD3CzY.xml:118 /tmp/iN5ZsD3CzY.xml:126
msgid "Usability"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:103
-#: /tmp/r1AqHDMca8.xml:111 /tmp/r1AqHDMca8.xml:127
+#: /tmp/iN5ZsD3CzY.xml:111 /tmp/iN5ZsD3CzY.xml:127
msgid "Sys Admin"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:104
-#: /tmp/r1AqHDMca8.xml:152 /tmp/r1AqHDMca8.xml:160 /tmp/r1AqHDMca8.xml:224
+#: /tmp/iN5ZsD3CzY.xml:152 /tmp/iN5ZsD3CzY.xml:160 /tmp/iN5ZsD3CzY.xml:224
msgid "Moderate"
msgstr ""
@@ -273,9 +273,9 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:120
-#: /tmp/r1AqHDMca8.xml:128 /tmp/r1AqHDMca8.xml:136 /tmp/r1AqHDMca8.xml:168
-#: /tmp/r1AqHDMca8.xml:176 /tmp/r1AqHDMca8.xml:200 /tmp/r1AqHDMca8.xml:208
-#: /tmp/r1AqHDMca8.xml:232
+#: /tmp/iN5ZsD3CzY.xml:128 /tmp/iN5ZsD3CzY.xml:136 /tmp/iN5ZsD3CzY.xml:168
+#: /tmp/iN5ZsD3CzY.xml:176 /tmp/iN5ZsD3CzY.xml:200 /tmp/iN5ZsD3CzY.xml:208
+#: /tmp/iN5ZsD3CzY.xml:232
msgid "Light"
msgstr ""
@@ -301,7 +301,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:134
-#: /tmp/r1AqHDMca8.xml:142 /tmp/r1AqHDMca8.xml:150
+#: /tmp/iN5ZsD3CzY.xml:142 /tmp/iN5ZsD3CzY.xml:150
msgid "User Interface"
msgstr ""
@@ -357,7 +357,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:161
-#: /tmp/r1AqHDMca8.xml:177 /tmp/r1AqHDMca8.xml:233
+#: /tmp/iN5ZsD3CzY.xml:177 /tmp/iN5ZsD3CzY.xml:233
msgid "mikeperry"
msgstr ""
@@ -373,8 +373,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:167
-#: /tmp/r1AqHDMca8.xml:175 /tmp/r1AqHDMca8.xml:199 /tmp/r1AqHDMca8.xml:207
-#: /tmp/r1AqHDMca8.xml:223 /tmp/r1AqHDMca8.xml:231 /tmp/r1AqHDMca8.xml:239
+#: /tmp/iN5ZsD3CzY.xml:175 /tmp/iN5ZsD3CzY.xml:199 /tmp/iN5ZsD3CzY.xml:207
+#: /tmp/iN5ZsD3CzY.xml:223 /tmp/iN5ZsD3CzY.xml:231 /tmp/iN5ZsD3CzY.xml:239
msgid "Python"
msgstr ""
@@ -400,8 +400,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:182
-#: /tmp/r1AqHDMca8.xml:190 /tmp/r1AqHDMca8.xml:198 /tmp/r1AqHDMca8.xml:206
-#: /tmp/r1AqHDMca8.xml:214
+#: /tmp/iN5ZsD3CzY.xml:190 /tmp/iN5ZsD3CzY.xml:198 /tmp/iN5ZsD3CzY.xml:206
+#: /tmp/iN5ZsD3CzY.xml:214
msgid "Client Service"
msgstr ""
@@ -427,7 +427,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:201
-#: /tmp/r1AqHDMca8.xml:209
+#: /tmp/iN5ZsD3CzY.xml:209
msgid "kaner"
msgstr ""
@@ -453,7 +453,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:222
-#: /tmp/r1AqHDMca8.xml:230 /tmp/r1AqHDMca8.xml:238
+#: /tmp/iN5ZsD3CzY.xml:230 /tmp/iN5ZsD3CzY.xml:238
msgid "Backend Service"
msgstr ""
@@ -652,7 +652,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:353
msgid ""
"<a href=\"<page projects/vidalia>\">Vidalia</a> (<a "
-"href=\"https://svn.torproject.org/vidalia/vidalia/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/vidalia.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -684,7 +684,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:372
msgid ""
"<a href=\"http://www.atagar.com/arm/\">Arm</a> (<a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/arm.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -713,8 +713,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:390
msgid ""
"<a href=\"https://guardianproject.info/apps/orbot/\">Orbot</a> (<a "
-"href=\"https://svn.torproject.org/svn/projects/android/trunk/Orbot/\">code</a>,"
-" <a "
+"href=\"https://gitweb.torproject.org/orbot.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -886,7 +885,7 @@
msgid ""
"<a "
"href=\"https://trac.torproject.org/projects/tor/wiki/projects/EmailAutoResponder\">GetTor</a>"
-" (<a href=\"https://svn.torproject.org/svn/projects/gettor/\">code</a>, <a "
+" (<a href=\"https://gitweb.torproject.org/gettor.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -1905,8 +1904,8 @@
msgid ""
"The vast majority of arm's more interesting functionality lies in its "
"backend <a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/src/util/\">utilities</a>, "
-"so there should be little to no work decoupling the CLI from its backend. "
+"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."
Modified: translation/trunk/projects/website/po/ar/press/3-low.inthemedia.po
===================================================================
--- translation/trunk/projects/website/po/ar/press/3-low.inthemedia.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/press/3-low.inthemedia.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-29 20:41+0200\n"
-"PO-Revision-Date: 2011-07-20 20:29+0000\n"
+"PO-Revision-Date: 2011-07-21 07:24+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/press/3-low.press.po
===================================================================
--- translation/trunk/projects/website/po/ar/press/3-low.press.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/press/3-low.press.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-01 16:37+0000\n"
-"PO-Revision-Date: 2011-07-20 20:43+0000\n"
+"PO-Revision-Date: 2011-07-21 07:26+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/press/4-optional.2008-12-19-roadmap-press-release.po
===================================================================
--- translation/trunk/projects/website/po/ar/press/4-optional.2008-12-19-roadmap-press-release.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/press/4-optional.2008-12-19-roadmap-press-release.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-02 17:00+0200\n"
-"PO-Revision-Date: 2011-07-20 20:24+0000\n"
+"PO-Revision-Date: 2011-07-21 07:24+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/press/4-optional.2010-03-25-tor-store-press-release.po
===================================================================
--- translation/trunk/projects/website/po/ar/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-02 17:00+0200\n"
-"PO-Revision-Date: 2011-07-20 21:00+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/1-high.torbrowser-split.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/1-high.torbrowser-split.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/projects/1-high.torbrowser-split.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 21:06+0000\n"
+"PO-Revision-Date: 2011-07-21 07:30+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/3-low.gettor.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/3-low.gettor.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/projects/3-low.gettor.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 17:27+0000\n"
-"PO-Revision-Date: 2011-07-20 20:35+0000\n"
+"PO-Revision-Date: 2011-07-21 07:25+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/3-low.projects.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/3-low.projects.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/projects/3-low.projects.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-17 18:05+0000\n"
-"PO-Revision-Date: 2011-07-20 21:17+0000\n"
+"PO-Revision-Date: 2011-07-21 07:31+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/3-low.puppettor.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/3-low.puppettor.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/projects/3-low.puppettor.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 20:21+0000\n"
+"PO-Revision-Date: 2011-07-21 07:23+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/3-low.tordnsel.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/3-low.tordnsel.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/projects/3-low.tordnsel.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 20:18+0000\n"
+"PO-Revision-Date: 2011-07-21 07:23+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/4-optional.arm.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/4-optional.arm.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/projects/4-optional.arm.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 21:11+0000\n"
+"PO-Revision-Date: 2011-07-21 07:30+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/4-optional.torbrowser-details.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/4-optional.torbrowser-details.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/projects/4-optional.torbrowser-details.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 20:41+0000\n"
+"PO-Revision-Date: 2011-07-21 07:26+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/torbutton/3-low.index.po
===================================================================
--- translation/trunk/projects/website/po/ar/torbutton/3-low.index.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/torbutton/3-low.index.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-20 20:46+0000\n"
+"PO-Revision-Date: 2011-07-21 07:27+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-faq.po
===================================================================
--- translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-faq.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-faq.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-17 18:05+0000\n"
-"PO-Revision-Date: 2011-07-20 20:52+0000\n"
+"PO-Revision-Date: 2011-07-21 07:27+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-options.po
===================================================================
--- translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-options.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-options.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 20:53+0000\n"
+"PO-Revision-Date: 2011-07-21 07:28+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/de/docs/2-medium.faq.po
===================================================================
--- translation/trunk/projects/website/po/de/docs/2-medium.faq.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/de/docs/2-medium.faq.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-07-13 14:57+0200\n"
-"PO-Revision-Date: 2011-07-20 20:17+0000\n"
+"PO-Revision-Date: 2011-07-21 07:23+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/de/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/de/download/3-low.download.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/de/download/3-low.download.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -10,8 +10,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-13 14:56+0200\n"
-"PO-Revision-Date: 2011-07-18 13:05+0000\n"
+"POT-Creation-Date: 2011-07-20 20:43+0200\n"
+"PO-Revision-Date: 2011-07-21 01:01+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -200,8 +200,8 @@
msgstr "Tor für Windows ist in vier verschiedenen Paketen verfügbar:"
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
-#: /tmp/eCkycGCH9H.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/jgw2tk3no1.xml:165
+#: /tmp/jgw2tk3no1.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -248,7 +248,7 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/jgw2tk3no1.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -659,7 +659,7 @@
" (<a href=\"../dist/tor-<version-alpha>.tar.gz.asc\">sig</a>)"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/jgw2tk3no1.xml:343
msgid "<br>"
msgstr "<br>"
@@ -820,15 +820,11 @@
#: /home/runa/tor/website/download/en/download.wml:338
msgid ""
"Do not use <a href=\"https://blog.torproject.org/blog/bittorrent-over-tor-"
-"isnt-good-idea\">BitTorrent and Tor</a> together unless you are using a "
-"system like <a href=\"http://tails.boum.org/\">TAILS</a>."
+"isnt-good-idea\">BitTorrent and Tor</a> together."
msgstr ""
-"Benütze nicht <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>."
#. type: Content of: <div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:346
+#: /home/runa/tor/website/download/en/download.wml:345
msgid ""
"Be smart and learn more. Understand what Tor does and does not offer. This "
"list of pitfalls isn't complete, and we need your help <a href=\"<page "
@@ -841,42 +837,42 @@
"ihre Dokumentation</a>. "
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:358
+#: /home/runa/tor/website/download/en/download.wml:357
msgid "Jump to:"
msgstr "Springe zu:"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:360
+#: /home/runa/tor/website/download/en/download.wml:359
msgid "<a href=\"#Windows\">Microsoft Windows</a>"
msgstr "<a href=\"#Windows\">Microsoft Windows</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:361
+#: /home/runa/tor/website/download/en/download.wml:360
msgid "<a href=\"#mac\">Apple OS X</a>"
msgstr "<a href=\"#mac\">Apple OS X</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:362
+#: /home/runa/tor/website/download/en/download.wml:361
msgid "<a href=\"#linux\">Linux/Unix</a>"
msgstr "<a href=\"#linux\">Linux/Unix</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:363
+#: /home/runa/tor/website/download/en/download.wml:362
msgid "<a href=\"#smartphones\">Smartphones</a>"
msgstr "<a href=\"#smartphones\">Smartphones</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:364
+#: /home/runa/tor/website/download/en/download.wml:363
msgid "<a href=\"#source\">Source Code</a>"
msgstr "<a href=\"#source\">Quell Code</a>"
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:371
+#: /home/runa/tor/website/download/en/download.wml:370
msgid "What is the (sig) link?"
msgstr "Was ist der (sig) Link?"
#. type: Content of: <div><div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:372
+#: /home/runa/tor/website/download/en/download.wml:371
msgid ""
"These are GPG signatures to allow you to verify that your downloaded file is"
" really from The Tor Project and not an imposter."
@@ -886,17 +882,17 @@
"einem Betrüger."
#. type: Content of: <div><div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:375
+#: /home/runa/tor/website/download/en/download.wml:374
msgid "<a href=\"<page docs/verifying-signatures>\">Learn more »</a>"
msgstr "<a href=\"<page docs/verifying-signatures>\">Erfahren Sie mehr »</a>"
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:381
+#: /home/runa/tor/website/download/en/download.wml:380
msgid "Having Trouble?"
msgstr "Probleme?"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:383
+#: /home/runa/tor/website/download/en/download.wml:382
msgid "<a href=\"<page docs/documentation>\">Read the fine manuals</a>"
msgstr ""
"<a href=\"<page docs/documentation>\">Lesen Sie die ausführlichen "
Modified: translation/trunk/projects/website/po/el/about/3-low.translators.po
===================================================================
--- translation/trunk/projects/website/po/el/about/3-low.translators.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/el/about/3-low.translators.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 21:18+0000\n"
+"PO-Revision-Date: 2011-07-21 07:31+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/es/docs/3-low.debian.po
===================================================================
--- translation/trunk/projects/website/po/es/docs/3-low.debian.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/es/docs/3-low.debian.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-09 01:14+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:00+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/torproject/team/es/)\n"
"MIME-Version: 1.0\n"
@@ -32,25 +32,25 @@
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/docs/en/debian.wml:14
msgid ""
-"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian lenny, Debian"
-" sid, or Debian testing</a>"
+"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian squeeze, "
+"lenny, Debian sid, or Debian testing</a>"
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/hXZfq9nNmb.xml:43
-#: /tmp/hXZfq9nNmb.xml:114 /tmp/hXZfq9nNmb.xml:149
+#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/zXFkzQsAWX.xml:42
+#: /tmp/zXFkzQsAWX.xml:113 /tmp/zXFkzQsAWX.xml:148
msgid "<br />"
msgstr ""
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/debian.wml:19
msgid ""
-"If you're using Debian stable (lenny), unstable (sid), or testing (squeeze),"
-" just run<br /> <tt>apt-get install tor tor-geoipdb</tt> as root."
+"If you're using Debian, just run<br /> <tt>apt-get install tor tor-"
+"geoipdb</tt> as root."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:26
+#: /home/runa/tor/website/docs/en/debian.wml:25
msgid ""
"Note that this might not always give you the latest stable Tor version, but "
"you will receive important security fixes. To make sure that you're running "
@@ -58,32 +58,33 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:32 /tmp/hXZfq9nNmb.xml:95
-#: /tmp/hXZfq9nNmb.xml:140 /tmp/hXZfq9nNmb.xml:183
+#: /home/runa/tor/website/docs/en/debian.wml:31 /tmp/zXFkzQsAWX.xml:94
+#: /tmp/zXFkzQsAWX.xml:139 /tmp/zXFkzQsAWX.xml:182
msgid ""
"Now Tor is installed and running. Move on to <a href=\"<page docs/tor-doc-"
"unix>#polipo\">step two</a> of the \"Tor on Linux/Unix\" instructions."
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:37
+#: /home/runa/tor/website/docs/en/debian.wml:36
msgid "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:41
+#: /home/runa/tor/website/docs/en/debian.wml:40
msgid "<a class=\"anchor\" href=\"#ubuntu\">Option two: Tor on Ubuntu or Debian</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:46
+#: /home/runa/tor/website/docs/en/debian.wml:45
msgid ""
-"<b>Do not use the packages in Ubuntu's universe.</b> They are unmaintained "
-"and out of date. That means you'll be missing stability and security fixes."
+"<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."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:52
+#: /home/runa/tor/website/docs/en/debian.wml:51
msgid ""
"You'll need to set up our package repository before you can fetch Tor. "
"First, you need to figure out the name of your distribution. A quick command"
@@ -92,11 +93,16 @@
msgstr ""
#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:57
+#: /home/runa/tor/website/docs/en/debian.wml:56
msgid "Debian unstable (sid) is \"sid\""
msgstr ""
#. type: Content of: <div><div><p><ul><li>
+#: /home/runa/tor/website/docs/en/debian.wml:57
+msgid "Debian testing is \"wheezy\""
+msgstr ""
+
+#. type: Content of: <div><div><p><ul><li>
#: /home/runa/tor/website/docs/en/debian.wml:58
msgid "Debian 6.0 (squeeze) is \"squeeze\""
msgstr ""
@@ -131,39 +137,34 @@
msgid "Ubuntu 8.04 is \"hardy\""
msgstr ""
-#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:65
-msgid "Ubuntu 6.06 is \"dapper\""
-msgstr ""
-
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:68
+#: /home/runa/tor/website/docs/en/debian.wml:67
msgid "Then add this line to your <tt>/etc/apt/sources.list</tt> file:<br />"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:72
+#: /home/runa/tor/website/docs/en/debian.wml:71
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:74
+#: /home/runa/tor/website/docs/en/debian.wml:73
msgid ""
"where you put the codename of your distribution (i.e. lenny, sid, maverick "
"or whatever it is) in place of <DISTRIBUTION>."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:80
+#: /home/runa/tor/website/docs/en/debian.wml:79
msgid ""
"Then add the gpg key used to sign the packages by running the following "
"commands at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:83
+#: /home/runa/tor/website/docs/en/debian.wml:82
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -171,14 +172,14 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:86
+#: /home/runa/tor/website/docs/en/debian.wml:85
msgid ""
"Now refresh your sources and install Tor by running the following commands "
"(as root) at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:89
+#: /home/runa/tor/website/docs/en/debian.wml:88
#, no-wrap
msgid ""
"apt-get update\n"
@@ -186,7 +187,7 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:101
+#: /home/runa/tor/website/docs/en/debian.wml:100
msgid ""
"The DNS name <code>deb.torproject.org</code> is actually a set of "
"independent servers in a DNS round robin configuration. If you for some "
@@ -196,19 +197,19 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:109
+#: /home/runa/tor/website/docs/en/debian.wml:108
msgid "<hr /> <a id=\"development\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:112
+#: /home/runa/tor/website/docs/en/debian.wml:111
msgid ""
"<a class=\"anchor\" href=\"#development\">Option three: Using the "
"development branch of Tor on Debian or Ubuntu</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:116
+#: /home/runa/tor/website/docs/en/debian.wml:115
msgid ""
"If you want to use the <a href=\"<page "
"download/download>#packagediff\">development branch</a> of Tor instead (more"
@@ -217,7 +218,7 @@
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:121
+#: /home/runa/tor/website/docs/en/debian.wml:120
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
@@ -225,19 +226,19 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:124
+#: /home/runa/tor/website/docs/en/debian.wml:123
msgid ""
"where you again substitute the name of your distro (lenny, sid, maverick, "
"...) in place of <DISTRIBUTION>."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:130
+#: /home/runa/tor/website/docs/en/debian.wml:129
msgid "Then run the following commands at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:132
+#: /home/runa/tor/website/docs/en/debian.wml:131
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -247,17 +248,17 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:145
+#: /home/runa/tor/website/docs/en/debian.wml:144
msgid "<hr /> <a id=\"source\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:148
+#: /home/runa/tor/website/docs/en/debian.wml:147
msgid "<a class=\"anchor\" href=\"#source\">Building from source</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:152
+#: /home/runa/tor/website/docs/en/debian.wml:151
msgid ""
"If you want to build your own debs from source you must first add an "
"appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>."
@@ -266,7 +267,7 @@
#. PO4ASHARPBEGIN For the stable version.PO4ASHARPEND
#. PO4ASHARPBEGIN For the unstable version.PO4ASHARPEND
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:155
+#: /home/runa/tor/website/docs/en/debian.wml:154
#, no-wrap
msgid ""
"\n"
@@ -278,14 +279,14 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:162
+#: /home/runa/tor/website/docs/en/debian.wml:161
msgid ""
"You also need to install the necessary packages to build your own debs and "
"the packages needed to build Tor:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:165
+#: /home/runa/tor/website/docs/en/debian.wml:164
#, no-wrap
msgid ""
"apt-get install build-essential fakeroot devscripts\n"
@@ -293,12 +294,12 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:168
+#: /home/runa/tor/website/docs/en/debian.wml:167
msgid "Then you can build Tor in ~/debian-packages:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:170
+#: /home/runa/tor/website/docs/en/debian.wml:169
#, no-wrap
msgid ""
"mkdir ~/debian-packages; cd ~/debian-packages\n"
@@ -309,23 +310,23 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:176
+#: /home/runa/tor/website/docs/en/debian.wml:175
msgid "Now you can install the new package:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:178
+#: /home/runa/tor/website/docs/en/debian.wml:177
#, no-wrap
msgid "sudo dpkg -i tor_*.deb\n"
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:188
+#: /home/runa/tor/website/docs/en/debian.wml:187
msgid "<hr />"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:190
+#: /home/runa/tor/website/docs/en/debian.wml:189
msgid ""
"If you have suggestions for improving this document, please <a href=\"<page "
"about/contact>\">send them to us</a>. Thanks!"
Modified: translation/trunk/projects/website/po/es/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/es/download/3-low.download.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/es/download/3-low.download.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-13 14:56+0200\n"
-"PO-Revision-Date: 2011-07-14 01:02+0000\n"
+"POT-Creation-Date: 2011-07-20 20:43+0200\n"
+"PO-Revision-Date: 2011-07-21 01:01+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/torproject/team/es/)\n"
"MIME-Version: 1.0\n"
@@ -174,8 +174,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
-#: /tmp/eCkycGCH9H.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/jgw2tk3no1.xml:165
+#: /tmp/jgw2tk3no1.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -209,7 +209,7 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/jgw2tk3no1.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -518,7 +518,7 @@
msgstr ""
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/jgw2tk3no1.xml:343
msgid "<br>"
msgstr ""
@@ -618,12 +618,11 @@
#: /home/runa/tor/website/download/en/download.wml:338
msgid ""
"Do not use <a href=\"https://blog.torproject.org/blog/bittorrent-over-tor-"
-"isnt-good-idea\">BitTorrent and Tor</a> together unless you are using a "
-"system like <a href=\"http://tails.boum.org/\">TAILS</a>."
+"isnt-good-idea\">BitTorrent and Tor</a> together."
msgstr ""
#. type: Content of: <div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:346
+#: /home/runa/tor/website/download/en/download.wml:345
msgid ""
"Be smart and learn more. Understand what Tor does and does not offer. This "
"list of pitfalls isn't complete, and we need your help <a href=\"<page "
@@ -632,59 +631,59 @@
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:358
+#: /home/runa/tor/website/download/en/download.wml:357
msgid "Jump to:"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:360
+#: /home/runa/tor/website/download/en/download.wml:359
msgid "<a href=\"#Windows\">Microsoft Windows</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:361
+#: /home/runa/tor/website/download/en/download.wml:360
msgid "<a href=\"#mac\">Apple OS X</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:362
+#: /home/runa/tor/website/download/en/download.wml:361
msgid "<a href=\"#linux\">Linux/Unix</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:363
+#: /home/runa/tor/website/download/en/download.wml:362
msgid "<a href=\"#smartphones\">Smartphones</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:364
+#: /home/runa/tor/website/download/en/download.wml:363
msgid "<a href=\"#source\">Source Code</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:371
+#: /home/runa/tor/website/download/en/download.wml:370
msgid "What is the (sig) link?"
msgstr ""
#. type: Content of: <div><div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:372
+#: /home/runa/tor/website/download/en/download.wml:371
msgid ""
"These are GPG signatures to allow you to verify that your downloaded file is"
" really from The Tor Project and not an imposter."
msgstr ""
#. type: Content of: <div><div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:375
+#: /home/runa/tor/website/download/en/download.wml:374
msgid "<a href=\"<page docs/verifying-signatures>\">Learn more »</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:381
+#: /home/runa/tor/website/download/en/download.wml:380
msgid "Having Trouble?"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:383
+#: /home/runa/tor/website/download/en/download.wml:382
msgid "<a href=\"<page docs/documentation>\">Read the fine manuals</a>"
msgstr ""
Modified: translation/trunk/projects/website/po/es/getinvolved/4-optional.volunteer.po
===================================================================
--- translation/trunk/projects/website/po/es/getinvolved/4-optional.volunteer.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/es/getinvolved/4-optional.volunteer.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-22 00:56+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:02+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/torproject/team/es/)\n"
"MIME-Version: 1.0\n"
@@ -190,19 +190,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:86
-#: /tmp/r1AqHDMca8.xml:94
+#: /tmp/iN5ZsD3CzY.xml:94
msgid "Core"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:87
-#: /tmp/r1AqHDMca8.xml:119
+#: /tmp/iN5ZsD3CzY.xml:119
msgid "C"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:88
-#: /tmp/r1AqHDMca8.xml:112 /tmp/r1AqHDMca8.xml:144 /tmp/r1AqHDMca8.xml:184
+#: /tmp/iN5ZsD3CzY.xml:112 /tmp/iN5ZsD3CzY.xml:144 /tmp/iN5ZsD3CzY.xml:184
msgid "Heavy"
msgstr ""
@@ -218,13 +218,13 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:95
-#: /tmp/r1AqHDMca8.xml:151 /tmp/r1AqHDMca8.xml:183
+#: /tmp/iN5ZsD3CzY.xml:151 /tmp/iN5ZsD3CzY.xml:183
msgid "Java"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:96
-#: /tmp/r1AqHDMca8.xml:192 /tmp/r1AqHDMca8.xml:216 /tmp/r1AqHDMca8.xml:240
+#: /tmp/iN5ZsD3CzY.xml:192 /tmp/iN5ZsD3CzY.xml:216 /tmp/iN5ZsD3CzY.xml:240
msgid "None"
msgstr ""
@@ -235,19 +235,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:102
-#: /tmp/r1AqHDMca8.xml:110 /tmp/r1AqHDMca8.xml:118 /tmp/r1AqHDMca8.xml:126
+#: /tmp/iN5ZsD3CzY.xml:110 /tmp/iN5ZsD3CzY.xml:118 /tmp/iN5ZsD3CzY.xml:126
msgid "Usability"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:103
-#: /tmp/r1AqHDMca8.xml:111 /tmp/r1AqHDMca8.xml:127
+#: /tmp/iN5ZsD3CzY.xml:111 /tmp/iN5ZsD3CzY.xml:127
msgid "Sys Admin"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:104
-#: /tmp/r1AqHDMca8.xml:152 /tmp/r1AqHDMca8.xml:160 /tmp/r1AqHDMca8.xml:224
+#: /tmp/iN5ZsD3CzY.xml:152 /tmp/iN5ZsD3CzY.xml:160 /tmp/iN5ZsD3CzY.xml:224
msgid "Moderate"
msgstr ""
@@ -273,9 +273,9 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:120
-#: /tmp/r1AqHDMca8.xml:128 /tmp/r1AqHDMca8.xml:136 /tmp/r1AqHDMca8.xml:168
-#: /tmp/r1AqHDMca8.xml:176 /tmp/r1AqHDMca8.xml:200 /tmp/r1AqHDMca8.xml:208
-#: /tmp/r1AqHDMca8.xml:232
+#: /tmp/iN5ZsD3CzY.xml:128 /tmp/iN5ZsD3CzY.xml:136 /tmp/iN5ZsD3CzY.xml:168
+#: /tmp/iN5ZsD3CzY.xml:176 /tmp/iN5ZsD3CzY.xml:200 /tmp/iN5ZsD3CzY.xml:208
+#: /tmp/iN5ZsD3CzY.xml:232
msgid "Light"
msgstr ""
@@ -301,7 +301,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:134
-#: /tmp/r1AqHDMca8.xml:142 /tmp/r1AqHDMca8.xml:150
+#: /tmp/iN5ZsD3CzY.xml:142 /tmp/iN5ZsD3CzY.xml:150
msgid "User Interface"
msgstr ""
@@ -357,7 +357,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:161
-#: /tmp/r1AqHDMca8.xml:177 /tmp/r1AqHDMca8.xml:233
+#: /tmp/iN5ZsD3CzY.xml:177 /tmp/iN5ZsD3CzY.xml:233
msgid "mikeperry"
msgstr ""
@@ -373,8 +373,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:167
-#: /tmp/r1AqHDMca8.xml:175 /tmp/r1AqHDMca8.xml:199 /tmp/r1AqHDMca8.xml:207
-#: /tmp/r1AqHDMca8.xml:223 /tmp/r1AqHDMca8.xml:231 /tmp/r1AqHDMca8.xml:239
+#: /tmp/iN5ZsD3CzY.xml:175 /tmp/iN5ZsD3CzY.xml:199 /tmp/iN5ZsD3CzY.xml:207
+#: /tmp/iN5ZsD3CzY.xml:223 /tmp/iN5ZsD3CzY.xml:231 /tmp/iN5ZsD3CzY.xml:239
msgid "Python"
msgstr ""
@@ -400,8 +400,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:182
-#: /tmp/r1AqHDMca8.xml:190 /tmp/r1AqHDMca8.xml:198 /tmp/r1AqHDMca8.xml:206
-#: /tmp/r1AqHDMca8.xml:214
+#: /tmp/iN5ZsD3CzY.xml:190 /tmp/iN5ZsD3CzY.xml:198 /tmp/iN5ZsD3CzY.xml:206
+#: /tmp/iN5ZsD3CzY.xml:214
msgid "Client Service"
msgstr ""
@@ -427,7 +427,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:201
-#: /tmp/r1AqHDMca8.xml:209
+#: /tmp/iN5ZsD3CzY.xml:209
msgid "kaner"
msgstr ""
@@ -453,7 +453,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:222
-#: /tmp/r1AqHDMca8.xml:230 /tmp/r1AqHDMca8.xml:238
+#: /tmp/iN5ZsD3CzY.xml:230 /tmp/iN5ZsD3CzY.xml:238
msgid "Backend Service"
msgstr ""
@@ -652,7 +652,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:353
msgid ""
"<a href=\"<page projects/vidalia>\">Vidalia</a> (<a "
-"href=\"https://svn.torproject.org/vidalia/vidalia/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/vidalia.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -684,7 +684,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:372
msgid ""
"<a href=\"http://www.atagar.com/arm/\">Arm</a> (<a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/arm.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -713,8 +713,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:390
msgid ""
"<a href=\"https://guardianproject.info/apps/orbot/\">Orbot</a> (<a "
-"href=\"https://svn.torproject.org/svn/projects/android/trunk/Orbot/\">code</a>,"
-" <a "
+"href=\"https://gitweb.torproject.org/orbot.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -886,7 +885,7 @@
msgid ""
"<a "
"href=\"https://trac.torproject.org/projects/tor/wiki/projects/EmailAutoResponder\">GetTor</a>"
-" (<a href=\"https://svn.torproject.org/svn/projects/gettor/\">code</a>, <a "
+" (<a href=\"https://gitweb.torproject.org/gettor.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -1905,8 +1904,8 @@
msgid ""
"The vast majority of arm's more interesting functionality lies in its "
"backend <a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/src/util/\">utilities</a>, "
-"so there should be little to no work decoupling the CLI from its backend. "
+"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."
Modified: translation/trunk/projects/website/po/es/press/4-optional.2010-03-25-tor-store-press-release.po
===================================================================
--- translation/trunk/projects/website/po/es/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/es/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-02 17:00+0200\n"
-"PO-Revision-Date: 2011-07-20 21:00+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/torproject/team/es/)\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/2-medium.torusers.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/2-medium.torusers.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fa/about/2-medium.torusers.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-05 19:13+0000\n"
-"PO-Revision-Date: 2011-07-20 20:36+0000\n"
+"PO-Revision-Date: 2011-07-21 07:25+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/3-low.board.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.board.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fa/about/3-low.board.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-20 20:59+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/3-low.contact.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.contact.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fa/about/3-low.contact.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-07-08 08:44+0200\n"
-"PO-Revision-Date: 2011-07-20 20:19+0000\n"
+"PO-Revision-Date: 2011-07-21 07:23+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/3-low.corepeople.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.corepeople.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fa/about/3-low.corepeople.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-20 20:48+0000\n"
+"PO-Revision-Date: 2011-07-21 07:27+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/3-low.financials.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.financials.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fa/about/3-low.financials.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 20:45+0000\n"
+"PO-Revision-Date: 2011-07-21 07:27+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/3-low.translators.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.translators.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fa/about/3-low.translators.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-20 21:18+0000\n"
+"PO-Revision-Date: 2011-07-21 07:31+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/docs/3-low.debian.po
===================================================================
--- translation/trunk/projects/website/po/fa/docs/3-low.debian.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fa/docs/3-low.debian.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-09 01:14+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:00+0000\n"
"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -33,25 +33,25 @@
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/docs/en/debian.wml:14
msgid ""
-"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian lenny, Debian"
-" sid, or Debian testing</a>"
+"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian squeeze, "
+"lenny, Debian sid, or Debian testing</a>"
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/hXZfq9nNmb.xml:43
-#: /tmp/hXZfq9nNmb.xml:114 /tmp/hXZfq9nNmb.xml:149
+#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/zXFkzQsAWX.xml:42
+#: /tmp/zXFkzQsAWX.xml:113 /tmp/zXFkzQsAWX.xml:148
msgid "<br />"
msgstr "<br />"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/debian.wml:19
msgid ""
-"If you're using Debian stable (lenny), unstable (sid), or testing (squeeze),"
-" just run<br /> <tt>apt-get install tor tor-geoipdb</tt> as root."
+"If you're using Debian, just run<br /> <tt>apt-get install tor tor-"
+"geoipdb</tt> as root."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:26
+#: /home/runa/tor/website/docs/en/debian.wml:25
msgid ""
"Note that this might not always give you the latest stable Tor version, but "
"you will receive important security fixes. To make sure that you're running "
@@ -59,32 +59,33 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:32 /tmp/hXZfq9nNmb.xml:95
-#: /tmp/hXZfq9nNmb.xml:140 /tmp/hXZfq9nNmb.xml:183
+#: /home/runa/tor/website/docs/en/debian.wml:31 /tmp/zXFkzQsAWX.xml:94
+#: /tmp/zXFkzQsAWX.xml:139 /tmp/zXFkzQsAWX.xml:182
msgid ""
"Now Tor is installed and running. Move on to <a href=\"<page docs/tor-doc-"
"unix>#polipo\">step two</a> of the \"Tor on Linux/Unix\" instructions."
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:37
+#: /home/runa/tor/website/docs/en/debian.wml:36
msgid "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:41
+#: /home/runa/tor/website/docs/en/debian.wml:40
msgid "<a class=\"anchor\" href=\"#ubuntu\">Option two: Tor on Ubuntu or Debian</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:46
+#: /home/runa/tor/website/docs/en/debian.wml:45
msgid ""
-"<b>Do not use the packages in Ubuntu's universe.</b> They are unmaintained "
-"and out of date. That means you'll be missing stability and security fixes."
+"<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."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:52
+#: /home/runa/tor/website/docs/en/debian.wml:51
msgid ""
"You'll need to set up our package repository before you can fetch Tor. "
"First, you need to figure out the name of your distribution. A quick command"
@@ -93,11 +94,16 @@
msgstr ""
#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:57
+#: /home/runa/tor/website/docs/en/debian.wml:56
msgid "Debian unstable (sid) is \"sid\""
msgstr ""
#. type: Content of: <div><div><p><ul><li>
+#: /home/runa/tor/website/docs/en/debian.wml:57
+msgid "Debian testing is \"wheezy\""
+msgstr ""
+
+#. type: Content of: <div><div><p><ul><li>
#: /home/runa/tor/website/docs/en/debian.wml:58
msgid "Debian 6.0 (squeeze) is \"squeeze\""
msgstr ""
@@ -132,39 +138,34 @@
msgid "Ubuntu 8.04 is \"hardy\""
msgstr ""
-#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:65
-msgid "Ubuntu 6.06 is \"dapper\""
-msgstr ""
-
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:68
+#: /home/runa/tor/website/docs/en/debian.wml:67
msgid "Then add this line to your <tt>/etc/apt/sources.list</tt> file:<br />"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:72
+#: /home/runa/tor/website/docs/en/debian.wml:71
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:74
+#: /home/runa/tor/website/docs/en/debian.wml:73
msgid ""
"where you put the codename of your distribution (i.e. lenny, sid, maverick "
"or whatever it is) in place of <DISTRIBUTION>."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:80
+#: /home/runa/tor/website/docs/en/debian.wml:79
msgid ""
"Then add the gpg key used to sign the packages by running the following "
"commands at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:83
+#: /home/runa/tor/website/docs/en/debian.wml:82
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -172,14 +173,14 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:86
+#: /home/runa/tor/website/docs/en/debian.wml:85
msgid ""
"Now refresh your sources and install Tor by running the following commands "
"(as root) at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:89
+#: /home/runa/tor/website/docs/en/debian.wml:88
#, no-wrap
msgid ""
"apt-get update\n"
@@ -187,7 +188,7 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:101
+#: /home/runa/tor/website/docs/en/debian.wml:100
msgid ""
"The DNS name <code>deb.torproject.org</code> is actually a set of "
"independent servers in a DNS round robin configuration. If you for some "
@@ -197,19 +198,19 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:109
+#: /home/runa/tor/website/docs/en/debian.wml:108
msgid "<hr /> <a id=\"development\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:112
+#: /home/runa/tor/website/docs/en/debian.wml:111
msgid ""
"<a class=\"anchor\" href=\"#development\">Option three: Using the "
"development branch of Tor on Debian or Ubuntu</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:116
+#: /home/runa/tor/website/docs/en/debian.wml:115
msgid ""
"If you want to use the <a href=\"<page "
"download/download>#packagediff\">development branch</a> of Tor instead (more"
@@ -218,7 +219,7 @@
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:121
+#: /home/runa/tor/website/docs/en/debian.wml:120
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
@@ -226,19 +227,19 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:124
+#: /home/runa/tor/website/docs/en/debian.wml:123
msgid ""
"where you again substitute the name of your distro (lenny, sid, maverick, "
"...) in place of <DISTRIBUTION>."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:130
+#: /home/runa/tor/website/docs/en/debian.wml:129
msgid "Then run the following commands at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:132
+#: /home/runa/tor/website/docs/en/debian.wml:131
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -248,17 +249,17 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:145
+#: /home/runa/tor/website/docs/en/debian.wml:144
msgid "<hr /> <a id=\"source\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:148
+#: /home/runa/tor/website/docs/en/debian.wml:147
msgid "<a class=\"anchor\" href=\"#source\">Building from source</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:152
+#: /home/runa/tor/website/docs/en/debian.wml:151
msgid ""
"If you want to build your own debs from source you must first add an "
"appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>."
@@ -267,7 +268,7 @@
#. PO4ASHARPBEGIN For the stable version.PO4ASHARPEND
#. PO4ASHARPBEGIN For the unstable version.PO4ASHARPEND
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:155
+#: /home/runa/tor/website/docs/en/debian.wml:154
#, no-wrap
msgid ""
"\n"
@@ -279,14 +280,14 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:162
+#: /home/runa/tor/website/docs/en/debian.wml:161
msgid ""
"You also need to install the necessary packages to build your own debs and "
"the packages needed to build Tor:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:165
+#: /home/runa/tor/website/docs/en/debian.wml:164
#, no-wrap
msgid ""
"apt-get install build-essential fakeroot devscripts\n"
@@ -294,12 +295,12 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:168
+#: /home/runa/tor/website/docs/en/debian.wml:167
msgid "Then you can build Tor in ~/debian-packages:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:170
+#: /home/runa/tor/website/docs/en/debian.wml:169
#, no-wrap
msgid ""
"mkdir ~/debian-packages; cd ~/debian-packages\n"
@@ -310,23 +311,23 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:176
+#: /home/runa/tor/website/docs/en/debian.wml:175
msgid "Now you can install the new package:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:178
+#: /home/runa/tor/website/docs/en/debian.wml:177
#, no-wrap
msgid "sudo dpkg -i tor_*.deb\n"
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:188
+#: /home/runa/tor/website/docs/en/debian.wml:187
msgid "<hr />"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:190
+#: /home/runa/tor/website/docs/en/debian.wml:189
msgid ""
"If you have suggestions for improving this document, please <a href=\"<page "
"about/contact>\">send them to us</a>. Thanks!"
Modified: translation/trunk/projects/website/po/fa/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/fa/download/3-low.download.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fa/download/3-low.download.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-13 14:56+0200\n"
-"PO-Revision-Date: 2011-07-14 01:02+0000\n"
+"POT-Creation-Date: 2011-07-20 20:43+0200\n"
+"PO-Revision-Date: 2011-07-21 01:01+0000\n"
"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -175,8 +175,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
-#: /tmp/eCkycGCH9H.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/jgw2tk3no1.xml:165
+#: /tmp/jgw2tk3no1.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -210,7 +210,7 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/jgw2tk3no1.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -519,7 +519,7 @@
msgstr ""
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/jgw2tk3no1.xml:343
msgid "<br>"
msgstr ""
@@ -619,12 +619,11 @@
#: /home/runa/tor/website/download/en/download.wml:338
msgid ""
"Do not use <a href=\"https://blog.torproject.org/blog/bittorrent-over-tor-"
-"isnt-good-idea\">BitTorrent and Tor</a> together unless you are using a "
-"system like <a href=\"http://tails.boum.org/\">TAILS</a>."
+"isnt-good-idea\">BitTorrent and Tor</a> together."
msgstr ""
#. type: Content of: <div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:346
+#: /home/runa/tor/website/download/en/download.wml:345
msgid ""
"Be smart and learn more. Understand what Tor does and does not offer. This "
"list of pitfalls isn't complete, and we need your help <a href=\"<page "
@@ -633,59 +632,59 @@
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:358
+#: /home/runa/tor/website/download/en/download.wml:357
msgid "Jump to:"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:360
+#: /home/runa/tor/website/download/en/download.wml:359
msgid "<a href=\"#Windows\">Microsoft Windows</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:361
+#: /home/runa/tor/website/download/en/download.wml:360
msgid "<a href=\"#mac\">Apple OS X</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:362
+#: /home/runa/tor/website/download/en/download.wml:361
msgid "<a href=\"#linux\">Linux/Unix</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:363
+#: /home/runa/tor/website/download/en/download.wml:362
msgid "<a href=\"#smartphones\">Smartphones</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:364
+#: /home/runa/tor/website/download/en/download.wml:363
msgid "<a href=\"#source\">Source Code</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:371
+#: /home/runa/tor/website/download/en/download.wml:370
msgid "What is the (sig) link?"
msgstr ""
#. type: Content of: <div><div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:372
+#: /home/runa/tor/website/download/en/download.wml:371
msgid ""
"These are GPG signatures to allow you to verify that your downloaded file is"
" really from The Tor Project and not an imposter."
msgstr ""
#. type: Content of: <div><div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:375
+#: /home/runa/tor/website/download/en/download.wml:374
msgid "<a href=\"<page docs/verifying-signatures>\">Learn more »</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:381
+#: /home/runa/tor/website/download/en/download.wml:380
msgid "Having Trouble?"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:383
+#: /home/runa/tor/website/download/en/download.wml:382
msgid "<a href=\"<page docs/documentation>\">Read the fine manuals</a>"
msgstr ""
Modified: translation/trunk/projects/website/po/fa/getinvolved/4-optional.research.po
===================================================================
--- translation/trunk/projects/website/po/fa/getinvolved/4-optional.research.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fa/getinvolved/4-optional.research.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -2,14 +2,15 @@
# Copyright (C) YEAR The Tor Project, Inc.
# This file is distributed under the same license as the PACKAGE package.
#
+# <aalaeiarash(a)gmail.com>, 2011.
# <behravanhamed(a)gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-02-12 12:20+0000\n"
-"PO-Revision-Date: 2011-06-29 15:17+0000\n"
-"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
+"PO-Revision-Date: 2011-07-21 01:27+0000\n"
+"Last-Translator: arashaalaei <aalaeiarash(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -27,7 +28,7 @@
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/getinvolved/en/research.wml:13
msgid "Tor: Research"
-msgstr ""
+msgstr "تور : پژوهش"
#. type: Content of: <div><div>
#: /home/runa/tor/website/getinvolved/en/research.wml:14
@@ -123,12 +124,12 @@
#. type: Content of: <div><div>
#: /home/runa/tor/website/getinvolved/en/research.wml:100
msgid "<a id=\"Groups\"></a>"
-msgstr ""
+msgstr "<a id=\"گروه ها\"></a>"
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/getinvolved/en/research.wml:101
msgid "<a class=\"anchor\" href=\"#Groups\">Research Groups</a>"
-msgstr ""
+msgstr "<a class=\"anchor\" href=\"#Groups\">گروه های پژوهشی</a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/getinvolved/en/research.wml:103
@@ -136,6 +137,8 @@
"Interested to find other anonymity researchers? Here are some research "
"groups you should take a look at."
msgstr ""
+"علاقه مند به پیدا کردن سایر محققان برنامه های آنانومایزر هستید؟ در اینجا "
+"برخی از گروه های تحقیقاتی را برای شما معرفی می کنیم"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/getinvolved/en/research.wml:107
@@ -143,13 +146,14 @@
"Ian Goldberg's <a href=\"http://crysp.uwaterloo.ca/\">CrySP</a> group at "
"Waterloo."
msgstr ""
+"ایان گلدبرگ <a href=\"http://crysp.uwaterloo.ca/\">CrySP</a> گروه در واترلو."
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/getinvolved/en/research.wml:110
msgid ""
"<a href=\"http://www-users.cs.umn.edu/~hopper/\">Nick Hopper</a>'s group at "
"UMN."
-msgstr ""
+msgstr "<a href=\"http://www-users.cs.umn.edu/~hopper/\">نیک هاپر</a> گروه UMN."
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/getinvolved/en/research.wml:113
@@ -157,21 +161,23 @@
"<a href=\"http://www.hatswitch.org/~nikita/\">Nikita Borisov</a>'s group at "
"Illinois."
msgstr ""
+"<a href=\"http://www.hatswitch.org/~nikita/\">نیکیتا بوریسف</a> گروه در "
+"ایالت ایلینوی است ."
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/getinvolved/en/research.wml:116
msgid "Matt Wright's <a href=\"http://isec.uta.edu/\">iSec</a> group at UTA."
-msgstr ""
+msgstr "مت رایت <a href=\"http://isec.uta.edu/\">iSec</a> گروه در UTA."
#. type: Content of: <div><div>
#: /home/runa/tor/website/getinvolved/en/research.wml:121
msgid "<a id=\"Ideas\"></a>"
-msgstr ""
+msgstr "<a id=\"ایده ها\"></a>"
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/getinvolved/en/research.wml:122
msgid "<a class=\"anchor\" href=\"#Ideas\">Research Ideas</a>"
-msgstr ""
+msgstr "<a class=\"anchor\" href=\"#Ideas\">ایده های پژوهشی</a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/getinvolved/en/research.wml:125
@@ -197,6 +203,8 @@
"We need people to attack the system, quantify defenses, etc. Here are some "
"example projects:"
msgstr ""
+" برای تعیین کمیت دفاع ،ما از شما می خواهیم به سیستم تور حمله کنید در اینجا"
+" برای مثال برخی از پروژه ها را به شما معرفی می کنید"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/getinvolved/en/research.wml:141
@@ -267,5 +275,8 @@
"More coming soon. See also the \"Research\" section of the <a href=\"<page "
"getinvolved/volunteer>#Research\">volunteer</a> page for other topics."
msgstr ""
+" تور بزودی از این هم بهتر خواهد شد. همچنین نگاه کنید به بخش «پژوهش» <a "
+"href=\"<page getinvolved/volunteer>#Research\">داوطلب</a> صفحه را برای "
+"موضوعات دیگر ."
Modified: translation/trunk/projects/website/po/fa/getinvolved/4-optional.volunteer.po
===================================================================
--- translation/trunk/projects/website/po/fa/getinvolved/4-optional.volunteer.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fa/getinvolved/4-optional.volunteer.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-29 14:57+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:02+0000\n"
"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -197,19 +197,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:86
-#: /tmp/r1AqHDMca8.xml:94
+#: /tmp/iN5ZsD3CzY.xml:94
msgid "Core"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:87
-#: /tmp/r1AqHDMca8.xml:119
+#: /tmp/iN5ZsD3CzY.xml:119
msgid "C"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:88
-#: /tmp/r1AqHDMca8.xml:112 /tmp/r1AqHDMca8.xml:144 /tmp/r1AqHDMca8.xml:184
+#: /tmp/iN5ZsD3CzY.xml:112 /tmp/iN5ZsD3CzY.xml:144 /tmp/iN5ZsD3CzY.xml:184
msgid "Heavy"
msgstr ""
@@ -225,13 +225,13 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:95
-#: /tmp/r1AqHDMca8.xml:151 /tmp/r1AqHDMca8.xml:183
+#: /tmp/iN5ZsD3CzY.xml:151 /tmp/iN5ZsD3CzY.xml:183
msgid "Java"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:96
-#: /tmp/r1AqHDMca8.xml:192 /tmp/r1AqHDMca8.xml:216 /tmp/r1AqHDMca8.xml:240
+#: /tmp/iN5ZsD3CzY.xml:192 /tmp/iN5ZsD3CzY.xml:216 /tmp/iN5ZsD3CzY.xml:240
msgid "None"
msgstr ""
@@ -242,19 +242,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:102
-#: /tmp/r1AqHDMca8.xml:110 /tmp/r1AqHDMca8.xml:118 /tmp/r1AqHDMca8.xml:126
+#: /tmp/iN5ZsD3CzY.xml:110 /tmp/iN5ZsD3CzY.xml:118 /tmp/iN5ZsD3CzY.xml:126
msgid "Usability"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:103
-#: /tmp/r1AqHDMca8.xml:111 /tmp/r1AqHDMca8.xml:127
+#: /tmp/iN5ZsD3CzY.xml:111 /tmp/iN5ZsD3CzY.xml:127
msgid "Sys Admin"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:104
-#: /tmp/r1AqHDMca8.xml:152 /tmp/r1AqHDMca8.xml:160 /tmp/r1AqHDMca8.xml:224
+#: /tmp/iN5ZsD3CzY.xml:152 /tmp/iN5ZsD3CzY.xml:160 /tmp/iN5ZsD3CzY.xml:224
msgid "Moderate"
msgstr ""
@@ -280,9 +280,9 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:120
-#: /tmp/r1AqHDMca8.xml:128 /tmp/r1AqHDMca8.xml:136 /tmp/r1AqHDMca8.xml:168
-#: /tmp/r1AqHDMca8.xml:176 /tmp/r1AqHDMca8.xml:200 /tmp/r1AqHDMca8.xml:208
-#: /tmp/r1AqHDMca8.xml:232
+#: /tmp/iN5ZsD3CzY.xml:128 /tmp/iN5ZsD3CzY.xml:136 /tmp/iN5ZsD3CzY.xml:168
+#: /tmp/iN5ZsD3CzY.xml:176 /tmp/iN5ZsD3CzY.xml:200 /tmp/iN5ZsD3CzY.xml:208
+#: /tmp/iN5ZsD3CzY.xml:232
msgid "Light"
msgstr ""
@@ -308,7 +308,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:134
-#: /tmp/r1AqHDMca8.xml:142 /tmp/r1AqHDMca8.xml:150
+#: /tmp/iN5ZsD3CzY.xml:142 /tmp/iN5ZsD3CzY.xml:150
msgid "User Interface"
msgstr ""
@@ -364,7 +364,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:161
-#: /tmp/r1AqHDMca8.xml:177 /tmp/r1AqHDMca8.xml:233
+#: /tmp/iN5ZsD3CzY.xml:177 /tmp/iN5ZsD3CzY.xml:233
msgid "mikeperry"
msgstr ""
@@ -380,8 +380,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:167
-#: /tmp/r1AqHDMca8.xml:175 /tmp/r1AqHDMca8.xml:199 /tmp/r1AqHDMca8.xml:207
-#: /tmp/r1AqHDMca8.xml:223 /tmp/r1AqHDMca8.xml:231 /tmp/r1AqHDMca8.xml:239
+#: /tmp/iN5ZsD3CzY.xml:175 /tmp/iN5ZsD3CzY.xml:199 /tmp/iN5ZsD3CzY.xml:207
+#: /tmp/iN5ZsD3CzY.xml:223 /tmp/iN5ZsD3CzY.xml:231 /tmp/iN5ZsD3CzY.xml:239
msgid "Python"
msgstr ""
@@ -407,8 +407,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:182
-#: /tmp/r1AqHDMca8.xml:190 /tmp/r1AqHDMca8.xml:198 /tmp/r1AqHDMca8.xml:206
-#: /tmp/r1AqHDMca8.xml:214
+#: /tmp/iN5ZsD3CzY.xml:190 /tmp/iN5ZsD3CzY.xml:198 /tmp/iN5ZsD3CzY.xml:206
+#: /tmp/iN5ZsD3CzY.xml:214
msgid "Client Service"
msgstr ""
@@ -434,7 +434,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:201
-#: /tmp/r1AqHDMca8.xml:209
+#: /tmp/iN5ZsD3CzY.xml:209
msgid "kaner"
msgstr ""
@@ -460,7 +460,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:222
-#: /tmp/r1AqHDMca8.xml:230 /tmp/r1AqHDMca8.xml:238
+#: /tmp/iN5ZsD3CzY.xml:230 /tmp/iN5ZsD3CzY.xml:238
msgid "Backend Service"
msgstr ""
@@ -659,7 +659,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:353
msgid ""
"<a href=\"<page projects/vidalia>\">Vidalia</a> (<a "
-"href=\"https://svn.torproject.org/vidalia/vidalia/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/vidalia.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -691,7 +691,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:372
msgid ""
"<a href=\"http://www.atagar.com/arm/\">Arm</a> (<a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/arm.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -720,8 +720,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:390
msgid ""
"<a href=\"https://guardianproject.info/apps/orbot/\">Orbot</a> (<a "
-"href=\"https://svn.torproject.org/svn/projects/android/trunk/Orbot/\">code</a>,"
-" <a "
+"href=\"https://gitweb.torproject.org/orbot.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -893,7 +892,7 @@
msgid ""
"<a "
"href=\"https://trac.torproject.org/projects/tor/wiki/projects/EmailAutoResponder\">GetTor</a>"
-" (<a href=\"https://svn.torproject.org/svn/projects/gettor/\">code</a>, <a "
+" (<a href=\"https://gitweb.torproject.org/gettor.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -1912,8 +1911,8 @@
msgid ""
"The vast majority of arm's more interesting functionality lies in its "
"backend <a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/src/util/\">utilities</a>, "
-"so there should be little to no work decoupling the CLI from its backend. "
+"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."
Modified: translation/trunk/projects/website/po/fi/docs/3-low.debian.po
===================================================================
--- translation/trunk/projects/website/po/fi/docs/3-low.debian.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fi/docs/3-low.debian.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-09 01:14+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:00+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -35,29 +35,25 @@
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/docs/en/debian.wml:14
msgid ""
-"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian lenny, Debian"
-" sid, or Debian testing</a>"
+"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian squeeze, "
+"lenny, Debian sid, or Debian testing</a>"
msgstr ""
-"<a class=\"anchor\" href=\"#debian\">Ensimmäinen vaihtoehto: Tor Debian "
-"lenny, Debian sid, tai Debian testing -versioissa</a>"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/hXZfq9nNmb.xml:43
-#: /tmp/hXZfq9nNmb.xml:114 /tmp/hXZfq9nNmb.xml:149
+#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/zXFkzQsAWX.xml:42
+#: /tmp/zXFkzQsAWX.xml:113 /tmp/zXFkzQsAWX.xml:148
msgid "<br />"
msgstr "<br />"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/debian.wml:19
msgid ""
-"If you're using Debian stable (lenny), unstable (sid), or testing (squeeze),"
-" just run<br /> <tt>apt-get install tor tor-geoipdb</tt> as root."
+"If you're using Debian, just run<br /> <tt>apt-get install tor tor-"
+"geoipdb</tt> as root."
msgstr ""
-"Jos käytät Debianin vakaata (lenny), epävakaata (sid) tai testausversiota "
-"(squeeze), anna roottina komento <tt>apt-get install tor tor-geoipdb</tt>."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:26
+#: /home/runa/tor/website/docs/en/debian.wml:25
msgid ""
"Note that this might not always give you the latest stable Tor version, but "
"you will receive important security fixes. To make sure that you're running "
@@ -68,8 +64,8 @@
"käytät Torin viimeisintä vakaata versiota, katso alta vaihtoehto kaksi."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:32 /tmp/hXZfq9nNmb.xml:95
-#: /tmp/hXZfq9nNmb.xml:140 /tmp/hXZfq9nNmb.xml:183
+#: /home/runa/tor/website/docs/en/debian.wml:31 /tmp/zXFkzQsAWX.xml:94
+#: /tmp/zXFkzQsAWX.xml:139 /tmp/zXFkzQsAWX.xml:182
msgid ""
"Now Tor is installed and running. Move on to <a href=\"<page docs/tor-doc-"
"unix>#polipo\">step two</a> of the \"Tor on Linux/Unix\" instructions."
@@ -79,29 +75,27 @@
"unix>#polipo\">toiseen vaiheeseen</a>."
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:37
+#: /home/runa/tor/website/docs/en/debian.wml:36
msgid "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>"
msgstr "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>"
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:41
+#: /home/runa/tor/website/docs/en/debian.wml:40
msgid "<a class=\"anchor\" href=\"#ubuntu\">Option two: Tor on Ubuntu or Debian</a>"
msgstr ""
"<a class=\"anchor\" href=\"#ubuntu\">Toinen vaihtoehto: Tor Ubuntussa tai "
"Debianissa</a>"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:46
+#: /home/runa/tor/website/docs/en/debian.wml:45
msgid ""
-"<b>Do not use the packages in Ubuntu's universe.</b> They are unmaintained "
-"and out of date. That means you'll be missing stability and security fixes."
+"<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."
msgstr ""
-"<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."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:52
+#: /home/runa/tor/website/docs/en/debian.wml:51
msgid ""
"You'll need to set up our package repository before you can fetch Tor. "
"First, you need to figure out the name of your distribution. A quick command"
@@ -114,11 +108,16 @@
"kartoitus:"
#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:57
+#: /home/runa/tor/website/docs/en/debian.wml:56
msgid "Debian unstable (sid) is \"sid\""
msgstr "Debian unstable (sid) on \"sid\""
#. type: Content of: <div><div><p><ul><li>
+#: /home/runa/tor/website/docs/en/debian.wml:57
+msgid "Debian testing is \"wheezy\""
+msgstr ""
+
+#. type: Content of: <div><div><p><ul><li>
#: /home/runa/tor/website/docs/en/debian.wml:58
msgid "Debian 6.0 (squeeze) is \"squeeze\""
msgstr "Debian 6.0 (squeeze) on \"squeeze\""
@@ -153,26 +152,21 @@
msgid "Ubuntu 8.04 is \"hardy\""
msgstr "Ubuntu 8.04 on \"hardy\""
-#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:65
-msgid "Ubuntu 6.06 is \"dapper\""
-msgstr "Ubuntu 6.06 on \"dapper\""
-
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:68
+#: /home/runa/tor/website/docs/en/debian.wml:67
msgid "Then add this line to your <tt>/etc/apt/sources.list</tt> file:<br />"
msgstr ""
"Lisää sitten tämä rivi tiedostoon <tt>/etc/apt/sources.list<tt> koneellasi:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:72
+#: /home/runa/tor/website/docs/en/debian.wml:71
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
msgstr "deb http://deb.torproject.org/torproject.org <JAKELUVERSIO> main\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:74
+#: /home/runa/tor/website/docs/en/debian.wml:73
msgid ""
"where you put the codename of your distribution (i.e. lenny, sid, maverick "
"or whatever it is) in place of <DISTRIBUTION>."
@@ -181,7 +175,7 @@
"tai mikä se onkaan)."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:80
+#: /home/runa/tor/website/docs/en/debian.wml:79
msgid ""
"Then add the gpg key used to sign the packages by running the following "
"commands at your command prompt:"
@@ -190,7 +184,7 @@
"suorittamalla päätteessä seuraavat komennot:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:83
+#: /home/runa/tor/website/docs/en/debian.wml:82
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -200,7 +194,7 @@
"gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:86
+#: /home/runa/tor/website/docs/en/debian.wml:85
msgid ""
"Now refresh your sources and install Tor by running the following commands "
"(as root) at your command prompt:"
@@ -209,7 +203,7 @@
"komennot (roottina):"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:89
+#: /home/runa/tor/website/docs/en/debian.wml:88
#, no-wrap
msgid ""
"apt-get update\n"
@@ -219,7 +213,7 @@
"apt-get install tor tor-geoipdb\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:101
+#: /home/runa/tor/website/docs/en/debian.wml:100
msgid ""
"The DNS name <code>deb.torproject.org</code> is actually a set of "
"independent servers in a DNS round robin configuration. If you for some "
@@ -234,12 +228,12 @@
"<code>vidalia.mirror.youam.de</code>."
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:109
+#: /home/runa/tor/website/docs/en/debian.wml:108
msgid "<hr /> <a id=\"development\"></a>"
msgstr "<hr /> <a id=\"development\"></a>"
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:112
+#: /home/runa/tor/website/docs/en/debian.wml:111
msgid ""
"<a class=\"anchor\" href=\"#development\">Option three: Using the "
"development branch of Tor on Debian or Ubuntu</a>"
@@ -248,7 +242,7 @@
"kehityshaaran käyttö Debianissa tai Ubuntussa</a>"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:116
+#: /home/runa/tor/website/docs/en/debian.wml:115
msgid ""
"If you want to use the <a href=\"<page "
"download/download>#packagediff\">development branch</a> of Tor instead (more"
@@ -261,7 +255,7 @@
"<tt>/etc/apt/sources.list</tt> nämä rivit:<br />"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:121
+#: /home/runa/tor/website/docs/en/debian.wml:120
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
@@ -271,7 +265,7 @@
"deb http://deb.torproject.org/torproject.org experimental-<JAKELUVERSIO> main\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:124
+#: /home/runa/tor/website/docs/en/debian.wml:123
msgid ""
"where you again substitute the name of your distro (lenny, sid, maverick, "
"...) in place of <DISTRIBUTION>."
@@ -280,12 +274,12 @@
"sid, maverick, ...)."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:130
+#: /home/runa/tor/website/docs/en/debian.wml:129
msgid "Then run the following commands at your command prompt:"
msgstr "Suorita sen jälkeen päätteessä seuraavat komennot:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:132
+#: /home/runa/tor/website/docs/en/debian.wml:131
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -299,17 +293,17 @@
"apt-get install tor tor-geoipdb\n"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:145
+#: /home/runa/tor/website/docs/en/debian.wml:144
msgid "<hr /> <a id=\"source\"></a>"
msgstr "<hr /> <a id=\"source\"></a>"
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:148
+#: /home/runa/tor/website/docs/en/debian.wml:147
msgid "<a class=\"anchor\" href=\"#source\">Building from source</a>"
msgstr "<a class=\"anchor\" href=\"#source\">Lähdekoodista rakentaminen</a>"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:152
+#: /home/runa/tor/website/docs/en/debian.wml:151
msgid ""
"If you want to build your own debs from source you must first add an "
"appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>."
@@ -320,7 +314,7 @@
#. PO4ASHARPBEGIN For the stable version.PO4ASHARPEND
#. PO4ASHARPBEGIN For the unstable version.PO4ASHARPEND
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:155
+#: /home/runa/tor/website/docs/en/debian.wml:154
#, no-wrap
msgid ""
"\n"
@@ -338,7 +332,7 @@
"deb-src http://deb.torproject.org/torproject.org experimental-<JAKELUVERSIO> main\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:162
+#: /home/runa/tor/website/docs/en/debian.wml:161
msgid ""
"You also need to install the necessary packages to build your own debs and "
"the packages needed to build Tor:"
@@ -347,7 +341,7 @@
"tekemiseen ja Torin rakentamiseen:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:165
+#: /home/runa/tor/website/docs/en/debian.wml:164
#, no-wrap
msgid ""
"apt-get install build-essential fakeroot devscripts\n"
@@ -357,12 +351,12 @@
"apt-get build-dep tor\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:168
+#: /home/runa/tor/website/docs/en/debian.wml:167
msgid "Then you can build Tor in ~/debian-packages:"
msgstr "Sen jälkeen voit rakentaa Torin ~/debian-packages -hakemistossa:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:170
+#: /home/runa/tor/website/docs/en/debian.wml:169
#, no-wrap
msgid ""
"mkdir ~/debian-packages; cd ~/debian-packages\n"
@@ -378,23 +372,23 @@
"cd ..\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:176
+#: /home/runa/tor/website/docs/en/debian.wml:175
msgid "Now you can install the new package:"
msgstr "Voit nyt asentaa uuden paketin:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:178
+#: /home/runa/tor/website/docs/en/debian.wml:177
#, no-wrap
msgid "sudo dpkg -i tor_*.deb\n"
msgstr "sudo dpkg -i tor_*.deb\n"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:188
+#: /home/runa/tor/website/docs/en/debian.wml:187
msgid "<hr />"
msgstr "<hr />"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:190
+#: /home/runa/tor/website/docs/en/debian.wml:189
msgid ""
"If you have suggestions for improving this document, please <a href=\"<page "
"about/contact>\">send them to us</a>. Thanks!"
Modified: translation/trunk/projects/website/po/fr/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/fr/download/3-low.download.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/fr/download/3-low.download.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -8,8 +8,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-13 14:56+0200\n"
-"PO-Revision-Date: 2011-07-14 01:02+0000\n"
+"POT-Creation-Date: 2011-07-20 20:43+0200\n"
+"PO-Revision-Date: 2011-07-21 01:01+0000\n"
"Last-Translator: freda <ecuriesduperche(a)free.fr>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -183,8 +183,8 @@
msgstr "Tor pour Windows est livré de quatre façons différentes:"
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
-#: /tmp/eCkycGCH9H.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/jgw2tk3no1.xml:165
+#: /tmp/jgw2tk3no1.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -231,7 +231,7 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/jgw2tk3no1.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -649,7 +649,7 @@
"instable</a> ( <a href=\"../dist/tor-<version-alpha>.tar.gz.asc\">sig</a> )"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/jgw2tk3no1.xml:343
msgid "<br>"
msgstr "<br>"
@@ -807,16 +807,11 @@
#: /home/runa/tor/website/download/en/download.wml:338
msgid ""
"Do not use <a href=\"https://blog.torproject.org/blog/bittorrent-over-tor-"
-"isnt-good-idea\">BitTorrent and Tor</a> together unless you are using a "
-"system like <a href=\"http://tails.boum.org/\">TAILS</a>."
+"isnt-good-idea\">BitTorrent and Tor</a> together."
msgstr ""
-"N'utilisez pas Bittorrent et Tor en même temps <a "
-"href=\"https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-"
-"idea\"> à moins d'utiliser un système tel que Tails <a "
-"href=\"http://tails.boum.org/\">TAILS</a>."
#. type: Content of: <div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:346
+#: /home/runa/tor/website/download/en/download.wml:345
msgid ""
"Be smart and learn more. Understand what Tor does and does not offer. This "
"list of pitfalls isn't complete, and we need your help <a href=\"<page "
@@ -830,42 +825,42 @@
"les problèmes</a> ."
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:358
+#: /home/runa/tor/website/download/en/download.wml:357
msgid "Jump to:"
msgstr "Aller à:"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:360
+#: /home/runa/tor/website/download/en/download.wml:359
msgid "<a href=\"#Windows\">Microsoft Windows</a>"
msgstr "<a href=\"#Windows\">Microsoft Windows</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:361
+#: /home/runa/tor/website/download/en/download.wml:360
msgid "<a href=\"#mac\">Apple OS X</a>"
msgstr "<a href=\"#mac\">Apple OS X</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:362
+#: /home/runa/tor/website/download/en/download.wml:361
msgid "<a href=\"#linux\">Linux/Unix</a>"
msgstr "<a href=\"#linux\">Linux/Unix</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:363
+#: /home/runa/tor/website/download/en/download.wml:362
msgid "<a href=\"#smartphones\">Smartphones</a>"
msgstr "<a href=\"#smartphones\">Smartphones</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:364
+#: /home/runa/tor/website/download/en/download.wml:363
msgid "<a href=\"#source\">Source Code</a>"
msgstr "<a href=\"#source\">Code Source</a>"
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:371
+#: /home/runa/tor/website/download/en/download.wml:370
msgid "What is the (sig) link?"
msgstr "Quel est le lien (sig)?"
#. type: Content of: <div><div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:372
+#: /home/runa/tor/website/download/en/download.wml:371
msgid ""
"These are GPG signatures to allow you to verify that your downloaded file is"
" really from The Tor Project and not an imposter."
@@ -874,17 +869,17 @@
" téléchargé est réellement du projet Tor et non un imposteur."
#. type: Content of: <div><div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:375
+#: /home/runa/tor/website/download/en/download.wml:374
msgid "<a href=\"<page docs/verifying-signatures>\">Learn more »</a>"
msgstr "<a href=\"<page docs/verifying-signatures>\">En savoir plus »</a>"
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:381
+#: /home/runa/tor/website/download/en/download.wml:380
msgid "Having Trouble?"
msgstr "Vous rencontrez des problèmes?"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:383
+#: /home/runa/tor/website/download/en/download.wml:382
msgid "<a href=\"<page docs/documentation>\">Read the fine manuals</a>"
msgstr "<a href=\"<page docs/documentation>\">Lisez les excellents manuels</a>"
Modified: translation/trunk/projects/website/po/hu/getinvolved/3-low.mirrors.po
===================================================================
--- translation/trunk/projects/website/po/hu/getinvolved/3-low.mirrors.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/hu/getinvolved/3-low.mirrors.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -2,19 +2,18 @@
# Copyright (C) YEAR The Tor Project, Inc.
# This file is distributed under the same license as the PACKAGE package.
#
-# <viktor.varga(a)gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-16 12:20+0000\n"
-"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>\n"
+"PO-Revision-Date: 2011-07-20 21:59+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hu_HU\n"
+"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#. type: Content of: <div><div>
Modified: translation/trunk/projects/website/po/hu/torbutton/3-low.index.po
===================================================================
--- translation/trunk/projects/website/po/hu/torbutton/3-low.index.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/hu/torbutton/3-low.index.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -2,19 +2,18 @@
# Copyright (C) YEAR The Tor Project, Inc.
# This file is distributed under the same license as the PACKAGE package.
#
-# <viktor.varga(a)gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-16 12:12+0000\n"
-"Last-Translator: vargaviktor <viktor.varga(a)gmail.com>\n"
+"PO-Revision-Date: 2011-07-20 22:01+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Language: hu_HU\n"
+"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#. type: Content of: <div><div>
Modified: translation/trunk/projects/website/po/it/docs/3-low.debian.po
===================================================================
--- translation/trunk/projects/website/po/it/docs/3-low.debian.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/it/docs/3-low.debian.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-09 01:14+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:00+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/team/it/)\n"
"MIME-Version: 1.0\n"
@@ -32,25 +32,25 @@
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/docs/en/debian.wml:14
msgid ""
-"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian lenny, Debian"
-" sid, or Debian testing</a>"
+"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian squeeze, "
+"lenny, Debian sid, or Debian testing</a>"
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/hXZfq9nNmb.xml:43
-#: /tmp/hXZfq9nNmb.xml:114 /tmp/hXZfq9nNmb.xml:149
+#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/zXFkzQsAWX.xml:42
+#: /tmp/zXFkzQsAWX.xml:113 /tmp/zXFkzQsAWX.xml:148
msgid "<br />"
msgstr ""
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/debian.wml:19
msgid ""
-"If you're using Debian stable (lenny), unstable (sid), or testing (squeeze),"
-" just run<br /> <tt>apt-get install tor tor-geoipdb</tt> as root."
+"If you're using Debian, just run<br /> <tt>apt-get install tor tor-"
+"geoipdb</tt> as root."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:26
+#: /home/runa/tor/website/docs/en/debian.wml:25
msgid ""
"Note that this might not always give you the latest stable Tor version, but "
"you will receive important security fixes. To make sure that you're running "
@@ -58,32 +58,33 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:32 /tmp/hXZfq9nNmb.xml:95
-#: /tmp/hXZfq9nNmb.xml:140 /tmp/hXZfq9nNmb.xml:183
+#: /home/runa/tor/website/docs/en/debian.wml:31 /tmp/zXFkzQsAWX.xml:94
+#: /tmp/zXFkzQsAWX.xml:139 /tmp/zXFkzQsAWX.xml:182
msgid ""
"Now Tor is installed and running. Move on to <a href=\"<page docs/tor-doc-"
"unix>#polipo\">step two</a> of the \"Tor on Linux/Unix\" instructions."
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:37
+#: /home/runa/tor/website/docs/en/debian.wml:36
msgid "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:41
+#: /home/runa/tor/website/docs/en/debian.wml:40
msgid "<a class=\"anchor\" href=\"#ubuntu\">Option two: Tor on Ubuntu or Debian</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:46
+#: /home/runa/tor/website/docs/en/debian.wml:45
msgid ""
-"<b>Do not use the packages in Ubuntu's universe.</b> They are unmaintained "
-"and out of date. That means you'll be missing stability and security fixes."
+"<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."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:52
+#: /home/runa/tor/website/docs/en/debian.wml:51
msgid ""
"You'll need to set up our package repository before you can fetch Tor. "
"First, you need to figure out the name of your distribution. A quick command"
@@ -92,11 +93,16 @@
msgstr ""
#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:57
+#: /home/runa/tor/website/docs/en/debian.wml:56
msgid "Debian unstable (sid) is \"sid\""
msgstr ""
#. type: Content of: <div><div><p><ul><li>
+#: /home/runa/tor/website/docs/en/debian.wml:57
+msgid "Debian testing is \"wheezy\""
+msgstr ""
+
+#. type: Content of: <div><div><p><ul><li>
#: /home/runa/tor/website/docs/en/debian.wml:58
msgid "Debian 6.0 (squeeze) is \"squeeze\""
msgstr ""
@@ -131,39 +137,34 @@
msgid "Ubuntu 8.04 is \"hardy\""
msgstr ""
-#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:65
-msgid "Ubuntu 6.06 is \"dapper\""
-msgstr ""
-
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:68
+#: /home/runa/tor/website/docs/en/debian.wml:67
msgid "Then add this line to your <tt>/etc/apt/sources.list</tt> file:<br />"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:72
+#: /home/runa/tor/website/docs/en/debian.wml:71
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:74
+#: /home/runa/tor/website/docs/en/debian.wml:73
msgid ""
"where you put the codename of your distribution (i.e. lenny, sid, maverick "
"or whatever it is) in place of <DISTRIBUTION>."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:80
+#: /home/runa/tor/website/docs/en/debian.wml:79
msgid ""
"Then add the gpg key used to sign the packages by running the following "
"commands at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:83
+#: /home/runa/tor/website/docs/en/debian.wml:82
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -171,14 +172,14 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:86
+#: /home/runa/tor/website/docs/en/debian.wml:85
msgid ""
"Now refresh your sources and install Tor by running the following commands "
"(as root) at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:89
+#: /home/runa/tor/website/docs/en/debian.wml:88
#, no-wrap
msgid ""
"apt-get update\n"
@@ -186,7 +187,7 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:101
+#: /home/runa/tor/website/docs/en/debian.wml:100
msgid ""
"The DNS name <code>deb.torproject.org</code> is actually a set of "
"independent servers in a DNS round robin configuration. If you for some "
@@ -196,19 +197,19 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:109
+#: /home/runa/tor/website/docs/en/debian.wml:108
msgid "<hr /> <a id=\"development\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:112
+#: /home/runa/tor/website/docs/en/debian.wml:111
msgid ""
"<a class=\"anchor\" href=\"#development\">Option three: Using the "
"development branch of Tor on Debian or Ubuntu</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:116
+#: /home/runa/tor/website/docs/en/debian.wml:115
msgid ""
"If you want to use the <a href=\"<page "
"download/download>#packagediff\">development branch</a> of Tor instead (more"
@@ -217,7 +218,7 @@
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:121
+#: /home/runa/tor/website/docs/en/debian.wml:120
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
@@ -225,19 +226,19 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:124
+#: /home/runa/tor/website/docs/en/debian.wml:123
msgid ""
"where you again substitute the name of your distro (lenny, sid, maverick, "
"...) in place of <DISTRIBUTION>."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:130
+#: /home/runa/tor/website/docs/en/debian.wml:129
msgid "Then run the following commands at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:132
+#: /home/runa/tor/website/docs/en/debian.wml:131
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -247,17 +248,17 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:145
+#: /home/runa/tor/website/docs/en/debian.wml:144
msgid "<hr /> <a id=\"source\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:148
+#: /home/runa/tor/website/docs/en/debian.wml:147
msgid "<a class=\"anchor\" href=\"#source\">Building from source</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:152
+#: /home/runa/tor/website/docs/en/debian.wml:151
msgid ""
"If you want to build your own debs from source you must first add an "
"appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>."
@@ -266,7 +267,7 @@
#. PO4ASHARPBEGIN For the stable version.PO4ASHARPEND
#. PO4ASHARPBEGIN For the unstable version.PO4ASHARPEND
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:155
+#: /home/runa/tor/website/docs/en/debian.wml:154
#, no-wrap
msgid ""
"\n"
@@ -278,14 +279,14 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:162
+#: /home/runa/tor/website/docs/en/debian.wml:161
msgid ""
"You also need to install the necessary packages to build your own debs and "
"the packages needed to build Tor:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:165
+#: /home/runa/tor/website/docs/en/debian.wml:164
#, no-wrap
msgid ""
"apt-get install build-essential fakeroot devscripts\n"
@@ -293,12 +294,12 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:168
+#: /home/runa/tor/website/docs/en/debian.wml:167
msgid "Then you can build Tor in ~/debian-packages:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:170
+#: /home/runa/tor/website/docs/en/debian.wml:169
#, no-wrap
msgid ""
"mkdir ~/debian-packages; cd ~/debian-packages\n"
@@ -309,23 +310,23 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:176
+#: /home/runa/tor/website/docs/en/debian.wml:175
msgid "Now you can install the new package:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:178
+#: /home/runa/tor/website/docs/en/debian.wml:177
#, no-wrap
msgid "sudo dpkg -i tor_*.deb\n"
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:188
+#: /home/runa/tor/website/docs/en/debian.wml:187
msgid "<hr />"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:190
+#: /home/runa/tor/website/docs/en/debian.wml:189
msgid ""
"If you have suggestions for improving this document, please <a href=\"<page "
"about/contact>\">send them to us</a>. Thanks!"
Modified: translation/trunk/projects/website/po/it/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/it/download/3-low.download.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/it/download/3-low.download.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-13 14:56+0200\n"
-"PO-Revision-Date: 2011-07-14 01:02+0000\n"
+"POT-Creation-Date: 2011-07-20 20:43+0200\n"
+"PO-Revision-Date: 2011-07-21 01:01+0000\n"
"Last-Translator: zfrns84 <silviazaf(a)gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/team/it/)\n"
"MIME-Version: 1.0\n"
@@ -181,8 +181,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
-#: /tmp/eCkycGCH9H.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/jgw2tk3no1.xml:165
+#: /tmp/jgw2tk3no1.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -216,7 +216,7 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/jgw2tk3no1.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -525,7 +525,7 @@
msgstr ""
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/jgw2tk3no1.xml:343
msgid "<br>"
msgstr ""
@@ -625,12 +625,11 @@
#: /home/runa/tor/website/download/en/download.wml:338
msgid ""
"Do not use <a href=\"https://blog.torproject.org/blog/bittorrent-over-tor-"
-"isnt-good-idea\">BitTorrent and Tor</a> together unless you are using a "
-"system like <a href=\"http://tails.boum.org/\">TAILS</a>."
+"isnt-good-idea\">BitTorrent and Tor</a> together."
msgstr ""
#. type: Content of: <div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:346
+#: /home/runa/tor/website/download/en/download.wml:345
msgid ""
"Be smart and learn more. Understand what Tor does and does not offer. This "
"list of pitfalls isn't complete, and we need your help <a href=\"<page "
@@ -639,59 +638,59 @@
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:358
+#: /home/runa/tor/website/download/en/download.wml:357
msgid "Jump to:"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:360
+#: /home/runa/tor/website/download/en/download.wml:359
msgid "<a href=\"#Windows\">Microsoft Windows</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:361
+#: /home/runa/tor/website/download/en/download.wml:360
msgid "<a href=\"#mac\">Apple OS X</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:362
+#: /home/runa/tor/website/download/en/download.wml:361
msgid "<a href=\"#linux\">Linux/Unix</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:363
+#: /home/runa/tor/website/download/en/download.wml:362
msgid "<a href=\"#smartphones\">Smartphones</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:364
+#: /home/runa/tor/website/download/en/download.wml:363
msgid "<a href=\"#source\">Source Code</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:371
+#: /home/runa/tor/website/download/en/download.wml:370
msgid "What is the (sig) link?"
msgstr ""
#. type: Content of: <div><div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:372
+#: /home/runa/tor/website/download/en/download.wml:371
msgid ""
"These are GPG signatures to allow you to verify that your downloaded file is"
" really from The Tor Project and not an imposter."
msgstr ""
#. type: Content of: <div><div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:375
+#: /home/runa/tor/website/download/en/download.wml:374
msgid "<a href=\"<page docs/verifying-signatures>\">Learn more »</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:381
+#: /home/runa/tor/website/download/en/download.wml:380
msgid "Having Trouble?"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:383
+#: /home/runa/tor/website/download/en/download.wml:382
msgid "<a href=\"<page docs/documentation>\">Read the fine manuals</a>"
msgstr ""
Modified: translation/trunk/projects/website/po/it/getinvolved/4-optional.volunteer.po
===================================================================
--- translation/trunk/projects/website/po/it/getinvolved/4-optional.volunteer.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/it/getinvolved/4-optional.volunteer.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-22 00:56+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:02+0000\n"
"Last-Translator: zfrns84 <silviazaf(a)gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/team/it/)\n"
"MIME-Version: 1.0\n"
@@ -190,19 +190,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:86
-#: /tmp/r1AqHDMca8.xml:94
+#: /tmp/iN5ZsD3CzY.xml:94
msgid "Core"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:87
-#: /tmp/r1AqHDMca8.xml:119
+#: /tmp/iN5ZsD3CzY.xml:119
msgid "C"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:88
-#: /tmp/r1AqHDMca8.xml:112 /tmp/r1AqHDMca8.xml:144 /tmp/r1AqHDMca8.xml:184
+#: /tmp/iN5ZsD3CzY.xml:112 /tmp/iN5ZsD3CzY.xml:144 /tmp/iN5ZsD3CzY.xml:184
msgid "Heavy"
msgstr ""
@@ -218,13 +218,13 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:95
-#: /tmp/r1AqHDMca8.xml:151 /tmp/r1AqHDMca8.xml:183
+#: /tmp/iN5ZsD3CzY.xml:151 /tmp/iN5ZsD3CzY.xml:183
msgid "Java"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:96
-#: /tmp/r1AqHDMca8.xml:192 /tmp/r1AqHDMca8.xml:216 /tmp/r1AqHDMca8.xml:240
+#: /tmp/iN5ZsD3CzY.xml:192 /tmp/iN5ZsD3CzY.xml:216 /tmp/iN5ZsD3CzY.xml:240
msgid "None"
msgstr ""
@@ -235,19 +235,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:102
-#: /tmp/r1AqHDMca8.xml:110 /tmp/r1AqHDMca8.xml:118 /tmp/r1AqHDMca8.xml:126
+#: /tmp/iN5ZsD3CzY.xml:110 /tmp/iN5ZsD3CzY.xml:118 /tmp/iN5ZsD3CzY.xml:126
msgid "Usability"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:103
-#: /tmp/r1AqHDMca8.xml:111 /tmp/r1AqHDMca8.xml:127
+#: /tmp/iN5ZsD3CzY.xml:111 /tmp/iN5ZsD3CzY.xml:127
msgid "Sys Admin"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:104
-#: /tmp/r1AqHDMca8.xml:152 /tmp/r1AqHDMca8.xml:160 /tmp/r1AqHDMca8.xml:224
+#: /tmp/iN5ZsD3CzY.xml:152 /tmp/iN5ZsD3CzY.xml:160 /tmp/iN5ZsD3CzY.xml:224
msgid "Moderate"
msgstr ""
@@ -273,9 +273,9 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:120
-#: /tmp/r1AqHDMca8.xml:128 /tmp/r1AqHDMca8.xml:136 /tmp/r1AqHDMca8.xml:168
-#: /tmp/r1AqHDMca8.xml:176 /tmp/r1AqHDMca8.xml:200 /tmp/r1AqHDMca8.xml:208
-#: /tmp/r1AqHDMca8.xml:232
+#: /tmp/iN5ZsD3CzY.xml:128 /tmp/iN5ZsD3CzY.xml:136 /tmp/iN5ZsD3CzY.xml:168
+#: /tmp/iN5ZsD3CzY.xml:176 /tmp/iN5ZsD3CzY.xml:200 /tmp/iN5ZsD3CzY.xml:208
+#: /tmp/iN5ZsD3CzY.xml:232
msgid "Light"
msgstr ""
@@ -301,7 +301,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:134
-#: /tmp/r1AqHDMca8.xml:142 /tmp/r1AqHDMca8.xml:150
+#: /tmp/iN5ZsD3CzY.xml:142 /tmp/iN5ZsD3CzY.xml:150
msgid "User Interface"
msgstr ""
@@ -357,7 +357,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:161
-#: /tmp/r1AqHDMca8.xml:177 /tmp/r1AqHDMca8.xml:233
+#: /tmp/iN5ZsD3CzY.xml:177 /tmp/iN5ZsD3CzY.xml:233
msgid "mikeperry"
msgstr ""
@@ -373,8 +373,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:167
-#: /tmp/r1AqHDMca8.xml:175 /tmp/r1AqHDMca8.xml:199 /tmp/r1AqHDMca8.xml:207
-#: /tmp/r1AqHDMca8.xml:223 /tmp/r1AqHDMca8.xml:231 /tmp/r1AqHDMca8.xml:239
+#: /tmp/iN5ZsD3CzY.xml:175 /tmp/iN5ZsD3CzY.xml:199 /tmp/iN5ZsD3CzY.xml:207
+#: /tmp/iN5ZsD3CzY.xml:223 /tmp/iN5ZsD3CzY.xml:231 /tmp/iN5ZsD3CzY.xml:239
msgid "Python"
msgstr ""
@@ -400,8 +400,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:182
-#: /tmp/r1AqHDMca8.xml:190 /tmp/r1AqHDMca8.xml:198 /tmp/r1AqHDMca8.xml:206
-#: /tmp/r1AqHDMca8.xml:214
+#: /tmp/iN5ZsD3CzY.xml:190 /tmp/iN5ZsD3CzY.xml:198 /tmp/iN5ZsD3CzY.xml:206
+#: /tmp/iN5ZsD3CzY.xml:214
msgid "Client Service"
msgstr ""
@@ -427,7 +427,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:201
-#: /tmp/r1AqHDMca8.xml:209
+#: /tmp/iN5ZsD3CzY.xml:209
msgid "kaner"
msgstr ""
@@ -453,7 +453,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:222
-#: /tmp/r1AqHDMca8.xml:230 /tmp/r1AqHDMca8.xml:238
+#: /tmp/iN5ZsD3CzY.xml:230 /tmp/iN5ZsD3CzY.xml:238
msgid "Backend Service"
msgstr ""
@@ -652,7 +652,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:353
msgid ""
"<a href=\"<page projects/vidalia>\">Vidalia</a> (<a "
-"href=\"https://svn.torproject.org/vidalia/vidalia/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/vidalia.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -684,7 +684,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:372
msgid ""
"<a href=\"http://www.atagar.com/arm/\">Arm</a> (<a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/arm.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -713,8 +713,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:390
msgid ""
"<a href=\"https://guardianproject.info/apps/orbot/\">Orbot</a> (<a "
-"href=\"https://svn.torproject.org/svn/projects/android/trunk/Orbot/\">code</a>,"
-" <a "
+"href=\"https://gitweb.torproject.org/orbot.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -886,7 +885,7 @@
msgid ""
"<a "
"href=\"https://trac.torproject.org/projects/tor/wiki/projects/EmailAutoResponder\">GetTor</a>"
-" (<a href=\"https://svn.torproject.org/svn/projects/gettor/\">code</a>, <a "
+" (<a href=\"https://gitweb.torproject.org/gettor.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -1905,8 +1904,8 @@
msgid ""
"The vast majority of arm's more interesting functionality lies in its "
"backend <a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/src/util/\">utilities</a>, "
-"so there should be little to no work decoupling the CLI from its backend. "
+"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."
Modified: translation/trunk/projects/website/po/it/press/4-optional.2010-03-25-tor-store-press-release.po
===================================================================
--- translation/trunk/projects/website/po/it/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/it/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-02 17:00+0200\n"
-"PO-Revision-Date: 2011-07-20 21:00+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/team/it/)\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/my/1-high.index.po
===================================================================
--- translation/trunk/projects/website/po/my/1-high.index.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/my/1-high.index.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-28 12:48+0200\n"
-"PO-Revision-Date: 2011-07-20 20:56+0000\n"
+"PO-Revision-Date: 2011-07-21 07:28+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/pl_PL/docs/3-low.debian.po
===================================================================
--- translation/trunk/projects/website/po/pl_PL/docs/3-low.debian.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/pl_PL/docs/3-low.debian.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-09 12:20+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:00+0000\n"
"Last-Translator: bogdrozd <bog.d(a)gazeta.pl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -36,30 +36,25 @@
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/docs/en/debian.wml:14
msgid ""
-"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian lenny, Debian"
-" sid, or Debian testing</a>"
+"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian squeeze, "
+"lenny, Debian sid, or Debian testing</a>"
msgstr ""
-"<a class=\"anchor\" href=\"#debian\">Opcja pierwsza: Tor na Debianie lenny, "
-"Debianie sid lub Debianie testing</a>"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/hXZfq9nNmb.xml:43
-#: /tmp/hXZfq9nNmb.xml:114 /tmp/hXZfq9nNmb.xml:149
+#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/zXFkzQsAWX.xml:42
+#: /tmp/zXFkzQsAWX.xml:113 /tmp/zXFkzQsAWX.xml:148
msgid "<br />"
msgstr "<br />"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/debian.wml:19
msgid ""
-"If you're using Debian stable (lenny), unstable (sid), or testing (squeeze),"
-" just run<br /> <tt>apt-get install tor tor-geoipdb</tt> as root."
+"If you're using Debian, just run<br /> <tt>apt-get install tor tor-"
+"geoipdb</tt> as root."
msgstr ""
-"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."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:26
+#: /home/runa/tor/website/docs/en/debian.wml:25
msgid ""
"Note that this might not always give you the latest stable Tor version, but "
"you will receive important security fixes. To make sure that you're running "
@@ -70,8 +65,8 @@
"najnowszą stabilną wersję Tora, spójrz na opcję drugą poniżej."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:32 /tmp/hXZfq9nNmb.xml:95
-#: /tmp/hXZfq9nNmb.xml:140 /tmp/hXZfq9nNmb.xml:183
+#: /home/runa/tor/website/docs/en/debian.wml:31 /tmp/zXFkzQsAWX.xml:94
+#: /tmp/zXFkzQsAWX.xml:139 /tmp/zXFkzQsAWX.xml:182
msgid ""
"Now Tor is installed and running. Move on to <a href=\"<page docs/tor-doc-"
"unix>#polipo\">step two</a> of the \"Tor on Linux/Unix\" instructions."
@@ -81,29 +76,27 @@
"Linux/Unix\""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:37
+#: /home/runa/tor/website/docs/en/debian.wml:36
msgid "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>"
msgstr "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>"
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:41
+#: /home/runa/tor/website/docs/en/debian.wml:40
msgid "<a class=\"anchor\" href=\"#ubuntu\">Option two: Tor on Ubuntu or Debian</a>"
msgstr ""
"<a class=\"anchor\" href=\"#ubuntu\">Opcja druga: Tor na Ubuntu lub "
"Debianie</a>"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:46
+#: /home/runa/tor/website/docs/en/debian.wml:45
msgid ""
-"<b>Do not use the packages in Ubuntu's universe.</b> They are unmaintained "
-"and out of date. That means you'll be missing stability and security fixes."
+"<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."
msgstr ""
-"<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."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:52
+#: /home/runa/tor/website/docs/en/debian.wml:51
msgid ""
"You'll need to set up our package repository before you can fetch Tor. "
"First, you need to figure out the name of your distribution. A quick command"
@@ -116,11 +109,16 @@
"/etc/debian_version</tt>. Poniżej jest proste odwzorowanie:"
#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:57
+#: /home/runa/tor/website/docs/en/debian.wml:56
msgid "Debian unstable (sid) is \"sid\""
msgstr "Debian unstable (sid) to \"sid\""
#. type: Content of: <div><div><p><ul><li>
+#: /home/runa/tor/website/docs/en/debian.wml:57
+msgid "Debian testing is \"wheezy\""
+msgstr ""
+
+#. type: Content of: <div><div><p><ul><li>
#: /home/runa/tor/website/docs/en/debian.wml:58
msgid "Debian 6.0 (squeeze) is \"squeeze\""
msgstr "Debian 6.0 (squeeze) to \"squeeze\""
@@ -155,20 +153,15 @@
msgid "Ubuntu 8.04 is \"hardy\""
msgstr "Ubuntu 8.04 to \"hardy\""
-#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:65
-msgid "Ubuntu 6.06 is \"dapper\""
-msgstr "Ubuntu 6.06 to \"dapper\""
-
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:68
+#: /home/runa/tor/website/docs/en/debian.wml:67
msgid "Then add this line to your <tt>/etc/apt/sources.list</tt> file:<br />"
msgstr ""
"Potem dodajcie tę linię do swojego pliku <tt>/etc/apt/sources.list</tt>:<br "
"/>"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:72
+#: /home/runa/tor/website/docs/en/debian.wml:71
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
@@ -176,7 +169,7 @@
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:74
+#: /home/runa/tor/website/docs/en/debian.wml:73
msgid ""
"where you put the codename of your distribution (i.e. lenny, sid, maverick "
"or whatever it is) in place of <DISTRIBUTION>."
@@ -185,7 +178,7 @@
" maverick czy cokolwiek to jest) w miejsce <DISTRIBUTION>."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:80
+#: /home/runa/tor/website/docs/en/debian.wml:79
msgid ""
"Then add the gpg key used to sign the packages by running the following "
"commands at your command prompt:"
@@ -194,7 +187,7 @@
"następujące komendy w linii poleceń:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:83
+#: /home/runa/tor/website/docs/en/debian.wml:82
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -204,7 +197,7 @@
"gpg --export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:86
+#: /home/runa/tor/website/docs/en/debian.wml:85
msgid ""
"Now refresh your sources and install Tor by running the following commands "
"(as root) at your command prompt:"
@@ -213,7 +206,7 @@
"komendy (jako root) w linii poleceń:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:89
+#: /home/runa/tor/website/docs/en/debian.wml:88
#, no-wrap
msgid ""
"apt-get update\n"
@@ -223,7 +216,7 @@
"apt-get install tor tor-geoipdb\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:101
+#: /home/runa/tor/website/docs/en/debian.wml:100
msgid ""
"The DNS name <code>deb.torproject.org</code> is actually a set of "
"independent servers in a DNS round robin configuration. If you for some "
@@ -238,12 +231,12 @@
"<code>mirror.netcologne.de</code> lub <code>tor.mirror.youam.de</code>."
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:109
+#: /home/runa/tor/website/docs/en/debian.wml:108
msgid "<hr /> <a id=\"development\"></a>"
msgstr "<hr /> <a id=\"development\"></a>"
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:112
+#: /home/runa/tor/website/docs/en/debian.wml:111
msgid ""
"<a class=\"anchor\" href=\"#development\">Option three: Using the "
"development branch of Tor on Debian or Ubuntu</a>"
@@ -252,7 +245,7 @@
"rozwojowej Tora na Debianie lub Ubuntu</a>"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:116
+#: /home/runa/tor/website/docs/en/debian.wml:115
msgid ""
"If you want to use the <a href=\"<page "
"download/download>#packagediff\">development branch</a> of Tor instead (more"
@@ -264,7 +257,7 @@
"inny zestaw linii do swojego pliku <tt>/etc/apt/sources.list</tt>:<br />"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:121
+#: /home/runa/tor/website/docs/en/debian.wml:120
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
@@ -274,7 +267,7 @@
"deb http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:124
+#: /home/runa/tor/website/docs/en/debian.wml:123
msgid ""
"where you again substitute the name of your distro (lenny, sid, maverick, "
"...) in place of <DISTRIBUTION>."
@@ -283,12 +276,12 @@
"maverick, ...) zamiast <DISTRIBUTION>."
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:130
+#: /home/runa/tor/website/docs/en/debian.wml:129
msgid "Then run the following commands at your command prompt:"
msgstr "Potem wykonajcie następujące komendy w linii poleceń:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:132
+#: /home/runa/tor/website/docs/en/debian.wml:131
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -302,17 +295,17 @@
"apt-get install tor tor-geoipdb\n"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:145
+#: /home/runa/tor/website/docs/en/debian.wml:144
msgid "<hr /> <a id=\"source\"></a>"
msgstr "<hr /> <a id=\"source\"></a>"
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:148
+#: /home/runa/tor/website/docs/en/debian.wml:147
msgid "<a class=\"anchor\" href=\"#source\">Building from source</a>"
msgstr "<a class=\"anchor\" href=\"#source\">Kompilacja ze źródeł</a>"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:152
+#: /home/runa/tor/website/docs/en/debian.wml:151
msgid ""
"If you want to build your own debs from source you must first add an "
"appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>."
@@ -323,7 +316,7 @@
#. PO4ASHARPBEGIN For the stable version.PO4ASHARPEND
#. PO4ASHARPBEGIN For the unstable version.PO4ASHARPEND
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:155
+#: /home/runa/tor/website/docs/en/debian.wml:154
#, no-wrap
msgid ""
"\n"
@@ -341,7 +334,7 @@
"deb-src http://deb.torproject.org/torproject.org experimental-<DISTRIBUTION> main\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:162
+#: /home/runa/tor/website/docs/en/debian.wml:161
msgid ""
"You also need to install the necessary packages to build your own debs and "
"the packages needed to build Tor:"
@@ -350,7 +343,7 @@
" nezbędne do kompilacji Tora:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:165
+#: /home/runa/tor/website/docs/en/debian.wml:164
#, no-wrap
msgid ""
"apt-get install build-essential fakeroot devscripts\n"
@@ -360,12 +353,12 @@
"apt-get build-dep tor\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:168
+#: /home/runa/tor/website/docs/en/debian.wml:167
msgid "Then you can build Tor in ~/debian-packages:"
msgstr "Wtedy możecie skompilować Tora w ~/debian-packages:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:170
+#: /home/runa/tor/website/docs/en/debian.wml:169
#, no-wrap
msgid ""
"mkdir ~/debian-packages; cd ~/debian-packages\n"
@@ -381,23 +374,23 @@
"cd ..\n"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:176
+#: /home/runa/tor/website/docs/en/debian.wml:175
msgid "Now you can install the new package:"
msgstr "Teraz możecie zainstalować nową paczkę:"
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:178
+#: /home/runa/tor/website/docs/en/debian.wml:177
#, no-wrap
msgid "sudo dpkg -i tor_*.deb\n"
msgstr "sudo dpkg -i tor_*.deb\n"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:188
+#: /home/runa/tor/website/docs/en/debian.wml:187
msgid "<hr />"
msgstr "<hr />"
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:190
+#: /home/runa/tor/website/docs/en/debian.wml:189
msgid ""
"If you have suggestions for improving this document, please <a href=\"<page "
"about/contact>\">send them to us</a>. Thanks!"
Modified: translation/trunk/projects/website/po/pl_PL/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/pl_PL/download/3-low.download.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/pl_PL/download/3-low.download.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-13 14:56+0200\n"
-"PO-Revision-Date: 2011-07-17 09:27+0000\n"
+"POT-Creation-Date: 2011-07-20 20:43+0200\n"
+"PO-Revision-Date: 2011-07-21 01:01+0000\n"
"Last-Translator: bogdrozd <bog.d(a)gazeta.pl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -206,8 +206,8 @@
msgstr "Oprogramowanie Tor dla Windows jest pakowane na cztery różne sposoby:"
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
-#: /tmp/eCkycGCH9H.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/jgw2tk3no1.xml:165
+#: /tmp/jgw2tk3no1.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -255,7 +255,7 @@
"Musisz ręcznie skonfigurować Tora i wszystkie swoje aplikacje."
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/jgw2tk3no1.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -666,7 +666,7 @@
"href=\"../dist/tor-<version-alpha>.tar.gz.asc\">sig</a>)"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/jgw2tk3no1.xml:343
msgid "<br>"
msgstr "<br>"
@@ -819,15 +819,11 @@
#: /home/runa/tor/website/download/en/download.wml:338
msgid ""
"Do not use <a href=\"https://blog.torproject.org/blog/bittorrent-over-tor-"
-"isnt-good-idea\">BitTorrent and Tor</a> together unless you are using a "
-"system like <a href=\"http://tails.boum.org/\">TAILS</a>."
+"isnt-good-idea\">BitTorrent and Tor</a> together."
msgstr ""
-"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>."
#. type: Content of: <div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:346
+#: /home/runa/tor/website/download/en/download.wml:345
msgid ""
"Be smart and learn more. Understand what Tor does and does not offer. This "
"list of pitfalls isn't complete, and we need your help <a href=\"<page "
@@ -841,42 +837,42 @@
"wszystkich spraw</a>."
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:358
+#: /home/runa/tor/website/download/en/download.wml:357
msgid "Jump to:"
msgstr "Przejdź do:"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:360
+#: /home/runa/tor/website/download/en/download.wml:359
msgid "<a href=\"#Windows\">Microsoft Windows</a>"
msgstr "<a href=\"#Windows\">Microsoft Windows</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:361
+#: /home/runa/tor/website/download/en/download.wml:360
msgid "<a href=\"#mac\">Apple OS X</a>"
msgstr "<a href=\"#mac\">Apple OS X</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:362
+#: /home/runa/tor/website/download/en/download.wml:361
msgid "<a href=\"#linux\">Linux/Unix</a>"
msgstr "<a href=\"#linux\">Linux/Unix</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:363
+#: /home/runa/tor/website/download/en/download.wml:362
msgid "<a href=\"#smartphones\">Smartphones</a>"
msgstr "<a href=\"#smartphones\">Smartfony</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:364
+#: /home/runa/tor/website/download/en/download.wml:363
msgid "<a href=\"#source\">Source Code</a>"
msgstr "<a href=\"#source\">Kod Źródłowy</a>"
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:371
+#: /home/runa/tor/website/download/en/download.wml:370
msgid "What is the (sig) link?"
msgstr "Czym jest link (sig)?"
#. type: Content of: <div><div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:372
+#: /home/runa/tor/website/download/en/download.wml:371
msgid ""
"These are GPG signatures to allow you to verify that your downloaded file is"
" really from The Tor Project and not an imposter."
@@ -885,18 +881,18 @@
"pochodzi rzeczywiście od Projektu Tor, a nie od oszusta."
#. type: Content of: <div><div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:375
+#: /home/runa/tor/website/download/en/download.wml:374
msgid "<a href=\"<page docs/verifying-signatures>\">Learn more »</a>"
msgstr ""
"<a href=\"<page docs/verifying-signatures>\">Dowiedz się więcej »</a>"
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:381
+#: /home/runa/tor/website/download/en/download.wml:380
msgid "Having Trouble?"
msgstr "Masz kłopoty?"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:383
+#: /home/runa/tor/website/download/en/download.wml:382
msgid "<a href=\"<page docs/documentation>\">Read the fine manuals</a>"
msgstr "<a href=\"<page docs/documentation>\">Przeczytaj dobre podręczniki</a>"
Modified: translation/trunk/projects/website/po/pl_PL/getinvolved/4-optional.volunteer.po
===================================================================
--- translation/trunk/projects/website/po/pl_PL/getinvolved/4-optional.volunteer.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/pl_PL/getinvolved/4-optional.volunteer.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -8,8 +8,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-26 10:28+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:02+0000\n"
"Last-Translator: bogdrozd <bog.d(a)gazeta.pl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -235,19 +235,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:86
-#: /tmp/r1AqHDMca8.xml:94
+#: /tmp/iN5ZsD3CzY.xml:94
msgid "Core"
msgstr "Główny"
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:87
-#: /tmp/r1AqHDMca8.xml:119
+#: /tmp/iN5ZsD3CzY.xml:119
msgid "C"
msgstr "C"
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:88
-#: /tmp/r1AqHDMca8.xml:112 /tmp/r1AqHDMca8.xml:144 /tmp/r1AqHDMca8.xml:184
+#: /tmp/iN5ZsD3CzY.xml:112 /tmp/iN5ZsD3CzY.xml:144 /tmp/iN5ZsD3CzY.xml:184
msgid "Heavy"
msgstr "Dużo"
@@ -263,13 +263,13 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:95
-#: /tmp/r1AqHDMca8.xml:151 /tmp/r1AqHDMca8.xml:183
+#: /tmp/iN5ZsD3CzY.xml:151 /tmp/iN5ZsD3CzY.xml:183
msgid "Java"
msgstr "Java"
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:96
-#: /tmp/r1AqHDMca8.xml:192 /tmp/r1AqHDMca8.xml:216 /tmp/r1AqHDMca8.xml:240
+#: /tmp/iN5ZsD3CzY.xml:192 /tmp/iN5ZsD3CzY.xml:216 /tmp/iN5ZsD3CzY.xml:240
msgid "None"
msgstr "Brak"
@@ -280,19 +280,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:102
-#: /tmp/r1AqHDMca8.xml:110 /tmp/r1AqHDMca8.xml:118 /tmp/r1AqHDMca8.xml:126
+#: /tmp/iN5ZsD3CzY.xml:110 /tmp/iN5ZsD3CzY.xml:118 /tmp/iN5ZsD3CzY.xml:126
msgid "Usability"
msgstr "Uzyteczność"
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:103
-#: /tmp/r1AqHDMca8.xml:111 /tmp/r1AqHDMca8.xml:127
+#: /tmp/iN5ZsD3CzY.xml:111 /tmp/iN5ZsD3CzY.xml:127
msgid "Sys Admin"
msgstr "Sys Admin"
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:104
-#: /tmp/r1AqHDMca8.xml:152 /tmp/r1AqHDMca8.xml:160 /tmp/r1AqHDMca8.xml:224
+#: /tmp/iN5ZsD3CzY.xml:152 /tmp/iN5ZsD3CzY.xml:160 /tmp/iN5ZsD3CzY.xml:224
msgid "Moderate"
msgstr "Średnia"
@@ -318,9 +318,9 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:120
-#: /tmp/r1AqHDMca8.xml:128 /tmp/r1AqHDMca8.xml:136 /tmp/r1AqHDMca8.xml:168
-#: /tmp/r1AqHDMca8.xml:176 /tmp/r1AqHDMca8.xml:200 /tmp/r1AqHDMca8.xml:208
-#: /tmp/r1AqHDMca8.xml:232
+#: /tmp/iN5ZsD3CzY.xml:128 /tmp/iN5ZsD3CzY.xml:136 /tmp/iN5ZsD3CzY.xml:168
+#: /tmp/iN5ZsD3CzY.xml:176 /tmp/iN5ZsD3CzY.xml:200 /tmp/iN5ZsD3CzY.xml:208
+#: /tmp/iN5ZsD3CzY.xml:232
msgid "Light"
msgstr "Mało"
@@ -346,7 +346,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:134
-#: /tmp/r1AqHDMca8.xml:142 /tmp/r1AqHDMca8.xml:150
+#: /tmp/iN5ZsD3CzY.xml:142 /tmp/iN5ZsD3CzY.xml:150
msgid "User Interface"
msgstr "Interfejs użytkownika"
@@ -402,7 +402,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:161
-#: /tmp/r1AqHDMca8.xml:177 /tmp/r1AqHDMca8.xml:233
+#: /tmp/iN5ZsD3CzY.xml:177 /tmp/iN5ZsD3CzY.xml:233
msgid "mikeperry"
msgstr "mikeperry"
@@ -418,8 +418,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:167
-#: /tmp/r1AqHDMca8.xml:175 /tmp/r1AqHDMca8.xml:199 /tmp/r1AqHDMca8.xml:207
-#: /tmp/r1AqHDMca8.xml:223 /tmp/r1AqHDMca8.xml:231 /tmp/r1AqHDMca8.xml:239
+#: /tmp/iN5ZsD3CzY.xml:175 /tmp/iN5ZsD3CzY.xml:199 /tmp/iN5ZsD3CzY.xml:207
+#: /tmp/iN5ZsD3CzY.xml:223 /tmp/iN5ZsD3CzY.xml:231 /tmp/iN5ZsD3CzY.xml:239
msgid "Python"
msgstr "Python"
@@ -445,8 +445,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:182
-#: /tmp/r1AqHDMca8.xml:190 /tmp/r1AqHDMca8.xml:198 /tmp/r1AqHDMca8.xml:206
-#: /tmp/r1AqHDMca8.xml:214
+#: /tmp/iN5ZsD3CzY.xml:190 /tmp/iN5ZsD3CzY.xml:198 /tmp/iN5ZsD3CzY.xml:206
+#: /tmp/iN5ZsD3CzY.xml:214
msgid "Client Service"
msgstr "Usługa kliencka"
@@ -472,7 +472,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:201
-#: /tmp/r1AqHDMca8.xml:209
+#: /tmp/iN5ZsD3CzY.xml:209
msgid "kaner"
msgstr "kaner"
@@ -498,7 +498,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:222
-#: /tmp/r1AqHDMca8.xml:230 /tmp/r1AqHDMca8.xml:238
+#: /tmp/iN5ZsD3CzY.xml:230 /tmp/iN5ZsD3CzY.xml:238
msgid "Backend Service"
msgstr "Usługa wspierająca"
@@ -756,14 +756,10 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:353
msgid ""
"<a href=\"<page projects/vidalia>\">Vidalia</a> (<a "
-"href=\"https://svn.torproject.org/vidalia/vidalia/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/vidalia.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
-"<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=assig…">śledzenie"
-" błędów</a>)"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:359
@@ -801,14 +797,10 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:372
msgid ""
"<a href=\"http://www.atagar.com/arm/\">Arm</a> (<a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/arm.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
-"<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=assig…">śledzenie"
-" błędów</a>)"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:378
@@ -840,16 +832,10 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:390
msgid ""
"<a href=\"https://guardianproject.info/apps/orbot/\">Orbot</a> (<a "
-"href=\"https://svn.torproject.org/svn/projects/android/trunk/Orbot/\">code</a>,"
-" <a "
+"href=\"https://gitweb.torproject.org/orbot.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
-"<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=assig…">śledzenie"
-" błędów</a>)"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:396
@@ -1072,15 +1058,10 @@
msgid ""
"<a "
"href=\"https://trac.torproject.org/projects/tor/wiki/projects/EmailAutoResponder\">GetTor</a>"
-" (<a href=\"https://svn.torproject.org/svn/projects/gettor/\">code</a>, <a "
+" (<a href=\"https://gitweb.torproject.org/gettor.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
-"<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=assig…">śledzenie"
-" błędów</a>)"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:492
@@ -2540,19 +2521,12 @@
msgid ""
"The vast majority of arm's more interesting functionality lies in its "
"backend <a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/src/util/\">utilities</a>, "
-"so there should be little to no work decoupling the CLI from its backend. "
+"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."
msgstr ""
-"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."
#. type: Content of: <div><div><ol><li>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:1206
Modified: translation/trunk/projects/website/po/ru/docs/3-low.debian.po
===================================================================
--- translation/trunk/projects/website/po/ru/docs/3-low.debian.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ru/docs/3-low.debian.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-09 01:14+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:00+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/team/ru/)\n"
"MIME-Version: 1.0\n"
@@ -32,25 +32,25 @@
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/docs/en/debian.wml:14
msgid ""
-"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian lenny, Debian"
-" sid, or Debian testing</a>"
+"<a class=\"anchor\" href=\"#debian\">Option one: Tor on Debian squeeze, "
+"lenny, Debian sid, or Debian testing</a>"
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/hXZfq9nNmb.xml:43
-#: /tmp/hXZfq9nNmb.xml:114 /tmp/hXZfq9nNmb.xml:149
+#: /home/runa/tor/website/docs/en/debian.wml:16 /tmp/zXFkzQsAWX.xml:42
+#: /tmp/zXFkzQsAWX.xml:113 /tmp/zXFkzQsAWX.xml:148
msgid "<br />"
msgstr ""
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/debian.wml:19
msgid ""
-"If you're using Debian stable (lenny), unstable (sid), or testing (squeeze),"
-" just run<br /> <tt>apt-get install tor tor-geoipdb</tt> as root."
+"If you're using Debian, just run<br /> <tt>apt-get install tor tor-"
+"geoipdb</tt> as root."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:26
+#: /home/runa/tor/website/docs/en/debian.wml:25
msgid ""
"Note that this might not always give you the latest stable Tor version, but "
"you will receive important security fixes. To make sure that you're running "
@@ -58,32 +58,33 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:32 /tmp/hXZfq9nNmb.xml:95
-#: /tmp/hXZfq9nNmb.xml:140 /tmp/hXZfq9nNmb.xml:183
+#: /home/runa/tor/website/docs/en/debian.wml:31 /tmp/zXFkzQsAWX.xml:94
+#: /tmp/zXFkzQsAWX.xml:139 /tmp/zXFkzQsAWX.xml:182
msgid ""
"Now Tor is installed and running. Move on to <a href=\"<page docs/tor-doc-"
"unix>#polipo\">step two</a> of the \"Tor on Linux/Unix\" instructions."
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:37
+#: /home/runa/tor/website/docs/en/debian.wml:36
msgid "<hr /> <a id=\"ubuntu\"></a> <a id=\"packages\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:41
+#: /home/runa/tor/website/docs/en/debian.wml:40
msgid "<a class=\"anchor\" href=\"#ubuntu\">Option two: Tor on Ubuntu or Debian</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:46
+#: /home/runa/tor/website/docs/en/debian.wml:45
msgid ""
-"<b>Do not use the packages in Ubuntu's universe.</b> They are unmaintained "
-"and out of date. That means you'll be missing stability and security fixes."
+"<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."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:52
+#: /home/runa/tor/website/docs/en/debian.wml:51
msgid ""
"You'll need to set up our package repository before you can fetch Tor. "
"First, you need to figure out the name of your distribution. A quick command"
@@ -92,11 +93,16 @@
msgstr ""
#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:57
+#: /home/runa/tor/website/docs/en/debian.wml:56
msgid "Debian unstable (sid) is \"sid\""
msgstr ""
#. type: Content of: <div><div><p><ul><li>
+#: /home/runa/tor/website/docs/en/debian.wml:57
+msgid "Debian testing is \"wheezy\""
+msgstr ""
+
+#. type: Content of: <div><div><p><ul><li>
#: /home/runa/tor/website/docs/en/debian.wml:58
msgid "Debian 6.0 (squeeze) is \"squeeze\""
msgstr ""
@@ -131,39 +137,34 @@
msgid "Ubuntu 8.04 is \"hardy\""
msgstr ""
-#. type: Content of: <div><div><p><ul><li>
-#: /home/runa/tor/website/docs/en/debian.wml:65
-msgid "Ubuntu 6.06 is \"dapper\""
-msgstr ""
-
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:68
+#: /home/runa/tor/website/docs/en/debian.wml:67
msgid "Then add this line to your <tt>/etc/apt/sources.list</tt> file:<br />"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:72
+#: /home/runa/tor/website/docs/en/debian.wml:71
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:74
+#: /home/runa/tor/website/docs/en/debian.wml:73
msgid ""
"where you put the codename of your distribution (i.e. lenny, sid, maverick "
"or whatever it is) in place of <DISTRIBUTION>."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:80
+#: /home/runa/tor/website/docs/en/debian.wml:79
msgid ""
"Then add the gpg key used to sign the packages by running the following "
"commands at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:83
+#: /home/runa/tor/website/docs/en/debian.wml:82
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -171,14 +172,14 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:86
+#: /home/runa/tor/website/docs/en/debian.wml:85
msgid ""
"Now refresh your sources and install Tor by running the following commands "
"(as root) at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:89
+#: /home/runa/tor/website/docs/en/debian.wml:88
#, no-wrap
msgid ""
"apt-get update\n"
@@ -186,7 +187,7 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:101
+#: /home/runa/tor/website/docs/en/debian.wml:100
msgid ""
"The DNS name <code>deb.torproject.org</code> is actually a set of "
"independent servers in a DNS round robin configuration. If you for some "
@@ -196,19 +197,19 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:109
+#: /home/runa/tor/website/docs/en/debian.wml:108
msgid "<hr /> <a id=\"development\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:112
+#: /home/runa/tor/website/docs/en/debian.wml:111
msgid ""
"<a class=\"anchor\" href=\"#development\">Option three: Using the "
"development branch of Tor on Debian or Ubuntu</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:116
+#: /home/runa/tor/website/docs/en/debian.wml:115
msgid ""
"If you want to use the <a href=\"<page "
"download/download>#packagediff\">development branch</a> of Tor instead (more"
@@ -217,7 +218,7 @@
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:121
+#: /home/runa/tor/website/docs/en/debian.wml:120
#, no-wrap
msgid ""
"deb http://deb.torproject.org/torproject.org <DISTRIBUTION> main\n"
@@ -225,19 +226,19 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:124
+#: /home/runa/tor/website/docs/en/debian.wml:123
msgid ""
"where you again substitute the name of your distro (lenny, sid, maverick, "
"...) in place of <DISTRIBUTION>."
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:130
+#: /home/runa/tor/website/docs/en/debian.wml:129
msgid "Then run the following commands at your command prompt:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:132
+#: /home/runa/tor/website/docs/en/debian.wml:131
#, no-wrap
msgid ""
"gpg --keyserver keys.gnupg.net --recv 886DDD89\n"
@@ -247,17 +248,17 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:145
+#: /home/runa/tor/website/docs/en/debian.wml:144
msgid "<hr /> <a id=\"source\"></a>"
msgstr ""
#. type: Content of: <div><div><h2>
-#: /home/runa/tor/website/docs/en/debian.wml:148
+#: /home/runa/tor/website/docs/en/debian.wml:147
msgid "<a class=\"anchor\" href=\"#source\">Building from source</a>"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:152
+#: /home/runa/tor/website/docs/en/debian.wml:151
msgid ""
"If you want to build your own debs from source you must first add an "
"appropriate <tt>deb-src</tt> line to <tt>sources.list</tt>."
@@ -266,7 +267,7 @@
#. PO4ASHARPBEGIN For the stable version.PO4ASHARPEND
#. PO4ASHARPBEGIN For the unstable version.PO4ASHARPEND
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:155
+#: /home/runa/tor/website/docs/en/debian.wml:154
#, no-wrap
msgid ""
"\n"
@@ -278,14 +279,14 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:162
+#: /home/runa/tor/website/docs/en/debian.wml:161
msgid ""
"You also need to install the necessary packages to build your own debs and "
"the packages needed to build Tor:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:165
+#: /home/runa/tor/website/docs/en/debian.wml:164
#, no-wrap
msgid ""
"apt-get install build-essential fakeroot devscripts\n"
@@ -293,12 +294,12 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:168
+#: /home/runa/tor/website/docs/en/debian.wml:167
msgid "Then you can build Tor in ~/debian-packages:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:170
+#: /home/runa/tor/website/docs/en/debian.wml:169
#, no-wrap
msgid ""
"mkdir ~/debian-packages; cd ~/debian-packages\n"
@@ -309,23 +310,23 @@
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:176
+#: /home/runa/tor/website/docs/en/debian.wml:175
msgid "Now you can install the new package:"
msgstr ""
#. type: Content of: <div><div><p><pre>
-#: /home/runa/tor/website/docs/en/debian.wml:178
+#: /home/runa/tor/website/docs/en/debian.wml:177
#, no-wrap
msgid "sudo dpkg -i tor_*.deb\n"
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/debian.wml:188
+#: /home/runa/tor/website/docs/en/debian.wml:187
msgid "<hr />"
msgstr ""
#. type: Content of: <div><div><p>
-#: /home/runa/tor/website/docs/en/debian.wml:190
+#: /home/runa/tor/website/docs/en/debian.wml:189
msgid ""
"If you have suggestions for improving this document, please <a href=\"<page "
"about/contact>\">send them to us</a>. Thanks!"
Modified: translation/trunk/projects/website/po/ru/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/ru/download/3-low.download.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ru/download/3-low.download.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-13 14:56+0200\n"
-"PO-Revision-Date: 2011-07-14 01:02+0000\n"
+"POT-Creation-Date: 2011-07-20 20:43+0200\n"
+"PO-Revision-Date: 2011-07-21 01:01+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/team/ru/)\n"
"MIME-Version: 1.0\n"
@@ -182,8 +182,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
-#: /tmp/eCkycGCH9H.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/jgw2tk3no1.xml:165
+#: /tmp/jgw2tk3no1.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -220,7 +220,7 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/jgw2tk3no1.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -615,7 +615,7 @@
")"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/jgw2tk3no1.xml:343
msgid "<br>"
msgstr "<br>"
@@ -761,12 +761,11 @@
#: /home/runa/tor/website/download/en/download.wml:338
msgid ""
"Do not use <a href=\"https://blog.torproject.org/blog/bittorrent-over-tor-"
-"isnt-good-idea\">BitTorrent and Tor</a> together unless you are using a "
-"system like <a href=\"http://tails.boum.org/\">TAILS</a>."
+"isnt-good-idea\">BitTorrent and Tor</a> together."
msgstr ""
#. type: Content of: <div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:346
+#: /home/runa/tor/website/download/en/download.wml:345
msgid ""
"Be smart and learn more. Understand what Tor does and does not offer. This "
"list of pitfalls isn't complete, and we need your help <a href=\"<page "
@@ -780,42 +779,42 @@
"возможных проблем</a>."
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:358
+#: /home/runa/tor/website/download/en/download.wml:357
msgid "Jump to:"
msgstr "Перейти к:"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:360
+#: /home/runa/tor/website/download/en/download.wml:359
msgid "<a href=\"#Windows\">Microsoft Windows</a>"
msgstr "<a href=\"#Windows\">Microsoft Windows</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:361
+#: /home/runa/tor/website/download/en/download.wml:360
msgid "<a href=\"#mac\">Apple OS X</a>"
msgstr "<a href=\"#mac\">Apple OS X</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:362
+#: /home/runa/tor/website/download/en/download.wml:361
msgid "<a href=\"#linux\">Linux/Unix</a>"
msgstr "<a href=\"#linux\">Linux/Unix</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:363
+#: /home/runa/tor/website/download/en/download.wml:362
msgid "<a href=\"#smartphones\">Smartphones</a>"
msgstr "<a href=\"#smartphones\">Смартфоны</a>"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:364
+#: /home/runa/tor/website/download/en/download.wml:363
msgid "<a href=\"#source\">Source Code</a>"
msgstr "<a href=\"#source\">Исходный код</a>"
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:371
+#: /home/runa/tor/website/download/en/download.wml:370
msgid "What is the (sig) link?"
msgstr "Что такое ссылка (подпись)?"
#. type: Content of: <div><div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:372
+#: /home/runa/tor/website/download/en/download.wml:371
msgid ""
"These are GPG signatures to allow you to verify that your downloaded file is"
" really from The Tor Project and not an imposter."
@@ -824,17 +823,17 @@
"файл на самом деле от Tor Project, а не \"подстава\"."
#. type: Content of: <div><div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:375
+#: /home/runa/tor/website/download/en/download.wml:374
msgid "<a href=\"<page docs/verifying-signatures>\">Learn more »</a>"
msgstr "<a href=\"<page docs/verifying-signatures>\">Узнать больше »</a>"
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:381
+#: /home/runa/tor/website/download/en/download.wml:380
msgid "Having Trouble?"
msgstr "Проблемы?"
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:383
+#: /home/runa/tor/website/download/en/download.wml:382
msgid "<a href=\"<page docs/documentation>\">Read the fine manuals</a>"
msgstr "<a href=\"<page docs/documentation>\">Читайте документацию</a>"
Modified: translation/trunk/projects/website/po/ru/getinvolved/4-optional.volunteer.po
===================================================================
--- translation/trunk/projects/website/po/ru/getinvolved/4-optional.volunteer.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ru/getinvolved/4-optional.volunteer.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-22 00:56+0000\n"
+"POT-Creation-Date: 2011-07-20 20:44+0200\n"
+"PO-Revision-Date: 2011-07-21 01:02+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/team/ru/)\n"
"MIME-Version: 1.0\n"
@@ -190,19 +190,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:86
-#: /tmp/r1AqHDMca8.xml:94
+#: /tmp/iN5ZsD3CzY.xml:94
msgid "Core"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:87
-#: /tmp/r1AqHDMca8.xml:119
+#: /tmp/iN5ZsD3CzY.xml:119
msgid "C"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:88
-#: /tmp/r1AqHDMca8.xml:112 /tmp/r1AqHDMca8.xml:144 /tmp/r1AqHDMca8.xml:184
+#: /tmp/iN5ZsD3CzY.xml:112 /tmp/iN5ZsD3CzY.xml:144 /tmp/iN5ZsD3CzY.xml:184
msgid "Heavy"
msgstr ""
@@ -218,13 +218,13 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:95
-#: /tmp/r1AqHDMca8.xml:151 /tmp/r1AqHDMca8.xml:183
+#: /tmp/iN5ZsD3CzY.xml:151 /tmp/iN5ZsD3CzY.xml:183
msgid "Java"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:96
-#: /tmp/r1AqHDMca8.xml:192 /tmp/r1AqHDMca8.xml:216 /tmp/r1AqHDMca8.xml:240
+#: /tmp/iN5ZsD3CzY.xml:192 /tmp/iN5ZsD3CzY.xml:216 /tmp/iN5ZsD3CzY.xml:240
msgid "None"
msgstr ""
@@ -235,19 +235,19 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:102
-#: /tmp/r1AqHDMca8.xml:110 /tmp/r1AqHDMca8.xml:118 /tmp/r1AqHDMca8.xml:126
+#: /tmp/iN5ZsD3CzY.xml:110 /tmp/iN5ZsD3CzY.xml:118 /tmp/iN5ZsD3CzY.xml:126
msgid "Usability"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:103
-#: /tmp/r1AqHDMca8.xml:111 /tmp/r1AqHDMca8.xml:127
+#: /tmp/iN5ZsD3CzY.xml:111 /tmp/iN5ZsD3CzY.xml:127
msgid "Sys Admin"
msgstr ""
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:104
-#: /tmp/r1AqHDMca8.xml:152 /tmp/r1AqHDMca8.xml:160 /tmp/r1AqHDMca8.xml:224
+#: /tmp/iN5ZsD3CzY.xml:152 /tmp/iN5ZsD3CzY.xml:160 /tmp/iN5ZsD3CzY.xml:224
msgid "Moderate"
msgstr ""
@@ -273,9 +273,9 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:120
-#: /tmp/r1AqHDMca8.xml:128 /tmp/r1AqHDMca8.xml:136 /tmp/r1AqHDMca8.xml:168
-#: /tmp/r1AqHDMca8.xml:176 /tmp/r1AqHDMca8.xml:200 /tmp/r1AqHDMca8.xml:208
-#: /tmp/r1AqHDMca8.xml:232
+#: /tmp/iN5ZsD3CzY.xml:128 /tmp/iN5ZsD3CzY.xml:136 /tmp/iN5ZsD3CzY.xml:168
+#: /tmp/iN5ZsD3CzY.xml:176 /tmp/iN5ZsD3CzY.xml:200 /tmp/iN5ZsD3CzY.xml:208
+#: /tmp/iN5ZsD3CzY.xml:232
msgid "Light"
msgstr ""
@@ -301,7 +301,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:134
-#: /tmp/r1AqHDMca8.xml:142 /tmp/r1AqHDMca8.xml:150
+#: /tmp/iN5ZsD3CzY.xml:142 /tmp/iN5ZsD3CzY.xml:150
msgid "User Interface"
msgstr ""
@@ -357,7 +357,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:161
-#: /tmp/r1AqHDMca8.xml:177 /tmp/r1AqHDMca8.xml:233
+#: /tmp/iN5ZsD3CzY.xml:177 /tmp/iN5ZsD3CzY.xml:233
msgid "mikeperry"
msgstr ""
@@ -373,8 +373,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:167
-#: /tmp/r1AqHDMca8.xml:175 /tmp/r1AqHDMca8.xml:199 /tmp/r1AqHDMca8.xml:207
-#: /tmp/r1AqHDMca8.xml:223 /tmp/r1AqHDMca8.xml:231 /tmp/r1AqHDMca8.xml:239
+#: /tmp/iN5ZsD3CzY.xml:175 /tmp/iN5ZsD3CzY.xml:199 /tmp/iN5ZsD3CzY.xml:207
+#: /tmp/iN5ZsD3CzY.xml:223 /tmp/iN5ZsD3CzY.xml:231 /tmp/iN5ZsD3CzY.xml:239
msgid "Python"
msgstr ""
@@ -400,8 +400,8 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:182
-#: /tmp/r1AqHDMca8.xml:190 /tmp/r1AqHDMca8.xml:198 /tmp/r1AqHDMca8.xml:206
-#: /tmp/r1AqHDMca8.xml:214
+#: /tmp/iN5ZsD3CzY.xml:190 /tmp/iN5ZsD3CzY.xml:198 /tmp/iN5ZsD3CzY.xml:206
+#: /tmp/iN5ZsD3CzY.xml:214
msgid "Client Service"
msgstr ""
@@ -427,7 +427,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:201
-#: /tmp/r1AqHDMca8.xml:209
+#: /tmp/iN5ZsD3CzY.xml:209
msgid "kaner"
msgstr ""
@@ -453,7 +453,7 @@
#. type: Content of: <div><div><table><tr><td>
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:222
-#: /tmp/r1AqHDMca8.xml:230 /tmp/r1AqHDMca8.xml:238
+#: /tmp/iN5ZsD3CzY.xml:230 /tmp/iN5ZsD3CzY.xml:238
msgid "Backend Service"
msgstr ""
@@ -652,7 +652,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:353
msgid ""
"<a href=\"<page projects/vidalia>\">Vidalia</a> (<a "
-"href=\"https://svn.torproject.org/vidalia/vidalia/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/vidalia.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -684,7 +684,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:372
msgid ""
"<a href=\"http://www.atagar.com/arm/\">Arm</a> (<a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/\">code</a>, <a "
+"href=\"https://gitweb.torproject.org/arm.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -713,8 +713,7 @@
#: /home/runa/tor/website/getinvolved/en/volunteer.wml:390
msgid ""
"<a href=\"https://guardianproject.info/apps/orbot/\">Orbot</a> (<a "
-"href=\"https://svn.torproject.org/svn/projects/android/trunk/Orbot/\">code</a>,"
-" <a "
+"href=\"https://gitweb.torproject.org/orbot.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -886,7 +885,7 @@
msgid ""
"<a "
"href=\"https://trac.torproject.org/projects/tor/wiki/projects/EmailAutoResponder\">GetTor</a>"
-" (<a href=\"https://svn.torproject.org/svn/projects/gettor/\">code</a>, <a "
+" (<a href=\"https://gitweb.torproject.org/gettor.git\">code</a>, <a "
"href=\"https://trac.torproject.org/projects/tor/query?status=accepted&status=assig…">bug"
" tracker</a>)"
msgstr ""
@@ -1905,8 +1904,8 @@
msgid ""
"The vast majority of arm's more interesting functionality lies in its "
"backend <a "
-"href=\"https://svn.torproject.org/svn/arm/trunk/src/util/\">utilities</a>, "
-"so there should be little to no work decoupling the CLI from its backend. "
+"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."
Modified: translation/trunk/projects/website/po/ru/press/4-optional.2010-03-25-tor-store-press-release.po
===================================================================
--- translation/trunk/projects/website/po/ru/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/ru/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-02 17:00+0200\n"
-"PO-Revision-Date: 2011-07-20 21:00+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/team/ru/)\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/vi/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/vi/download/3-low.download.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/vi/download/3-low.download.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-13 14:56+0200\n"
-"PO-Revision-Date: 2011-07-20 20:25+0000\n"
+"POT-Creation-Date: 2011-07-20 20:43+0200\n"
+"PO-Revision-Date: 2011-07-21 07:24+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -174,8 +174,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
-#: /tmp/eCkycGCH9H.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/jgw2tk3no1.xml:165
+#: /tmp/jgw2tk3no1.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -209,7 +209,7 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/jgw2tk3no1.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -518,7 +518,7 @@
msgstr ""
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/jgw2tk3no1.xml:343
msgid "<br>"
msgstr ""
@@ -618,12 +618,11 @@
#: /home/runa/tor/website/download/en/download.wml:338
msgid ""
"Do not use <a href=\"https://blog.torproject.org/blog/bittorrent-over-tor-"
-"isnt-good-idea\">BitTorrent and Tor</a> together unless you are using a "
-"system like <a href=\"http://tails.boum.org/\">TAILS</a>."
+"isnt-good-idea\">BitTorrent and Tor</a> together."
msgstr ""
#. type: Content of: <div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:346
+#: /home/runa/tor/website/download/en/download.wml:345
msgid ""
"Be smart and learn more. Understand what Tor does and does not offer. This "
"list of pitfalls isn't complete, and we need your help <a href=\"<page "
@@ -632,59 +631,59 @@
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:358
+#: /home/runa/tor/website/download/en/download.wml:357
msgid "Jump to:"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:360
+#: /home/runa/tor/website/download/en/download.wml:359
msgid "<a href=\"#Windows\">Microsoft Windows</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:361
+#: /home/runa/tor/website/download/en/download.wml:360
msgid "<a href=\"#mac\">Apple OS X</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:362
+#: /home/runa/tor/website/download/en/download.wml:361
msgid "<a href=\"#linux\">Linux/Unix</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:363
+#: /home/runa/tor/website/download/en/download.wml:362
msgid "<a href=\"#smartphones\">Smartphones</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:364
+#: /home/runa/tor/website/download/en/download.wml:363
msgid "<a href=\"#source\">Source Code</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:371
+#: /home/runa/tor/website/download/en/download.wml:370
msgid "What is the (sig) link?"
msgstr ""
#. type: Content of: <div><div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:372
+#: /home/runa/tor/website/download/en/download.wml:371
msgid ""
"These are GPG signatures to allow you to verify that your downloaded file is"
" really from The Tor Project and not an imposter."
msgstr ""
#. type: Content of: <div><div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:375
+#: /home/runa/tor/website/download/en/download.wml:374
msgid "<a href=\"<page docs/verifying-signatures>\">Learn more »</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:381
+#: /home/runa/tor/website/download/en/download.wml:380
msgid "Having Trouble?"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:383
+#: /home/runa/tor/website/download/en/download.wml:382
msgid "<a href=\"<page docs/documentation>\">Read the fine manuals</a>"
msgstr ""
Modified: translation/trunk/projects/website/po/zh_CN/about/2-medium.overview.po
===================================================================
--- translation/trunk/projects/website/po/zh_CN/about/2-medium.overview.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/zh_CN/about/2-medium.overview.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-29 20:42+0200\n"
-"PO-Revision-Date: 2011-07-20 21:02+0000\n"
+"PO-Revision-Date: 2011-07-21 07:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/zh_CN/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/zh_CN/download/3-low.download.po 2011-07-21 07:22:34 UTC (rev 24918)
+++ translation/trunk/projects/website/po/zh_CN/download/3-low.download.po 2011-07-21 07:33:00 UTC (rev 24919)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-13 14:56+0200\n"
-"PO-Revision-Date: 2011-07-14 01:02+0000\n"
+"POT-Creation-Date: 2011-07-20 20:43+0200\n"
+"PO-Revision-Date: 2011-07-21 01:01+0000\n"
"Last-Translator: xtoaster <zhazhenzhong(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -177,8 +177,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
-#: /tmp/eCkycGCH9H.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/jgw2tk3no1.xml:165
+#: /tmp/jgw2tk3no1.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -214,7 +214,7 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/jgw2tk3no1.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -527,7 +527,7 @@
"href=\"../dist/tor-<version-alpha>.tar.gz.asc\">数字签名</a> )"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/jgw2tk3no1.xml:343
msgid "<br>"
msgstr ""
@@ -627,12 +627,11 @@
#: /home/runa/tor/website/download/en/download.wml:338
msgid ""
"Do not use <a href=\"https://blog.torproject.org/blog/bittorrent-over-tor-"
-"isnt-good-idea\">BitTorrent and Tor</a> together unless you are using a "
-"system like <a href=\"http://tails.boum.org/\">TAILS</a>."
+"isnt-good-idea\">BitTorrent and Tor</a> together."
msgstr ""
#. type: Content of: <div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:346
+#: /home/runa/tor/website/download/en/download.wml:345
msgid ""
"Be smart and learn more. Understand what Tor does and does not offer. This "
"list of pitfalls isn't complete, and we need your help <a href=\"<page "
@@ -641,59 +640,59 @@
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:358
+#: /home/runa/tor/website/download/en/download.wml:357
msgid "Jump to:"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:360
+#: /home/runa/tor/website/download/en/download.wml:359
msgid "<a href=\"#Windows\">Microsoft Windows</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:361
+#: /home/runa/tor/website/download/en/download.wml:360
msgid "<a href=\"#mac\">Apple OS X</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:362
+#: /home/runa/tor/website/download/en/download.wml:361
msgid "<a href=\"#linux\">Linux/Unix</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:363
+#: /home/runa/tor/website/download/en/download.wml:362
msgid "<a href=\"#smartphones\">Smartphones</a>"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:364
+#: /home/runa/tor/website/download/en/download.wml:363
msgid "<a href=\"#source\">Source Code</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:371
+#: /home/runa/tor/website/download/en/download.wml:370
msgid "What is the (sig) link?"
msgstr ""
#. type: Content of: <div><div><div><div><p>
-#: /home/runa/tor/website/download/en/download.wml:372
+#: /home/runa/tor/website/download/en/download.wml:371
msgid ""
"These are GPG signatures to allow you to verify that your downloaded file is"
" really from The Tor Project and not an imposter."
msgstr ""
#. type: Content of: <div><div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:375
+#: /home/runa/tor/website/download/en/download.wml:374
msgid "<a href=\"<page docs/verifying-signatures>\">Learn more »</a>"
msgstr ""
#. type: Content of: <div><div><div><div><h2>
-#: /home/runa/tor/website/download/en/download.wml:381
+#: /home/runa/tor/website/download/en/download.wml:380
msgid "Having Trouble?"
msgstr ""
#. type: Content of: <div><div><div><div><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:383
+#: /home/runa/tor/website/download/en/download.wml:382
msgid "<a href=\"<page docs/documentation>\">Read the fine manuals</a>"
msgstr ""
1
0
r24918: {translation} updated translation template for the website (translation/trunk/projects/website/po/templates/docs)
by Runa Sandvik 21 Jul '11
by Runa Sandvik 21 Jul '11
21 Jul '11
Author: runa
Date: 2011-07-21 07:22:34 +0000 (Thu, 21 Jul 2011)
New Revision: 24918
Modified:
translation/trunk/projects/website/po/templates/docs/1-high.bridges.pot
Log:
updated translation template for the website
Modified: translation/trunk/projects/website/po/templates/docs/1-high.bridges.pot
===================================================================
--- translation/trunk/projects/website/po/templates/docs/1-high.bridges.pot 2011-07-21 07:07:23 UTC (rev 24917)
+++ translation/trunk/projects/website/po/templates/docs/1-high.bridges.pot 2011-07-21 07:22:34 UTC (rev 24918)
@@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2011-03-01 16:36+0000\n"
+"POT-Creation-Date: 2011-07-21 08:20+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
@@ -35,8 +35,8 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/bridges.wml:15 /tmp/mX6VGOF12v.xml:79
-#: /tmp/mX6VGOF12v.xml:102 /tmp/mX6VGOF12v.xml:125 /tmp/mX6VGOF12v.xml:149
+#: /home/runa/tor/website/docs/en/bridges.wml:15 /tmp/YXED4Th9dW.xml:79
+#: /tmp/YXED4Th9dW.xml:102 /tmp/YXED4Th9dW.xml:125 /tmp/YXED4Th9dW.xml:149
msgid "<hr>"
msgstr ""
@@ -209,11 +209,11 @@
#, no-wrap
msgid ""
" Here are your bridge relays:\n"
-" \n"
-" bridge 60.16.182.53:9001 c9111bd74a710c0d25dda6b35e181f1aa7911133\n"
-" bridge 87.237.118.139:444 c18dde4804e8fcb48464341ca1375eb130453a39\n"
-" bridge 60.63.97.221:443 ab5c849ed5896d53052e43966ee9aba2ff92fb82\n"
-" \n"
+"\n"
+" bridge 60.16.182.53:9001\n"
+" bridge 87.237.118.139:444\n"
+" bridge 60.63.97.221:443\n"
+"\n"
" "
msgstr ""
1
0
21 Jul '11
Author: runa
Date: 2011-07-21 07:07:23 +0000 (Thu, 21 Jul 2011)
New Revision: 24917
Modified:
website/trunk/po2wml.sh
Log:
think I found my bug in po2wml
Modified: website/trunk/po2wml.sh
===================================================================
--- website/trunk/po2wml.sh 2011-07-21 04:11:03 UTC (rev 24916)
+++ website/trunk/po2wml.sh 2011-07-21 07:07:23 UTC (rev 24917)
@@ -410,7 +410,7 @@
else
# If the current languge is of the form "xx_XX", rename
# to "xx-xx" instead (except for pl_PL)
- if [[ $lang =~ "_" && $subdir != "pl_PL" ]]
+ if [[ $lang =~ "_" && $lang != "pl_PL" ]]
then
lang="`echo $lang | sed s/_/-/ | tr '[A-Z]' '[a-z]'`"
subdir
1
0
commit d017cd67ff89b4049b19e5f375b691bc7c529088
Author: Roger Dingledine <arma(a)torproject.org>
Date: Thu Jul 21 00:34:58 2011 -0400
remember our future plan for bug 3617
(that is, to change the default for "UseOptimisticData auto" to
1 once we are more convinced that it works correctly.)
---
src/or/circuituse.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index c480201..91f7573 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -1555,6 +1555,8 @@ optimistic_data_enabled(void)
{
const or_options_t *options = get_options();
if (options->OptimisticData < 0) {
+ /* XXX023 consider having auto default to 1 rather than 0 before
+ * the 0.2.3 branch goes stable. See bug 3617. -RD */
const int32_t enabled =
networkstatus_get_param(NULL, "UseOptimisticData", 0, 0, 1);
return (int)enabled;
1
0
r24916: {website} bridge lines typically don't come with fingerprints anymore (website/trunk/docs/en)
by Roger Dingledine 21 Jul '11
by Roger Dingledine 21 Jul '11
21 Jul '11
Author: arma
Date: 2011-07-21 04:11:03 +0000 (Thu, 21 Jul 2011)
New Revision: 24916
Modified:
website/trunk/docs/en/bridges.wml
Log:
bridge lines typically don't come with fingerprints anymore
Modified: website/trunk/docs/en/bridges.wml
===================================================================
--- website/trunk/docs/en/bridges.wml 2011-07-20 22:37:42 UTC (rev 24915)
+++ website/trunk/docs/en/bridges.wml 2011-07-21 04:11:03 UTC (rev 24916)
@@ -134,11 +134,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>
Once you've received the email with bridge information, you can continue the Vidalia configuration steps outlined <a href="#UsingBridges">above</a>.
1
0
[tor/master] Add another precondition for isolation-clearing; fix 3620
by nickm@torproject.org 21 Jul '11
by nickm@torproject.org 21 Jul '11
21 Jul '11
commit 2c98104c7410e859e68a8e9e7b82f9af7595c921
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Wed Jul 20 20:27:36 2011 -0400
Add another precondition for isolation-clearing; fix 3620
---
src/or/circuituse.c | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/src/or/circuituse.c b/src/or/circuituse.c
index acfdc23..c480201 100644
--- a/src/or/circuituse.c
+++ b/src/or/circuituse.c
@@ -1041,8 +1041,15 @@ circuit_has_opened(origin_circuit_t *circ)
* controller did it. Just let it slide. */
}
- if (can_try_clearing_isolation && !tried_clearing_isolation &&
+ if (/* The circuit may have become non-open if it was cannibalized.*/
+ circ->_base.state == CIRCUIT_STATE_OPEN &&
+ /* Only if the purpose is clearable, and only if we haven't tried
+ * to clear isolation yet, do we try. */
+ can_try_clearing_isolation && !tried_clearing_isolation &&
+ /* If !isolation_values_set, there is nothing to clear. */
circ->isolation_values_set &&
+ /* It's not legal to clear a circuit's isolation info if it's ever had
+ * streams attached */
!circ->isolation_any_streams_attached) {
/* If we have any isolation information set on this circuit, and
* we didn't manage to attach any streams to it, then we can
1
0
r24915: {website} updated the script to handle xx_XX language codes (website/trunk)
by Runa Sandvik 20 Jul '11
by Runa Sandvik 20 Jul '11
20 Jul '11
Author: runa
Date: 2011-07-20 22:37:42 +0000 (Wed, 20 Jul 2011)
New Revision: 24915
Modified:
website/trunk/po2wml.sh
Log:
updated the script to handle xx_XX language codes
Modified: website/trunk/po2wml.sh
===================================================================
--- website/trunk/po2wml.sh 2011-07-20 22:02:45 UTC (rev 24914)
+++ website/trunk/po2wml.sh 2011-07-20 22:37:42 UTC (rev 24915)
@@ -373,20 +373,21 @@
# subdirectory.
if [ $onedirup == $lang ]
then
- # If the current subdirectory is "zh_CN" use "zh-cn" instead
- if [ $subdir = "zh_CN" ]
+ # If the current subdirectory is of the form "xx_XX",
+ # rename to "xx-xx" instead (except for pl_PL)
+ if [[ $subdir =~ "_" && $subdir != "pl_PL" ]]
then
- subdir="zh-cn"
+ subdir="`echo $subdir | sed s/_/-/ | tr '[A-Z]' '[a-z]'`"
nosubdir
fi
- # If the current subdirectory is "pt_BR" use "pt-br" instead
- if [ $subdir = "pt_BR" ]
+ # If the current directory is "pl_PL" use "pl" instead
+ if [ $subdir = "pl_PL" ]
then
- subdir="pt-br"
+ subdir="pl"
nosubdir
fi
-
+
# If the current directory is "nb" use "no" instead
if [ $subdir = "nb" ]
then
@@ -401,30 +402,24 @@
nosubdir
fi
- # If the current directory is "pl_PL" use "pl" instead
- if [ $subdir = "pl_PL" ]
- then
- subdir="pl"
- nosubdir
- fi
-
# Convert everything else
- if [[ $subdir != "en" && $subdir != "zh_CN" && $subdir != "pt_BR" && $subdir != "nb" && $subdir != "sv" && $subdir != "pl_PL" ]]
+ if [[ $subdir != "en" && $subdir != "pl_PL" && ! ($subdir =~ "_") && $subdir != "nb" && $subdir != "sv" ]]
then
nosubdir
fi
else
- # If the current language is "zh_CN" use "zh-cn" instead
- if [ $lang = "zh_CN" ]
+ # If the current languge is of the form "xx_XX", rename
+ # to "xx-xx" instead (except for pl_PL)
+ if [[ $lang =~ "_" && $subdir != "pl_PL" ]]
then
- lang="zh-cn"
+ lang="`echo $lang | sed s/_/-/ | tr '[A-Z]' '[a-z]'`"
subdir
fi
- # If the current language is "pt_BR" use "pt-br" instead
- if [ $lang = "pt_BR" ]
+ # If the current language is "pl_PL" use "pl" instead
+ if [ $lang = "pl_PL" ]
then
- lang="pt-br"
+ $lang="pl"
subdir
fi
@@ -442,15 +437,8 @@
subdir
fi
- # If the current language is "pl_PL" use "pl" instead
- if [ $lang = "pl_PL" ]
- then
- lang="pl"
- subdir
- fi
-
# Convert everything else
- if [[ $lang != "en" && $lang != "zh_CN" && $lang != "pt_BR" && $lang != "nb" && $lang != "sv" && $lang != "pl_PL" ]]
+ if [[ $lang != "en" && $lang != "pl_PL" && ! ($lang =~ "_") && $lang != "nb" && $lang != "sv" ]]
then
subdir
fi
1
0
Author: runa
Date: 2011-07-20 22:02:45 +0000 (Wed, 20 Jul 2011)
New Revision: 24914
Modified:
translation/trunk/projects/website/po/ar/about/3-low.board.po
translation/trunk/projects/website/po/ar/about/3-low.corepeople.po
translation/trunk/projects/website/po/ar/about/3-low.financials.po
translation/trunk/projects/website/po/ar/about/3-low.sponsors.po
translation/trunk/projects/website/po/ar/about/3-low.translators.po
translation/trunk/projects/website/po/ar/about/3-low.volunteers.po
translation/trunk/projects/website/po/ar/about/4-optional.gsoc.po
translation/trunk/projects/website/po/ar/docs/2-medium.documentation.po
translation/trunk/projects/website/po/ar/docs/2-medium.faq.po
translation/trunk/projects/website/po/ar/docs/2-medium.installguide.po
translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-osx.po
translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-relay.po
translation/trunk/projects/website/po/ar/docs/2-medium.verifying-signatures.po
translation/trunk/projects/website/po/ar/docs/3-low.N900.po
translation/trunk/projects/website/po/ar/docs/3-low.android.po
translation/trunk/projects/website/po/ar/docs/3-low.debian-vidalia.po
translation/trunk/projects/website/po/ar/docs/3-low.rpms.po
translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-unix.po
translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-web.po
translation/trunk/projects/website/po/ar/docs/3-low.tor-hidden-service.po
translation/trunk/projects/website/po/ar/docs/3-low.trademark-faq.po
translation/trunk/projects/website/po/ar/docs/4-optional.running-a-mirror.po
translation/trunk/projects/website/po/ar/donate/3-low.become-sponsor.po
translation/trunk/projects/website/po/ar/donate/3-low.donate-hardware.po
translation/trunk/projects/website/po/ar/donate/3-low.donate-service.po
translation/trunk/projects/website/po/ar/donate/3-low.donate.po
translation/trunk/projects/website/po/ar/download/1-high.download-easy.po
translation/trunk/projects/website/po/ar/download/3-low.download-unix.po
translation/trunk/projects/website/po/ar/download/3-low.download.po
translation/trunk/projects/website/po/ar/download/3-low.thankyou.po
translation/trunk/projects/website/po/ar/getinvolved/3-low.mirrors.po
translation/trunk/projects/website/po/ar/getinvolved/3-low.tshirt.po
translation/trunk/projects/website/po/ar/getinvolved/4-optional.open-positions.po
translation/trunk/projects/website/po/ar/getinvolved/4-optional.research.po
translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation-overview.po
translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation.po
translation/trunk/projects/website/po/ar/getinvolved/4-optional.volunteer.po
translation/trunk/projects/website/po/ar/press/3-low.inthemedia.po
translation/trunk/projects/website/po/ar/press/3-low.press.po
translation/trunk/projects/website/po/ar/press/4-optional.2008-12-19-roadmap-press-release.po
translation/trunk/projects/website/po/ar/press/4-optional.2010-03-25-tor-store-press-release.po
translation/trunk/projects/website/po/ar/projects/1-high.torbrowser-split.po
translation/trunk/projects/website/po/ar/projects/3-low.gettor.po
translation/trunk/projects/website/po/ar/projects/3-low.projects.po
translation/trunk/projects/website/po/ar/projects/3-low.puppettor.po
translation/trunk/projects/website/po/ar/projects/3-low.tordnsel.po
translation/trunk/projects/website/po/ar/projects/4-optional.arm.po
translation/trunk/projects/website/po/ar/projects/4-optional.torbrowser-details.po
translation/trunk/projects/website/po/ar/torbutton/3-low.index.po
translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-faq.po
translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-options.po
translation/trunk/projects/website/po/de/docs/1-high.bridges.po
translation/trunk/projects/website/po/de/docs/1-high.tor-doc-windows.po
translation/trunk/projects/website/po/de/docs/2-medium.documentation.po
translation/trunk/projects/website/po/de/docs/2-medium.faq.po
translation/trunk/projects/website/po/de/docs/2-medium.installguide.po
translation/trunk/projects/website/po/de/docs/3-low.android.po
translation/trunk/projects/website/po/de/donate/3-low.donate.po
translation/trunk/projects/website/po/de/download/1-high.download-easy.po
translation/trunk/projects/website/po/de/download/3-low.download.po
translation/trunk/projects/website/po/de/getinvolved/3-low.mirrors.po
translation/trunk/projects/website/po/el/about/3-low.translators.po
translation/trunk/projects/website/po/es/docs/2-medium.faq.po
translation/trunk/projects/website/po/es/donate/3-low.donate.po
translation/trunk/projects/website/po/es/download/1-high.download-easy.po
translation/trunk/projects/website/po/es/download/3-low.download.po
translation/trunk/projects/website/po/es/press/4-optional.2010-03-25-tor-store-press-release.po
translation/trunk/projects/website/po/fa/about/2-medium.torusers.po
translation/trunk/projects/website/po/fa/about/3-low.board.po
translation/trunk/projects/website/po/fa/about/3-low.contact.po
translation/trunk/projects/website/po/fa/about/3-low.corepeople.po
translation/trunk/projects/website/po/fa/about/3-low.financials.po
translation/trunk/projects/website/po/fa/about/3-low.sponsors.po
translation/trunk/projects/website/po/fa/about/3-low.translators.po
translation/trunk/projects/website/po/fa/docs/2-medium.faq.po
translation/trunk/projects/website/po/fa/docs/3-low.N900.po
translation/trunk/projects/website/po/fa/donate/3-low.donate.po
translation/trunk/projects/website/po/fa/download/1-high.download-easy.po
translation/trunk/projects/website/po/fa/download/3-low.download.po
translation/trunk/projects/website/po/fa/download/3-low.thankyou.po
translation/trunk/projects/website/po/fr/download/1-high.download-easy.po
translation/trunk/projects/website/po/fr/download/3-low.download.po
translation/trunk/projects/website/po/it/docs/2-medium.faq.po
translation/trunk/projects/website/po/it/donate/3-low.donate.po
translation/trunk/projects/website/po/it/download/1-high.download-easy.po
translation/trunk/projects/website/po/it/download/3-low.download.po
translation/trunk/projects/website/po/it/press/4-optional.2010-03-25-tor-store-press-release.po
translation/trunk/projects/website/po/my/1-high.index.po
translation/trunk/projects/website/po/pl_PL/docs/2-medium.faq.po
translation/trunk/projects/website/po/pl_PL/donate/3-low.donate.po
translation/trunk/projects/website/po/pl_PL/download/1-high.download-easy.po
translation/trunk/projects/website/po/pl_PL/download/3-low.download.po
translation/trunk/projects/website/po/ru/docs/2-medium.faq.po
translation/trunk/projects/website/po/ru/donate/3-low.donate.po
translation/trunk/projects/website/po/ru/download/1-high.download-easy.po
translation/trunk/projects/website/po/ru/download/3-low.download.po
translation/trunk/projects/website/po/ru/press/4-optional.2010-03-25-tor-store-press-release.po
translation/trunk/projects/website/po/vi/download/3-low.download.po
translation/trunk/projects/website/po/zh_CN/about/2-medium.overview.po
translation/trunk/projects/website/po/zh_CN/download/3-low.download.po
Log:
more updates for the website from transifex
Modified: translation/trunk/projects/website/po/ar/about/3-low.board.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.board.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/about/3-low.board.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 20:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/3-low.corepeople.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.corepeople.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/about/3-low.corepeople.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-13 17:02+0000\n"
+"PO-Revision-Date: 2011-07-20 20:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/3-low.financials.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.financials.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/about/3-low.financials.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:01+0000\n"
+"PO-Revision-Date: 2011-07-20 20:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/3-low.sponsors.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.sponsors.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/about/3-low.sponsors.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-29 20:42+0200\n"
-"PO-Revision-Date: 2011-07-13 17:06+0000\n"
+"PO-Revision-Date: 2011-07-20 21:14+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/3-low.translators.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.translators.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/about/3-low.translators.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:06+0000\n"
+"PO-Revision-Date: 2011-07-20 21:18+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/3-low.volunteers.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/3-low.volunteers.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/about/3-low.volunteers.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-07-08 08:44+0200\n"
-"PO-Revision-Date: 2011-07-13 17:03+0000\n"
+"PO-Revision-Date: 2011-07-20 20:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/about/4-optional.gsoc.po
===================================================================
--- translation/trunk/projects/website/po/ar/about/4-optional.gsoc.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/about/4-optional.gsoc.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-23 17:02+0200\n"
-"PO-Revision-Date: 2011-07-13 16:42+0000\n"
+"PO-Revision-Date: 2011-07-20 20:20+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.documentation.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.documentation.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.documentation.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-29 20:41+0200\n"
-"PO-Revision-Date: 2011-07-13 16:38+0000\n"
+"PO-Revision-Date: 2011-07-20 20:14+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.faq.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.faq.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.faq.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-06-22 00:51+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-14 00:59+0000\n"
"Last-Translator: OsamaK <osamak(a)gnu.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -31,7 +31,7 @@
msgstr "أسئلة تور المتكررة"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/Lr_DWY6vt6.xml:1668
+#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/CtBqnqx2A7.xml:1668
msgid "<hr>"
msgstr "<hr>"
@@ -103,7 +103,7 @@
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/docs/en/faq.wml:34
msgid ""
-"<a href=\"#SSLcertfingerprint\">What are your SSL cerificate "
+"<a href=\"#SSLcertfingerprint\">What are your SSL certificate "
"fingerprints?</a>"
msgstr ""
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.installguide.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.installguide.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.installguide.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 16:51+0000\n"
+"PO-Revision-Date: 2011-07-20 20:32+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-osx.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-osx.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-osx.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-07-13 16:57+0000\n"
+"PO-Revision-Date: 2011-07-20 20:39+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-relay.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-relay.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.tor-doc-relay.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 21:03+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/2-medium.verifying-signatures.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/2-medium.verifying-signatures.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/2-medium.verifying-signatures.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-13 17:06+0000\n"
+"PO-Revision-Date: 2011-07-20 21:13+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.N900.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.N900.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/3-low.N900.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-05 19:13+0000\n"
-"PO-Revision-Date: 2011-07-13 16:51+0000\n"
+"PO-Revision-Date: 2011-07-20 20:31+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.android.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.android.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/3-low.android.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-25 16:50+0000\n"
-"PO-Revision-Date: 2011-07-13 17:01+0000\n"
+"PO-Revision-Date: 2011-07-20 20:44+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.debian-vidalia.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.debian-vidalia.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/3-low.debian-vidalia.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 21:05+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.rpms.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.rpms.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/3-low.rpms.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-04-13 16:27+0200\n"
-"PO-Revision-Date: 2011-07-13 16:39+0000\n"
+"PO-Revision-Date: 2011-07-20 20:15+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-unix.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-unix.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-unix.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-07-08 08:43+0200\n"
-"PO-Revision-Date: 2011-07-13 17:02+0000\n"
+"PO-Revision-Date: 2011-07-20 20:49+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-web.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-web.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/3-low.tor-doc-web.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-02-12 12:20+0000\n"
-"PO-Revision-Date: 2011-07-13 16:53+0000\n"
+"PO-Revision-Date: 2011-07-20 20:34+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.tor-hidden-service.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.tor-hidden-service.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/3-low.tor-hidden-service.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-02-12 12:20+0000\n"
-"PO-Revision-Date: 2011-07-13 16:44+0000\n"
+"PO-Revision-Date: 2011-07-20 20:23+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/3-low.trademark-faq.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/3-low.trademark-faq.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/3-low.trademark-faq.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-17 18:04+0000\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 21:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/docs/4-optional.running-a-mirror.po
===================================================================
--- translation/trunk/projects/website/po/ar/docs/4-optional.running-a-mirror.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/docs/4-optional.running-a-mirror.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-05 19:13+0000\n"
-"PO-Revision-Date: 2011-07-13 17:03+0000\n"
+"PO-Revision-Date: 2011-07-20 20:54+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/donate/3-low.become-sponsor.po
===================================================================
--- translation/trunk/projects/website/po/ar/donate/3-low.become-sponsor.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/donate/3-low.become-sponsor.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 21:01+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/donate/3-low.donate-hardware.po
===================================================================
--- translation/trunk/projects/website/po/ar/donate/3-low.donate-hardware.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/donate/3-low.donate-hardware.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:06+0000\n"
+"PO-Revision-Date: 2011-07-20 21:15+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/donate/3-low.donate-service.po
===================================================================
--- translation/trunk/projects/website/po/ar/donate/3-low.donate-service.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/donate/3-low.donate-service.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:05+0000\n"
+"PO-Revision-Date: 2011-07-20 21:12+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/donate/3-low.donate.po
===================================================================
--- translation/trunk/projects/website/po/ar/donate/3-low.donate.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/donate/3-low.donate.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-22 00:56+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: OsamaK <osamak(a)gnu.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -68,7 +68,7 @@
#: /home/runa/tor/website/donate/en/donate.wml:27
msgid ""
"<a href=\"#cash\">checks, money orders, bank transfers, stock grants or "
-"other more sophisticated transactions.</a>"
+"other more sophisticated transactions</a>"
msgstr ""
#. type: Content of: <div><div><p>
@@ -251,8 +251,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
msgstr ""
#. BEGIN AMAZON
@@ -285,8 +285,9 @@
"type=\"hidden\" name=\"description\" value=\"Supporting Online Anonymity "
"& Privacy\"> <input type=\"hidden\" name=\"amazonPaymentsAccountId\" "
"value=\"XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1\"> <input type=\"hidden\" "
-"name=\"returnUrl\" value=\"https://www.torproject.org/donate/donate\"> "
-"<input type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
+"name=\"returnUrl\" "
+"value=\"https://www.torproject.org/donate/donate/thankyou\"> <input "
+"type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
"type=\"hidden\" name=\"cobrandingStyle\" value=\"logo\"> <input "
"type=\"hidden\" name=\"abandonUrl\" "
"value=\"https://www.torproject.org/donate/donate\">"
Modified: translation/trunk/projects/website/po/ar/download/1-high.download-easy.po
===================================================================
--- translation/trunk/projects/website/po/ar/download/1-high.download-easy.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/download/1-high.download-easy.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:17+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:03+0000\n"
"Last-Translator: OsamaK <osamak(a)gnu.org>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -157,8 +157,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download-easy\">"
msgstr ""
#. type: Content of: <div><div><table><tbody><tr><td><form><p>
Modified: translation/trunk/projects/website/po/ar/download/3-low.download-unix.po
===================================================================
--- translation/trunk/projects/website/po/ar/download/3-low.download-unix.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/download/3-low.download-unix.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-07-13 17:02+0000\n"
+"PO-Revision-Date: 2011-07-20 20:47+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/ar/download/3-low.download.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/download/3-low.download.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -9,8 +9,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:16+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: imksa <malham1(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -161,8 +161,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
msgstr ""
#. type: Content of: <div><div><table><tr><td><form><p>
@@ -182,8 +182,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/lbSAEZiU0Z.xml:165
-#: /tmp/lbSAEZiU0Z.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
+#: /tmp/eCkycGCH9H.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -215,14 +215,12 @@
#. type: Content of: <div><div><table><tr><td><ul><li>
#: /home/runa/tor/website/download/en/download.wml:108
msgid ""
-"The <strong>Expert Package</strong> contains just Tor and nothing else. "
+"The <strong>Expert Bundle</strong> contains just Tor and nothing else. "
"You'll need to configure Tor and all of your applications manually."
msgstr ""
-"<strong>حزمة الخبراء</strong> تحتوي تور فقط ولا شيء سواه. ستحتاج إلى ضبط تور"
-" وكل تطبيقاتك يدويًا."
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/lbSAEZiU0Z.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -607,7 +605,7 @@
"(<a href=\"../dist/tor-<version-alpha>.tar.gz.asc\">التوقيع</a>)"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/lbSAEZiU0Z.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
msgid "<br>"
msgstr "<br>"
Modified: translation/trunk/projects/website/po/ar/download/3-low.thankyou.po
===================================================================
--- translation/trunk/projects/website/po/ar/download/3-low.thankyou.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/download/3-low.thankyou.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:31+0000\n"
-"PO-Revision-Date: 2011-07-13 17:02+0000\n"
+"PO-Revision-Date: 2011-07-20 20:50+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/3-low.mirrors.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/3-low.mirrors.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/getinvolved/3-low.mirrors.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:05+0000\n"
+"PO-Revision-Date: 2011-07-20 21:10+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/3-low.tshirt.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/3-low.tshirt.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/getinvolved/3-low.tshirt.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 21:04+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/4-optional.open-positions.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/4-optional.open-positions.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/getinvolved/4-optional.open-positions.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-13 17:03+0000\n"
+"PO-Revision-Date: 2011-07-20 20:58+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/4-optional.research.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/4-optional.research.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/getinvolved/4-optional.research.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-02-12 12:20+0000\n"
-"PO-Revision-Date: 2011-07-13 17:05+0000\n"
+"PO-Revision-Date: 2011-07-20 21:07+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation-overview.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation-overview.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation-overview.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 15:54+0000\n"
-"PO-Revision-Date: 2011-07-13 16:56+0000\n"
+"PO-Revision-Date: 2011-07-20 20:37+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/getinvolved/4-optional.translation.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-01-03 14:40+0000\n"
-"PO-Revision-Date: 2011-07-13 17:03+0000\n"
+"PO-Revision-Date: 2011-07-20 20:57+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/getinvolved/4-optional.volunteer.po
===================================================================
--- translation/trunk/projects/website/po/ar/getinvolved/4-optional.volunteer.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/getinvolved/4-optional.volunteer.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-13 16:58+0000\n"
+"PO-Revision-Date: 2011-07-20 20:40+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/press/3-low.inthemedia.po
===================================================================
--- translation/trunk/projects/website/po/ar/press/3-low.inthemedia.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/press/3-low.inthemedia.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-29 20:41+0200\n"
-"PO-Revision-Date: 2011-07-13 16:49+0000\n"
+"PO-Revision-Date: 2011-07-20 20:29+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/press/3-low.press.po
===================================================================
--- translation/trunk/projects/website/po/ar/press/3-low.press.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/press/3-low.press.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-01 16:37+0000\n"
-"PO-Revision-Date: 2011-07-13 17:00+0000\n"
+"PO-Revision-Date: 2011-07-20 20:43+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/press/4-optional.2008-12-19-roadmap-press-release.po
===================================================================
--- translation/trunk/projects/website/po/ar/press/4-optional.2008-12-19-roadmap-press-release.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/press/4-optional.2008-12-19-roadmap-press-release.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-02 17:00+0200\n"
-"PO-Revision-Date: 2011-07-13 16:45+0000\n"
+"PO-Revision-Date: 2011-07-20 20:24+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/press/4-optional.2010-03-25-tor-store-press-release.po
===================================================================
--- translation/trunk/projects/website/po/ar/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-02 17:00+0200\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 21:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/1-high.torbrowser-split.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/1-high.torbrowser-split.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/projects/1-high.torbrowser-split.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:05+0000\n"
+"PO-Revision-Date: 2011-07-20 21:06+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/3-low.gettor.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/3-low.gettor.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/projects/3-low.gettor.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 17:27+0000\n"
-"PO-Revision-Date: 2011-07-13 16:54+0000\n"
+"PO-Revision-Date: 2011-07-20 20:35+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/3-low.projects.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/3-low.projects.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/projects/3-low.projects.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-17 18:05+0000\n"
-"PO-Revision-Date: 2011-07-13 17:06+0000\n"
+"PO-Revision-Date: 2011-07-20 21:17+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/3-low.puppettor.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/3-low.puppettor.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/projects/3-low.puppettor.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 16:43+0000\n"
+"PO-Revision-Date: 2011-07-20 20:21+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/3-low.tordnsel.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/3-low.tordnsel.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/projects/3-low.tordnsel.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 16:40+0000\n"
+"PO-Revision-Date: 2011-07-20 20:18+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/4-optional.arm.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/4-optional.arm.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/projects/4-optional.arm.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:05+0000\n"
+"PO-Revision-Date: 2011-07-20 21:11+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/projects/4-optional.torbrowser-details.po
===================================================================
--- translation/trunk/projects/website/po/ar/projects/4-optional.torbrowser-details.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/projects/4-optional.torbrowser-details.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 16:59+0000\n"
+"PO-Revision-Date: 2011-07-20 20:41+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/torbutton/3-low.index.po
===================================================================
--- translation/trunk/projects/website/po/ar/torbutton/3-low.index.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/torbutton/3-low.index.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-13 17:02+0000\n"
+"PO-Revision-Date: 2011-07-20 20:46+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-faq.po
===================================================================
--- translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-faq.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-faq.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-17 18:05+0000\n"
-"PO-Revision-Date: 2011-07-13 17:02+0000\n"
+"PO-Revision-Date: 2011-07-20 20:52+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-options.po
===================================================================
--- translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-options.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ar/torbutton/3-low.torbutton-options.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:03+0000\n"
+"PO-Revision-Date: 2011-07-20 20:53+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/de/docs/1-high.bridges.po
===================================================================
--- translation/trunk/projects/website/po/de/docs/1-high.bridges.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/de/docs/1-high.bridges.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -9,7 +9,7 @@
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-01 16:36+0000\n"
"PO-Revision-Date: 2011-04-24 17:40+0000\n"
-"Last-Translator: Sacro <Razor30(a)web.de>\n"
+"Last-Translator: Sacro <Scion(a)T-Online.de>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Modified: translation/trunk/projects/website/po/de/docs/1-high.tor-doc-windows.po
===================================================================
--- translation/trunk/projects/website/po/de/docs/1-high.tor-doc-windows.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/de/docs/1-high.tor-doc-windows.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -2,15 +2,15 @@
# Copyright (C) YEAR The Tor Project, Inc.
# This file is distributed under the same license as the PACKAGE package.
#
+# Sacro <Razor30(a)web.de>, 2011.
# <gregweb(a)web.de>, 2011.
-# Sacro <Razor30(a)web.de>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-06-27 15:35+0000\n"
-"Last-Translator: gregweb <gregweb(a)web.de>\n"
+"PO-Revision-Date: 2011-07-14 01:30+0000\n"
+"Last-Translator: Sacro <Scion(a)T-Online.de>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -33,7 +33,8 @@
#: /home/runa/tor/website/docs/en/tor-doc-windows.wml:13
msgid "Running the <a href=\"<page index>\">Tor</a> client on Microsoft Windows"
msgstr ""
-"<a href=\"<page index>\">Tor</a> als Client auf Microsoft Windows ausführen"
+"<a href=\"<page index>\">Tor</a> als Client auf Microsoft Windows "
+"Installieren"
#. type: Content of: <div><div>
#: /home/runa/tor/website/docs/en/tor-doc-windows.wml:14
Modified: translation/trunk/projects/website/po/de/docs/2-medium.documentation.po
===================================================================
--- translation/trunk/projects/website/po/de/docs/2-medium.documentation.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/de/docs/2-medium.documentation.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -10,7 +10,7 @@
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-29 20:41+0200\n"
"PO-Revision-Date: 2011-06-30 12:54+0000\n"
-"Last-Translator: Sacro <Razor30(a)web.de>\n"
+"Last-Translator: Sacro <Scion(a)T-Online.de>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Modified: translation/trunk/projects/website/po/de/docs/2-medium.faq.po
===================================================================
--- translation/trunk/projects/website/po/de/docs/2-medium.faq.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/de/docs/2-medium.faq.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-07-13 16:40+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-20 20:17+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/Lr_DWY6vt6.xml:1668
+#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/CtBqnqx2A7.xml:1668
msgid "<hr>"
msgstr ""
@@ -95,7 +95,7 @@
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/docs/en/faq.wml:34
msgid ""
-"<a href=\"#SSLcertfingerprint\">What are your SSL cerificate "
+"<a href=\"#SSLcertfingerprint\">What are your SSL certificate "
"fingerprints?</a>"
msgstr ""
Modified: translation/trunk/projects/website/po/de/docs/2-medium.installguide.po
===================================================================
--- translation/trunk/projects/website/po/de/docs/2-medium.installguide.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/de/docs/2-medium.installguide.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -9,7 +9,7 @@
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
"PO-Revision-Date: 2011-04-24 17:58+0000\n"
-"Last-Translator: Sacro <Razor30(a)web.de>\n"
+"Last-Translator: Sacro <Scion(a)T-Online.de>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Modified: translation/trunk/projects/website/po/de/docs/3-low.android.po
===================================================================
--- translation/trunk/projects/website/po/de/docs/3-low.android.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/de/docs/3-low.android.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -8,7 +8,7 @@
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-25 16:50+0000\n"
"PO-Revision-Date: 2011-07-13 15:49+0000\n"
-"Last-Translator: Sacro <Razor30(a)web.de>\n"
+"Last-Translator: Sacro <Scion(a)T-Online.de>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Modified: translation/trunk/projects/website/po/de/donate/3-low.donate.po
===================================================================
--- translation/trunk/projects/website/po/de/donate/3-low.donate.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/de/donate/3-low.donate.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-22 00:56+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: gib8 <5g2kmwj8d5(a)emaz73.e4ward.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -66,7 +66,7 @@
#: /home/runa/tor/website/donate/en/donate.wml:27
msgid ""
"<a href=\"#cash\">checks, money orders, bank transfers, stock grants or "
-"other more sophisticated transactions.</a>"
+"other more sophisticated transactions</a>"
msgstr ""
#. type: Content of: <div><div><p>
@@ -249,8 +249,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
msgstr ""
#. BEGIN AMAZON
@@ -283,8 +283,9 @@
"type=\"hidden\" name=\"description\" value=\"Supporting Online Anonymity "
"& Privacy\"> <input type=\"hidden\" name=\"amazonPaymentsAccountId\" "
"value=\"XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1\"> <input type=\"hidden\" "
-"name=\"returnUrl\" value=\"https://www.torproject.org/donate/donate\"> "
-"<input type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
+"name=\"returnUrl\" "
+"value=\"https://www.torproject.org/donate/donate/thankyou\"> <input "
+"type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
"type=\"hidden\" name=\"cobrandingStyle\" value=\"logo\"> <input "
"type=\"hidden\" name=\"abandonUrl\" "
"value=\"https://www.torproject.org/donate/donate\">"
Modified: translation/trunk/projects/website/po/de/download/1-high.download-easy.po
===================================================================
--- translation/trunk/projects/website/po/de/download/1-high.download-easy.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/de/download/1-high.download-easy.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -9,9 +9,9 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 16:01+0000\n"
-"Last-Translator: Sacro <Razor30(a)web.de>\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:03+0000\n"
+"Last-Translator: Sacro <Scion(a)T-Online.de>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -179,19 +179,9 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download-easy\">"
msgstr ""
-"<input type=\"hidden\" id=\"p3\" name=\"p3\" value=\"1\"> <input "
-"type=\"hidden\" name=\"sra\" value=\"1\"> <input type=\"hidden\" "
-"name=\"src\" value=\"1\"> <input type=\"hidden\" name=\"no_shipping\" "
-"value=\"1\"> <input type=\"hidden\" name=\"no_note\" value=\"1\"> <input "
-"type=\"hidden\" id=\"cmd\" name=\"cmd\" value=\"_donations\"> <input "
-"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
-" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
-" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
#. type: Content of: <div><div><table><tbody><tr><td><form><p>
#: /home/runa/tor/website/download/en/download-easy.wml:96
Modified: translation/trunk/projects/website/po/de/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/de/download/3-low.download.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/de/download/3-low.download.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -5,13 +5,14 @@
# <gregweb(a)web.de>, 2011.
# <5g2kmwj8d5(a)emaz73.e4ward.com>, 2011.
# freak <transifex(a)gefaehrder.org>, 2011.
+# <runa.sandvik(a)gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 15:58+0000\n"
-"Last-Translator: Sacro <Razor30(a)web.de>\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-18 13:05+0000\n"
+"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -49,7 +50,7 @@
"...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>."
#. type: Content of: <div><div><table><tr><td><div>
@@ -178,19 +179,9 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
msgstr ""
-"<input type=\"hidden\" id=\"p3\" name=\"p3\" value=\"1\"> <input "
-"type=\"hidden\" name=\"sra\" value=\"1\"> <input type=\"hidden\" "
-"name=\"src\" value=\"1\"> <input type=\"hidden\" name=\"no_shipping\" "
-"value=\"1\"> <input type=\"hidden\" name=\"no_note\" value=\"1\"> <input "
-"type=\"hidden\" id=\"cmd\" name=\"cmd\" value=\"_Spenden\"> <input "
-"type=\"hidden\" name=\"Organisation\" value=\"donations(a)torproject.org\"> "
-"<input type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Spenden "
-"an das Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
#. type: Content of: <div><div><table><tr><td><form><p>
#: /home/runa/tor/website/download/en/download.wml:93
@@ -209,8 +200,8 @@
msgstr "Tor für Windows ist in vier verschiedenen Paketen verfügbar:"
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/lbSAEZiU0Z.xml:165
-#: /tmp/lbSAEZiU0Z.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
+#: /tmp/eCkycGCH9H.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -252,14 +243,12 @@
#. type: Content of: <div><div><table><tr><td><ul><li>
#: /home/runa/tor/website/download/en/download.wml:108
msgid ""
-"The <strong>Expert Package</strong> contains just Tor and nothing else. "
+"The <strong>Expert Bundle</strong> contains just Tor and nothing else. "
"You'll need to configure Tor and all of your applications manually."
msgstr ""
-"Das <strong>Expert Package</strong> enthält nur Tor und sonst nichts. Du "
-"mußt Tor mit allen deinen Anwendungen manuell konfigurieren."
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/lbSAEZiU0Z.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -519,7 +508,7 @@
"Read how to use <a href=\"<page download/download-unix>\">our repositories "
"for the Tor software</a>."
msgstr ""
-"Lese hier wie du <a href=\"<page download/download-unix>\">unsere "
+"Lies hier wie du <a href=\"<page download/download-unix>\">unsere "
"Verzeichnisse der Tor-Software</a> nutzen kannst."
#. type: Content of: <div><div><table><tr><td>
@@ -670,7 +659,7 @@
" (<a href=\"../dist/tor-<version-alpha>.tar.gz.asc\">sig</a>)"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/lbSAEZiU0Z.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
msgid "<br>"
msgstr "<br>"
Modified: translation/trunk/projects/website/po/de/getinvolved/3-low.mirrors.po
===================================================================
--- translation/trunk/projects/website/po/de/getinvolved/3-low.mirrors.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/de/getinvolved/3-low.mirrors.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -9,7 +9,7 @@
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
"PO-Revision-Date: 2011-04-24 18:45+0000\n"
-"Last-Translator: Sacro <Razor30(a)web.de>\n"
+"Last-Translator: Sacro <Scion(a)T-Online.de>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Modified: translation/trunk/projects/website/po/el/about/3-low.translators.po
===================================================================
--- translation/trunk/projects/website/po/el/about/3-low.translators.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/el/about/3-low.translators.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:06+0000\n"
+"PO-Revision-Date: 2011-07-20 21:18+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/es/docs/2-medium.faq.po
===================================================================
--- translation/trunk/projects/website/po/es/docs/2-medium.faq.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/es/docs/2-medium.faq.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-06-22 00:51+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-14 00:59+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/torproject/team/es/)\n"
"MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/Lr_DWY6vt6.xml:1668
+#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/CtBqnqx2A7.xml:1668
msgid "<hr>"
msgstr ""
@@ -95,7 +95,7 @@
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/docs/en/faq.wml:34
msgid ""
-"<a href=\"#SSLcertfingerprint\">What are your SSL cerificate "
+"<a href=\"#SSLcertfingerprint\">What are your SSL certificate "
"fingerprints?</a>"
msgstr ""
Modified: translation/trunk/projects/website/po/es/donate/3-low.donate.po
===================================================================
--- translation/trunk/projects/website/po/es/donate/3-low.donate.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/es/donate/3-low.donate.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-22 00:56+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/torproject/team/es/)\n"
"MIME-Version: 1.0\n"
@@ -65,7 +65,7 @@
#: /home/runa/tor/website/donate/en/donate.wml:27
msgid ""
"<a href=\"#cash\">checks, money orders, bank transfers, stock grants or "
-"other more sophisticated transactions.</a>"
+"other more sophisticated transactions</a>"
msgstr ""
#. type: Content of: <div><div><p>
@@ -248,8 +248,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
msgstr ""
#. BEGIN AMAZON
@@ -282,8 +282,9 @@
"type=\"hidden\" name=\"description\" value=\"Supporting Online Anonymity "
"& Privacy\"> <input type=\"hidden\" name=\"amazonPaymentsAccountId\" "
"value=\"XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1\"> <input type=\"hidden\" "
-"name=\"returnUrl\" value=\"https://www.torproject.org/donate/donate\"> "
-"<input type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
+"name=\"returnUrl\" "
+"value=\"https://www.torproject.org/donate/donate/thankyou\"> <input "
+"type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
"type=\"hidden\" name=\"cobrandingStyle\" value=\"logo\"> <input "
"type=\"hidden\" name=\"abandonUrl\" "
"value=\"https://www.torproject.org/donate/donate\">"
Modified: translation/trunk/projects/website/po/es/download/1-high.download-easy.po
===================================================================
--- translation/trunk/projects/website/po/es/download/1-high.download-easy.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/es/download/1-high.download-easy.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:17+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:03+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/torproject/team/es/)\n"
"MIME-Version: 1.0\n"
@@ -154,8 +154,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download-easy\">"
msgstr ""
#. type: Content of: <div><div><table><tbody><tr><td><form><p>
Modified: translation/trunk/projects/website/po/es/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/es/download/3-low.download.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/es/download/3-low.download.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:16+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/torproject/team/es/)\n"
"MIME-Version: 1.0\n"
@@ -153,8 +153,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
msgstr ""
#. type: Content of: <div><div><table><tr><td><form><p>
@@ -174,8 +174,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/lbSAEZiU0Z.xml:165
-#: /tmp/lbSAEZiU0Z.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
+#: /tmp/eCkycGCH9H.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -204,12 +204,12 @@
#. type: Content of: <div><div><table><tr><td><ul><li>
#: /home/runa/tor/website/download/en/download.wml:108
msgid ""
-"The <strong>Expert Package</strong> contains just Tor and nothing else. "
+"The <strong>Expert Bundle</strong> contains just Tor and nothing else. "
"You'll need to configure Tor and all of your applications manually."
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/lbSAEZiU0Z.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -518,7 +518,7 @@
msgstr ""
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/lbSAEZiU0Z.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
msgid "<br>"
msgstr ""
Modified: translation/trunk/projects/website/po/es/press/4-optional.2010-03-25-tor-store-press-release.po
===================================================================
--- translation/trunk/projects/website/po/es/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/es/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-02 17:00+0200\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 21:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/torproject/team/es/)\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/2-medium.torusers.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/2-medium.torusers.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/about/2-medium.torusers.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-05 19:13+0000\n"
-"PO-Revision-Date: 2011-07-13 16:55+0000\n"
+"PO-Revision-Date: 2011-07-20 20:36+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/3-low.board.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.board.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/about/3-low.board.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 20:59+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/3-low.contact.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.contact.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/about/3-low.contact.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-07-08 08:44+0200\n"
-"PO-Revision-Date: 2011-07-13 16:41+0000\n"
+"PO-Revision-Date: 2011-07-20 20:19+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/3-low.corepeople.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.corepeople.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/about/3-low.corepeople.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-07-13 17:02+0000\n"
+"PO-Revision-Date: 2011-07-20 20:48+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/3-low.financials.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.financials.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/about/3-low.financials.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:01+0000\n"
+"PO-Revision-Date: 2011-07-20 20:45+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/about/3-low.sponsors.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.sponsors.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/about/3-low.sponsors.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -2,14 +2,15 @@
# Copyright (C) YEAR The Tor Project, Inc.
# This file is distributed under the same license as the PACKAGE package.
#
+# <aalaeiarash(a)gmail.com>, 2011.
# <behravanhamed(a)gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-29 20:42+0200\n"
-"PO-Revision-Date: 2011-07-01 15:03+0000\n"
-"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
+"PO-Revision-Date: 2011-07-14 02:34+0000\n"
+"Last-Translator: arashaalaei <aalaeiarash(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,11 +25,13 @@
"about/overview>\">About » </a> <a href=\"<page "
"about/sponsors>\">Sponsors</a>"
msgstr ""
+"<a href=\"<page index>\">خانه »</a> <a href=\"<page about/overview>\">درباره"
+" ما »</a> <a href=\"<page about/sponsors>\">حامیان</a>"
#. type: Content of: <div><div><h1>
#: /home/runa/tor/website/about/en/sponsors.wml:13
msgid "Tor: Sponsors"
-msgstr ""
+msgstr " حامیان تور"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/about/en/sponsors.wml:15
@@ -38,28 +41,31 @@
"diversify even further! Our sponsorships are divided into levels based on "
"total funding received:"
msgstr ""
+"پروژه تور\n"
+" <a href=\"<page about/torusers>\">تنوع کاربران</a> \n"
+" به این معنی است که ما تنوع زیادی از منابع مالی داریم -- و همچنین ما مشتاق به تنوع و حتی بیشتر شدن این حمایتها داریم! نحوه حمایتهای مالی مابر اساس بودجه کل دریافت شده بطرز زیر تقسیم می شوند :"
#. type: Content of: <div><div><h3>
#: /home/runa/tor/website/about/en/sponsors.wml:20
msgid "<i>Magnoliophyta</i> (over $1 million)"
-msgstr ""
+msgstr "<i>Magnoliophyta</i> (بیش از 1 میلیون دلار )"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:22
msgid "An anonymous North American NGO (2008-2011)"
-msgstr ""
+msgstr " سازمان ناشناس غیر دولتی در آمریکا (2008-2011 )"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:23
msgid ""
"<a href=\"http://www.bbg.gov/\">Broadcasting Board of Governors</a> "
"(2006-2011)"
-msgstr ""
+msgstr "<a href=\"http://www.bbg.gov/\">صدا و سیما</a> (2006-2011)"
#. type: Content of: <div><div><h3>
#: /home/runa/tor/website/about/en/sponsors.wml:26
msgid "<i>Liliopsida</i> (up to $750k)"
-msgstr ""
+msgstr "<i>Liliopsida</i> (تا ۷۵۰ هزار دلار)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:28
@@ -67,16 +73,18 @@
"<a href=\"http://www.sida.se/English/\">Sida - Swedish International "
"Development Cooperation Agency</a> (2010-2011)"
msgstr ""
+"<a href=\"http://www.sida.se/English/\">Sida -- همکاری آژانس توسعه بین "
+"المللی سوئد</a> (2010-2011)"
#. type: Content of: <div><div><h3>
#: /home/runa/tor/website/about/en/sponsors.wml:31
msgid "<i>Asparagales</i> (up to $500k)"
-msgstr ""
+msgstr "<i>Asparagales</i> (تا $ 500K)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:33
msgid "<a href=\"http://www.internews.fr/\">Internews Europe</a> (2006-2008)"
-msgstr ""
+msgstr "<a href=\"http://www.internews.fr/\">اینترنیوز اروپا</a> (2006-2008)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:34
@@ -84,11 +92,13 @@
"<a href=\"http://nsf.gov/\">National Science Foundation via Drexel "
"University</a> (2009-2011)"
msgstr ""
+"<a href=\"http://nsf.gov/\">بنیاد ملی علوم آمریکا از طریق دانشگاه</a> درکسل "
+"(2،009-2011 )"
#. type: Content of: <div><div><h3>
#: /home/runa/tor/website/about/en/sponsors.wml:37
msgid "<i>Alliaceae</i> (up to $200k)"
-msgstr ""
+msgstr "<i>Alliaceae</i> (تا $ 200k)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:39
@@ -98,12 +108,12 @@
#. type: Content of: <div><div><h3>
#: /home/runa/tor/website/about/en/sponsors.wml:42
msgid "<i>Allium</i> (up to $100k)"
-msgstr ""
+msgstr "<i>سیرها</i> (تا ۱۰۰ هزار دلار)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:44
msgid "<a href=\"http://www.nlnet.nl/\">NLnet Foundation</a> (2008-2009)"
-msgstr ""
+msgstr "<a href=\"http://www.nlnet.nl/\">NLnet بنیاد</a> (2008-2009)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:45
@@ -111,16 +121,18 @@
"<a href=\"http://chacs.nrl.navy.mil/\">Naval Research Laboratory</a> "
"(2006-2010)"
msgstr ""
+"<a href=\"http://chacs.nrl.navy.mil/\">آزمایشگاه تحقیقات نیروی دریایی</a> "
+"(2006-2010)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:46
msgid "An anonymous North American ISP (2009-2011)"
-msgstr ""
+msgstr "ناشناس آمریکایی ISP (2009-2011)"
#. type: Content of: <div><div><h3>
#: /home/runa/tor/website/about/en/sponsors.wml:49
msgid "<i>Allium cepa</i> (up to $50k)"
-msgstr ""
+msgstr "<i>سیرها CEPA</i> (به دلار 50k)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:51
@@ -128,38 +140,40 @@
"<a href=\"<page donate/donate>\">More than 600 personal donations from "
"individuals like you</a> (2006-2011)"
msgstr ""
+"<a href=\"<page donate/donate>\">بیش از ۶۰۰ فرد حقیقی کمکهای مالی افرادی "
+"مثل شما</a> (2006-2011)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:52
msgid "<a href=\"http://code.google.com/opensource/\">Google</a> (2008-2009)"
-msgstr ""
+msgstr "<a href=\"http://code.google.com/opensource/\">گوگل</a> (2008-2009)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:53
msgid ""
"<a href=\"http://code.google.com/soc/\">Google Summer of Code</a> "
"(2007-2011)"
-msgstr ""
+msgstr "<a href=\"http://code.google.com/soc/\">تابستان گوگل </a> (2007-2011)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:54
msgid "<a href=\"http://www.hrw.org/\">Human Rights Watch</a> (2007)"
-msgstr ""
+msgstr "<a href=\"http://www.hrw.org/\"> سازمان دیده بان حقوق بشر</a> (2007)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:55
msgid "<a href=\"http://www.torfox.org/\">Torfox</a> (2009)"
-msgstr ""
+msgstr "<a href=\"http://www.torfox.org/\">Torfox</a> (2009)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:56
msgid "<a href=\"http://www.shinjiru.com/\">Shinjiru Technology</a> (2009-2011)"
-msgstr ""
+msgstr "<a href=\"http://www.shinjiru.com/\">Shinjiru فناوری</a> (2009-2011)"
#. type: Content of: <div><div><h3>
#: /home/runa/tor/website/about/en/sponsors.wml:59
msgid "Past sponsors"
-msgstr ""
+msgstr "حامیان مالی گذشته"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/about/en/sponsors.wml:60
@@ -167,13 +181,16 @@
"We greatly appreciate the support provided by our past sponsors in keeping "
"the pre-501(c)(3) Tor Project progressing through our ambitious goals:"
msgstr ""
+"ما از حمایت توسط حامیان مالی گذشته خود که ما را درحفظ 501 (ج) (3) پروژه "
+"تور و پیشرفت و رسیدن به اهداف بلند پروازانه این پروژه ما را یاری دادند کمال"
+" تشکر را داریم"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:62
msgid ""
"<a href=\"https://www.eff.org/\">Electronic Frontier Foundation</a> "
"(2004-2005)"
-msgstr ""
+msgstr "<a href=\"https://www.eff.org/\">بنیاد جبهه الکترونیک </a> (2004-2005)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:63
@@ -181,22 +198,24 @@
"<a href=\"http://chacs.nrl.navy.mil/\">DARPA and ONR via Naval Research "
"Laboratory</a> (2001-2006)"
msgstr ""
+"<a href=\"http://chacs.nrl.navy.mil/\">DARPA و ONR از طریق آزمایشگاه تحقیقات"
+" نیروی</a> دریایی (2001-2006 )"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:64
msgid "<a href=\"http://www.cyber-ta.org/\">Cyber-TA project</a> (2006-2008)"
-msgstr ""
+msgstr "<a href=\"http://www.cyber-ta.org/\">سایبر - TA پروژه</a> (2006-2008)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:65
msgid "Bell Security Solutions Inc (2006)"
-msgstr ""
+msgstr "راه حل های امنیتی بل وارز (2006)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:66
msgid ""
"<a href=\"http://www.omidyar.net/\">Omidyar Network Enzyme Grant</a> (2006)"
-msgstr ""
+msgstr "<a href=\"http://www.omidyar.net/\"> شبکه آنزیم گرانت امیدیار</a> (2006)"
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/about/en/sponsors.wml:67
@@ -204,6 +223,8 @@
"<a href=\"http://seclab.cs.rice.edu/lab/2005/08/01/seclab-awarded-grant-to-"
"study-security-of-p2p/\">NSF via Rice University</a> (2006-2007)"
msgstr ""
+"<a href=\"http://seclab.cs.rice.edu/lab/2005/08/01/seclab-awarded-grant-to-"
+"study-security-of-p2p/\">NSF از طریق دانشگاه رایس</a> (2006-2007)"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/about/en/sponsors.wml:69
@@ -213,5 +234,9 @@
"financial contributions: coding, testing, documenting, educating, "
"researching, and running the relays that make up the Tor network."
msgstr ""
+"تشکر می کنیم از شما و همه مردم و گروه هایی که با کمک خود این پروژه را ممکن "
+"ساختند را ساخته اند به خصوص به داوطلبانی که کمک های غیر مالی در بخشهای زیر "
+"ارایه دادند : برنامه نویسی ، آزمایش ، مستند ، آموزش ، تحقیق ، و رله شبکه "
+"تور"
Modified: translation/trunk/projects/website/po/fa/about/3-low.translators.po
===================================================================
--- translation/trunk/projects/website/po/fa/about/3-low.translators.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/about/3-low.translators.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:32+0000\n"
-"PO-Revision-Date: 2011-07-13 17:06+0000\n"
+"PO-Revision-Date: 2011-07-20 21:18+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/fa/docs/2-medium.faq.po
===================================================================
--- translation/trunk/projects/website/po/fa/docs/2-medium.faq.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/docs/2-medium.faq.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-07-02 23:09+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-20 19:24+0000\n"
"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@
msgstr "سوالهای رایج"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/Lr_DWY6vt6.xml:1668
+#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/CtBqnqx2A7.xml:1668
msgid "<hr>"
msgstr "<hr>"
@@ -128,7 +128,7 @@
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/docs/en/faq.wml:34
msgid ""
-"<a href=\"#SSLcertfingerprint\">What are your SSL cerificate "
+"<a href=\"#SSLcertfingerprint\">What are your SSL certificate "
"fingerprints?</a>"
msgstr ""
@@ -511,12 +511,17 @@
"not illegal anywhere in the world, so using Tor by itself is fine. You are "
"still protected from this node figuring out who you are and where you are "
"going on the Internet."
-msgstr "احتمالاً. سری بدی از سه سرور، میتوانند "
+msgstr ""
+"احتمالاً. اولین سرور بد از سه سرور، میتوانند ببینند ترافیک کدگذاری شدهء تور "
+"از کامپیوتر شما میگذرد. با این وجود نمیداند شما که هستید و چکاری میکنید. فقط"
+" میتواند ببیند که این آدرس آی پی از تور استفاده میکند. استفاده از تور در هیچ"
+" جای دنیا غیر قانونی نیست. حتی در این صورت نمیشود فهمید که شما در اینترنت در"
+" کجا هستید و بکجا میروید. "
#. type: Content of: <div><div><p><dl><dt>
#: /home/runa/tor/website/docs/en/faq.wml:185
msgid "Can't the third server see my traffic?"
-msgstr ""
+msgstr "آیا سرور سوم میتواند ترافیک من را ببیند؟"
#. type: Content of: <div><div><p><dl><dd>
#: /home/runa/tor/website/docs/en/faq.wml:185
@@ -529,11 +534,16 @@
"out who you are and if using encryption, what data you're sending to the "
"destination."
msgstr ""
+"احتمالاً. سومین سرور بد از سه سرور، میتواند ترافیک فرستاده شده به تور را "
+"ببیند. نمیتواند بفهمد چه کسی این ترافیک را فرستاده. اگر شما از کدگذاری "
+"استفاده میکنید، مثلاً دیدار از وبسایت بانک، یا خرید اینترنتی، یا فرستادن "
+"ایمیل کدگذاری شده و غیره، فقط مقصد را میبیند. نمیتواند اطلاعات داخل ترافیک "
+"اینترنتی را ببیند. شما باز هم در امان خواهید بود. "
#. type: Content of: <div><div>
#: /home/runa/tor/website/docs/en/faq.wml:195
msgid "<hr> <a id=\"CompatibleApplications\"></a>"
-msgstr ""
+msgstr "<hr> <a id=\"CompatibleApplications\"></a>"
#. type: Content of: <div><div><h3>
#: /home/runa/tor/website/docs/en/faq.wml:198
@@ -541,6 +551,9 @@
"<a class=\"anchor\" href=\"#CompatibleApplications\">What programs can I use"
" with Tor?</a>"
msgstr ""
+"<a class=\"anchor\" href=\"#CompatibleApplications\">\n"
+"همراه با تور، از چه برنامه هایی میتوانم استفاده کنم؟\n"
+"</a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/faq.wml:201
@@ -557,6 +570,16 @@
"by-program basis, which is why we don't yet recommend very many programs for"
" safe use with Tor."
msgstr ""
+"برای مجهز به تور کردن، دو قسمت وجود دارد. ناشناسی در لحظهء برقراری ارتباط، و"
+" ناشناسی در مرحلهء نرم افزاری. \"در لحظه برقراری ارتباط\" مطمئن میشود که "
+"اطلاعاتی اینترنتی که توسط نرم افزار فرستاده میشود، از تور عبور کند. این "
+"مرحله معمولاً با تنظیمِ نرم افزار برای استفاده از تور به عنوان پروکسی "
+"\"ساکس\" امکان پذیر است. امّا راه های دیگری نیز وجود دارد. برای ناشناسی در "
+"سطح نرم افزاری، باید مطمئن باشید اطلاعاتی که نرم افزار بروی اینترنت میفرستد،"
+" باعث آسیپذیری امنیت شخصی شما نمیشود. (حتی اگر اطلاعات از تور عبور میکنند، "
+"بهتر است از نام شخصی خود استفاده نکنید) قدم دوم، باید برنامه به برنامه انجام"
+" شود. به همین دلیل است که ما نرم افزارهای زادی را برای استفاده همزمان با تور"
+" پیشنهاد نمیکنیم. . . "
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/faq.wml:215
@@ -568,6 +591,11 @@
"now takes care of a lot of the connection-level and application-level "
"worries."
msgstr ""
+"بیشتر فعالیت ما تا کنون روی مرورگر فایرفاکس تمرکز کرده. در صورتی که از مرورگر فایفاکس استفاده کنید، بسته های نرم افزاری در\n"
+"<a href=\"<page download/download>\">download page</a>\n"
+" بصورت خودکار \n"
+"<a href=\"<page torbutton/index>\">\n"
+"دگمه تور فایرفاکس را نصب میکنند. از نسخه< 1.2.0 به بعد، دگمه تور، بسیاری از ناشناسی در مرحلهء برقراری ارتباط و در مرحله نرم افزاری را انجام میدهد. "
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/faq.wml:224
@@ -584,12 +612,15 @@
#. type: Content of: <div><div>
#: /home/runa/tor/website/docs/en/faq.wml:235
msgid "<hr> <a id=\"WhyCalledTor\"></a>"
-msgstr ""
+msgstr "<hr> <a id=\"WhyCalledTor\"></a>"
#. type: Content of: <div><div><h3>
#: /home/runa/tor/website/docs/en/faq.wml:238
msgid "<a class=\"anchor\" href=\"#WhyCalledTor\">Why is it called Tor?</a>"
msgstr ""
+"<a class=\"anchor\" href=\"#WhyCalledTor\">\n"
+"چرا تور نام دارد؟\n"
+"</a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/faq.wml:241
Modified: translation/trunk/projects/website/po/fa/docs/3-low.N900.po
===================================================================
--- translation/trunk/projects/website/po/fa/docs/3-low.N900.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/docs/3-low.N900.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -2,14 +2,15 @@
# Copyright (C) YEAR The Tor Project, Inc.
# This file is distributed under the same license as the PACKAGE package.
#
+# <aalaeiarash(a)gmail.com>, 2011.
# <behravanhamed(a)gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-05 19:13+0000\n"
-"PO-Revision-Date: 2011-06-29 15:09+0000\n"
-"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
+"PO-Revision-Date: 2011-07-19 03:05+0000\n"
+"Last-Translator: arashaalaei <aalaeiarash(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,16 +25,18 @@
"docs/documentation>\">Documentation » </a> <a href=\"<page "
"docs/N900>\">N900</a>"
msgstr ""
+"<a href=\"<page index>\">خانه »</a> <a href=\"<page "
+"docs/documentation>\">اسناد »</a> <a href=\"<page docs/N900>\">N900</a>"
#. type: Content of: <div><div>
#: /home/runa/tor/website/docs/en/N900.wml:13
msgid "<a id=\"Maemo\"></a>"
-msgstr ""
+msgstr "<a id=\"نرم افزار میمو\"></a>"
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/docs/en/N900.wml:14
msgid "<a class=\"anchor\" href=\"#Maemo\">Installing Tor on Maemo</a>"
-msgstr ""
+msgstr "<a class=\"anchor\" href=\"#Maemo\">نصب تور در Maemo</a>"
#. type: Content of: <div><div>
#: /home/runa/tor/website/docs/en/N900.wml:15 /tmp/kZ0QypDFof.xml:26
@@ -49,16 +52,20 @@
"Project does not produce these packages. They are maintained by the Maemo "
"community."
msgstr ""
+"اگر شما از یک دستگاه مجهز یه نرم افزار میمو استفاده می کنید که <a href=\"#N900\">N900</a>\n"
+" نیست، ما پیشنهاد می کنیم بسته تور را از\n"
+"<a href=\"http://maemo.org/packages/view/tor/\">نصب کنید</a> شما <a href=\"http://maemo.org/packages/view/tor/\">را</a> \n"
+"پروژه تور این بسته را تولید نمی کند بلکه این بسته توسط جامعه میمو تولید و بروزرسانی می شود "
#. type: Content of: <div><div>
#: /home/runa/tor/website/docs/en/N900.wml:24
msgid "<a id=\"N900\"></a>"
-msgstr ""
+msgstr "<a id=\"N900\"></a>"
#. type: Content of: <div><div><h2>
#: /home/runa/tor/website/docs/en/N900.wml:25
msgid "<a class=\"anchor\" href=\"#N900\">Installing Tor on the N900</a>"
-msgstr ""
+msgstr "<a class=\"anchor\" href=\"#N900\">نصب تور روی N900</a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:28
@@ -70,6 +77,8 @@
"not have Torbutton and it should not be used for high security anonymity "
"needs at this time."
msgstr ""
+"دستورالعمل های زیر را باید به شما کمک کند\n"
+"<a href=\"https://garage.maemo.org/projects/tor-status\">نصب</a> کنترلر و <a href=\"https://garage.maemo.org/projects/tor-status\">تور تجربی </a> تور برای تلفن نوکیا N900 بسته بندی شده است. این پیکربندی در حال حاضرتست نشده است. مرورگر در این پیکربندی دکمه تور ندارد ونباید برای نیازهایی که از لحاظ امنیتی مهم هستند استفاده شود."
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:37
@@ -78,6 +87,9 @@
"href=\"$(IMGROOT)/N900/1_app_menu.png\"> <img alt=\"N900 application menu\" "
"src=\"$(IMGROOT)/N900/1_app_menu-small.png\"/> </a>"
msgstr ""
+" مدیریت نرم افزار را باز کنید: <br> <a "
+"href=\"$(IMGROOT)/N900/1_app_menu.png\"><img alt=\"N900 منو برنامه\" "
+"src=\"$(IMGROOT)/N900/1_app_menu-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:45
@@ -86,6 +98,9 @@
"href=\"$(IMGROOT)/N900/2_app_manager.png\"> <img alt=\"N900 application "
"manager\" src=\"$(IMGROOT)/N900/2_app_manager-small.png\"/> </a>"
msgstr ""
+" روی منو مدیر برنامه در بالای صفحه نمایش کلیک کنید : <br> <a "
+"href=\"$(IMGROOT)/N900/2_app_manager.png\"><img alt=\"N900 مدیر برنامه\" "
+"src=\"$(IMGROOT)/N900/2_app_manager-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:53
@@ -94,6 +109,9 @@
"href=\"$(IMGROOT)/N900/3_app_managermenu.png\"> <img alt=\"N900 application "
"catalogs\" src=\"$(IMGROOT)/N900/3_app_managermenu-small.png\"/> </a>"
msgstr ""
+" \"کاتالوگ برنامه را انتخاب کنید: <br> <a "
+"href=\"$(IMGROOT)/N900/3_app_managermenu.png\"><img alt=\"کاتالوگ نرم افزار "
+"N900\" src=\"$(IMGROOT)/N900/3_app_managermenu-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:61
@@ -106,11 +124,17 @@
"href=\"$(IMGROOT)/N900/4_catalog_list.png\"> <img alt=\"N900 catalog list\" "
"src=\"$(IMGROOT)/N900/4_catalog_list-small.png\"/> </a>"
msgstr ""
+"دکمه'جدید' را فشار دهید برای فعال کردن مخزن توسعه اضافی میمو - <br> <small>\n"
+"توجه : این مخزن حاوی بسته های نرم افزاری آزمایش نشده است که ممکن است به دستگاه شما آسیب\n"
+"</small> برساند.\n"
+" <small><br> مشاهده <a href=\"http://wiki.maemo.org/Extras-devel\">\n"
+"مخزن توسعه اضافی</a>\n"
+"را برای برای جزئیات بیشتر ببینید. شما احتمالا باید مخزن توسعه اضافی را پس از نصب تور غیر فعال کنید .</small> <br> <a href=\"$(IMGROOT)/N900/4_catalog_list.png\"><img alt=\"N900 لیست فروشگاه\" src=\"$(IMGROOT)/N900/4_catalog_list-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:75
msgid "Enter the following information into the catalog addition screen:"
-msgstr ""
+msgstr "اطلاعات زیر را در صفحه نمایش اضافی وارد کنید :"
#. type: Content of: <div><div><p><p><pre>
#: /home/runa/tor/website/docs/en/N900.wml:78
@@ -122,6 +146,11 @@
" Components: free non-free\n"
" "
msgstr ""
+" Catalog name: Extras devel\n"
+" Web address: http://repository.maemo.org/extras-devel/\n"
+" Distribution: fremantle\n"
+" Components: free non-free\n"
+" "
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:84
@@ -131,6 +160,10 @@
"alt=\"N900 new catalog\" src=\"$(IMGROOT)/N900/5_new_catalog-small.png\"/> "
"</a>"
msgstr ""
+"<br> اطمینان حاصل کنید که آیتم 'غیرفعال' بدون چک مارک است ، دکمه 'ذخیره' را "
+"بزنید، و برای به روز رسانی آماده شوید. <br> <a "
+"href=\"$(IMGROOT)/N900/5_new_catalog.png\"><img alt=\"N900 جدید فروشگاه\" "
+"src=\"$(IMGROOT)/N900/5_new_catalog-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:94
@@ -139,6 +172,9 @@
"href=\"$(IMGROOT)/N900/6_app_manager.png\"> <img alt=\"N900 app manager\" "
"src=\"$(IMGROOT)/N900/6_app_manager-small.png\"/> </a>"
msgstr ""
+"'دانلود' را فشار دهید در مدیریت اپلیکیشن : <br> <a "
+"href=\"$(IMGROOT)/N900/6_app_manager.png\"><img alt=\"مدیر N900 APP\" "
+"src=\"$(IMGROOT)/N900/6_app_manager-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:102
@@ -147,6 +183,9 @@
"href=\"$(IMGROOT)/N900/7_app_categories.png\"> <img alt=\"N900 application "
"categories\" src=\"$(IMGROOT)/N900/7_app_categories-small.png\"/> </a>"
msgstr ""
+" شبکه مورد نظر را انتخاب کنید (یا توررا جستجو کنید) : <br> <a "
+"href=\"$(IMGROOT)/N900/7_app_categories.png\"><img alt=\"دسته بندی برنامه "
+"N900\" src=\"$(IMGROOT)/N900/7_app_categories-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:110
@@ -155,6 +194,9 @@
"href=\"$(IMGROOT)/N900/8_app_list.png\"> <img alt=\"N900 application list\" "
"src=\"$(IMGROOT)/N900/8_app_list-small.png\"/> </a>"
msgstr ""
+"پایین رفته و گزینه 'تور به وضعیت اپلت را انتخاب کنید <br> <a "
+"href=\"$(IMGROOT)/N900/8_app_list.png\"><img alt=\"N900 لیست برنامه\" "
+"src=\"$(IMGROOT)/N900/8_app_list-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:118
@@ -163,6 +205,9 @@
"href=\"$(IMGROOT)/N900/9_disclaimer.png\"> <img alt=\"N900 disclaimer\" "
"src=\"$(IMGROOT)/N900/9_disclaimer-small.png\"/> </a>"
msgstr ""
+"با موارد قرارداد موافقت کنید و دکمه 'ادامه' را فشار دهید: <br> <a "
+"href=\"$(IMGROOT)/N900/9_disclaimer.png\"><img alt=\"N900 قرارداد\" "
+"src=\"$(IMGROOT)/N900/9_disclaimer-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:126
@@ -171,6 +216,9 @@
"the device: <br> <a href=\"$(IMGROOT)/N900/10_success.png\"> <img alt=\"N900"
" success\" src=\"$(IMGROOT)/N900/10_success-small.png\"/> </a>"
msgstr ""
+"وقتی نصب انجام شد ، مخازن اضافی توسعه را غیر فعال کنید و دستگاه را مجددا "
+"راه اندازی کنید: <br> <a href=\"$(IMGROOT)/N900/10_success.png\"><img "
+"alt=\"N900 موفقیت\" src=\"$(IMGROOT)/N900/10_success-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:135
@@ -179,6 +227,10 @@
"href=\"$(IMGROOT)/N900/11_after_rebooting.png\"> <img alt=\"N900 status menu"
" post-reboot\" src=\"$(IMGROOT)/N900/11_after_rebooting-small.png\"/> </a>"
msgstr ""
+"پس از راه اندازی مجدد سیستم ، ، منو وضعیت را باز کنید: <br> <a "
+"href=\"$(IMGROOT)/N900/11_after_rebooting.png\"><img alt=\"N900 منو وضعیت پس"
+" از راه اندازی مجدد\" src=\"$(IMGROOT)/N900/11_after_rebooting-"
+"small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:143
@@ -187,6 +239,9 @@
"href=\"$(IMGROOT)/N900/12_status_menu.png\"> <img alt=\"N900 status menu "
"selection\" src=\"$(IMGROOT)/N900/12_status_menu-small.png\"/> </a>"
msgstr ""
+"روتر پیاز \"را از فهرست انتخاب کنید : <br> <a "
+"href=\"$(IMGROOT)/N900/12_status_menu.png\"><img alt=\"انتخاب منو وضعیت "
+"N900\" src=\"$(IMGROOT)/N900/12_status_menu-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:151
@@ -195,6 +250,9 @@
"href=\"$(IMGROOT)/N900/13_enable_tor.png\"> <img alt=\"N900 enabling Tor\" "
"src=\"$(IMGROOT)/N900/13_enable_tor-small.png\"/> </a>"
msgstr ""
+"مسیر یابی پیازی را فعال و 'ذخیره' را فشار دهید : <br> <a "
+"href=\"$(IMGROOT)/N900/13_enable_tor.png\"><img alt=\"N900 فعالسازی تور\" "
+"src=\"$(IMGROOT)/N900/13_enable_tor-small.png\"/></a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:159
@@ -204,6 +262,10 @@
"href=\"$(IMGROOT)/N900/14_check_tor.png\"> <img alt=\"N900 check Tor\" "
"src=\"$(IMGROOT)/N900/14_check_tor-small.png\"/> </a>"
msgstr ""
+"به آدرس زیر بروید <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>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:168
@@ -213,11 +275,15 @@
"while it may be useful for circumvention, it probably is unsuitable for "
"strong web browser anonymity requirements."
msgstr ""
+"توجه داشته باشید که این فرایند ممکن است همیشه به شما آخرین نسخه پایدار تور"
+" رابه شما ندهد. علاوه بر این ، مرورگر وب نوکیا دکمه تور ندارد . این به این "
+"معنی است که در حالی که ممکن است برای دور زدن فیلترینگ مفید باشد، اما "
+"احتمالا برای وب گردی گمنام و قوی نامناسب است."
#. type: Content of: <div><div>
#: /home/runa/tor/website/docs/en/N900.wml:174
msgid "<hr>"
-msgstr ""
+msgstr "<hr style=\";text-align:right;direction:rtl\">"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/docs/en/N900.wml:176
@@ -225,5 +291,7 @@
"If you have suggestions for improving this document, please <a href=\"<page "
"about/contact>\">send them to us</a>. Thanks!"
msgstr ""
+"اگر شما پیشنهادی برای بهبود محتوای این متن دارید ، لطفا <a href=\"<page "
+"about/contact>\">آن را برای ما بفرستید</a> . با تشکر از شما"
Modified: translation/trunk/projects/website/po/fa/donate/3-low.donate.po
===================================================================
--- translation/trunk/projects/website/po/fa/donate/3-low.donate.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/donate/3-low.donate.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-29 15:13+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -66,7 +66,7 @@
#: /home/runa/tor/website/donate/en/donate.wml:27
msgid ""
"<a href=\"#cash\">checks, money orders, bank transfers, stock grants or "
-"other more sophisticated transactions.</a>"
+"other more sophisticated transactions</a>"
msgstr ""
#. type: Content of: <div><div><p>
@@ -249,8 +249,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
msgstr ""
#. BEGIN AMAZON
@@ -283,8 +283,9 @@
"type=\"hidden\" name=\"description\" value=\"Supporting Online Anonymity "
"& Privacy\"> <input type=\"hidden\" name=\"amazonPaymentsAccountId\" "
"value=\"XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1\"> <input type=\"hidden\" "
-"name=\"returnUrl\" value=\"https://www.torproject.org/donate/donate\"> "
-"<input type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
+"name=\"returnUrl\" "
+"value=\"https://www.torproject.org/donate/donate/thankyou\"> <input "
+"type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
"type=\"hidden\" name=\"cobrandingStyle\" value=\"logo\"> <input "
"type=\"hidden\" name=\"abandonUrl\" "
"value=\"https://www.torproject.org/donate/donate\">"
Modified: translation/trunk/projects/website/po/fa/download/1-high.download-easy.po
===================================================================
--- translation/trunk/projects/website/po/fa/download/1-high.download-easy.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/download/1-high.download-easy.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:17+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:03+0000\n"
"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -155,8 +155,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download-easy\">"
msgstr ""
#. type: Content of: <div><div><table><tbody><tr><td><form><p>
Modified: translation/trunk/projects/website/po/fa/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/fa/download/3-low.download.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/download/3-low.download.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:16+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -154,8 +154,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
msgstr ""
#. type: Content of: <div><div><table><tr><td><form><p>
@@ -175,8 +175,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/lbSAEZiU0Z.xml:165
-#: /tmp/lbSAEZiU0Z.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
+#: /tmp/eCkycGCH9H.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -205,12 +205,12 @@
#. type: Content of: <div><div><table><tr><td><ul><li>
#: /home/runa/tor/website/download/en/download.wml:108
msgid ""
-"The <strong>Expert Package</strong> contains just Tor and nothing else. "
+"The <strong>Expert Bundle</strong> contains just Tor and nothing else. "
"You'll need to configure Tor and all of your applications manually."
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/lbSAEZiU0Z.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -519,7 +519,7 @@
msgstr ""
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/lbSAEZiU0Z.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
msgid "<br>"
msgstr ""
Modified: translation/trunk/projects/website/po/fa/download/3-low.thankyou.po
===================================================================
--- translation/trunk/projects/website/po/fa/download/3-low.thankyou.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fa/download/3-low.thankyou.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -2,14 +2,15 @@
# Copyright (C) YEAR The Tor Project, Inc.
# This file is distributed under the same license as the PACKAGE package.
#
+# <aalaeiarash(a)gmail.com>, 2011.
# <behravanhamed(a)gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2010-12-26 14:31+0000\n"
-"PO-Revision-Date: 2011-06-29 15:16+0000\n"
-"Last-Translator: behravan <behravanhamed(a)gmail.com>\n"
+"PO-Revision-Date: 2011-07-19 03:16+0000\n"
+"Last-Translator: arashaalaei <aalaeiarash(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -24,6 +25,9 @@
"download/download>\">Download » </a> <a href=\"<page "
"download/thankyou>\">Thank You</a>"
msgstr ""
+"<a href=\"<page index>\">صفحه اصلی »</a> <a href=\"<page "
+"download/download>\">دانلود »</a> <a href=\"<page download/thankyou>\">با "
+"تشکر از شما</a>"
#. type: Content of: <div><h1>
#: /home/runa/transifex/website/download/en/thankyou.wml:12
@@ -36,16 +40,21 @@
"<strong>Your download should begin automatically in a few seconds, but if "
"not,you can download with our <a href=\"#\">direct link</a>.</strong>"
msgstr ""
+"<strong>\n"
+"دانلود خود به طور خودکار باید در چند ثانیه آغاز شود، اما اگر نشد ، شما می توانید از طریق لینک مستقیم دانلود کنید\n"
+"<a href=\"#\">توانید با</a> لینک مستقیم</strong> دانلود."
#. type: Content of: <div><div><div><h2>
#: /home/runa/transifex/website/download/en/thankyou.wml:16
msgid "Installation Instructions for Mac OS X"
msgstr ""
+"دستورالعمل های نصب برای سیستم عامل\n"
+" Mac OS X"
#. type: Content of: <div><div><div><div>
#: /home/runa/transifex/website/download/en/thankyou.wml:17
msgid "1."
-msgstr ""
+msgstr "1."
#. type: Content of: <div><div><div><div>
#: /home/runa/transifex/website/download/en/thankyou.wml:18
@@ -59,7 +68,7 @@
#. type: Content of: <div><div><div><div>
#: /home/runa/transifex/website/download/en/thankyou.wml:19
msgid "2."
-msgstr ""
+msgstr "2."
#. type: Content of: <div><div><div><div>
#: /home/runa/transifex/website/download/en/thankyou.wml:20
@@ -72,7 +81,7 @@
#. type: Content of: <div><div><div><div>
#: /home/runa/transifex/website/download/en/thankyou.wml:21
msgid "3."
-msgstr ""
+msgstr "3."
#. type: Content of: <div><div><div><div>
#: /home/runa/transifex/website/download/en/thankyou.wml:22
@@ -86,22 +95,24 @@
#. type: Content of: <div><div><div><p>
#: /home/runa/transifex/website/download/en/thankyou.wml:23
msgid "<a href=\"<page docs/tor-doc-osx>\">Read the full instructions »</a>"
-msgstr ""
+msgstr "<a href=\"<page docs/tor-doc-osx>\"> :دستورالعمل را کامل بخوانید</a> »"
#. type: Content of: <div><div><div><div><div><h2>
#: /home/runa/transifex/website/download/en/thankyou.wml:28
msgid "Need Help?"
-msgstr ""
+msgstr "نیاز به راهنمایی دارید؟"
#. type: Content of: <div><div><div><div><div><ul><li>
#: /home/runa/transifex/website/download/en/thankyou.wml:30
msgid "<a href=\"<page docs/installguide>\">Read the Installation Guide</a>"
msgstr ""
+"<a href=\"<page docs/installguide>\">:</a> راهنمای نصب و راه اندازی را "
+"مطالعه کنید"
#. type: Content of: <div><div><div><div><div><ul><li>
#: /home/runa/transifex/website/download/en/thankyou.wml:31
msgid "<a href=\"<page docs/faq>\">Check out the FAQ</a>"
-msgstr ""
+msgstr "<a href=\"<page docs/faq>\">پرسشهای متداول</a>"
#. type: Content of: <div><div><div><div><div><ul><li>
#: /home/runa/transifex/website/download/en/thankyou.wml:32
@@ -111,24 +122,24 @@
#. type: Content of: <div><div><div><div><div><ul><li>
#: /home/runa/transifex/website/download/en/thankyou.wml:33
msgid "<a href=\"#\">Email our Techincal Support</a>"
-msgstr ""
+msgstr "<a href=\"#\">ایمیل پشتیبانی ما</a>"
#. type: Content of: <div><div><div><div><div><div><h2>
#: /home/runa/transifex/website/download/en/thankyou.wml:41
msgid "Is Your Installation Working?"
-msgstr ""
+msgstr "آیا نرم افزار شما بخوبی نصب شده؟"
#. type: Content of: <div><div><div><div><div><div>
#: /home/runa/transifex/website/download/en/thankyou.wml:42
msgid ""
"<img class=\"project-icon\" src=\"$(IMGROOT)/icon-default.jpg\" "
"alt=\"Default Icon\">"
-msgstr ""
+msgstr "<img class=\"project-icon\" src=\"$(IMGROOT)/icon-default.jpg\" alt=\"آیکون\">"
#. type: Content of: <div><div><div><div><div><div><h4>
#: /home/runa/transifex/website/download/en/thankyou.wml:43
msgid "Use TorCheck to test your Install"
-msgstr ""
+msgstr "استفاده از تورچک برای اطمینان از نصب "
#. type: Content of: <div><div><div><div><div><div><p>
#: /home/runa/transifex/website/download/en/thankyou.wml:44
@@ -137,11 +148,15 @@
"see if your install is working, and you’re being protected by the Tor onion "
"router."
msgstr ""
+"به آدرس زیر بروید <a "
+"href=\"http://check.torproject.org\">check.torproject.org</a> تا ببینید که "
+"آیا نصب خود کار درست انجام شده ، شما در این مرحله توسط روتر پیاز تور محافظت"
+" می شوید."
#. type: Content of: <div><div><div><div><h2>
#: /home/runa/transifex/website/download/en/thankyou.wml:54
msgid "Help Tor by Running a Relay"
-msgstr ""
+msgstr "با اجرای برنامه رله روی کامپیوتر خود به پروژه تور کمک کنید"
#. type: Content of: <div><div><div><div><p>
#: /home/runa/transifex/website/download/en/thankyou.wml:55
@@ -154,27 +169,27 @@
#. type: Content of: <div><div><div><div><div><p>
#: /home/runa/transifex/website/download/en/thankyou.wml:57
msgid "<em>Current</em>"
-msgstr ""
+msgstr "<em>جاری</em>"
#. type: Content of: <div><div><div><div><div><p>
#: /home/runa/transifex/website/download/en/thankyou.wml:58
msgid "3,542"
-msgstr ""
+msgstr "3542"
#. type: Content of: <div><div><div><div><div><p>
#: /home/runa/transifex/website/download/en/thankyou.wml:61
msgid "<em>Target</em>"
-msgstr ""
+msgstr "<em>هدف</em>"
#. type: Content of: <div><div><div><div><div><p>
#: /home/runa/transifex/website/download/en/thankyou.wml:62
msgid "5,000"
-msgstr ""
+msgstr "5000"
#. type: Content of: <div><div><div><div><h2>
#: /home/runa/transifex/website/download/en/thankyou.wml:69
msgid "Tor Tip"
-msgstr ""
+msgstr " نکات مربوط به تور"
#. type: Content of: <div><div><div><div><p>
#: /home/runa/transifex/website/download/en/thankyou.wml:70
@@ -183,5 +198,8 @@
"but remember that Tor can only be effective if you use the programs it’s "
"developed for!"
msgstr ""
+"اگر با دانلود تور یک قدم به سمت امنیت برداشتید به شما تبریک می گوییم ، اما "
+"به یاد داشته باشید که تور فقط می تواند موثر باشد اگر شما از آن برای برنامه "
+"هایی که برای تورتوسعه یافته استفاده کنید"
Modified: translation/trunk/projects/website/po/fr/download/1-high.download-easy.po
===================================================================
--- translation/trunk/projects/website/po/fr/download/1-high.download-easy.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fr/download/1-high.download-easy.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:17+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:03+0000\n"
"Last-Translator: ko_pp <kbeaubestre(a)hotmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -157,8 +157,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download-easy\">"
msgstr ""
#. type: Content of: <div><div><table><tbody><tr><td><form><p>
Modified: translation/trunk/projects/website/po/fr/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/fr/download/3-low.download.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/fr/download/3-low.download.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -8,8 +8,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:16+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: freda <ecuriesduperche(a)free.fr>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -162,8 +162,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
msgstr ""
#. type: Content of: <div><div><table><tr><td><form><p>
@@ -183,8 +183,8 @@
msgstr "Tor pour Windows est livré de quatre façons différentes:"
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/lbSAEZiU0Z.xml:165
-#: /tmp/lbSAEZiU0Z.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
+#: /tmp/eCkycGCH9H.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -226,14 +226,12 @@
#. type: Content of: <div><div><table><tr><td><ul><li>
#: /home/runa/tor/website/download/en/download.wml:108
msgid ""
-"The <strong>Expert Package</strong> contains just Tor and nothing else. "
+"The <strong>Expert Bundle</strong> contains just Tor and nothing else. "
"You'll need to configure Tor and all of your applications manually."
msgstr ""
-"Les <strong>Paquetage Expert</strong> ne contient que Tor et rien d'autre. "
-"Vous aurez besoin de configurer Tor et toutes vos applications manuellement."
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/lbSAEZiU0Z.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -651,7 +649,7 @@
"instable</a> ( <a href=\"../dist/tor-<version-alpha>.tar.gz.asc\">sig</a> )"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/lbSAEZiU0Z.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
msgid "<br>"
msgstr "<br>"
Modified: translation/trunk/projects/website/po/it/docs/2-medium.faq.po
===================================================================
--- translation/trunk/projects/website/po/it/docs/2-medium.faq.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/it/docs/2-medium.faq.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-06-22 00:51+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-14 00:59+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/team/it/)\n"
"MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/Lr_DWY6vt6.xml:1668
+#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/CtBqnqx2A7.xml:1668
msgid "<hr>"
msgstr ""
@@ -95,7 +95,7 @@
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/docs/en/faq.wml:34
msgid ""
-"<a href=\"#SSLcertfingerprint\">What are your SSL cerificate "
+"<a href=\"#SSLcertfingerprint\">What are your SSL certificate "
"fingerprints?</a>"
msgstr ""
Modified: translation/trunk/projects/website/po/it/donate/3-low.donate.po
===================================================================
--- translation/trunk/projects/website/po/it/donate/3-low.donate.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/it/donate/3-low.donate.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-22 00:56+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/team/it/)\n"
"MIME-Version: 1.0\n"
@@ -65,7 +65,7 @@
#: /home/runa/tor/website/donate/en/donate.wml:27
msgid ""
"<a href=\"#cash\">checks, money orders, bank transfers, stock grants or "
-"other more sophisticated transactions.</a>"
+"other more sophisticated transactions</a>"
msgstr ""
#. type: Content of: <div><div><p>
@@ -248,8 +248,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
msgstr ""
#. BEGIN AMAZON
@@ -282,8 +282,9 @@
"type=\"hidden\" name=\"description\" value=\"Supporting Online Anonymity "
"& Privacy\"> <input type=\"hidden\" name=\"amazonPaymentsAccountId\" "
"value=\"XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1\"> <input type=\"hidden\" "
-"name=\"returnUrl\" value=\"https://www.torproject.org/donate/donate\"> "
-"<input type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
+"name=\"returnUrl\" "
+"value=\"https://www.torproject.org/donate/donate/thankyou\"> <input "
+"type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
"type=\"hidden\" name=\"cobrandingStyle\" value=\"logo\"> <input "
"type=\"hidden\" name=\"abandonUrl\" "
"value=\"https://www.torproject.org/donate/donate\">"
Modified: translation/trunk/projects/website/po/it/download/1-high.download-easy.po
===================================================================
--- translation/trunk/projects/website/po/it/download/1-high.download-easy.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/it/download/1-high.download-easy.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:17+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:03+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/team/it/)\n"
"MIME-Version: 1.0\n"
@@ -154,8 +154,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download-easy\">"
msgstr ""
#. type: Content of: <div><div><table><tbody><tr><td><form><p>
Modified: translation/trunk/projects/website/po/it/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/it/download/3-low.download.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/it/download/3-low.download.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:16+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: zfrns84 <silviazaf(a)gmail.com>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/team/it/)\n"
"MIME-Version: 1.0\n"
@@ -160,8 +160,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
msgstr ""
#. type: Content of: <div><div><table><tr><td><form><p>
@@ -181,8 +181,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/lbSAEZiU0Z.xml:165
-#: /tmp/lbSAEZiU0Z.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
+#: /tmp/eCkycGCH9H.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -211,12 +211,12 @@
#. type: Content of: <div><div><table><tr><td><ul><li>
#: /home/runa/tor/website/download/en/download.wml:108
msgid ""
-"The <strong>Expert Package</strong> contains just Tor and nothing else. "
+"The <strong>Expert Bundle</strong> contains just Tor and nothing else. "
"You'll need to configure Tor and all of your applications manually."
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/lbSAEZiU0Z.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -525,7 +525,7 @@
msgstr ""
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/lbSAEZiU0Z.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
msgid "<br>"
msgstr ""
Modified: translation/trunk/projects/website/po/it/press/4-optional.2010-03-25-tor-store-press-release.po
===================================================================
--- translation/trunk/projects/website/po/it/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/it/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-02 17:00+0200\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 21:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/torproject/team/it/)\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/my/1-high.index.po
===================================================================
--- translation/trunk/projects/website/po/my/1-high.index.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/my/1-high.index.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-03-28 12:48+0200\n"
-"PO-Revision-Date: 2011-07-13 17:03+0000\n"
+"PO-Revision-Date: 2011-07-20 20:56+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/pl_PL/docs/2-medium.faq.po
===================================================================
--- translation/trunk/projects/website/po/pl_PL/docs/2-medium.faq.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/pl_PL/docs/2-medium.faq.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-06-26 10:51+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-17 09:30+0000\n"
"Last-Translator: bogdrozd <bog.d(a)gazeta.pl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -34,7 +34,7 @@
msgstr "FAQ Tora"
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/Lr_DWY6vt6.xml:1668
+#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/CtBqnqx2A7.xml:1668
msgid "<hr>"
msgstr "<hr>"
@@ -107,7 +107,7 @@
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/docs/en/faq.wml:34
msgid ""
-"<a href=\"#SSLcertfingerprint\">What are your SSL cerificate "
+"<a href=\"#SSLcertfingerprint\">What are your SSL certificate "
"fingerprints?</a>"
msgstr ""
"<a href=\"#SSLcertfingerprint\">Jakie są odciski palców Waszych certyfikatów"
Modified: translation/trunk/projects/website/po/pl_PL/donate/3-low.donate.po
===================================================================
--- translation/trunk/projects/website/po/pl_PL/donate/3-low.donate.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/pl_PL/donate/3-low.donate.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-26 11:44+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-17 09:34+0000\n"
"Last-Translator: bogdrozd <bog.d(a)gazeta.pl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -77,10 +77,10 @@
#: /home/runa/tor/website/donate/en/donate.wml:27
msgid ""
"<a href=\"#cash\">checks, money orders, bank transfers, stock grants or "
-"other more sophisticated transactions.</a>"
+"other more sophisticated transactions</a>"
msgstr ""
"<a href=\"#cash\">czeki, przelewy, transfery bankowe, granty w akcjach lub "
-"poprzez inne, bardziej wyrafinowane transakcje.</a>"
+"poprzez inne, bardziej wyrafinowane transakcje</a>"
#. type: Content of: <div><div><p>
#: /home/runa/tor/website/donate/en/donate.wml:30
@@ -305,8 +305,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
msgstr ""
"<input type=\"hidden\" id=\"p3\" name=\"p3\" value=\"1\"> <input "
"type=\"hidden\" name=\"sra\" value=\"1\"> <input type=\"hidden\" "
@@ -314,10 +314,10 @@
"value=\"1\"> <input type=\"hidden\" name=\"no_note\" value=\"1\"> <input "
"type=\"hidden\" id=\"cmd\" name=\"cmd\" value=\"_donations\"> <input "
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
-" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Dotacja na "
-"Projekt Tor\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
+" Tor Project\"> <input type=\"hidden\" name=\"return\" "
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
#. BEGIN AMAZON
#. type: Content of: <div><div><div>
@@ -353,8 +353,9 @@
"type=\"hidden\" name=\"description\" value=\"Supporting Online Anonymity "
"& Privacy\"> <input type=\"hidden\" name=\"amazonPaymentsAccountId\" "
"value=\"XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1\"> <input type=\"hidden\" "
-"name=\"returnUrl\" value=\"https://www.torproject.org/donate/donate\"> "
-"<input type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
+"name=\"returnUrl\" "
+"value=\"https://www.torproject.org/donate/donate/thankyou\"> <input "
+"type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
"type=\"hidden\" name=\"cobrandingStyle\" value=\"logo\"> <input "
"type=\"hidden\" name=\"abandonUrl\" "
"value=\"https://www.torproject.org/donate/donate\">"
@@ -366,8 +367,9 @@
"type=\"hidden\" name=\"description\" value=\"Supporting Online Anonymity "
"& Privacy\"> <input type=\"hidden\" name=\"amazonPaymentsAccountId\" "
"value=\"XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1\"> <input type=\"hidden\" "
-"name=\"returnUrl\" value=\"https://www.torproject.org/donate/donate\"> "
-"<input type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
+"name=\"returnUrl\" "
+"value=\"https://www.torproject.org/donate/donate/thankyou\"> <input "
+"type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
"type=\"hidden\" name=\"cobrandingStyle\" value=\"logo\"> <input "
"type=\"hidden\" name=\"abandonUrl\" "
"value=\"https://www.torproject.org/donate/donate\">"
Modified: translation/trunk/projects/website/po/pl_PL/download/1-high.download-easy.po
===================================================================
--- translation/trunk/projects/website/po/pl_PL/download/1-high.download-easy.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/pl_PL/download/1-high.download-easy.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -8,8 +8,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 12:18+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-17 09:28+0000\n"
"Last-Translator: bogdrozd <bog.d(a)gazeta.pl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -178,8 +178,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download-easy\">"
msgstr ""
"<input type=\"hidden\" id=\"p3\" name=\"p3\" value=\"1\"> <input "
"type=\"hidden\" name=\"sra\" value=\"1\"> <input type=\"hidden\" "
@@ -187,10 +187,10 @@
"value=\"1\"> <input type=\"hidden\" name=\"no_note\" value=\"1\"> <input "
"type=\"hidden\" id=\"cmd\" name=\"cmd\" value=\"_donations\"> <input "
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
-" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Dotacja na "
-"Projekt Tor\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
+" Tor Project\"> <input type=\"hidden\" name=\"return\" "
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download-easy\">"
#. type: Content of: <div><div><table><tbody><tr><td><form><p>
#: /home/runa/tor/website/download/en/download-easy.wml:96
Modified: translation/trunk/projects/website/po/pl_PL/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/pl_PL/download/3-low.download.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/pl_PL/download/3-low.download.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 12:16+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-17 09:27+0000\n"
"Last-Translator: bogdrozd <bog.d(a)gazeta.pl>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -175,8 +175,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
msgstr ""
"<input type=\"hidden\" id=\"p3\" name=\"p3\" value=\"1\"> <input "
"type=\"hidden\" name=\"sra\" value=\"1\"> <input type=\"hidden\" "
@@ -184,10 +184,10 @@
"value=\"1\"> <input type=\"hidden\" name=\"no_note\" value=\"1\"> <input "
"type=\"hidden\" id=\"cmd\" name=\"cmd\" value=\"_donations\"> <input "
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
-" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Dotacja na "
-"Projekt Tor\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
+" Tor Project\"> <input type=\"hidden\" name=\"return\" "
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
#. type: Content of: <div><div><table><tr><td><form><p>
#: /home/runa/tor/website/download/en/download.wml:93
@@ -206,8 +206,8 @@
msgstr "Oprogramowanie Tor dla Windows jest pakowane na cztery różne sposoby:"
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/lbSAEZiU0Z.xml:165
-#: /tmp/lbSAEZiU0Z.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
+#: /tmp/eCkycGCH9H.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -248,14 +248,14 @@
#. type: Content of: <div><div><table><tr><td><ul><li>
#: /home/runa/tor/website/download/en/download.wml:108
msgid ""
-"The <strong>Expert Package</strong> contains just Tor and nothing else. "
+"The <strong>Expert Bundle</strong> contains just Tor and nothing else. "
"You'll need to configure Tor and all of your applications manually."
msgstr ""
-"<strong>Paczka dla Ekspertów</strong> zawiera tylko Tora i nic poza tym. "
+"<strong>Wersja dla Ekspertów</strong> zawiera tylko Tora i nic poza tym. "
"Musisz ręcznie skonfigurować Tora i wszystkie swoje aplikacje."
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/lbSAEZiU0Z.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -666,7 +666,7 @@
"href=\"../dist/tor-<version-alpha>.tar.gz.asc\">sig</a>)"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/lbSAEZiU0Z.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
msgid "<br>"
msgstr "<br>"
Modified: translation/trunk/projects/website/po/ru/docs/2-medium.faq.po
===================================================================
--- translation/trunk/projects/website/po/ru/docs/2-medium.faq.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ru/docs/2-medium.faq.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:18+0200\n"
-"PO-Revision-Date: 2011-06-22 00:51+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-14 00:59+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/team/ru/)\n"
"MIME-Version: 1.0\n"
@@ -30,7 +30,7 @@
msgstr ""
#. type: Content of: <div><div>
-#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/Lr_DWY6vt6.xml:1668
+#: /home/runa/tor/website/docs/en/faq.wml:15 /tmp/CtBqnqx2A7.xml:1668
msgid "<hr>"
msgstr ""
@@ -95,7 +95,7 @@
#. type: Content of: <div><div><ul><li>
#: /home/runa/tor/website/docs/en/faq.wml:34
msgid ""
-"<a href=\"#SSLcertfingerprint\">What are your SSL cerificate "
+"<a href=\"#SSLcertfingerprint\">What are your SSL certificate "
"fingerprints?</a>"
msgstr ""
Modified: translation/trunk/projects/website/po/ru/donate/3-low.donate.po
===================================================================
--- translation/trunk/projects/website/po/ru/donate/3-low.donate.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ru/donate/3-low.donate.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-06-21 08:19+0200\n"
-"PO-Revision-Date: 2011-06-22 00:56+0000\n"
+"POT-Creation-Date: 2011-07-13 14:57+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/team/ru/)\n"
"MIME-Version: 1.0\n"
@@ -65,7 +65,7 @@
#: /home/runa/tor/website/donate/en/donate.wml:27
msgid ""
"<a href=\"#cash\">checks, money orders, bank transfers, stock grants or "
-"other more sophisticated transactions.</a>"
+"other more sophisticated transactions</a>"
msgstr ""
#. type: Content of: <div><div><p>
@@ -248,8 +248,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
msgstr ""
#. BEGIN AMAZON
@@ -282,8 +282,9 @@
"type=\"hidden\" name=\"description\" value=\"Supporting Online Anonymity "
"& Privacy\"> <input type=\"hidden\" name=\"amazonPaymentsAccountId\" "
"value=\"XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1\"> <input type=\"hidden\" "
-"name=\"returnUrl\" value=\"https://www.torproject.org/donate/donate\"> "
-"<input type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
+"name=\"returnUrl\" "
+"value=\"https://www.torproject.org/donate/donate/thankyou\"> <input "
+"type=\"hidden\" name=\"processImmediate\" value=\"1\"> <input "
"type=\"hidden\" name=\"cobrandingStyle\" value=\"logo\"> <input "
"type=\"hidden\" name=\"abandonUrl\" "
"value=\"https://www.torproject.org/donate/donate\">"
Modified: translation/trunk/projects/website/po/ru/download/1-high.download-easy.po
===================================================================
--- translation/trunk/projects/website/po/ru/download/1-high.download-easy.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ru/download/1-high.download-easy.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:17+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:03+0000\n"
"Last-Translator: axe <axe.rode(a)ymail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/team/ru/)\n"
"MIME-Version: 1.0\n"
@@ -157,8 +157,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download-easy\">"
msgstr ""
#. type: Content of: <div><div><table><tbody><tr><td><form><p>
Modified: translation/trunk/projects/website/po/ru/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/ru/download/3-low.download.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ru/download/3-low.download.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:16+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: runasand <runa.sandvik(a)gmail.com>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/team/ru/)\n"
"MIME-Version: 1.0\n"
@@ -161,8 +161,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
msgstr ""
#. type: Content of: <div><div><table><tr><td><form><p>
@@ -182,8 +182,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/lbSAEZiU0Z.xml:165
-#: /tmp/lbSAEZiU0Z.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
+#: /tmp/eCkycGCH9H.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -215,14 +215,12 @@
#. type: Content of: <div><div><table><tr><td><ul><li>
#: /home/runa/tor/website/download/en/download.wml:108
msgid ""
-"The <strong>Expert Package</strong> contains just Tor and nothing else. "
+"The <strong>Expert Bundle</strong> contains just Tor and nothing else. "
"You'll need to configure Tor and all of your applications manually."
msgstr ""
-"<strong>Пакет Экспертa</strong> содержит только Tor и больше ничего. Вам "
-"нужно настроить Tor и все ваши приложения вручную."
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/lbSAEZiU0Z.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -617,7 +615,7 @@
")"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/lbSAEZiU0Z.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
msgid "<br>"
msgstr "<br>"
Modified: translation/trunk/projects/website/po/ru/press/4-optional.2010-03-25-tor-store-press-release.po
===================================================================
--- translation/trunk/projects/website/po/ru/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/ru/press/4-optional.2010-03-25-tor-store-press-release.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-05-02 17:00+0200\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 21:00+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/torproject/team/ru/)\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/vi/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/vi/download/3-low.download.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/vi/download/3-low.download.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -6,8 +6,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-13 16:46+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-20 20:25+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -153,8 +153,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
msgstr ""
#. type: Content of: <div><div><table><tr><td><form><p>
@@ -174,8 +174,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/lbSAEZiU0Z.xml:165
-#: /tmp/lbSAEZiU0Z.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
+#: /tmp/eCkycGCH9H.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -204,12 +204,12 @@
#. type: Content of: <div><div><table><tr><td><ul><li>
#: /home/runa/tor/website/download/en/download.wml:108
msgid ""
-"The <strong>Expert Package</strong> contains just Tor and nothing else. "
+"The <strong>Expert Bundle</strong> contains just Tor and nothing else. "
"You'll need to configure Tor and all of your applications manually."
msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/lbSAEZiU0Z.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -518,7 +518,7 @@
msgstr ""
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/lbSAEZiU0Z.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
msgid "<br>"
msgstr ""
Modified: translation/trunk/projects/website/po/zh_CN/about/2-medium.overview.po
===================================================================
--- translation/trunk/projects/website/po/zh_CN/about/2-medium.overview.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/zh_CN/about/2-medium.overview.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,7 +7,7 @@
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
"POT-Creation-Date: 2011-06-29 20:42+0200\n"
-"PO-Revision-Date: 2011-07-13 17:04+0000\n"
+"PO-Revision-Date: 2011-07-20 21:02+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
Modified: translation/trunk/projects/website/po/zh_CN/download/3-low.download.po
===================================================================
--- translation/trunk/projects/website/po/zh_CN/download/3-low.download.po 2011-07-20 22:01:51 UTC (rev 24913)
+++ translation/trunk/projects/website/po/zh_CN/download/3-low.download.po 2011-07-20 22:02:45 UTC (rev 24914)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: The Tor Project\n"
"Report-Msgid-Bugs-To: https://trac.torproject.org/projects/tor\n"
-"POT-Creation-Date: 2011-07-08 08:42+0200\n"
-"PO-Revision-Date: 2011-07-09 01:16+0000\n"
+"POT-Creation-Date: 2011-07-13 14:56+0200\n"
+"PO-Revision-Date: 2011-07-14 01:02+0000\n"
"Last-Translator: xtoaster <zhazhenzhong(a)gmail.com>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -156,8 +156,8 @@
"type=\"hidden\" name=\"business\" value=\"donations(a)torproject.org\"> <input"
" type=\"hidden\" id=\"item_name\" name=\"item_name\" value=\"Donation to the"
" Tor Project\"> <input type=\"hidden\" name=\"return\" "
-"value=\"https://www.torproject.org/donate\"> <input type=\"hidden\" "
-"name=\"cancel_return\" value=\"https://www.torproject.org/donate\">"
+"value=\"https://www.torproject.org/donate/thankyou\"> <input type=\"hidden\""
+" name=\"cancel_return\" value=\"https://www.torproject.org/download\">"
msgstr ""
#. type: Content of: <div><div><table><tr><td><form><p>
@@ -177,8 +177,8 @@
msgstr ""
#. type: Content of: <div><div><table><tr><td><ul><li>
-#: /home/runa/tor/website/download/en/download.wml:102 /tmp/lbSAEZiU0Z.xml:165
-#: /tmp/lbSAEZiU0Z.xml:203
+#: /home/runa/tor/website/download/en/download.wml:102 /tmp/eCkycGCH9H.xml:165
+#: /tmp/eCkycGCH9H.xml:203
msgid ""
"The <strong>Tor Browser Bundle</strong> contains everything you need to "
"safely browse the Internet. This package requires no installation. Just "
@@ -209,12 +209,12 @@
#. type: Content of: <div><div><table><tr><td><ul><li>
#: /home/runa/tor/website/download/en/download.wml:108
msgid ""
-"The <strong>Expert Package</strong> contains just Tor and nothing else. "
+"The <strong>Expert Bundle</strong> contains just Tor and nothing else. "
"You'll need to configure Tor and all of your applications manually."
-msgstr "<strong>专家软件包</strong>仅包含Tor的,别无其他。你需要配置Tor和所有的应用程序手动。"
+msgstr ""
#. type: Content of: <div><div><table><tr><td><p>
-#: /home/runa/tor/website/download/en/download.wml:110 /tmp/lbSAEZiU0Z.xml:168
+#: /home/runa/tor/website/download/en/download.wml:110 /tmp/eCkycGCH9H.xml:168
msgid ""
"There are two versions of each package, a stable and alpha release. Stable "
"packages are released when we believe the features and code will not change "
@@ -527,7 +527,7 @@
"href=\"../dist/tor-<version-alpha>.tar.gz.asc\">数字签名</a> )"
#. type: Content of: <div><div><div>
-#: /home/runa/tor/website/download/en/download.wml:265 /tmp/lbSAEZiU0Z.xml:344
+#: /home/runa/tor/website/download/en/download.wml:265 /tmp/eCkycGCH9H.xml:344
msgid "<br>"
msgstr ""
1
0