tor-commits
Threads by month
- ----- 2025 -----
- 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
December 2018
- 14 participants
- 1480 discussions

[tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5
by nickm@torproject.org 18 Dec '18
by nickm@torproject.org 18 Dec '18
18 Dec '18
commit e64157a54f02eb422c87cfdab718eede08e9790a
Merge: 580c68ec1 c61cd5775
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Tue Dec 18 08:10:11 2018 -0500
Merge branch 'maint-0.3.5' into release-0.3.5
changes/ticket28731 | 4 ----
src/feature/control/control.c | 6 +++---
2 files changed, 3 insertions(+), 7 deletions(-)
1
0
commit 8d5ad8cd34a7755d025ec4a50879acea5ded7ddc
Merge: a5c9ae852 c61cd5775
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Tue Dec 18 08:09:53 2018 -0500
Merge branch 'maint-0.3.5'
Used "git merge -s ours" to avoid taking the revert of 28731.
1
0
commit d8f41c2870a2d5addaf9ac4fa0d2674b7be1ce0b
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Tue Dec 18 08:04:04 2018 -0500
Bump to 0.3.5.6-rc
---
configure.ac | 2 +-
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index c0d58c4fa..563ed94f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2018, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.5.5-alpha-dev])
+AC_INIT([tor],[0.3.5.6-rc])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 99685598f..da7f2330e 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.3.5.5-alpha-dev"
+!define VERSION "0.3.5.6-rc"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 94bcbbd4d..b7bdf993e 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.3.5.5-alpha-dev"
+#define VERSION "0.3.5.6-rc"
1
0

[tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5
by nickm@torproject.org 18 Dec '18
by nickm@torproject.org 18 Dec '18
18 Dec '18
commit 580c68ec1d15b53ae187d846804e08b99b4a514b
Merge: 7f98df073 d8f41c287
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Tue Dec 18 08:04:40 2018 -0500
Merge branch 'maint-0.3.5' into release-0.3.5
configure.ac | 2 +-
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
1
0
commit d8f41c2870a2d5addaf9ac4fa0d2674b7be1ce0b
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Tue Dec 18 08:04:04 2018 -0500
Bump to 0.3.5.6-rc
---
configure.ac | 2 +-
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index c0d58c4fa..563ed94f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2018, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.5.5-alpha-dev])
+AC_INIT([tor],[0.3.5.6-rc])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 99685598f..da7f2330e 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.3.5.5-alpha-dev"
+!define VERSION "0.3.5.6-rc"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 94bcbbd4d..b7bdf993e 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.3.5.5-alpha-dev"
+#define VERSION "0.3.5.6-rc"
1
0
commit a5c9ae8526f179e588dc9de73a5c89ffaca70ad8
Merge: 5a22b42c3 d8f41c287
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Tue Dec 18 08:04:23 2018 -0500
Merge branch 'maint-0.3.5'
Use "git merge -s ours" to avoid a version bump.
1
0
commit d8f41c2870a2d5addaf9ac4fa0d2674b7be1ce0b
Author: Nick Mathewson <nickm(a)torproject.org>
Date: Tue Dec 18 08:04:04 2018 -0500
Bump to 0.3.5.6-rc
---
configure.ac | 2 +-
contrib/win32build/tor-mingw.nsi.in | 2 +-
src/win32/orconfig.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index c0d58c4fa..563ed94f4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2018, The Tor Project, Inc.
dnl See LICENSE for licensing information
AC_PREREQ([2.63])
-AC_INIT([tor],[0.3.5.5-alpha-dev])
+AC_INIT([tor],[0.3.5.6-rc])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/contrib/win32build/tor-mingw.nsi.in b/contrib/win32build/tor-mingw.nsi.in
index 99685598f..da7f2330e 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
-!define VERSION "0.3.5.5-alpha-dev"
+!define VERSION "0.3.5.6-rc"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index 94bcbbd4d..b7bdf993e 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -218,7 +218,7 @@
#define USING_TWOS_COMPLEMENT
/* Version number of package */
-#define VERSION "0.3.5.5-alpha-dev"
+#define VERSION "0.3.5.6-rc"
1
0

[translation/donatepages-messagespot_completed] Update translations for donatepages-messagespot_completed
by translation@torproject.org 17 Dec '18
by translation@torproject.org 17 Dec '18
17 Dec '18
commit aa74ddf68e4c05e25a6d7b2dc8c5ddfd58b6034c
Author: Translation commit bot <translation(a)torproject.org>
Date: Mon Dec 17 23:47:23 2018 +0000
Update translations for donatepages-messagespot_completed
---
messages.pot | 2702 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 1356 insertions(+), 1346 deletions(-)
diff --git a/messages.pot b/messages.pot
index 31baf9093..9baf3eb88 100644
--- a/messages.pot
+++ b/messages.pot
@@ -2,21 +2,29 @@
msgid ""
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:34
+#: tmp/cache_locale/e1/e1e12763540d9524f8871157240d5a8fbf2ea77ace1c46527b3031db68943acc.php:34
+msgid "Processing Donation - Tor"
+msgstr "Processing Donation - Tor"
+
+#: tmp/cache_locale/e1/e1e12763540d9524f8871157240d5a8fbf2ea77ace1c46527b3031db68943acc.php:44
+msgid "Processing Donation. Please Wait..."
+msgstr "Processing Donation. Please Wait..."
+
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:34
msgid "Tor Privacy Policy"
msgstr "Tor Privacy Policy"
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:44
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:44
msgid "Donor privacy policy"
msgstr "Donor privacy policy"
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:58
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:58
msgid ""
"The Tor Project respects donor privacy and welcomes anonymous donations."
msgstr ""
"The Tor Project respects donor privacy and welcomes anonymous donations."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:60
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:60
msgid ""
"If being anonymous is important to you, the best way to preserve your "
"anonymity is by donating using a method that doesn't disclose your personal "
@@ -26,7 +34,7 @@ msgstr ""
"anonymity is by donating using a method that doesn't disclose your personal "
"information."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:65
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:65
msgid ""
"If you provide personal information as part of the donation process, it may "
"be collected and retained by third-party service providers and/or the Tor "
@@ -36,7 +44,7 @@ msgstr ""
"be collected and retained by third-party service providers and/or the Tor "
"Project, as described below."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:67
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:67
msgid ""
"The Tor Project has very little influence over how third-party service "
"providers, such as PayPal, may collect and use your information."
@@ -44,7 +52,7 @@ msgstr ""
"The Tor Project has very little influence over how third-party service "
"providers, such as PayPal, may collect and use your information."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:69
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:69
msgid ""
"We recommend you familiarize yourself with their <a class=\"hyperlinks "
"links\" target=\"_blank\" href=\"https://www.paypal.com/webapps/mpp/ua"
@@ -54,7 +62,7 @@ msgstr ""
"links\" target=\"_blank\" href=\"https://www.paypal.com/webapps/mpp/ua"
"/privacy-full\">policies</a>, especially if you have privacy concerns."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:74
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:74
msgid ""
"When you donate to the Tor Project, depending what mechanism you use, we may"
" learn your name, the amount you donated, your email address, phone number "
@@ -64,7 +72,7 @@ msgstr ""
" learn your name, the amount you donated, your email address, phone number "
"and/or mailing address, as well as any other information you provide."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:76
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:76
msgid ""
"We may also learn incidental data such as the date and time of your "
"donation."
@@ -72,7 +80,7 @@ msgstr ""
"We may also learn incidental data such as the date and time of your "
"donation."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:78
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:78
msgid ""
"The Tor Project will never have access to your financial data, such as your "
"credit card information.We aim to be careful with your information."
@@ -80,7 +88,7 @@ msgstr ""
"The Tor Project will never have access to your financial data, such as your "
"credit card information.We aim to be careful with your information."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:83
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:83
msgid ""
"If you have provided your email address, we will email you once to thank you"
" and give you a receipt."
@@ -88,13 +96,13 @@ msgstr ""
"If you have provided your email address, we will email you once to thank you"
" and give you a receipt."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:85
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:85
msgid ""
"If you opt in during the donation process, we may email you again in future."
msgstr ""
"If you opt in during the donation process, we may email you again in future."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:87
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:87
msgid ""
"If you donate more than $5,000 and we know your name and address, we are "
"required to disclose it to the IRS in <a class=\"hyperlinks links\" "
@@ -106,7 +114,7 @@ msgstr ""
"target=\"_blank\" href=\"https://www.irs.gov/pub/irs-"
"pdf/f990ezb.pdf\">Schedule B of the Form 990</a>."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:89
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:89
msgid ""
"But, that information is redacted from the publicly-available version of our"
" Form 990."
@@ -114,17 +122,17 @@ msgstr ""
"But, that information is redacted from the publicly-available version of our"
" Form 990."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:91
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:91
msgid ""
"We will never publicly identify you as a donor without your permission."
msgstr ""
"We will never publicly identify you as a donor without your permission."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:96
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:96
msgid "We do not publish, sell, trade, or rent any information about you."
msgstr "We do not publish, sell, trade, or rent any information about you."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:98
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:98
msgid ""
"For our records, we retain your name, the amount of your donation, the date "
"of the donation, and your contact information."
@@ -132,7 +140,7 @@ msgstr ""
"For our records, we retain your name, the amount of your donation, the date "
"of the donation, and your contact information."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:100
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:100
msgid ""
"Access to that information is restricted inside the Tor Project to people "
"who need it to do their work, for example by thanking you or mailing you a "
@@ -142,7 +150,7 @@ msgstr ""
"who need it to do their work, for example by thanking you or mailing you a "
"t-shirt."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:105
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:105
msgid ""
"<span class=\"bold\">The Tor Project very much appreciates all its donors. "
"Thank you for supporting Tor</span>."
@@ -150,1728 +158,1730 @@ msgstr ""
"<span class=\"bold\">The Tor Project very much appreciates all its donors. "
"Thank you for supporting Tor</span>."
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:113
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:658
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:113
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:656
msgid "Back to Donate Page"
msgstr "Back to Donate Page"
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:29
-msgid ""
-"The European shirt fits run a little small so you might want to consider "
-"sizing up."
-msgstr ""
-"The European shirt fits run a little small so you might want to consider "
-"sizing up."
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:22
+msgid "See if your employer offers employee gift matching"
+msgstr "See if your employer offers employee gift matching"
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:36
-msgid "Fit"
-msgstr "Fit"
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:52
+msgid "Company"
+msgstr "Company"
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:40
-msgid "Select Fit"
-msgstr "Select Fit"
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:60
+msgid "Matching Conditions"
+msgstr "Matching Conditions"
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:44
-msgid "Slim"
-msgstr "Slim"
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:68
+msgid "Contact Information"
+msgstr "Contact Information"
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:48
-msgid "Classic"
-msgstr "Classic"
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:76
+msgid "Additional Notes"
+msgstr "Additional Notes"
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:56
-msgid "European"
-msgstr "European"
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:84
+msgid "Procedure"
+msgstr "Procedure"
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:66
-msgid "Size"
-msgstr "Size"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:34
+msgid "Tor Thanks You"
+msgstr "Tor Thanks You"
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:70
-msgid "Select Size"
-msgstr "Select Size"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:44
+msgid "Thank you!"
+msgstr "Thank you!"
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:74
-msgid "S"
-msgstr "S"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:48
+msgid "Thank you for supporting Tor's Strength in Numbers campaign."
+msgstr "Thank you for supporting Tor's Strength in Numbers campaign."
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:78
-msgid "M"
-msgstr "M"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:50
+msgid "You should receive an email receipt shortly."
+msgstr "You should receive an email receipt shortly."
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:82
-msgid "L"
-msgstr "L"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:52
+msgid ""
+"With your support and the generous matching funds from Mozilla, we'll be "
+"able to tackle ambitious projects, such as developing a more secure, "
+"privacy-enhancing browser for mobile devices and making it easier for third-"
+"party developers to integrate Tor into their applications."
+msgstr ""
+"With your support and the generous matching funds from Mozilla, we'll be "
+"able to tackle ambitious projects, such as developing a more secure, "
+"privacy-enhancing browser for mobile devices and making it easier for third-"
+"party developers to integrate Tor into their applications."
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:86
-msgid "XL"
-msgstr "XL"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:56
+msgid ""
+"It's an incredible time to stand up for world-leading security and privacy "
+"software."
+msgstr ""
+"It's an incredible time to stand up for world-leading security and privacy "
+"software."
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:90
-msgid "XXL"
-msgstr "XXL"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:58
+msgid ""
+"Tell family, friends, and colleagues that you're supporting privacy and "
+"security with Tor!"
+msgstr ""
+"Tell family, friends, and colleagues that you're supporting privacy and "
+"security with Tor!"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:35
-msgid "Support the Tor Project Today!"
-msgstr "Support the Tor Project Today!"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:62
+msgid "SHARE THE TOR PROJECT"
+msgstr "SHARE THE TOR PROJECT"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:48
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:71
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:621
-msgid "Tor: Strength in Numbers"
-msgstr "Tor: Strength in Numbers"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:88
+msgid "Got Skills?"
+msgstr "Got Skills?"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:52
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:75
-msgid "Donate to the Tor Project and protect the privacy of millions."
-msgstr "Donate to the Tor Project and protect the privacy of millions."
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:94
+msgid "The Tor network depends on volunteers."
+msgstr "The Tor network depends on volunteers."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:54
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:77
-msgid "Anonymity loves company."
-msgstr "Anonymity loves company."
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:100
+msgid ""
+"We need people to run relays, write code, organize the community and spread "
+"the word about our good work."
+msgstr ""
+"We need people to run relays, write code, organize the community and spread "
+"the word about our good work."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:63
-msgid "summary_large_image"
-msgstr "summary_large_image"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:102
+msgid "Learn how you can help."
+msgstr "Learn how you can help."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:67
-msgid "@torproject"
-msgstr "@torproject"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:110
+msgid "I Want To Volunteer"
+msgstr "I Want To Volunteer"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:102
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:25
msgid ""
-"This page requires Javascript to do PayPal or credit card\n"
-" donations, but it appears you have Javascript disabled."
+"The Tor Project is a US 501(c)(3) non-profit organization advancing human "
+"rights and freedoms by creating and deploying free and open source anonymity"
+" and privacy technologies, supporting their unrestricted availability and "
+"use, and furthering their scientific and popular understanding."
msgstr ""
-"This page requires Javascript to do PayPal or credit card\n"
-" donations, but it appears you have Javascript disabled."
+"The Tor Project is a US 501(c)(3) non-profit organization advancing human "
+"rights and freedoms by creating and deploying free and open source anonymity"
+" and privacy technologies, supporting their unrestricted availability and "
+"use, and furthering their scientific and popular understanding."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:106
-msgid ""
-"If you wish to donate without enabling Javascript, please take a look at our"
-" <a href=\"https://www.torproject.org/donate/donate-options.html.en\">other "
-"donations options page</a>."
-msgstr ""
-"If you wish to donate without enabling Javascript, please take a look at our"
-" <a href=\"https://www.torproject.org/donate/donate-options.html.en\">other "
-"donations options page</a>."
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:31
+msgid "Subscribe to Our Newsletter"
+msgstr "Subscribe to Our Newsletter"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:123
-msgid "Number of Donations"
-msgstr "Number of Donations"
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:35
+msgid "Get monthly updates and opportunities from the Tor Project."
+msgstr "Get monthly updates and opportunities from the Tor Project."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:139
-msgid "Total Donated"
-msgstr "Total Donated"
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:39
+msgid "Sign Up"
+msgstr "Sign Up"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:155
-msgid "Total Raised with Mozilla's Match"
-msgstr "Total Raised with Mozilla's Match"
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:47
+msgid "Donate FAQs"
+msgstr "Donate FAQs"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:163
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:169
-msgid "donate"
-msgstr "donate"
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:51
+msgid "Privacy Policy"
+msgstr "Privacy Policy"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:165
-msgid "once"
-msgstr "once"
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:67
+msgid ""
+"Designed and built by <span class=\"stamp-bold\"><a "
+"href=\"https://www.giantrabbit.com/\" class=\"stamp-bold\" "
+"target=\"_blank\">Giant Rabbit</a></span>"
+msgstr ""
+"Designed and built by <span class=\"stamp-bold\"><a "
+"href=\"https://www.giantrabbit.com/\" class=\"stamp-bold\" "
+"target=\"_blank\">Giant Rabbit</a></span>"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:171
-msgid "monthly"
-msgstr "monthly"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:34
+msgid "Tor Donor FAQ"
+msgstr "Tor Donor FAQ"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:178
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:331
-msgid "Want to donate Bitcoin, Stock, or via snail mail?"
-msgstr "Want to donate Bitcoin, Stock, or via snail mail?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:44
+msgid "Questions?"
+msgstr "Questions?"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:193
-msgid "invalid amount"
-msgstr "invalid amount"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:59
+msgid ""
+"If your question isn’t answered below, email <span "
+"class=\"email\">frontdesk(at)rt.torproject.org</span> with general Tor "
+"inquiries, or <span class=\"email\">giving(at)torproject.org</span> with "
+"donor-specific questions."
+msgstr ""
+"If your question isn’t answered below, email <span "
+"class=\"email\">frontdesk(at)rt.torproject.org</span> with general Tor "
+"inquiries, or <span class=\"email\">giving(at)torproject.org</span> with "
+"donor-specific questions."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:197
-msgid "$2 minimum donation"
-msgstr "$2 minimum donation"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:66
+msgid "What is the Tor Project and what does it do?"
+msgstr "What is the Tor Project and what does it do?"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:201
-msgid "$ other"
-msgstr "$ other"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:70
+msgid ""
+"The Tor Project’s mission is to advance human rights and freedoms by "
+"creating and deploying free and open anonymity and privacy technologies, "
+"supporting their unrestricted availability and use, and furthering their "
+"scientific and popular understanding."
+msgstr ""
+"The Tor Project’s mission is to advance human rights and freedoms by "
+"creating and deploying free and open anonymity and privacy technologies, "
+"supporting their unrestricted availability and use, and furthering their "
+"scientific and popular understanding."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:208
-msgid "Choose your gift as a token of our thanks."
-msgstr "Choose your gift as a token of our thanks."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:72
+msgid ""
+"The main product of the Tor Project is <a "
+"href=\"https://www.torproject.org/download/download-easy.html.en\">Tor "
+"Browser</a>, which enables people to browse the internet anonymously."
+msgstr ""
+"The main product of the Tor Project is <a "
+"href=\"https://www.torproject.org/download/download-easy.html.en\">Tor "
+"Browser</a>, which enables people to browse the internet anonymously."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:215
-msgid "No thanks, I don't want a gift."
-msgstr "No thanks, I don't want a gift."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:74
+msgid ""
+"The Tor Project is a 501(c)3 tax-exempt non-profit organization based in "
+"Boston, Massachusetts."
+msgstr ""
+"The Tor Project is a 501(c)3 tax-exempt non-profit organization based in "
+"Boston, Massachusetts."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:217
-#, php-format
-msgid "I would prefer 100% of my donation to go to the Tor Project's work."
-msgstr "I would prefer 100% of my donation to go to the Tor Project's work."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:76
+msgid "It was founded in 2006."
+msgstr "It was founded in 2006."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:228
-msgid "sticker Pack"
-msgstr "sticker Pack"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:82
+msgid "Who works for the Tor Project, and what do they do?"
+msgstr "Who works for the Tor Project, and what do they do?"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:235
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:86
msgid ""
-"A collection of our favorite logo stickers for decorating your stuff and "
-"covering your cams."
+"Thousands of people around the world actively support the work of the Tor "
+"Project, including developers, designers, relay operators, researchers, "
+"cryptographers, computer scientists, and privacy advocates, and most are not"
+" paid by the Tor Project."
msgstr ""
-"A collection of our favorite logo stickers for decorating your stuff and "
-"covering your cams."
+"Thousands of people around the world actively support the work of the Tor "
+"Project, including developers, designers, relay operators, researchers, "
+"cryptographers, computer scientists, and privacy advocates, and most are not"
+" paid by the Tor Project."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:245
-msgid "t-shirt"
-msgstr "t-shirt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:88
+msgid ""
+"The paid staff of the Tor Project is very small: about 47 people in total."
+msgstr ""
+"The paid staff of the Tor Project is very small: about 47 people in total."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:253
-msgid "Get our limited edition Tor: Strength in Numbers shirt."
-msgstr "Get our limited edition Tor: Strength in Numbers shirt."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:90
+msgid ""
+"You can read about the core contributors to the Tor Project on our <a "
+"class=\"hyperlinks\" target=\"_blank\" "
+"href=\"https://www.torproject.org/about/corepeople.html.en\"><span "
+"class=\"links\">Core People page</span></a>."
+msgstr ""
+"You can read about the core contributors to the Tor Project on our <a "
+"class=\"hyperlinks\" target=\"_blank\" "
+"href=\"https://www.torproject.org/about/corepeople.html.en\"><span "
+"class=\"links\">Core People page</span></a>."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:264
-msgid "t-shirt pack"
-msgstr "t-shirt pack"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:95
+msgid "Who uses Tor?"
+msgstr "Who uses Tor?"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:274
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:99
msgid ""
-"Our Tor: Strength in Numbers t-shirt, plus one of either our Tor: Powering "
-"the Digital Resistance, Open Observatory of Network Interference (OONI), or "
-"Tor at the Heart of Internet Freedom t-shirts."
+"The vast majority of Tor users are ordinary people who want control of their"
+" privacy online or people whose internet use is censored."
msgstr ""
-"Our Tor: Strength in Numbers t-shirt, plus one of either our Tor: Powering "
-"the Digital Resistance, Open Observatory of Network Interference (OONI), or "
-"Tor at the Heart of Internet Freedom t-shirts."
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:280
-msgid "Tor at the Heart of Internet Freedom"
-msgstr "Tor at the Heart of Internet Freedom"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:284
-msgid "Powering the Digital Resistance"
-msgstr "Powering the Digital Resistance"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:288
-msgid "Open Observatory of Network Interference"
-msgstr "Open Observatory of Network Interference"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:299
-msgid "sweatshirt"
-msgstr "sweatshirt"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:306
-msgid "Your generous support of Tor gets you this high-quality zip hoodie."
-msgstr "Your generous support of Tor gets you this high-quality zip hoodie."
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:316
-msgid "how do you want to <span class=\"green\">DONATE</span>?"
-msgstr "how do you want to <span class=\"green\">DONATE</span>?"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:322
-msgid "Credit Card"
-msgstr "Credit Card"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:338
-msgid "Your Info"
-msgstr "Your Info"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:342
-msgid "* required fields"
-msgstr "* required fields"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:347
-msgid "First Name"
-msgstr "First Name"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:351
-msgid "Last Name"
-msgstr "Last Name"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:357
-msgid "Street Address"
-msgstr "Street Address"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:361
-msgid "Apt."
-msgstr "Apt."
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:371
-msgid "City"
-msgstr "City"
-
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:375
-msgid "State"
-msgstr "State"
+"The vast majority of Tor users are ordinary people who want control of their"
+" privacy online or people whose internet use is censored."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:380
-msgid "Zip"
-msgstr "Zip"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:101
+msgid ""
+"Other Tor users are journalists, human rights defenders, domestic violence "
+"survivors, policymakers, diplomats, and academic and research institutions."
+msgstr ""
+"Other Tor users are journalists, human rights defenders, domestic violence "
+"survivors, policymakers, diplomats, and academic and research institutions."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:386
-msgid "Enter email"
-msgstr "Enter email"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:107
+msgid "Can anyone use Tor?"
+msgstr "Can anyone use Tor?"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:390
-msgid "We‘ll email you your receipt"
-msgstr "We‘ll email you your receipt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:111
+msgid "Yes! Tor is free, and anyone can use it."
+msgstr "Yes! Tor is free, and anyone can use it."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:397
-msgid "Start sending me email updates about the Tor Project!"
-msgstr "Start sending me email updates about the Tor Project!"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:113
+msgid ""
+"To get started, you will need to <a class=\"hyperlinks\" target=\"_blank\" "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en\"><span "
+"class=\"links\">download Tor Browser</span></a>."
+msgstr ""
+"To get started, you will need to <a class=\"hyperlinks\" target=\"_blank\" "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en\"><span "
+"class=\"links\">download Tor Browser</span></a>."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:404
-msgid "Card Number"
-msgstr "Card Number"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:115
+msgid ""
+"We offer instructions on how to download for <a class=\"hyperlinks links\" "
+"target=\"_blank\" "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#windows\">Windows</a>,"
+" <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#macosx\">Mac "
+"OS X</a> and <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#linux\">Linux</a>."
+msgstr ""
+"We offer instructions on how to download for <a class=\"hyperlinks links\" "
+"target=\"_blank\" "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#windows\">Windows</a>,"
+" <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#macosx\">Mac "
+"OS X</a> and <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#linux\">Linux</a>."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:411
-msgid "MM"
-msgstr "MM"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:121
+msgid "What kinds of people support Tor?"
+msgstr "What kinds of people support Tor?"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:415
-msgid "YY"
-msgstr "YY"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:125
+msgid "All kinds of people."
+msgstr "All kinds of people."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:419
-msgid "CVC"
-msgstr "CVC"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:127
+msgid ""
+"Thousands of individuals have donated to support the Tor Project, and we "
+"have also received funding from a wide range of organizations including "
+"Google, the Ford Foundation, the Knight Foundation, Reddit, the U.S. "
+"National Science Foundation, the Electronic Frontier Foundation, Human "
+"Rights Watch, the Swedish International Development Cooperation Agency, the "
+"Federal Foreign Office of Germany, the U.S. Naval Research Laboratory, "
+"Omidyar Network, SRI International, and Radio Free Asia."
+msgstr ""
+"Thousands of individuals have donated to support the Tor Project, and we "
+"have also received funding from a wide range of organizations including "
+"Google, the Ford Foundation, the Knight Foundation, Reddit, the U.S. "
+"National Science Foundation, the Electronic Frontier Foundation, Human "
+"Rights Watch, the Swedish International Development Cooperation Agency, the "
+"Federal Foreign Office of Germany, the U.S. Naval Research Laboratory, "
+"Omidyar Network, SRI International, and Radio Free Asia."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:427
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:472
-msgid "Choose your size and fit."
-msgstr "Choose your size and fit."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:129
+msgid ""
+"People also support Tor in non-financial ways, for example by running Tor "
+"relays to help carry traffic for other users."
+msgstr ""
+"People also support Tor in non-financial ways, for example by running Tor "
+"relays to help carry traffic for other users."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:432
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:440
-msgid "T-shirt:"
-msgstr "T-shirt:"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:131
+msgid ""
+"In addition, everybody who uses Tor is helping to keep other users safe and "
+"anonymous, because the more people using Tor, the harder it is to identify "
+"any single individual."
+msgstr ""
+"In addition, everybody who uses Tor is helping to keep other users safe and "
+"anonymous, because the more people using Tor, the harder it is to identify "
+"any single individual."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:450
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:454
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:456
-msgid "Comments"
-msgstr "Comments"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:137
+msgid "How does the Tor software work to protect people's anonymity?"
+msgstr "How does the Tor software work to protect people's anonymity?"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:462
-msgid "Donate"
-msgstr "Donate"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:141
+msgid ""
+"Tor protects you by bouncing your communications around the Tor network, "
+"which is a distributed network of relays run by volunteers all around the "
+"world."
+msgstr ""
+"Tor protects you by bouncing your communications around the Tor network, "
+"which is a distributed network of relays run by volunteers all around the "
+"world."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:476
-msgid "T-Shirt"
-msgstr "T-Shirt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:143
+msgid ""
+"If someone is watching your internet connection, Tor prevents them from "
+"finding out what sites you are visiting."
+msgstr ""
+"If someone is watching your internet connection, Tor prevents them from "
+"finding out what sites you are visiting."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:480
-msgid "Choose your size and fit for each shirt."
-msgstr "Choose your size and fit for each shirt."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:145
+msgid ""
+"It also prevents sites you visit from finding out where you're located."
+msgstr ""
+"It also prevents sites you visit from finding out where you're located."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:484
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:147
msgid ""
-"Tor at the Heart of Internet, Powering Digital Resistance or Open "
-"Observvatory of Network Interference (OONI) T-Shirt"
+"You can read more about how Tor works on our <a class=\"hyperlinks links\" "
+"target=\"_blank\" "
+"href=\"https://www.torproject.org/about/overview.html.en\">overview page."
msgstr ""
-"Tor at the Heart of Internet, Powering Digital Resistance or Open "
-"Observvatory of Network Interference (OONI) T-Shirt"
+"You can read more about how Tor works on our <a class=\"hyperlinks links\" "
+"target=\"_blank\" "
+"href=\"https://www.torproject.org/about/overview.html.en\">overview page."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:488
-msgid "Strength in Numbers T-Shirt"
-msgstr "Strength in Numbers T-Shirt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:154
+msgid ""
+"I would like to know more about how Tor works, what onion services are, or "
+"how to run a relay."
+msgstr ""
+"I would like to know more about how Tor works, what onion services are, or "
+"how to run a relay."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:492
-msgid "Choose your size."
-msgstr "Choose your size."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:158
+msgid ""
+"<a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/docs/faq.html.en\">This Tor Project "
+"FAQ</a> has answers to all those questions, and more."
+msgstr ""
+"<a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/docs/faq.html.en\">This Tor Project "
+"FAQ</a> has answers to all those questions, and more."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:496
-msgid "Sweatshirt"
-msgstr "Sweatshirt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:164
+msgid "Does the Tor software work?"
+msgstr "Does the Tor software work?"
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:500
-msgid "A required field is missing from the form."
-msgstr "A required field is missing from the form."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:168
+msgid ""
+"We believe Tor is the best solution available today, and we know that it "
+"does a better job of keeping you safely anonymous than other options such as"
+" VPNs, proxychains, or browser \"private browsing\" modes."
+msgstr ""
+"We believe Tor is the best solution available today, and we know that it "
+"does a better job of keeping you safely anonymous than other options such as"
+" VPNs, proxychains, or browser \"private browsing\" modes."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:502
-msgid "Please reload the page and try again."
-msgstr "Please reload the page and try again."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:170
+msgid ""
+"We know that both the Russian government and the NSA have tried in the past "
+"to crack Tor, and failed."
+msgstr ""
+"We know that both the Russian government and the NSA have tried in the past "
+"to crack Tor, and failed."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:506
-msgid "There was a problem submitting your request to the server:<br>"
-msgstr "There was a problem submitting your request to the server:<br>"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:172
+msgid ""
+"The Electronic Frontier Foundation says that Tor offers <a "
+"class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.eff.org/deeplinks/2014/07/7-things-you-should-know-about-"
+"tor\">some of the strongest anonymity software that exists</a>, and in his "
+"book Data and Goliath, security expert Bruce Schneier wrote \"The current "
+"best tool to protect your anonymity when browsing the web is Tor.\""
+msgstr ""
+"The Electronic Frontier Foundation says that Tor offers <a "
+"class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.eff.org/deeplinks/2014/07/7-things-you-should-know-about-"
+"tor\">some of the strongest anonymity software that exists</a>, and in his "
+"book Data and Goliath, security expert Bruce Schneier wrote \"The current "
+"best tool to protect your anonymity when browsing the web is Tor.\""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:510
-msgid "validation failed"
-msgstr "validation failed"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:178
+msgid "Is what Tor does legal? Can I get in trouble for using it?"
+msgstr "Is what Tor does legal? Can I get in trouble for using it?"
-#. notes: __field_name__ will be replaced with the field name in the
-#. javascript.
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:516
-msgid "__field_name__ must be filled out."
-msgstr "__field_name__ must be filled out."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:182
+msgid ""
+"Downloading Tor Browser or using the Tor network is legal in nearly every "
+"country."
+msgstr ""
+"Downloading Tor Browser or using the Tor network is legal in nearly every "
+"country."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:521
-msgid "This field is required"
-msgstr "This field is required"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:184
+msgid ""
+"A few web sites occasionally block Tor, but that doesn't mean you're doing "
+"anything wrong."
+msgstr ""
+"A few web sites occasionally block Tor, but that doesn't mean you're doing "
+"anything wrong."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:525
-msgid "Invalid email address."
-msgstr "Invalid email address."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:186
+msgid ""
+"Usually it means that site has had difficulties with visitors who've been "
+"using Tor in the past, or that they misunderstand what Tor is and how it "
+"works (we’re working to change this)."
+msgstr ""
+"Usually it means that site has had difficulties with visitors who've been "
+"using Tor in the past, or that they misunderstand what Tor is and how it "
+"works (we’re working to change this)."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:538
-msgid "One moment while we shovel coal into our servers."
-msgstr "One moment while we shovel coal into our servers."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:188
+msgid ""
+"But it is not illegal to use Tor, and you shouldn't get in trouble for doing"
+" it."
+msgstr ""
+"But it is not illegal to use Tor, and you shouldn't get in trouble for doing"
+" it."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:625
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:190
msgid ""
-"Stand up for the universal human rights to privacy and freedom and help keep"
-" Tor independent, robust, and secure."
+"You can find more information about Tor's legal status on the <a "
+"class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.eff.org/torchallenge/faq.html\">EFF site</a>."
msgstr ""
-"Stand up for the universal human rights to privacy and freedom and help keep"
-" Tor independent, robust, and secure."
+"You can find more information about Tor's legal status on the <a "
+"class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.eff.org/torchallenge/faq.html\">EFF site</a>."
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:627
-msgid "Mozilla will match your gift and double your impact."
-msgstr "Mozilla will match your gift and double your impact."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:196
+msgid ""
+"Where can I find out more about the Tor Project, especially financial "
+"information?"
+msgstr ""
+"Where can I find out more about the Tor Project, especially financial "
+"information?"
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:34
-msgid "Tor Thanks You"
-msgstr "Tor Thanks You"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:200
+msgid ""
+"Here are the Tor Project's <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/about/financials.html.en\">financial "
+"statements, and its Form 990</a>."
+msgstr ""
+"Here are the Tor Project's <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/about/financials.html.en\">financial "
+"statements, and its Form 990</a>."
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:44
-msgid "Thank you!"
-msgstr "Thank you!"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:206
+msgid "Where does the Tor Project's money come from?"
+msgstr "Where does the Tor Project's money come from?"
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:48
-msgid "Thank you for supporting Tor's Strength in Numbers campaign."
-msgstr "Thank you for supporting Tor's Strength in Numbers campaign."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:210
+msgid ""
+"Tor is supported by United States government funding agencies, NGOs, private"
+" foundations, research institutions, private companies, and over 20,000 "
+"personal donations from people like you."
+msgstr ""
+"Tor is supported by United States government funding agencies, NGOs, private"
+" foundations, research institutions, private companies, and over 20,000 "
+"personal donations from people like you."
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:50
-msgid "You should receive an email receipt shortly."
-msgstr "You should receive an email receipt shortly."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:212
+msgid ""
+"(See <a class=\"hyperlinks links single-link\" target=\"_blank\" "
+"href=\"https://www.torproject.org/about/sponsors.html.en\">https://www.torproject.org/about/sponsors</a>"
+" for more.)"
+msgstr ""
+"(See <a class=\"hyperlinks links single-link\" target=\"_blank\" "
+"href=\"https://www.torproject.org/about/sponsors.html.en\">https://www.torproject.org/about/sponsors</a>"
+" for more.)"
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:52
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:214
msgid ""
-"With your support and the generous matching funds from Mozilla, we'll be "
-"able to tackle ambitious projects, such as developing a more secure, "
-"privacy-enhancing browser for mobile devices and making it easier for third-"
-"party developers to integrate Tor into their applications."
+"While we are grateful for this funding, we don't want the Tor Project to "
+"become too dependent on any single source."
msgstr ""
-"With your support and the generous matching funds from Mozilla, we'll be "
-"able to tackle ambitious projects, such as developing a more secure, "
-"privacy-enhancing browser for mobile devices and making it easier for third-"
-"party developers to integrate Tor into their applications."
+"While we are grateful for this funding, we don't want the Tor Project to "
+"become too dependent on any single source."
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:56
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:216
msgid ""
-"It's an incredible time to stand up for world-leading security and privacy "
-"software."
+"Crowdfunding allows us to diversify our donor base and is unrestricted -- it"
+" allows us to spend the money on the projects we think are most important "
+"and respond quickly to changing events."
msgstr ""
-"It's an incredible time to stand up for world-leading security and privacy "
-"software."
+"Crowdfunding allows us to diversify our donor base and is unrestricted -- it"
+" allows us to spend the money on the projects we think are most important "
+"and respond quickly to changing events."
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:58
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:218
msgid ""
-"Tell family, friends, and colleagues that you're supporting privacy and "
-"security with Tor!"
+"And so, we are asking you to help financially support us, to increase the "
+"Tor Project's independence and ensure the sustainability of the products and"
+" services we provide."
msgstr ""
-"Tell family, friends, and colleagues that you're supporting privacy and "
-"security with Tor!"
+"And so, we are asking you to help financially support us, to increase the "
+"Tor Project's independence and ensure the sustainability of the products and"
+" services we provide."
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:62
-msgid "SHARE THE TOR PROJECT"
-msgstr "SHARE THE TOR PROJECT"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:224
+msgid ""
+"How much money does the Tor Project spend annually, and what is it used for?"
+msgstr ""
+"How much money does the Tor Project spend annually, and what is it used for?"
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:88
-msgid "Got Skills?"
-msgstr "Got Skills?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:228
+msgid "The Tor Project spends about $4 million annually."
+msgstr "The Tor Project spends about $4 million annually."
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:94
-msgid "The Tor network depends on volunteers."
-msgstr "The Tor network depends on volunteers."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:230
+#, php-format
+msgid ""
+"About 80% of the Tor Project's spending goes to staffing, mostly software "
+"engineers."
+msgstr ""
+"About 80% of the Tor Project's spending goes to staffing, mostly software "
+"engineers."
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:100
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:232
msgid ""
-"We need people to run relays, write code, organize the community and spread "
-"the word about our good work."
+"About 10% goes towards administrative costs such as accounting and legal "
+"costs and bank fees."
msgstr ""
-"We need people to run relays, write code, organize the community and spread "
-"the word about our good work."
+"About 10% goes towards administrative costs such as accounting and legal "
+"costs and bank fees."
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:102
-msgid "Learn how you can help."
-msgstr "Learn how you can help."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:234
+msgid ""
+"The remaining 10% is spent on travel, meetings and conferences, which are "
+"important for Tor because the Tor community is global."
+msgstr ""
+"The remaining 10% is spent on travel, meetings and conferences, which are "
+"important for Tor because the Tor community is global."
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:110
-msgid "I Want To Volunteer"
-msgstr "I Want To Volunteer"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:240
+msgid "Is my donation tax-deductible?"
+msgstr "Is my donation tax-deductible?"
-#: tmp/cache_locale/92/9248b30ecfc0bb3509fc7e1db98f98ec86e72399ad551da3d5abe54c7cd987af.php:34
-msgid "Processing Donation - Tor"
-msgstr "Processing Donation - Tor"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:244
+msgid ""
+"If you pay taxes in the United States, your donation to Tor is tax "
+"deductible to the full extent required by law."
+msgstr ""
+"If you pay taxes in the United States, your donation to Tor is tax "
+"deductible to the full extent required by law."
-#: tmp/cache_locale/92/9248b30ecfc0bb3509fc7e1db98f98ec86e72399ad551da3d5abe54c7cd987af.php:44
-msgid "Processing Donation. Please Wait..."
-msgstr "Processing Donation. Please Wait..."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:246
+msgid "Following is information you may need for reporting purposes:"
+msgstr "Following is information you may need for reporting purposes:"
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:25
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:251
msgid ""
-"The Tor Project is a US 501(c)(3) non-profit organization advancing human "
-"rights and freedoms by creating and deploying free and open source anonymity"
-" and privacy technologies, supporting their unrestricted availability and "
-"use, and furthering their scientific and popular understanding."
+"<b>Tor Project Tax ID Number (EIN #):</b> 20-8096820<br>\n"
+" <b>Address:</b><br>\n"
+" The Tor Project, Inc.<br>\n"
+" 217 First Avenue South #4903<br>\n"
+" Seattle, WA 98194<br>\n"
+" <b>Phone number:</b> 206-420-3136<br>\n"
+" <b>Contact person:</b> Isabela Bagueros, Executive Director<br>"
msgstr ""
-"The Tor Project is a US 501(c)(3) non-profit organization advancing human "
-"rights and freedoms by creating and deploying free and open source anonymity"
-" and privacy technologies, supporting their unrestricted availability and "
-"use, and furthering their scientific and popular understanding."
+"<b>Tor Project Tax ID Number (EIN #):</b> 20-8096820<br>\n"
+" <b>Address:</b><br>\n"
+" The Tor Project, Inc.<br>\n"
+" 217 First Avenue South #4903<br>\n"
+" Seattle, WA 98194<br>\n"
+" <b>Phone number:</b> 206-420-3136<br>\n"
+" <b>Contact person:</b> Isabela Bagueros, Executive Director<br>"
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:31
-msgid "Subscribe to Our Newsletter"
-msgstr "Subscribe to Our Newsletter"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:264
+msgid "If I am not in the United States, can I still donate?"
+msgstr "If I am not in the United States, can I still donate?"
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:35
-msgid "Get monthly updates and opportunities from the Tor Project."
-msgstr "Get monthly updates and opportunities from the Tor Project."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:268
+msgid "Yes, definitely."
+msgstr "Yes, definitely."
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:39
-msgid "Sign Up"
-msgstr "Sign Up"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:270
+msgid ""
+"Your donation probably isn't tax-deductible (unless you pay taxes on U.S. "
+"income) but we would very much appreciate your support."
+msgstr ""
+"Your donation probably isn't tax-deductible (unless you pay taxes on U.S. "
+"income) but we would very much appreciate your support."
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:47
-msgid "Donate FAQs"
-msgstr "Donate FAQs"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:276
+msgid ""
+"Can I donate to a specific project, or restrict my donation to a particular "
+"purpose?"
+msgstr ""
+"Can I donate to a specific project, or restrict my donation to a particular "
+"purpose?"
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:51
-msgid "Privacy Policy"
-msgstr "Privacy Policy"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:280
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:560
+msgid "No, sorry."
+msgstr "No, sorry."
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:67
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:282
msgid ""
-"Designed and built by <span class=\"stamp-bold\"><a "
-"href=\"https://www.giantrabbit.com/\" class=\"stamp-bold\" "
-"target=\"_blank\">Giant Rabbit</a></span>"
+"If we accept a donation from someone who has specified how they want it "
+"used, we're required by the IRS to track and report separately on that "
+"money."
msgstr ""
-"Designed and built by <span class=\"stamp-bold\"><a "
-"href=\"https://www.giantrabbit.com/\" class=\"stamp-bold\" "
-"target=\"_blank\">Giant Rabbit</a></span>"
+"If we accept a donation from someone who has specified how they want it "
+"used, we're required by the IRS to track and report separately on that "
+"money."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:34
-msgid "Tor Donor FAQ"
-msgstr "Tor Donor FAQ"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:284
+msgid ""
+"That would be a big administrative burden for a small organization, and we "
+"don't think it's a good idea for us."
+msgstr ""
+"That would be a big administrative burden for a small organization, and we "
+"don't think it's a good idea for us."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:46
-msgid "Questions?"
-msgstr "Questions?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:286
+msgid ""
+"However, we would be very happy to hear your ideas and feedback about our "
+"work."
+msgstr ""
+"However, we would be very happy to hear your ideas and feedback about our "
+"work."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:61
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:288
msgid ""
-"If your question isn’t answered below, email <span "
-"class=\"email\">frontdesk(at)rt.torproject.org</span> with general Tor "
-"inquiries, or <span class=\"email\">giving(at)torproject.org</span> with "
-"donor-specific questions."
+"If you're donating using a mechanism that allows for comments, feel free to "
+"send your thoughts that way."
msgstr ""
-"If your question isn’t answered below, email <span "
-"class=\"email\">frontdesk(at)rt.torproject.org</span> with general Tor "
-"inquiries, or <span class=\"email\">giving(at)torproject.org</span> with "
-"donor-specific questions."
+"If you're donating using a mechanism that allows for comments, feel free to "
+"send your thoughts that way."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:68
-msgid "What is the Tor Project and what does it do?"
-msgstr "What is the Tor Project and what does it do?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:294
+msgid "Can I donate while using Tor Browser?"
+msgstr "Can I donate while using Tor Browser?"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:298
+msgid "Yes! In our testing, donation works via Tor Browser."
+msgstr "Yes! In our testing, donation works via Tor Browser."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:72
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:300
msgid ""
-"The Tor Project’s mission is to advance human rights and freedoms by "
-"creating and deploying free and open anonymity and privacy technologies, "
-"supporting their unrestricted availability and use, and furthering their "
-"scientific and popular understanding."
+"If you run into problems, please contact <span "
+"class=\"email\">giving(at)torproject.org</span>."
msgstr ""
-"The Tor Project’s mission is to advance human rights and freedoms by "
-"creating and deploying free and open anonymity and privacy technologies, "
-"supporting their unrestricted availability and use, and furthering their "
-"scientific and popular understanding."
+"If you run into problems, please contact <span "
+"class=\"email\">giving(at)torproject.org</span>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:74
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:304
msgid ""
-"The main product of the Tor Project is <a "
-"href=\"https://www.torproject.org/download/download-easy.html.en\">Tor "
-"Browser</a>, which enables people to browse the internet anonymously."
+"For users logging in to Paypal: some people had no problem donating via "
+"PayPal while using Tor Browser."
msgstr ""
-"The main product of the Tor Project is <a "
-"href=\"https://www.torproject.org/download/download-easy.html.en\">Tor "
-"Browser</a>, which enables people to browse the internet anonymously."
+"For users logging in to Paypal: some people had no problem donating via "
+"PayPal while using Tor Browser."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:76
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:306
msgid ""
-"The Tor Project is a 501(c)3 tax-exempt non-profit organization based in "
-"Boston, Massachusetts."
+"In past years, some people couldn't complete the donation process, and one "
+"person had their PayPal account temporarily frozen."
msgstr ""
-"The Tor Project is a 501(c)3 tax-exempt non-profit organization based in "
-"Boston, Massachusetts."
+"In past years, some people couldn't complete the donation process, and one "
+"person had their PayPal account temporarily frozen."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:78
-msgid "It was founded in 2006."
-msgstr "It was founded in 2006."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:308
+msgid "If you run into any problems donating via PayPal, please let us know."
+msgstr "If you run into any problems donating via PayPal, please let us know."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:84
-msgid "Who works for the Tor Project, and what do they do?"
-msgstr "Who works for the Tor Project, and what do they do?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:314
+msgid "How can I donate via debit or credit card?"
+msgstr "How can I donate via debit or credit card?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:88
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:318
msgid ""
-"Thousands of people around the world actively support the work of the Tor "
-"Project, including developers, designers, relay operators, researchers, "
-"cryptographers, computer scientists, and privacy advocates, and most are not"
-" paid by the Tor Project."
+"To donate using a major credit card or debit card (VISA, MasterCard, "
+"Discover or American Express) or via PayPal, please visit our <a "
+"href=\"https://donate.torproject.org\">donate page</a>."
msgstr ""
-"Thousands of people around the world actively support the work of the Tor "
-"Project, including developers, designers, relay operators, researchers, "
-"cryptographers, computer scientists, and privacy advocates, and most are not"
-" paid by the Tor Project."
+"To donate using a major credit card or debit card (VISA, MasterCard, "
+"Discover or American Express) or via PayPal, please visit our <a "
+"href=\"https://donate.torproject.org\">donate page</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:90
-msgid ""
-"The paid staff of the Tor Project is very small: about 20 people in total."
-msgstr ""
-"The paid staff of the Tor Project is very small: about 20 people in total."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:324
+msgid "Why do you ask for my address and similar information?"
+msgstr "Why do you ask for my address and similar information?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:92
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:328
msgid ""
-"You can read about the core contributors to the Tor Project on our <a "
-"class=\"hyperlinks\" target=\"_blank\" "
-"href=\"https://www.torproject.org/about/corepeople.html.en\"><span "
-"class=\"links\">Core People page</span></a>."
+"If you donate by credit card, you will be asked for some information that's "
+"required to process your credit card payment, including your billing "
+"address."
msgstr ""
-"You can read about the core contributors to the Tor Project on our <a "
-"class=\"hyperlinks\" target=\"_blank\" "
-"href=\"https://www.torproject.org/about/corepeople.html.en\"><span "
-"class=\"links\">Core People page</span></a>."
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:97
-msgid "Who uses Tor?"
-msgstr "Who uses Tor?"
+"If you donate by credit card, you will be asked for some information that's "
+"required to process your credit card payment, including your billing "
+"address."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:101
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:330
msgid ""
-"The vast majority of Tor users are ordinary people who want control of their"
-" privacy online or people whose internet use is censored."
+"This allows our payment processor to verify your identity, process your "
+"payment, and prevent fraudulent charges to your credit card."
msgstr ""
-"The vast majority of Tor users are ordinary people who want control of their"
-" privacy online or people whose internet use is censored."
+"This allows our payment processor to verify your identity, process your "
+"payment, and prevent fraudulent charges to your credit card."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:103
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:332
msgid ""
-"Other Tor users are journalists, human rights defenders, domestic violence "
-"survivors, policymakers, diplomats, and academic and research institutions."
+"We don't ask for information beyond what's required by the payment "
+"processor."
msgstr ""
-"Other Tor users are journalists, human rights defenders, domestic violence "
-"survivors, policymakers, diplomats, and academic and research institutions."
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:109
-msgid "Can anyone use Tor?"
-msgstr "Can anyone use Tor?"
+"We don't ask for information beyond what's required by the payment "
+"processor."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:113
-msgid "Yes! Tor is free, and anyone can use it."
-msgstr "Yes! Tor is free, and anyone can use it."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:338
+msgid "Why is there a minimum donation?"
+msgstr "Why is there a minimum donation?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:115
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:342
msgid ""
-"To get started, you will need to <a class=\"hyperlinks\" target=\"_blank\" "
-"href=\"https://www.torproject.org/projects/torbrowser.html.en\"><span "
-"class=\"links\">download Tor Browser</span></a>."
+"People who have stolen credit card information often donate to nonprofits as"
+" a way of testing whether the card works."
msgstr ""
-"To get started, you will need to <a class=\"hyperlinks\" target=\"_blank\" "
-"href=\"https://www.torproject.org/projects/torbrowser.html.en\"><span "
-"class=\"links\">download Tor Browser</span></a>."
+"People who have stolen credit card information often donate to nonprofits as"
+" a way of testing whether the card works."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:117
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:344
msgid ""
-"We offer instructions on how to download for <a class=\"hyperlinks links\" "
-"target=\"_blank\" "
-"href=\"https://www.torproject.org/projects/torbrowser.html.en#windows\">Windows</a>,"
-" <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/projects/torbrowser.html.en#macosx\">Mac "
-"OS X</a> and <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/projects/torbrowser.html.en#linux\">Linux</a>."
+"These people typically use a very small amount for their testing, and we've "
+"found that setting a $1 minimum donation seems to deter them."
msgstr ""
-"We offer instructions on how to download for <a class=\"hyperlinks links\" "
-"target=\"_blank\" "
-"href=\"https://www.torproject.org/projects/torbrowser.html.en#windows\">Windows</a>,"
-" <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/projects/torbrowser.html.en#macosx\">Mac "
-"OS X</a> and <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/projects/torbrowser.html.en#linux\">Linux</a>."
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:123
-msgid "What kinds of people support Tor?"
-msgstr "What kinds of people support Tor?"
+"These people typically use a very small amount for their testing, and we've "
+"found that setting a $1 minimum donation seems to deter them."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:127
-msgid "All kinds of people."
-msgstr "All kinds of people."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:350
+msgid "Is there a maximum donation?"
+msgstr "Is there a maximum donation?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:129
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:354
msgid ""
-"Thousands of individuals have donated to support the Tor Project, and we "
-"have also received funding from a wide range of organizations including "
-"Google, the Ford Foundation, the Knight Foundation, Reddit, the U.S. "
-"National Science Foundation, the Electronic Frontier Foundation, Human "
-"Rights Watch, the Swedish International Development Cooperation Agency, the "
-"Federal Foreign Office of Germany, the U.S. Naval Research Laboratory, "
-"Omidyar Network, SRI International, and Radio Free Asia."
+"No, no, no! More funding from you means we can do more things we are excited"
+" to do, like hire a person to monitor the Tor network full time, or "
+"research, test, and implement ideas we have for making the Tor network even "
+"stronger."
msgstr ""
-"Thousands of individuals have donated to support the Tor Project, and we "
-"have also received funding from a wide range of organizations including "
-"Google, the Ford Foundation, the Knight Foundation, Reddit, the U.S. "
-"National Science Foundation, the Electronic Frontier Foundation, Human "
-"Rights Watch, the Swedish International Development Cooperation Agency, the "
-"Federal Foreign Office of Germany, the U.S. Naval Research Laboratory, "
-"Omidyar Network, SRI International, and Radio Free Asia."
+"No, no, no! More funding from you means we can do more things we are excited"
+" to do, like hire a person to monitor the Tor network full time, or "
+"research, test, and implement ideas we have for making the Tor network even "
+"stronger."
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:360
+msgid "Can I donate via bitcoin?"
+msgstr "Can I donate via bitcoin?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:131
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:364
msgid ""
-"People also support Tor in non-financial ways, for example by running Tor "
-"relays to help carry traffic for other users."
+"Yes! We accept <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/donate/donate-options.html.en\">bitcoin "
+"via BitPay</a>."
msgstr ""
-"People also support Tor in non-financial ways, for example by running Tor "
-"relays to help carry traffic for other users."
+"Yes! We accept <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/donate/donate-options.html.en\">bitcoin "
+"via BitPay</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:133
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:370
msgid ""
-"In addition, everybody who uses Tor is helping to keep other users safe and "
-"anonymous, because the more people using Tor, the harder it is to identify "
-"any single individual."
+"If I want my donation to be anonymous, what is the best way for me to "
+"donate?"
msgstr ""
-"In addition, everybody who uses Tor is helping to keep other users safe and "
-"anonymous, because the more people using Tor, the harder it is to identify "
-"any single individual."
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:139
-msgid "How does the Tor software work to protect people's anonymity?"
-msgstr "How does the Tor software work to protect people's anonymity?"
+"If I want my donation to be anonymous, what is the best way for me to "
+"donate?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:143
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:374
msgid ""
-"Tor protects you by bouncing your communications around the Tor network, "
-"which is a distributed network of relays run by volunteers all around the "
-"world."
+"You can donate by <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/donate/donate-"
+"options.html.en#cash\">sending us a postal money order</a>."
msgstr ""
-"Tor protects you by bouncing your communications around the Tor network, "
-"which is a distributed network of relays run by volunteers all around the "
-"world."
+"You can donate by <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/donate/donate-"
+"options.html.en#cash\">sending us a postal money order</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:145
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:376
msgid ""
-"If someone is watching your internet connection, Tor prevents them from "
-"finding out what sites you are visiting."
+"You can donate via bitcoin if you have bitcoin set up in a way that "
+"preserves your anonymity."
msgstr ""
-"If someone is watching your internet connection, Tor prevents them from "
-"finding out what sites you are visiting."
+"You can donate via bitcoin if you have bitcoin set up in a way that "
+"preserves your anonymity."
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:378
+msgid "You can buy cash gift cards and mail them to us."
+msgstr "You can buy cash gift cards and mail them to us."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:147
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:380
msgid ""
-"It also prevents sites you visit from finding out where you're located."
+"There are probably other ways to donate anonymously that we haven't thought "
+"of-- maybe you will :)"
msgstr ""
-"It also prevents sites you visit from finding out where you're located."
+"There are probably other ways to donate anonymously that we haven't thought "
+"of-- maybe you will :)"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:149
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:387
msgid ""
-"You can read more about how Tor works on our <a class=\"hyperlinks links\" "
-"target=\"_blank\" "
-"href=\"https://www.torproject.org/about/overview.html.en\">overview page."
+"Is the Tor Project required to identify me as a donor to the United States "
+"government, or to any other authority?"
msgstr ""
-"You can read more about how Tor works on our <a class=\"hyperlinks links\" "
-"target=\"_blank\" "
-"href=\"https://www.torproject.org/about/overview.html.en\">overview page."
+"Is the Tor Project required to identify me as a donor to the United States "
+"government, or to any other authority?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:156
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:391
msgid ""
-"I would like to know more about how Tor works, what hidden services are, or "
-"how to run a relay."
+"If you donate $5,000 or more to the Tor Project in a single year, we are "
+"required to report the donation amount and your name and address (if we have"
+" it) to the IRS, on Schedule B of the Form 990, which is filed annually."
msgstr ""
-"I would like to know more about how Tor works, what hidden services are, or "
-"how to run a relay."
+"If you donate $5,000 or more to the Tor Project in a single year, we are "
+"required to report the donation amount and your name and address (if we have"
+" it) to the IRS, on Schedule B of the Form 990, which is filed annually."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:160
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:393
msgid ""
-"<a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/docs/faq.html.en\">This Tor Project "
-"FAQ</a> has answers to all those questions, and more."
+"However, it's normal for nonprofits to redact individual donor information "
+"from the copy of the 990 that's made publicly-available, and that's what we "
+"do."
msgstr ""
-"<a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/docs/faq.html.en\">This Tor Project "
-"FAQ</a> has answers to all those questions, and more."
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:166
-msgid "Does the Tor software work?"
-msgstr "Does the Tor software work?"
+"However, it's normal for nonprofits to redact individual donor information "
+"from the copy of the 990 that's made publicly-available, and that's what we "
+"do."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:170
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:395
msgid ""
-"We believe Tor is the best solution available today, and we know that it "
-"does a better job of keeping you safely anonymous than other options such as"
-" VPNs, proxychains, or browser \"private browsing\" modes."
+"We are not required to identify donors to any other organization or "
+"authority, and we do not."
msgstr ""
-"We believe Tor is the best solution available today, and we know that it "
-"does a better job of keeping you safely anonymous than other options such as"
-" VPNs, proxychains, or browser \"private browsing\" modes."
+"We are not required to identify donors to any other organization or "
+"authority, and we do not."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:172
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:397
msgid ""
-"We know that both the Russian government and the NSA have tried in the past "
-"to crack Tor, and failed."
+"(Also, if you wanted, you could give us $4,999 in late 2018 and $4,999 in "
+"early 2019.)"
msgstr ""
-"We know that both the Russian government and the NSA have tried in the past "
-"to crack Tor, and failed."
+"(Also, if you wanted, you could give us $4,999 in late 2018 and $4,999 in "
+"early 2019.)"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:174
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:403
msgid ""
-"The Electronic Frontier Foundation says that Tor offers <a "
-"class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.eff.org/deeplinks/2014/07/7-things-you-should-know-about-"
-"tor\">some of the strongest anonymity software that exists</a>, and in his "
-"book Data and Goliath, security expert Bruce Schneier wrote \"The current "
-"best tool to protect your anonymity when browsing the web is Tor.\""
+"In your privacy policy, you say you will never publicly identify me as a "
+"donor without my permission."
msgstr ""
-"The Electronic Frontier Foundation says that Tor offers <a "
-"class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.eff.org/deeplinks/2014/07/7-things-you-should-know-about-"
-"tor\">some of the strongest anonymity software that exists</a>, and in his "
-"book Data and Goliath, security expert Bruce Schneier wrote \"The current "
-"best tool to protect your anonymity when browsing the web is Tor.\""
+"In your privacy policy, you say you will never publicly identify me as a "
+"donor without my permission."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:180
-msgid "Is what Tor does legal? Can I get in trouble for using it?"
-msgstr "Is what Tor does legal? Can I get in trouble for using it?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:405
+msgid "What does that mean?"
+msgstr "What does that mean?"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:409
+msgid "Yes, that's right."
+msgstr "Yes, that's right."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:184
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:411
msgid ""
-"Downloading Tor Browser or using the Tor network is legal in nearly every "
-"country."
+"If you donate to the Tor Project, there will be some people at the Tor "
+"Project who know about your donation."
msgstr ""
-"Downloading Tor Browser or using the Tor network is legal in nearly every "
-"country."
+"If you donate to the Tor Project, there will be some people at the Tor "
+"Project who know about your donation."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:186
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:413
msgid ""
-"A few web sites occasionally block Tor, but that doesn't mean you're doing "
-"anything wrong."
+"However, we will never publicly identify you as a donor, unless you have "
+"given us permission to do so."
msgstr ""
-"A few web sites occasionally block Tor, but that doesn't mean you're doing "
-"anything wrong."
+"However, we will never publicly identify you as a donor, unless you have "
+"given us permission to do so."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:188
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:415
msgid ""
-"Usually it means that site has had difficulties with visitors who've been "
-"using Tor in the past, or that they misunderstand what Tor is and how it "
-"works (we’re working to change this)."
+"That means we won't post your name on our website, thank you on Twitter, or "
+"do anything else that would publicly identify you as someone who has "
+"donated."
msgstr ""
-"Usually it means that site has had difficulties with visitors who've been "
-"using Tor in the past, or that they misunderstand what Tor is and how it "
-"works (we’re working to change this)."
+"That means we won't post your name on our website, thank you on Twitter, or "
+"do anything else that would publicly identify you as someone who has "
+"donated."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:190
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:417
msgid ""
-"But it is not illegal to use Tor, and you shouldn't get in trouble for doing"
-" it."
+"If we decide we would like to publicly name you as a donor, we will ask you "
+"first, and will not do it until and unless you say it's okay."
msgstr ""
-"But it is not illegal to use Tor, and you shouldn't get in trouble for doing"
-" it."
+"If we decide we would like to publicly name you as a donor, we will ask you "
+"first, and will not do it until and unless you say it's okay."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:192
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:423
msgid ""
-"You can find more information about Tor's legal status on the <a "
-"class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.eff.org/torchallenge/faq.html\">EFF site</a>."
+"It's important to me that my donation be tax-deductible, but I don't pay "
+"taxes in the United States."
msgstr ""
-"You can find more information about Tor's legal status on the <a "
-"class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.eff.org/torchallenge/faq.html\">EFF site</a>."
+"It's important to me that my donation be tax-deductible, but I don't pay "
+"taxes in the United States."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:198
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:427
msgid ""
-"Where can I find out more about the Tor Project, especially financial "
-"information?"
+"Right now, we can only offer tax-deductibility to donors who pay taxes in "
+"the United States."
msgstr ""
-"Where can I find out more about the Tor Project, especially financial "
-"information?"
+"Right now, we can only offer tax-deductibility to donors who pay taxes in "
+"the United States."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:202
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:429
msgid ""
-"Here are the Tor Project's <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/about/financials.html.en\">financial "
-"statements, and its Form 990</a>."
+"If it's important to you that your donations be tax-deductible in a "
+"different country, let us know and we will try to offer tax-deductibility in"
+" your country in future."
msgstr ""
-"Here are the Tor Project's <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/about/financials.html.en\">financial "
-"statements, and its Form 990</a>."
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:208
-msgid "Where does the Tor Project's money come from?"
-msgstr "Where does the Tor Project's money come from?"
+"If it's important to you that your donations be tax-deductible in a "
+"different country, let us know and we will try to offer tax-deductibility in"
+" your country in future."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:212
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:431
msgid ""
-"Tor is supported by United States government funding agencies, NGOs, private"
-" foundations, research institutions, private companies, and nearly 8,000 "
-"personal donations from people like you."
+"Or, if you are in Germany, France or Sweden, <a class=\"hyperlinks links\" "
+"target=\"_blank\" "
+"href=\"https://www.torproject.org/docs/faq.html.en#RelayDonations\">these "
+"organizations support the Tor network</a> and may be able to offer you tax-"
+"deductibility for your donation."
msgstr ""
-"Tor is supported by United States government funding agencies, NGOs, private"
-" foundations, research institutions, private companies, and nearly 8,000 "
-"personal donations from people like you."
+"Or, if you are in Germany, France or Sweden, <a class=\"hyperlinks links\" "
+"target=\"_blank\" "
+"href=\"https://www.torproject.org/docs/faq.html.en#RelayDonations\">these "
+"organizations support the Tor network</a> and may be able to offer you tax-"
+"deductibility for your donation."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:214
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:437
msgid ""
-"(See <a class=\"hyperlinks links single-link\" target=\"_blank\" "
-"href=\"https://www.torproject.org/about/sponsors.html.en\">https://www.torproject.org/about/sponsors</a>"
-" for more.)"
+"What if I don't want to use credit card or PayPal? Is there another way I "
+"can donate?"
msgstr ""
-"(See <a class=\"hyperlinks links single-link\" target=\"_blank\" "
-"href=\"https://www.torproject.org/about/sponsors.html.en\">https://www.torproject.org/about/sponsors</a>"
-" for more.)"
+"What if I don't want to use credit card or PayPal? Is there another way I "
+"can donate?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:216
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:441
msgid ""
-"While we are grateful for this funding, we don't want the Tor Project to "
-"become too dependent on any single source."
+"Yes! Here is a list of <a href=\"https://www.torproject.org/donate/donate-"
+"options.html.en\" class=\"hyperlinks links\" target=\"_blank\">other ways "
+"you can donate.</a>"
msgstr ""
-"While we are grateful for this funding, we don't want the Tor Project to "
-"become too dependent on any single source."
+"Yes! Here is a list of <a href=\"https://www.torproject.org/donate/donate-"
+"options.html.en\" class=\"hyperlinks links\" target=\"_blank\">other ways "
+"you can donate.</a>"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:448
+msgid "What is your donor privacy policy?"
+msgstr "What is your donor privacy policy?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:218
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:452
msgid ""
-"Crowdfunding allows us to diversify our donor base and is unrestricted -- it"
-" allows us to spend the money on the projects we think are most important "
-"and respond quickly to changing events."
+"Here is the Tor Project <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"/%langcode%/privacy-policy\">donor privacy policy</a>."
msgstr ""
-"Crowdfunding allows us to diversify our donor base and is unrestricted -- it"
-" allows us to spend the money on the projects we think are most important "
-"and respond quickly to changing events."
+"Here is the Tor Project <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"/%langcode%/privacy-policy\">donor privacy policy</a>."
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:458
+msgid "What is your refund policy?"
+msgstr "What is your refund policy?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:220
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:462
msgid ""
-"And so, we are asking you to help financially support us, to increase the "
-"Tor Project's independence and ensure the sustainability of the products and"
-" services we provide."
+"If you want your donation refunded, please tell us by emailing <span "
+"class=\"email\">giving(at)torproject.org</span>."
msgstr ""
-"And so, we are asking you to help financially support us, to increase the "
-"Tor Project's independence and ensure the sustainability of the products and"
-" services we provide."
+"If you want your donation refunded, please tell us by emailing <span "
+"class=\"email\">giving(at)torproject.org</span>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:226
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:464
msgid ""
-"How much money does the Tor Project spend annually, and what is it used for?"
+"To process your refund we'll need to know the date of your donation, the "
+"amount you donated, your full name, the payment method you used and your "
+"country of origin."
msgstr ""
-"How much money does the Tor Project spend annually, and what is it used for?"
+"To process your refund we'll need to know the date of your donation, the "
+"amount you donated, your full name, the payment method you used and your "
+"country of origin."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:230
-msgid "The Tor Project spends about $2.5 million annually."
-msgstr "The Tor Project spends about $2.5 million annually."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:466
+msgid "Please also tell us why you're asking for a refund."
+msgstr "Please also tell us why you're asking for a refund."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:232
-#, php-format
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:468
msgid ""
-"About 80% of the Tor Project's spending goes to staffing, mostly software "
-"engineers."
+"Please note that some payment methods won't support refunds, or require them"
+" to be made in a specific way, so we may need additional information from "
+"you in order to process yours."
msgstr ""
-"About 80% of the Tor Project's spending goes to staffing, mostly software "
-"engineers."
+"Please note that some payment methods won't support refunds, or require them"
+" to be made in a specific way, so we may need additional information from "
+"you in order to process yours."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:234
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:474
+msgid "Can I donate by mail?"
+msgstr "Can I donate by mail?"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:478
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:584
+msgid "Yes."
+msgstr "Yes."
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:480
msgid ""
-"About 10% goes towards administrative costs such as accounting and legal "
-"costs and bank fees."
+"Our mailing address is The Tor Project, 217 First Avenue South #4903, "
+"Seattle WA 98194, USA"
msgstr ""
-"About 10% goes towards administrative costs such as accounting and legal "
-"costs and bank fees."
+"Our mailing address is The Tor Project, 217 First Avenue South #4903, "
+"Seattle WA 98194, USA"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:486
+msgid "Do you accept cash donations?"
+msgstr "Do you accept cash donations?"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:490
+msgid "Yes"
+msgstr "Yes"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:236
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:496
+msgid "Does Tor Project accept matching donations?"
+msgstr "Does Tor Project accept matching donations?"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:500
msgid ""
-"The remaining 10% is spent on travel, meetings and conferences, which are "
-"important for Tor because the Tor community is global."
+"Yes! Many companies --such as Google, Microsoft, eBay, PayPal, Apple, "
+"Verizon, Red Hat, many universities, and others-- will match donations made "
+"by their employees."
msgstr ""
-"The remaining 10% is spent on travel, meetings and conferences, which are "
-"important for Tor because the Tor community is global."
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:242
-msgid "Is my donation tax-deductible?"
-msgstr "Is my donation tax-deductible?"
+"Yes! Many companies --such as Google, Microsoft, eBay, PayPal, Apple, "
+"Verizon, Red Hat, many universities, and others-- will match donations made "
+"by their employees."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:246
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:502
msgid ""
-"If you pay taxes in the United States, your donation to Tor is tax "
-"deductible to the full extent required by law."
+"The fastest way to find out if your company matches donations is usually by "
+"checking with your HR department, or you can search for your company name at"
+" <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.matchinggifts.com/rit/\">https://www.matchinggifts.com/rit/</a>."
msgstr ""
-"If you pay taxes in the United States, your donation to Tor is tax "
-"deductible to the full extent required by law."
+"The fastest way to find out if your company matches donations is usually by "
+"checking with your HR department, or you can search for your company name at"
+" <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.matchinggifts.com/rit/\">https://www.matchinggifts.com/rit/</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:248
-msgid "Following is information you may need for reporting purposes:"
-msgstr "Following is information you may need for reporting purposes:"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:504
+msgid ""
+"If your company isn't currently set up to match donations to the Tor "
+"Project, we would be happy to help with the paperwork."
+msgstr ""
+"If your company isn't currently set up to match donations to the Tor "
+"Project, we would be happy to help with the paperwork."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:253
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:506
msgid ""
-"<b>Tor Project Tax ID Number (EIN #):</b> 20-8096820<br>\n"
-" <b>Address:</b><br>\n"
-" The Tor Project, Inc.<br>\n"
-" 217 First Avenue South #4903<br>\n"
-" Seattle, WA 98194<br>\n"
-" <b>Phone number:</b> 206-420-3136<br>\n"
-" <b>Contact person:</b> Shari Steele, Executive Director<br>"
+"If you want help figuring out the process, write us at <span "
+"class=\"email\">giving(at)torproject.org</a>."
msgstr ""
-"<b>Tor Project Tax ID Number (EIN #):</b> 20-8096820<br>\n"
-" <b>Address:</b><br>\n"
-" The Tor Project, Inc.<br>\n"
-" 217 First Avenue South #4903<br>\n"
-" Seattle, WA 98194<br>\n"
-" <b>Phone number:</b> 206-420-3136<br>\n"
-" <b>Contact person:</b> Shari Steele, Executive Director<br>"
+"If you want help figuring out the process, write us at <span "
+"class=\"email\">giving(at)torproject.org</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:266
-msgid "If I am not in the United States, can I still donate?"
-msgstr "If I am not in the United States, can I still donate?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:512
+msgid "Can I become a Tor Project member?"
+msgstr "Can I become a Tor Project member?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:270
-msgid "Yes, definitely."
-msgstr "Yes, definitely."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:516
+msgid ""
+"Right now, we don't have a membership program, but we may set one up in the "
+"future."
+msgstr ""
+"Right now, we don't have a membership program, but we may set one up in the "
+"future."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:272
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:518
msgid ""
-"Your donation probably isn't tax-deductible (unless you pay taxes on U.S. "
-"income) but we would very much appreciate your support."
+"If you want to get involved with the Tor Project, <a class=\"hyperlinks "
+"links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/getinvolved/volunteer.html.en\">this is a "
+"good place to start</a>."
msgstr ""
-"Your donation probably isn't tax-deductible (unless you pay taxes on U.S. "
-"income) but we would very much appreciate your support."
+"If you want to get involved with the Tor Project, <a class=\"hyperlinks "
+"links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/getinvolved/volunteer.html.en\">this is a "
+"good place to start</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:278
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:524
+msgid "How can I get a Tor t-shirt or stickers?"
+msgstr "How can I get a Tor t-shirt or stickers?"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:528
msgid ""
-"Can I donate to a specific project, or restrict my donation to a particular "
-"purpose?"
+"A variety of thank-you gifts for donors, including t-shirts, hoodies and "
+"stickers, are presented on our main <a "
+"href=\"https://donate.torproject.org\">donation page</a>."
msgstr ""
-"Can I donate to a specific project, or restrict my donation to a particular "
-"purpose?"
+"A variety of thank-you gifts for donors, including t-shirts, hoodies and "
+"stickers, are presented on our main <a "
+"href=\"https://donate.torproject.org\">donation page</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:282
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:562
-msgid "No, sorry."
-msgstr "No, sorry."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:534
+msgid ""
+"If I want to stay in touch with the Tor Project, what's the best way for me "
+"to do that?"
+msgstr ""
+"If I want to stay in touch with the Tor Project, what's the best way for me "
+"to do that?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:284
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:538
msgid ""
-"If we accept a donation from someone who has specified how they want it "
-"used, we're required by the IRS to track and report separately on that "
-"money."
+"You can sign up to receive <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://newsletter.torproject.org/\">Tor News</a>, read the <a "
+"class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://blog.torproject.org/\">Tor Blog</a>, or <a class=\"hyperlinks"
+" links\" target=\"_blank\" href=\"https://twitter.com/torproject\">follow us"
+" on Twitter</a>."
msgstr ""
-"If we accept a donation from someone who has specified how they want it "
-"used, we're required by the IRS to track and report separately on that "
-"money."
+"You can sign up to receive <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://newsletter.torproject.org/\">Tor News</a>, read the <a "
+"class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://blog.torproject.org/\">Tor Blog</a>, or <a class=\"hyperlinks"
+" links\" target=\"_blank\" href=\"https://twitter.com/torproject\">follow us"
+" on Twitter</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:286
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:544
msgid ""
-"That would be a big administrative burden for a small organization, and we "
-"don't think it's a good idea for us."
+"Does the Tor Project participate in the Combined Federal Campaign program?"
msgstr ""
-"That would be a big administrative burden for a small organization, and we "
-"don't think it's a good idea for us."
+"Does the Tor Project participate in the Combined Federal Campaign program?"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:548
+msgid "No, Tor doesn't currently participate in the CFC program."
+msgstr "No, Tor doesn't currently participate in the CFC program."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:288
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:550
msgid ""
-"However, we would be very happy to hear your ideas and feedback about our "
-"work."
+"If you'd like to get Tor added to the CFC program in your location, that "
+"would be great: please let us know if you need any help."
msgstr ""
-"However, we would be very happy to hear your ideas and feedback about our "
-"work."
+"If you'd like to get Tor added to the CFC program in your location, that "
+"would be great: please let us know if you need any help."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:290
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:556
+msgid "Can I donate my airline miles, flight vouchers, or hotel points?"
+msgstr "Can I donate my airline miles, flight vouchers, or hotel points?"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:562
msgid ""
-"If you're donating using a mechanism that allows for comments, feel free to "
-"send your thoughts that way."
+"We would like to accept your miles, vouchers and hotel points, and in the "
+"future we may be able to."
msgstr ""
-"If you're donating using a mechanism that allows for comments, feel free to "
-"send your thoughts that way."
+"We would like to accept your miles, vouchers and hotel points, and in the "
+"future we may be able to."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:296
-msgid "Can I donate while using Tor Browser?"
-msgstr "Can I donate while using Tor Browser?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:568
+msgid "Can I donate hardware?"
+msgstr "Can I donate hardware?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:300
-msgid "Yes! In our testing, donation works via Tor Browser."
-msgstr "Yes! In our testing, donation works via Tor Browser."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:572
+msgid "Typically no, we don't encourage people to donate hardware."
+msgstr "Typically no, we don't encourage people to donate hardware."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:302
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:574
msgid ""
-"If you run into problems, please contact <span "
+"But if you want to make a hardware donation that you think might be "
+"especially useful for us, please mail <span "
"class=\"email\">giving(at)torproject.org</span>."
msgstr ""
-"If you run into problems, please contact <span "
+"But if you want to make a hardware donation that you think might be "
+"especially useful for us, please mail <span "
"class=\"email\">giving(at)torproject.org</span>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:306
-msgid ""
-"For users logging in to Paypal: some people had no problem donating via "
-"PayPal while using Tor Browser."
-msgstr ""
-"For users logging in to Paypal: some people had no problem donating via "
-"PayPal while using Tor Browser."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:580
+msgid "Can I donate my time?"
+msgstr "Can I donate my time?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:308
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:586
msgid ""
-"In past years, some people couldn't complete the donation process, and one "
-"person had their PayPal account temporarily frozen."
+"Here's a <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/getinvolved/volunteer.html.en\">list of "
+"areas where we would love your help</a>."
msgstr ""
-"In past years, some people couldn't complete the donation process, and one "
-"person had their PayPal account temporarily frozen."
+"Here's a <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/getinvolved/volunteer.html.en\">list of "
+"areas where we would love your help</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:310
-msgid "If you run into any problems donating via PayPal, please let us know."
-msgstr "If you run into any problems donating via PayPal, please let us know."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:592
+msgid "I would like my company to support Tor."
+msgstr "I would like my company to support Tor."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:316
-msgid "How can I donate via debit or credit card?"
-msgstr "How can I donate via debit or credit card?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:594
+msgid "What can we do to help?"
+msgstr "What can we do to help?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:320
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:598
msgid ""
-"To donate using a major credit card or debit card (VISA, MasterCard, "
-"Discover or American Express) or via PayPal, please visit our <a "
-"href=\"https://donate.torproject.org\">donate page</a>."
+"Your company could match donations made by its employees to the Tor Project"
+"--that would be wonderful."
msgstr ""
-"To donate using a major credit card or debit card (VISA, MasterCard, "
-"Discover or American Express) or via PayPal, please visit our <a "
-"href=\"https://donate.torproject.org\">donate page</a>."
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:326
-msgid "Why do you ask for my address and similar information?"
-msgstr "Why do you ask for my address and similar information?"
+"Your company could match donations made by its employees to the Tor Project"
+"--that would be wonderful."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:330
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:600
msgid ""
-"If you donate by credit card, you will be asked for some information that's "
-"required to process your credit card payment, including your billing "
-"address."
+"Your company may operate a corporate foundation that gives out grants, and "
+"if so, you should encourage it to fund us."
msgstr ""
-"If you donate by credit card, you will be asked for some information that's "
-"required to process your credit card payment, including your billing "
-"address."
+"Your company may operate a corporate foundation that gives out grants, and "
+"if so, you should encourage it to fund us."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:332
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:602
msgid ""
-"This allows our payment processor to verify your identity, process your "
-"payment, and prevent fraudulent charges to your credit card."
+"Maybe your company would be willing to <a class=\"hyperlinks links\" "
+"target=\"_blank\" "
+"href=\"https://www.torproject.org/docs/faq.html.en#HowDoIDecide\">operate a "
+"Tor relay</a>."
msgstr ""
-"This allows our payment processor to verify your identity, process your "
-"payment, and prevent fraudulent charges to your credit card."
+"Maybe your company would be willing to <a class=\"hyperlinks links\" "
+"target=\"_blank\" "
+"href=\"https://www.torproject.org/docs/faq.html.en#HowDoIDecide\">operate a "
+"Tor relay</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:334
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:604
msgid ""
-"We don't ask for information beyond what's required by the payment "
-"processor."
+"If your company sells cloud services, perhaps it could donate these to Tor: "
+"We use them in some anti-censorship projects."
msgstr ""
-"We don't ask for information beyond what's required by the payment "
-"processor."
+"If your company sells cloud services, perhaps it could donate these to Tor: "
+"We use them in some anti-censorship projects."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:340
-msgid "Why is there a minimum donation?"
-msgstr "Why is there a minimum donation?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:610
+msgid "You don't support my preferred way to donate."
+msgstr "You don't support my preferred way to donate."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:344
-msgid ""
-"People who have stolen credit card information often donate to nonprofits as"
-" a way of testing whether the card works."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:612
+msgid "Can I recommend a new donation method to you?"
+msgstr "Can I recommend a new donation method to you?"
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:616
+msgid "Sure."
+msgstr "Sure."
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:618
+msgid "Just mail us at <span class=\"email\">giving(at)torproject.org</span></a>."
msgstr ""
-"People who have stolen credit card information often donate to nonprofits as"
-" a way of testing whether the card works."
+"Just mail us at <span class=\"email\">giving(at)torproject.org</span></a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:346
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:624
msgid ""
-"These people typically use a very small amount for their testing, and we've "
-"found that setting a $1 minimum donation seems to deter them."
+"Will the Tor Project accept donations from anybody, or do you reserve the "
+"right to reject support from specific organizations or individuals?"
msgstr ""
-"These people typically use a very small amount for their testing, and we've "
-"found that setting a $1 minimum donation seems to deter them."
+"Will the Tor Project accept donations from anybody, or do you reserve the "
+"right to reject support from specific organizations or individuals?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:352
-msgid "Is there a maximum donation?"
-msgstr "Is there a maximum donation?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:628
+msgid "We do reserve the right to reject a donation."
+msgstr "We do reserve the right to reject a donation."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:356
-msgid ""
-"No, no, no! More funding from you means we can do more things we are excited"
-" to do, like hire a person to monitor the Tor network full time, or "
-"research, test, and implement ideas we have for making the Tor network even "
-"stronger."
-msgstr ""
-"No, no, no! More funding from you means we can do more things we are excited"
-" to do, like hire a person to monitor the Tor network full time, or "
-"research, test, and implement ideas we have for making the Tor network even "
-"stronger."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:630
+msgid "To date though, we haven't exercised that right."
+msgstr "To date though, we haven't exercised that right."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:362
-msgid "Can I donate via bitcoin?"
-msgstr "Can I donate via bitcoin?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:632
+msgid "We are happy that a broad range of people use and support Tor."
+msgstr "We are happy that a broad range of people use and support Tor."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:366
-msgid ""
-"Yes! We accept <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/donate/donate-options.html.en\">bitcoin "
-"via BitPay</a>."
-msgstr ""
-"Yes! We accept <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/donate/donate-options.html.en\">bitcoin "
-"via BitPay</a>."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:638
+msgid "I have more questions."
+msgstr "I have more questions."
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:640
+msgid "How can I get answers?"
+msgstr "How can I get answers?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:372
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:644
msgid ""
-"If I want my donation to be anonymous, what is the best way for me to "
-"donate?"
+"Feel free to send questions to <span "
+"class=\"email\">frontdesk(at)rt.torproject.org</span>."
msgstr ""
-"If I want my donation to be anonymous, what is the best way for me to "
-"donate?"
+"Feel free to send questions to <span "
+"class=\"email\">frontdesk(at)rt.torproject.org</span>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:376
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:646
msgid ""
-"You can donate by <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/donate/donate-"
-"options.html.en#cash\">sending us a postal money order</a>."
+"We will try to answer you, and we'll also post your question (and the "
+"answer) here."
msgstr ""
-"You can donate by <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/donate/donate-"
-"options.html.en#cash\">sending us a postal money order</a>."
+"We will try to answer you, and we'll also post your question (and the "
+"answer) here."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:378
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:29
msgid ""
-"You can donate via bitcoin if you have bitcoin set up in a way that "
-"preserves your anonymity."
+"The European shirt fits run a little small so you might want to consider "
+"sizing up."
msgstr ""
-"You can donate via bitcoin if you have bitcoin set up in a way that "
-"preserves your anonymity."
+"The European shirt fits run a little small so you might want to consider "
+"sizing up."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:380
-msgid "You can buy cash gift cards and mail them to us."
-msgstr "You can buy cash gift cards and mail them to us."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:36
+msgid "Fit"
+msgstr "Fit"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:382
-msgid ""
-"There are probably other ways to donate anonymously that we haven't thought "
-"of-- maybe you will :)"
-msgstr ""
-"There are probably other ways to donate anonymously that we haven't thought "
-"of-- maybe you will :)"
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:40
+msgid "Select Fit"
+msgstr "Select Fit"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:389
-msgid ""
-"Is the Tor Project required to identify me as a donor to the United States "
-"government, or to any other authority?"
-msgstr ""
-"Is the Tor Project required to identify me as a donor to the United States "
-"government, or to any other authority?"
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:44
+msgid "Slim"
+msgstr "Slim"
+
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:48
+msgid "Classic"
+msgstr "Classic"
+
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:56
+msgid "European"
+msgstr "European"
+
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:66
+msgid "Size"
+msgstr "Size"
+
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:70
+msgid "Select Size"
+msgstr "Select Size"
+
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:74
+msgid "S"
+msgstr "S"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:393
-msgid ""
-"If you donate $5,000 or more to the Tor Project in a single year, we are "
-"required to report the donation amount and your name and address (if we have"
-" it) to the IRS, on Schedule B of the Form 990, which is filed annually."
-msgstr ""
-"If you donate $5,000 or more to the Tor Project in a single year, we are "
-"required to report the donation amount and your name and address (if we have"
-" it) to the IRS, on Schedule B of the Form 990, which is filed annually."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:78
+msgid "M"
+msgstr "M"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:395
-msgid ""
-"However, it's normal for nonprofits to redact individual donor information "
-"from the copy of the 990 that's made publicly-available, and that's what we "
-"do."
-msgstr ""
-"However, it's normal for nonprofits to redact individual donor information "
-"from the copy of the 990 that's made publicly-available, and that's what we "
-"do."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:82
+msgid "L"
+msgstr "L"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:397
-msgid ""
-"We are not required to identify donors to any other organization or "
-"authority, and we do not."
-msgstr ""
-"We are not required to identify donors to any other organization or "
-"authority, and we do not."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:86
+msgid "XL"
+msgstr "XL"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:399
-msgid ""
-"(Also, if you wanted, you could give us $4,999 in late 2016 and $4,999 in "
-"early 2017 ;)"
-msgstr ""
-"(Also, if you wanted, you could give us $4,999 in late 2016 and $4,999 in "
-"early 2017 ;)"
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:90
+msgid "XXL"
+msgstr "XXL"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:405
-msgid ""
-"In your privacy policy, you say you will never publicly identify me as a "
-"donor without my permission."
-msgstr ""
-"In your privacy policy, you say you will never publicly identify me as a "
-"donor without my permission."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:35
+msgid "Support the Tor Project Today!"
+msgstr "Support the Tor Project Today!"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:407
-msgid "What does that mean?"
-msgstr "What does that mean?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:48
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:71
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:634
+msgid "Tor: Strength in Numbers"
+msgstr "Tor: Strength in Numbers"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:411
-msgid "Yes, that's right."
-msgstr "Yes, that's right."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:52
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:75
+msgid "Donate to the Tor Project and protect the privacy of millions."
+msgstr "Donate to the Tor Project and protect the privacy of millions."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:413
-msgid ""
-"If you donate to the Tor Project, there will be some people at the Tor "
-"Project who know about your donation."
-msgstr ""
-"If you donate to the Tor Project, there will be some people at the Tor "
-"Project who know about your donation."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:54
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:77
+msgid "Anonymity loves company."
+msgstr "Anonymity loves company."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:415
-msgid ""
-"However, we will never publicly identify you as a donor, unless you have "
-"given us permission to do so."
-msgstr ""
-"However, we will never publicly identify you as a donor, unless you have "
-"given us permission to do so."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:63
+msgid "summary_large_image"
+msgstr "summary_large_image"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:417
-msgid ""
-"That means we won't post your name on our website, thank you on Twitter, or "
-"do anything else that would publicly identify you as someone who has "
-"donated."
-msgstr ""
-"That means we won't post your name on our website, thank you on Twitter, or "
-"do anything else that would publicly identify you as someone who has "
-"donated."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:67
+msgid "@torproject"
+msgstr "@torproject"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:419
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:102
msgid ""
-"If we decide we would like to publicly name you as a donor, we will ask you "
-"first, and will not do it until and unless you say it's okay."
+"This page requires Javascript to do PayPal or credit card\n"
+" donations, but it appears you have Javascript disabled."
msgstr ""
-"If we decide we would like to publicly name you as a donor, we will ask you "
-"first, and will not do it until and unless you say it's okay."
+"This page requires Javascript to do PayPal or credit card\n"
+" donations, but it appears you have Javascript disabled."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:425
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:106
msgid ""
-"It's important to me that my donation be tax-deductible, but I don't pay "
-"taxes in the United States."
+"If you wish to donate without enabling Javascript, please take a look at our"
+" <a href=\"https://www.torproject.org/donate/donate-options.html.en\">other "
+"donations options page</a>."
msgstr ""
-"It's important to me that my donation be tax-deductible, but I don't pay "
-"taxes in the United States."
+"If you wish to donate without enabling Javascript, please take a look at our"
+" <a href=\"https://www.torproject.org/donate/donate-options.html.en\">other "
+"donations options page</a>."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:429
-msgid ""
-"Right now, we can only offer tax-deductibility to donors who pay taxes in "
-"the United States."
-msgstr ""
-"Right now, we can only offer tax-deductibility to donors who pay taxes in "
-"the United States."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:123
+msgid "Number of Donations"
+msgstr "Number of Donations"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:431
-msgid ""
-"If it's important to you that your donations be tax-deductible in a "
-"different country, let us know and we will try to offer tax-deductibility in"
-" your country in future."
-msgstr ""
-"If it's important to you that your donations be tax-deductible in a "
-"different country, let us know and we will try to offer tax-deductibility in"
-" your country in future."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:139
+msgid "Total Donated"
+msgstr "Total Donated"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:433
-msgid ""
-"Or, if you are in Germany, France or Sweden, <a class=\"hyperlinks links\" "
-"target=\"_blank\" "
-"href=\"https://www.torproject.org/docs/faq.html.en#RelayDonations\">these "
-"organizations support the Tor network</a> and may be able to offer you tax-"
-"deductibility for your donation."
-msgstr ""
-"Or, if you are in Germany, France or Sweden, <a class=\"hyperlinks links\" "
-"target=\"_blank\" "
-"href=\"https://www.torproject.org/docs/faq.html.en#RelayDonations\">these "
-"organizations support the Tor network</a> and may be able to offer you tax-"
-"deductibility for your donation."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:155
+msgid "Total Raised with Mozilla's Match"
+msgstr "Total Raised with Mozilla's Match"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:439
-msgid ""
-"What if I don't want to use credit card or PayPal? Is there another way I "
-"can donate?"
-msgstr ""
-"What if I don't want to use credit card or PayPal? Is there another way I "
-"can donate?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:163
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:169
+msgid "donate"
+msgstr "donate"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:443
-msgid ""
-"Yes! Here is a list of <a href=\"https://www.torproject.org/donate/donate-"
-"options.html.en\" class=\"hyperlinks links\" target=\"_blank\">other ways "
-"you can donate.</a>"
-msgstr ""
-"Yes! Here is a list of <a href=\"https://www.torproject.org/donate/donate-"
-"options.html.en\" class=\"hyperlinks links\" target=\"_blank\">other ways "
-"you can donate.</a>"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:165
+msgid "once"
+msgstr "once"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:450
-msgid "What is your donor privacy policy?"
-msgstr "What is your donor privacy policy?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:171
+msgid "monthly"
+msgstr "monthly"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:454
-msgid ""
-"Here is the Tor Project <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"/%langcode%/privacy-policy\">donor privacy policy</a>."
-msgstr ""
-"Here is the Tor Project <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"/%langcode%/privacy-policy\">donor privacy policy</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:178
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:332
+msgid "Want to donate Bitcoin, Stock, or via snail mail?"
+msgstr "Want to donate Bitcoin, Stock, or via snail mail?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:460
-msgid "What is your refund policy?"
-msgstr "What is your refund policy?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:194
+msgid "invalid amount"
+msgstr "invalid amount"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:464
-msgid ""
-"If you want your donation refunded, please tell us by emailing <span "
-"class=\"email\">giving(at)torproject.org</span>."
-msgstr ""
-"If you want your donation refunded, please tell us by emailing <span "
-"class=\"email\">giving(at)torproject.org</span>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:198
+msgid "$2 minimum donation"
+msgstr "$2 minimum donation"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:466
-msgid ""
-"To process your refund we'll need to know the date of your donation, the "
-"amount you donated, your full name, the payment method you used and your "
-"country of origin."
-msgstr ""
-"To process your refund we'll need to know the date of your donation, the "
-"amount you donated, your full name, the payment method you used and your "
-"country of origin."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:202
+msgid "$ other"
+msgstr "$ other"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:468
-msgid "Please also tell us why you're asking for a refund."
-msgstr "Please also tell us why you're asking for a refund."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:209
+msgid "Choose your gift as a token of our thanks."
+msgstr "Choose your gift as a token of our thanks."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:470
-msgid ""
-"Please note that some payment methods won't support refunds, or require them"
-" to be made in a specific way, so we may need additional information from "
-"you in order to process yours."
-msgstr ""
-"Please note that some payment methods won't support refunds, or require them"
-" to be made in a specific way, so we may need additional information from "
-"you in order to process yours."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:216
+msgid "No thanks, I don't want a gift."
+msgstr "No thanks, I don't want a gift."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:476
-msgid "Can I donate by mail?"
-msgstr "Can I donate by mail?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:218
+#, php-format
+msgid "I would prefer 100% of my donation to go to the Tor Project's work."
+msgstr "I would prefer 100% of my donation to go to the Tor Project's work."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:480
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:586
-msgid "Yes."
-msgstr "Yes."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:229
+msgid "sticker Pack"
+msgstr "sticker Pack"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:482
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:236
msgid ""
-"Our mailing address is The Tor Project, P.O. Box 4903, Seattle WA 98194, USA"
+"A collection of our favorite logo stickers for decorating your stuff and "
+"covering your cams."
msgstr ""
-"Our mailing address is The Tor Project, P.O. Box 4903, Seattle WA 98194, USA"
+"A collection of our favorite logo stickers for decorating your stuff and "
+"covering your cams."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:488
-msgid "Do you accept cash donations?"
-msgstr "Do you accept cash donations?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:246
+msgid "t-shirt"
+msgstr "t-shirt"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:492
-msgid "Yes"
-msgstr "Yes"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:254
+msgid "Get our limited edition Tor: Strength in Numbers shirt."
+msgstr "Get our limited edition Tor: Strength in Numbers shirt."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:498
-msgid "Does Tor Project accept matching donations?"
-msgstr "Does Tor Project accept matching donations?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:265
+msgid "t-shirt pack"
+msgstr "t-shirt pack"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:502
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:275
msgid ""
-"Yes! Many companies --such as Google, Microsoft, eBay, PayPal, Apple, "
-"Verizon, Red Hat, many universities, and others-- will match donations made "
-"by their employees."
+"Our Tor: Strength in Numbers t-shirt, plus one of either our Tor: Powering "
+"the Digital Resistance, Open Observatory of Network Interference (OONI), or "
+"Tor at the Heart of Internet Freedom t-shirts."
msgstr ""
-"Yes! Many companies --such as Google, Microsoft, eBay, PayPal, Apple, "
-"Verizon, Red Hat, many universities, and others-- will match donations made "
-"by their employees."
+"Our Tor: Strength in Numbers t-shirt, plus one of either our Tor: Powering "
+"the Digital Resistance, Open Observatory of Network Interference (OONI), or "
+"Tor at the Heart of Internet Freedom t-shirts."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:504
-msgid ""
-"The fastest way to find out if your company matches donations is usually by "
-"checking with your HR department, or you can search for your company name at"
-" <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.matchinggifts.com/rit/\">https://www.matchinggifts.com/rit/</a>."
-msgstr ""
-"The fastest way to find out if your company matches donations is usually by "
-"checking with your HR department, or you can search for your company name at"
-" <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.matchinggifts.com/rit/\">https://www.matchinggifts.com/rit/</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:281
+msgid "Tor at the Heart of Internet Freedom"
+msgstr "Tor at the Heart of Internet Freedom"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:506
-msgid ""
-"If your company isn't currently set up to match donations to the Tor "
-"Project, we would be happy to help with the paperwork."
-msgstr ""
-"If your company isn't currently set up to match donations to the Tor "
-"Project, we would be happy to help with the paperwork."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:285
+msgid "Powering the Digital Resistance"
+msgstr "Powering the Digital Resistance"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:508
-msgid ""
-"If you want help figuring out the process, write us at <span "
-"class=\"email\">giving(at)torproject.org</a>."
-msgstr ""
-"If you want help figuring out the process, write us at <span "
-"class=\"email\">giving(at)torproject.org</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:289
+msgid "Open Observatory of Network Interference"
+msgstr "Open Observatory of Network Interference"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:514
-msgid "Can I become a Tor Project member?"
-msgstr "Can I become a Tor Project member?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:300
+msgid "sweatshirt"
+msgstr "sweatshirt"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:518
-msgid ""
-"Right now, we don't have a membership program, but we may set one up in the "
-"future."
-msgstr ""
-"Right now, we don't have a membership program, but we may set one up in the "
-"future."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:307
+msgid "Your generous support of Tor gets you this high-quality zip hoodie."
+msgstr "Your generous support of Tor gets you this high-quality zip hoodie."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:520
-msgid ""
-"If you want to get involved with the Tor Project, <a class=\"hyperlinks "
-"links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/getinvolved/volunteer.html.en\">this is a "
-"good place to start</a>."
-msgstr ""
-"If you want to get involved with the Tor Project, <a class=\"hyperlinks "
-"links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/getinvolved/volunteer.html.en\">this is a "
-"good place to start</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:317
+msgid "how do you want to <span class=\"green\">DONATE</span>?"
+msgstr "how do you want to <span class=\"green\">DONATE</span>?"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:526
-msgid "How can I get a Tor t-shirt or stickers?"
-msgstr "How can I get a Tor t-shirt or stickers?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:323
+msgid "Credit Card"
+msgstr "Credit Card"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:530
-msgid ""
-"A variety of thank-you gifts for donors, including t-shirts, hoodies and "
-"stickers, are presented on our main <a "
-"href=\"https://donate.torproject.org\">donation page</a>."
-msgstr ""
-"A variety of thank-you gifts for donors, including t-shirts, hoodies and "
-"stickers, are presented on our main <a "
-"href=\"https://donate.torproject.org\">donation page</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:339
+msgid "Your Info"
+msgstr "Your Info"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:536
-msgid ""
-"If I want to stay in touch with the Tor Project, what's the best way for me "
-"to do that?"
-msgstr ""
-"If I want to stay in touch with the Tor Project, what's the best way for me "
-"to do that?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:343
+msgid "* required fields"
+msgstr "* required fields"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:540
-msgid ""
-"You can sign up to receive <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://newsletter.torproject.org/\">Tor News</a>, read the <a "
-"class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://blog.torproject.org/\">Tor Blog</a>, or <a class=\"hyperlinks"
-" links\" target=\"_blank\" href=\"https://twitter.com/torproject\">follow us"
-" on Twitter</a>."
-msgstr ""
-"You can sign up to receive <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://newsletter.torproject.org/\">Tor News</a>, read the <a "
-"class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://blog.torproject.org/\">Tor Blog</a>, or <a class=\"hyperlinks"
-" links\" target=\"_blank\" href=\"https://twitter.com/torproject\">follow us"
-" on Twitter</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:348
+msgid "First Name"
+msgstr "First Name"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:546
-msgid ""
-"Does the Tor Project participate in the Combined Federal Campaign program?"
-msgstr ""
-"Does the Tor Project participate in the Combined Federal Campaign program?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:352
+msgid "Last Name"
+msgstr "Last Name"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:550
-msgid "No, Tor doesn't currently participate in the CFC program."
-msgstr "No, Tor doesn't currently participate in the CFC program."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:358
+msgid "Street Address"
+msgstr "Street Address"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:552
-msgid ""
-"If you'd like to get Tor added to the CFC program in your location, that "
-"would be great: please let us know if you need any help."
-msgstr ""
-"If you'd like to get Tor added to the CFC program in your location, that "
-"would be great: please let us know if you need any help."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:362
+msgid "Apt."
+msgstr "Apt."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:558
-msgid "Can I donate my airline miles, flight vouchers, or hotel points?"
-msgstr "Can I donate my airline miles, flight vouchers, or hotel points?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:372
+msgid "City"
+msgstr "City"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:564
-msgid ""
-"We would like to accept your miles, vouchers and hotel points, and in the "
-"future we may be able to."
-msgstr ""
-"We would like to accept your miles, vouchers and hotel points, and in the "
-"future we may be able to."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:376
+msgid "State"
+msgstr "State"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:570
-msgid "Can I donate hardware?"
-msgstr "Can I donate hardware?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:381
+msgid "Zip"
+msgstr "Zip"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:574
-msgid "Typically no, we don't encourage people to donate hardware."
-msgstr "Typically no, we don't encourage people to donate hardware."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:387
+msgid "Enter email"
+msgstr "Enter email"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:576
-msgid ""
-"But if you want to make a hardware donation that you think might be "
-"especially useful for us, please mail <span "
-"class=\"email\">giving(at)torproject.org</span>."
-msgstr ""
-"But if you want to make a hardware donation that you think might be "
-"especially useful for us, please mail <span "
-"class=\"email\">giving(at)torproject.org</span>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:391
+msgid "We‘ll email you your receipt"
+msgstr "We‘ll email you your receipt"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:582
-msgid "Can I donate my time?"
-msgstr "Can I donate my time?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:398
+msgid "Start sending me email updates about the Tor Project!"
+msgstr "Start sending me email updates about the Tor Project!"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:588
-msgid ""
-"Here's a <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/getinvolved/volunteer.html.en\">list of "
-"areas where we would love your help</a>."
-msgstr ""
-"Here's a <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/getinvolved/volunteer.html.en\">list of "
-"areas where we would love your help</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:405
+msgid "Card Number"
+msgstr "Card Number"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:594
-msgid "I would like my company to support Tor."
-msgstr "I would like my company to support Tor."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:412
+msgid "MM"
+msgstr "MM"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:596
-msgid "What can we do to help?"
-msgstr "What can we do to help?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:416
+msgid "YY"
+msgstr "YY"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:600
-msgid ""
-"Your company could match donations made by its employees to the Tor Project"
-"--that would be wonderful."
-msgstr ""
-"Your company could match donations made by its employees to the Tor Project"
-"--that would be wonderful."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:420
+msgid "CVC"
+msgstr "CVC"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:602
-msgid ""
-"Your company may operate a corporate foundation that gives out grants, and "
-"if so, you should encourage it to fund us."
-msgstr ""
-"Your company may operate a corporate foundation that gives out grants, and "
-"if so, you should encourage it to fund us."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:428
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:480
+msgid "Choose your size and fit."
+msgstr "Choose your size and fit."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:604
-msgid ""
-"Maybe your company would be willing to <a class=\"hyperlinks links\" "
-"target=\"_blank\" "
-"href=\"https://www.torproject.org/docs/faq.html.en#HowDoIDecide\">operate a "
-"Tor relay</a>."
-msgstr ""
-"Maybe your company would be willing to <a class=\"hyperlinks links\" "
-"target=\"_blank\" "
-"href=\"https://www.torproject.org/docs/faq.html.en#HowDoIDecide\">operate a "
-"Tor relay</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:433
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:441
+msgid "T-shirt:"
+msgstr "T-shirt:"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:606
-msgid ""
-"If your company sells cloud services, perhaps it could donate these to Tor: "
-"We use them in some anti-censorship projects."
-msgstr ""
-"If your company sells cloud services, perhaps it could donate these to Tor: "
-"We use them in some anti-censorship projects."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:451
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:455
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:457
+msgid "Comments"
+msgstr "Comments"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:612
-msgid "You don't support my preferred way to donate."
-msgstr "You don't support my preferred way to donate."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:463
+msgid "Donating:"
+msgstr "Donating:"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:614
-msgid "Can I recommend a new donation method to you?"
-msgstr "Can I recommend a new donation method to you?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:470
+msgid "Donate"
+msgstr "Donate"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:618
-msgid "Sure."
-msgstr "Sure."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:484
+msgid "T-Shirt"
+msgstr "T-Shirt"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:620
-msgid "Just mail us at <span class=\"email\">giving(at)torproject.org</span></a>."
-msgstr ""
-"Just mail us at <span class=\"email\">giving(at)torproject.org</span></a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:488
+msgid "Choose your size and fit for each shirt."
+msgstr "Choose your size and fit for each shirt."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:626
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:492
msgid ""
-"Will the Tor Project accept donations from anybody, or do you reserve the "
-"right to reject support from specific organizations or individuals?"
+"Tor at the Heart of Internet, Powering Digital Resistance or Open "
+"Observvatory of Network Interference (OONI) T-Shirt"
msgstr ""
-"Will the Tor Project accept donations from anybody, or do you reserve the "
-"right to reject support from specific organizations or individuals?"
+"Tor at the Heart of Internet, Powering Digital Resistance or Open "
+"Observvatory of Network Interference (OONI) T-Shirt"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:630
-msgid "We do reserve the right to reject a donation."
-msgstr "We do reserve the right to reject a donation."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:496
+msgid "Strength in Numbers T-Shirt"
+msgstr "Strength in Numbers T-Shirt"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:632
-msgid "To date though, we haven't exercised that right."
-msgstr "To date though, we haven't exercised that right."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:500
+msgid "Choose your size."
+msgstr "Choose your size."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:634
-msgid "We are happy that a broad range of people use and support Tor."
-msgstr "We are happy that a broad range of people use and support Tor."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:504
+msgid "Sweatshirt"
+msgstr "Sweatshirt"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:640
-msgid "I have more questions."
-msgstr "I have more questions."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:508
+msgid "A required field is missing from the form."
+msgstr "A required field is missing from the form."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:642
-msgid "How can I get answers?"
-msgstr "How can I get answers?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:510
+msgid "Please reload the page and try again."
+msgstr "Please reload the page and try again."
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:646
-msgid ""
-"Feel free to send questions to <span "
-"class=\"email\">frontdesk(at)rt.torproject.org</span>."
-msgstr ""
-"Feel free to send questions to <span "
-"class=\"email\">frontdesk(at)rt.torproject.org</span>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:514
+msgid "There was a problem submitting your request to the server:<br>"
+msgstr "There was a problem submitting your request to the server:<br>"
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:648
-msgid ""
-"We will try to answer you, and we'll also post your question (and the "
-"answer) here."
-msgstr ""
-"We will try to answer you, and we'll also post your question (and the "
-"answer) here."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:518
+msgid "validation failed"
+msgstr "validation failed"
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:22
-msgid "See if your employer offers employee gift matching"
-msgstr "See if your employer offers employee gift matching"
+#. notes: __field_name__ will be replaced with the field name in the
+#. javascript.
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:524
+msgid "__field_name__ must be filled out."
+msgstr "__field_name__ must be filled out."
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:52
-msgid "Company"
-msgstr "Company"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:529
+msgid "This field is required"
+msgstr "This field is required"
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:60
-msgid "Matching Conditions"
-msgstr "Matching Conditions"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:533
+msgid "Invalid email address."
+msgstr "Invalid email address."
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:68
-msgid "Contact Information"
-msgstr "Contact Information"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:537
+msgid "per month"
+msgstr "per month"
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:76
-msgid "Additional Notes"
-msgstr "Additional Notes"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:551
+msgid "One moment while we shovel coal into our servers."
+msgstr "One moment while we shovel coal into our servers."
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:84
-msgid "Procedure"
-msgstr "Procedure"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:638
+msgid ""
+"Stand up for the universal human rights to privacy and freedom and help keep"
+" Tor robust and secure."
+msgstr ""
+"Stand up for the universal human rights to privacy and freedom and help keep"
+" Tor robust and secure."
+
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:640
+msgid "Mozilla will match your gift and double your impact."
+msgstr "Mozilla will match your gift and double your impact."
1
0
commit de353c29083b155cb83068de7ae0c396559dd602
Author: peterh <peterh(a)giantrabbit.com>
Date: Mon Dec 17 13:59:48 2018 -0800
Latest translations.
---
src/settings.php | 2 ++
translation/built/locale/de/LC_MESSAGES/messages.mo | Bin 58919 -> 57911 bytes
translation/built/locale/es/LC_MESSAGES/messages.mo | Bin 58234 -> 57262 bytes
.../built/locale/es_AR/LC_MESSAGES/messages.mo | Bin 58328 -> 57352 bytes
translation/built/locale/ka/LC_MESSAGES/messages.mo | Bin 0 -> 96548 bytes
.../built/locale/pt_BR/LC_MESSAGES/messages.mo | Bin 58783 -> 57675 bytes
.../built/locale/zh_CN/LC_MESSAGES/messages.mo | Bin 53869 -> 53003 bytes
translation/in | 2 +-
translation/locale.json | 2 ++
9 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/src/settings.php b/src/settings.php
index 63166de4..131e6965 100644
--- a/src/settings.php
+++ b/src/settings.php
@@ -26,6 +26,8 @@ $config = [
'es' => 'es_ES',
'es_AR' => 'es_AR',
'es_ES' => 'es_ES',
+ 'ka' => 'ka_GE',
+ 'ka_GE' => 'ka_GE',
'pt' => 'pt_BR',
'pt_BR' => 'pt_BR',
'zh' => 'zh_CN',
diff --git a/translation/built/locale/de/LC_MESSAGES/messages.mo b/translation/built/locale/de/LC_MESSAGES/messages.mo
index 5d36ede3..69c7c7dd 100644
Binary files a/translation/built/locale/de/LC_MESSAGES/messages.mo and b/translation/built/locale/de/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/es/LC_MESSAGES/messages.mo b/translation/built/locale/es/LC_MESSAGES/messages.mo
index 89f5ff2b..51c0b27b 100644
Binary files a/translation/built/locale/es/LC_MESSAGES/messages.mo and b/translation/built/locale/es/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/es_AR/LC_MESSAGES/messages.mo b/translation/built/locale/es_AR/LC_MESSAGES/messages.mo
index 5829ee48..b0f5e544 100644
Binary files a/translation/built/locale/es_AR/LC_MESSAGES/messages.mo and b/translation/built/locale/es_AR/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/ka/LC_MESSAGES/messages.mo b/translation/built/locale/ka/LC_MESSAGES/messages.mo
new file mode 100644
index 00000000..f8f8735e
Binary files /dev/null and b/translation/built/locale/ka/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo b/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo
index 84272b65..055d4157 100644
Binary files a/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo and b/translation/built/locale/pt_BR/LC_MESSAGES/messages.mo differ
diff --git a/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo b/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo
index 4c573a64..488a6ef1 100644
Binary files a/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo and b/translation/built/locale/zh_CN/LC_MESSAGES/messages.mo differ
diff --git a/translation/in b/translation/in
index e0a7ac19..1e5c0616 160000
--- a/translation/in
+++ b/translation/in
@@ -1 +1 @@
-Subproject commit e0a7ac194fbc766eb7cddf9c8e9218b1255ed3b1
+Subproject commit 1e5c061619a362da94666e12bfa1a1603bd73ce6
diff --git a/translation/locale.json b/translation/locale.json
index 57d10f03..ec9b3709 100644
--- a/translation/locale.json
+++ b/translation/locale.json
@@ -5,6 +5,8 @@
"es",
"es_AR",
"es_ES",
+ "ka",
+ "ka_GE",
"pt_BR",
"zh_CN"
]
1
0
commit 75e79550d58edca48c52deb6fcfb9e82865448a0
Author: Stephanie Kirtiadi <skirtiadi(a)giantrabbit.com>
Date: Wed Dec 12 14:02:57 2018 -0800
Updates on the donate page.
Updated staff number, annual spending, Shari as contact person
is changed to Isabela, update year, update mailing address.
7 (Question): 'hidden services' to 'onion services'
11 (answer): nearly 8000 personal donations to over 20000 personal
donations
Issue #37875
---
README.md | 2 +-
templates/donor-faq.twig | 16 +-
translation/out/messages.pot | 1663 +++++++++++++++++++++---------------------
3 files changed, 841 insertions(+), 840 deletions(-)
diff --git a/README.md b/README.md
index e373900d..211c2580 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ Before you commit any change, run this command:
gulp locale-xgettext
````
-If there are any changes you made that need translation, this command will modify the translation/out/messages.pot file. You should check in those changes with your commit. Then you need to email the new messages.pot file to emmapeel(a)torproject.org.
+If there are any changes you made that need translation, this command will modify the translation/out/messages.pot file. You should check in those changes with your commit. When the commit is merged to master, you should tell Peter to push this also to Tor's repository.
## Procedure for updating to latest translations from Transifex
diff --git a/templates/donor-faq.twig b/templates/donor-faq.twig
index 362f4b10..bc5ebe33 100644
--- a/templates/donor-faq.twig
+++ b/templates/donor-faq.twig
@@ -1,6 +1,6 @@
{% extends('ubiquitous.twig') %}
{% block title %}
- {% trans %}Tor Donor FAQ{% endtrans %}
+ {% trans %}Tor Donor FAQ{% endtrans %}
{% endblock %}
{% block header %}
@@ -22,7 +22,7 @@
</li>
<li>
<h2 class="question">{% trans %}Who works for the Tor Project, and what do they do?{% endtrans %}</h2>
- <p class="answer">{% trans %}Thousands of people around the world actively support the work of the Tor Project, including developers, designers, relay operators, researchers, cryptographers, computer scientists, and privacy advocates, and most are not paid by the Tor Project.{% endtrans %} {% trans %}The paid staff of the Tor Project is very small: about 20 people in total.{% endtrans %} {% trans %}You can read about the core contributors to the Tor Project on our <a class="hyperlinks" target="_blank" href="https://www.torproject.org/about/corepeople.html.en"><span class="links">Core People page</span></a>.{% endtrans %}</p> </li>
+ <p class="answer">{% trans %}Thousands of people around the world actively support the work of the Tor Project, including developers, designers, relay operators, researchers, cryptographers, computer scientists, and privacy advocates, and most are not paid by the Tor Project.{% endtrans %} {% trans %}The paid staff of the Tor Project is very small: about 47 people in total.{% endtrans %} {% trans %}You can read about the core contributors to the Tor Project on our <a class="hyperlinks" target="_blank" href="https://www.torproject.org/about/corepeople.html.en"><span class="links">Core People page</span></a>.{% endtrans %}</p> </li>
<li>
<h2 class="question">{% trans %}Who uses Tor?{% endtrans %}</h2>
<p class="answer">{% trans %}The vast majority of Tor users are ordinary people who want control of their privacy online or people whose internet use is censored.{% endtrans %} {% trans %}Other Tor users are journalists, human rights defenders, domestic violence survivors, policymakers, diplomats, and academic and research institutions.{% endtrans %}</p>
@@ -41,7 +41,7 @@
</p>
</li>
<li>
- <h2 class="question">{% trans %}I would like to know more about how Tor works, what hidden services are, or how to run a relay.{% endtrans %}</h2>
+ <h2 class="question">{% trans %}I would like to know more about how Tor works, what onion services are, or how to run a relay.{% endtrans %}</h2>
<p class="answer">{% trans %}<a class="hyperlinks links" target="_blank" href="https://www.torproject.org/docs/faq.html.en">This Tor Project FAQ</a> has answers to all those questions, and more.{% endtrans %}</p>
</li>
<li>
@@ -58,11 +58,11 @@
</li>
<li>
<h2 class="question">{% trans %}Where does the Tor Project's money come from?{% endtrans %}</h2>
- <p class="answer">{% trans %}Tor is supported by United States government funding agencies, NGOs, private foundations, research institutions, private companies, and nearly 8,000 personal donations from people like you.{% endtrans %} {% trans %}(See <a class="hyperlinks links single-link" target="_blank" href="https://www.torproject.org/about/sponsors.html.en">https://www.torproject.org/about/sponsors</a> for more.){% endtrans %} {% trans %}While we are grateful for this funding, we don't want the Tor Project to become too dependent on any single source.{% endtrans %} {% trans %}Crowdfunding allows us to diversify our donor base and is unrestricted -- it allows us to spend the money on the projects we think are most important and respond quickly to changing events.{% endtrans %} {% trans %}And so, we are asking you to help financially support us, to increase the Tor Project's independence and ensure the sustainability of the products and services we provide.{% endtrans %}</
p>
+ <p class="answer">{% trans %}Tor is supported by United States government funding agencies, NGOs, private foundations, research institutions, private companies, and over 20,000 personal donations from people like you.{% endtrans %} {% trans %}(See <a class="hyperlinks links single-link" target="_blank" href="https://www.torproject.org/about/sponsors.html.en">https://www.torproject.org/about/sponsors</a> for more.){% endtrans %} {% trans %}While we are grateful for this funding, we don't want the Tor Project to become too dependent on any single source.{% endtrans %} {% trans %}Crowdfunding allows us to diversify our donor base and is unrestricted -- it allows us to spend the money on the projects we think are most important and respond quickly to changing events.{% endtrans %} {% trans %}And so, we are asking you to help financially support us, to increase the Tor Project's independence and ensure the sustainability of the products and services we provide.{% endtrans %}</p
>
</li>
<li>
<h2 class="question">{% trans %}How much money does the Tor Project spend annually, and what is it used for?{% endtrans %}</h2>
- <p class="answer">{% trans %}The Tor Project spends about $2.5 million annually.{% endtrans %} {% trans %}About 80% of the Tor Project's spending goes to staffing, mostly software engineers.{% endtrans %} {% trans %}About 10% goes towards administrative costs such as accounting and legal costs and bank fees.{% endtrans %} {% trans %}The remaining 10% is spent on travel, meetings and conferences, which are important for Tor because the Tor community is global.{% endtrans %}</p>
+ <p class="answer">{% trans %}The Tor Project spends about $4 million annually.{% endtrans %} {% trans %}About 80% of the Tor Project's spending goes to staffing, mostly software engineers.{% endtrans %} {% trans %}About 10% goes towards administrative costs such as accounting and legal costs and bank fees.{% endtrans %} {% trans %}The remaining 10% is spent on travel, meetings and conferences, which are important for Tor because the Tor community is global.{% endtrans %}</p>
</li>
<li>
<h2 class="question">{% trans %}Is my donation tax-deductible?{% endtrans %}</h2>
@@ -74,7 +74,7 @@
217 First Avenue South #4903<br>
Seattle, WA 98194<br>
<b>Phone number:</b> 206-420-3136<br>
- <b>Contact person:</b> Shari Steele, Executive Director<br>{% endtrans %}</p>
+ <b>Contact person:</b> Isabela Bagueros, Executive Director<br>{% endtrans %}</p>
</li>
<li>
<h2 class="question">{% trans %}If I am not in the United States, can I still donate?{% endtrans %}</h2>
@@ -116,7 +116,7 @@
</li>
<li>
<h2 class="question">{% trans %}Is the Tor Project required to identify me as a donor to the United States government, or to any other authority?{% endtrans %}</h2>
- <p class="answer">{% trans %}If you donate $5,000 or more to the Tor Project in a single year, we are required to report the donation amount and your name and address (if we have it) to the IRS, on Schedule B of the Form 990, which is filed annually.{% endtrans %} {% trans %}However, it's normal for nonprofits to redact individual donor information from the copy of the 990 that's made publicly-available, and that's what we do.{% endtrans %} {% trans %}We are not required to identify donors to any other organization or authority, and we do not.{% endtrans %} {% trans %}(Also, if you wanted, you could give us $4,999 in late 2016 and $4,999 in early 2017 ;){% endtrans %}</p>
+ <p class="answer">{% trans %}If you donate $5,000 or more to the Tor Project in a single year, we are required to report the donation amount and your name and address (if we have it) to the IRS, on Schedule B of the Form 990, which is filed annually.{% endtrans %} {% trans %}However, it's normal for nonprofits to redact individual donor information from the copy of the 990 that's made publicly-available, and that's what we do.{% endtrans %} {% trans %}We are not required to identify donors to any other organization or authority, and we do not.{% endtrans %} {% trans %}(Also, if you wanted, you could give us $4,999 in late 2018 and $4,999 in early 2019.){% endtrans %}</p>
</li>
<li>
<h2 class="question">{% trans %}In your privacy policy, you say you will never publicly identify me as a donor without my permission.{% endtrans %} {% trans %}What does that mean?{% endtrans %}</h2>
@@ -141,7 +141,7 @@
</li>
<li>
<h2 class="question">{% trans %}Can I donate by mail?{% endtrans %}</h2>
- <p class="answer">{% trans %}Yes.{% endtrans %} {% trans %}Our mailing address is The Tor Project, P.O. Box 4903, Seattle WA 98194, USA{% endtrans %}</p>
+ <p class="answer">{% trans %}Yes.{% endtrans %} {% trans %}Our mailing address is The Tor Project, 217 First Avenue South #4903, Seattle WA 98194, USA{% endtrans %}</p>
</li>
<li>
<h2 class="question">{% trans %}Do you accept cash donations?{% endtrans %}</h2>
diff --git a/translation/out/messages.pot b/translation/out/messages.pot
index 262f7d51..a6fddc90 100644
--- a/translation/out/messages.pot
+++ b/translation/out/messages.pot
@@ -1,73 +1,81 @@
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:34
+#: tmp/cache_locale/e1/e1e12763540d9524f8871157240d5a8fbf2ea77ace1c46527b3031db68943acc.php:34
+msgid "Processing Donation - Tor"
+msgstr ""
+
+#: tmp/cache_locale/e1/e1e12763540d9524f8871157240d5a8fbf2ea77ace1c46527b3031db68943acc.php:44
+msgid "Processing Donation. Please Wait..."
+msgstr ""
+
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:34
msgid "Tor Privacy Policy"
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:44
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:44
msgid "Donor privacy policy"
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:58
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:58
msgid ""
"The Tor Project respects donor privacy and welcomes anonymous donations."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:60
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:60
msgid ""
"If being anonymous is important to you, the best way to preserve your "
"anonymity is by donating using a method that doesn't disclose your personal "
"information."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:65
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:65
msgid ""
"If you provide personal information as part of the donation process, it may "
"be collected and retained by third-party service providers and/or the Tor "
"Project, as described below."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:67
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:67
msgid ""
"The Tor Project has very little influence over how third-party service "
"providers, such as PayPal, may collect and use your information."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:69
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:69
msgid ""
"We recommend you familiarize yourself with their <a class=\"hyperlinks links"
"\" target=\"_blank\" href=\"https://www.paypal.com/webapps/mpp/ua/privacy-"
"full\">policies</a>, especially if you have privacy concerns."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:74
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:74
msgid ""
"When you donate to the Tor Project, depending what mechanism you use, we may "
"learn your name, the amount you donated, your email address, phone number "
"and/or mailing address, as well as any other information you provide."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:76
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:76
msgid ""
"We may also learn incidental data such as the date and time of your donation."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:78
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:78
msgid ""
"The Tor Project will never have access to your financial data, such as your "
"credit card information.We aim to be careful with your information."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:83
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:83
msgid ""
"If you have provided your email address, we will email you once to thank you "
"and give you a receipt."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:85
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:85
msgid ""
"If you opt in during the donation process, we may email you again in future."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:87
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:87
msgid ""
"If you donate more than $5,000 and we know your name and address, we are "
"required to disclose it to the IRS in <a class=\"hyperlinks links\" target="
@@ -75,1447 +83,1440 @@ msgid ""
"of the Form 990</a>."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:89
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:89
msgid ""
"But, that information is redacted from the publicly-available version of our "
"Form 990."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:91
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:91
msgid "We will never publicly identify you as a donor without your permission."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:96
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:96
msgid "We do not publish, sell, trade, or rent any information about you."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:98
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:98
msgid ""
"For our records, we retain your name, the amount of your donation, the date "
"of the donation, and your contact information."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:100
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:100
msgid ""
"Access to that information is restricted inside the Tor Project to people "
"who need it to do their work, for example by thanking you or mailing you a t-"
"shirt."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:105
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:105
msgid ""
"<span class=\"bold\">The Tor Project very much appreciates all its donors. "
"Thank you for supporting Tor</span>."
msgstr ""
-#: tmp/cache_locale/fa/fadd8d2107638a3de94449a9eddfca4e8f010bb26f3f6a71e2d875cb910cc5f1.php:113
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:658
+#: tmp/cache_locale/ad/ad05838d90eae883761f0bcec6c27d77959c6e2884e8abf6c4aec89d7a741ea9.php:113
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:656
msgid "Back to Donate Page"
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:29
-msgid ""
-"The European shirt fits run a little small so you might want to consider "
-"sizing up."
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:22
+msgid "See if your employer offers employee gift matching"
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:36
-msgid "Fit"
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:52
+msgid "Company"
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:40
-msgid "Select Fit"
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:60
+msgid "Matching Conditions"
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:44
-msgid "Slim"
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:68
+msgid "Contact Information"
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:48
-msgid "Classic"
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:76
+msgid "Additional Notes"
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:56
-msgid "European"
+#: tmp/cache_locale/6f/6f67db0a5268c67c9254c73517aaaea60c8c65a268f9242703a3299173f14b74.php:84
+msgid "Procedure"
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:66
-msgid "Size"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:34
+msgid "Tor Thanks You"
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:70
-msgid "Select Size"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:44
+msgid "Thank you!"
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:74
-msgid "S"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:48
+msgid "Thank you for supporting Tor's Strength in Numbers campaign."
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:78
-msgid "M"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:50
+msgid "You should receive an email receipt shortly."
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:82
-msgid "L"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:52
+msgid ""
+"With your support and the generous matching funds from Mozilla, we'll be "
+"able to tackle ambitious projects, such as developing a more secure, privacy-"
+"enhancing browser for mobile devices and making it easier for third-party "
+"developers to integrate Tor into their applications."
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:86
-msgid "XL"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:56
+msgid ""
+"It's an incredible time to stand up for world-leading security and privacy "
+"software."
msgstr ""
-#: tmp/cache_locale/ce/ce708c1cd991748e8c1c29f932e6ddbd1be5be1b4cc2c5b49b607cae1df80432.php:90
-msgid "XXL"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:58
+msgid ""
+"Tell family, friends, and colleagues that you're supporting privacy and "
+"security with Tor!"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:35
-msgid "Support the Tor Project Today!"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:62
+msgid "SHARE THE TOR PROJECT"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:48
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:71
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:634
-msgid "Tor: Strength in Numbers"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:88
+msgid "Got Skills?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:52
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:75
-msgid "Donate to the Tor Project and protect the privacy of millions."
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:94
+msgid "The Tor network depends on volunteers."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:54
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:77
-msgid "Anonymity loves company."
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:100
+msgid ""
+"We need people to run relays, write code, organize the community and spread "
+"the word about our good work."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:63
-msgid "summary_large_image"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:102
+msgid "Learn how you can help."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:67
-msgid "@torproject"
+#: tmp/cache_locale/54/5420828d7720daccac45a05e74a0bdde5ef138020bd4901a7e81ad8817d3f8e8.php:110
+msgid "I Want To Volunteer"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:102
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:25
msgid ""
-"This page requires Javascript to do PayPal or credit card\n"
-" donations, but it appears you have Javascript disabled."
+"The Tor Project is a US 501(c)(3) non-profit organization advancing human "
+"rights and freedoms by creating and deploying free and open source anonymity "
+"and privacy technologies, supporting their unrestricted availability and "
+"use, and furthering their scientific and popular understanding."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:106
-msgid ""
-"If you wish to donate without enabling Javascript, please take a look at our "
-"<a href=\"https://www.torproject.org/donate/donate-options.html.en\">other "
-"donations options page</a>."
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:31
+msgid "Subscribe to Our Newsletter"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:123
-msgid "Number of Donations"
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:35
+msgid "Get monthly updates and opportunities from the Tor Project."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:139
-msgid "Total Donated"
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:39
+msgid "Sign Up"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:155
-msgid "Total Raised with Mozilla's Match"
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:47
+msgid "Donate FAQs"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:163
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:169
-msgid "donate"
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:51
+msgid "Privacy Policy"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:165
-msgid "once"
+#: tmp/cache_locale/50/50777d283fdd4725b4b51b066a1fa065079d875050e04874af7ad8d37f823d3f.php:67
+msgid ""
+"Designed and built by <span class=\"stamp-bold\"><a href=\"https://www."
+"giantrabbit.com/\" class=\"stamp-bold\" target=\"_blank\">Giant Rabbit</a></"
+"span>"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:171
-msgid "monthly"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:34
+msgid "Tor Donor FAQ"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:178
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:332
-msgid "Want to donate Bitcoin, Stock, or via snail mail?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:44
+msgid "Questions?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:194
-msgid "invalid amount"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:59
+msgid ""
+"If your question isn’t answered below, email <span class=\"email"
+"\">frontdesk(at)rt.torproject.org</span> with general Tor inquiries, or "
+"<span class=\"email\">giving(at)torproject.org</span> with donor-specific "
+"questions."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:198
-msgid "$2 minimum donation"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:66
+msgid "What is the Tor Project and what does it do?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:202
-msgid "$ other"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:70
+msgid ""
+"The Tor Project’s mission is to advance human rights and freedoms by "
+"creating and deploying free and open anonymity and privacy technologies, "
+"supporting their unrestricted availability and use, and furthering their "
+"scientific and popular understanding."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:209
-msgid "Choose your gift as a token of our thanks."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:72
+msgid ""
+"The main product of the Tor Project is <a href=\"https://www.torproject.org/"
+"download/download-easy.html.en\">Tor Browser</a>, which enables people to "
+"browse the internet anonymously."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:216
-msgid "No thanks, I don't want a gift."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:74
+msgid ""
+"The Tor Project is a 501(c)3 tax-exempt non-profit organization based in "
+"Boston, Massachusetts."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:218
-#, php-format
-msgid "I would prefer 100% of my donation to go to the Tor Project's work."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:76
+msgid "It was founded in 2006."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:229
-msgid "sticker Pack"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:82
+msgid "Who works for the Tor Project, and what do they do?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:236
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:86
msgid ""
-"A collection of our favorite logo stickers for decorating your stuff and "
-"covering your cams."
+"Thousands of people around the world actively support the work of the Tor "
+"Project, including developers, designers, relay operators, researchers, "
+"cryptographers, computer scientists, and privacy advocates, and most are not "
+"paid by the Tor Project."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:246
-msgid "t-shirt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:88
+msgid ""
+"The paid staff of the Tor Project is very small: about 47 people in total."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:254
-msgid "Get our limited edition Tor: Strength in Numbers shirt."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:90
+msgid ""
+"You can read about the core contributors to the Tor Project on our <a class="
+"\"hyperlinks\" target=\"_blank\" href=\"https://www.torproject.org/about/"
+"corepeople.html.en\"><span class=\"links\">Core People page</span></a>."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:265
-msgid "t-shirt pack"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:95
+msgid "Who uses Tor?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:275
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:99
msgid ""
-"Our Tor: Strength in Numbers t-shirt, plus one of either our Tor: Powering "
-"the Digital Resistance, Open Observatory of Network Interference (OONI), or "
-"Tor at the Heart of Internet Freedom t-shirts."
+"The vast majority of Tor users are ordinary people who want control of their "
+"privacy online or people whose internet use is censored."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:281
-msgid "Tor at the Heart of Internet Freedom"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:101
+msgid ""
+"Other Tor users are journalists, human rights defenders, domestic violence "
+"survivors, policymakers, diplomats, and academic and research institutions."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:285
-msgid "Powering the Digital Resistance"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:107
+msgid "Can anyone use Tor?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:289
-msgid "Open Observatory of Network Interference"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:111
+msgid "Yes! Tor is free, and anyone can use it."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:300
-msgid "sweatshirt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:113
+msgid ""
+"To get started, you will need to <a class=\"hyperlinks\" target=\"_blank\" "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en\"><span class="
+"\"links\">download Tor Browser</span></a>."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:307
-msgid "Your generous support of Tor gets you this high-quality zip hoodie."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:115
+msgid ""
+"We offer instructions on how to download for <a class=\"hyperlinks links\" "
+"target=\"_blank\" href=\"https://www.torproject.org/projects/torbrowser.html."
+"en#windows\">Windows</a>, <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/projects/torbrowser.html.en#macosx\">Mac "
+"OS X</a> and <a class=\"hyperlinks links\" target=\"_blank\" href=\"https://"
+"www.torproject.org/projects/torbrowser.html.en#linux\">Linux</a>."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:317
-msgid "how do you want to <span class=\"green\">DONATE</span>?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:121
+msgid "What kinds of people support Tor?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:323
-msgid "Credit Card"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:125
+msgid "All kinds of people."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:339
-msgid "Your Info"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:127
+msgid ""
+"Thousands of individuals have donated to support the Tor Project, and we "
+"have also received funding from a wide range of organizations including "
+"Google, the Ford Foundation, the Knight Foundation, Reddit, the U.S. "
+"National Science Foundation, the Electronic Frontier Foundation, Human "
+"Rights Watch, the Swedish International Development Cooperation Agency, the "
+"Federal Foreign Office of Germany, the U.S. Naval Research Laboratory, "
+"Omidyar Network, SRI International, and Radio Free Asia."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:343
-msgid "* required fields"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:129
+msgid ""
+"People also support Tor in non-financial ways, for example by running Tor "
+"relays to help carry traffic for other users."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:348
-msgid "First Name"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:131
+msgid ""
+"In addition, everybody who uses Tor is helping to keep other users safe and "
+"anonymous, because the more people using Tor, the harder it is to identify "
+"any single individual."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:352
-msgid "Last Name"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:137
+msgid "How does the Tor software work to protect people's anonymity?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:358
-msgid "Street Address"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:141
+msgid ""
+"Tor protects you by bouncing your communications around the Tor network, "
+"which is a distributed network of relays run by volunteers all around the "
+"world."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:362
-msgid "Apt."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:143
+msgid ""
+"If someone is watching your internet connection, Tor prevents them from "
+"finding out what sites you are visiting."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:372
-msgid "City"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:145
+msgid "It also prevents sites you visit from finding out where you're located."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:376
-msgid "State"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:147
+msgid ""
+"You can read more about how Tor works on our <a class=\"hyperlinks links\" "
+"target=\"_blank\" href=\"https://www.torproject.org/about/overview.html.en"
+"\">overview page."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:381
-msgid "Zip"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:154
+msgid ""
+"I would like to know more about how Tor works, what onion services are, or "
+"how to run a relay."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:387
-msgid "Enter email"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:158
+msgid ""
+"<a class=\"hyperlinks links\" target=\"_blank\" href=\"https://www."
+"torproject.org/docs/faq.html.en\">This Tor Project FAQ</a> has answers to "
+"all those questions, and more."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:391
-msgid "We‘ll email you your receipt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:164
+msgid "Does the Tor software work?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:398
-msgid "Start sending me email updates about the Tor Project!"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:168
+msgid ""
+"We believe Tor is the best solution available today, and we know that it "
+"does a better job of keeping you safely anonymous than other options such as "
+"VPNs, proxychains, or browser \"private browsing\" modes."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:405
-msgid "Card Number"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:170
+msgid ""
+"We know that both the Russian government and the NSA have tried in the past "
+"to crack Tor, and failed."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:412
-msgid "MM"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:172
+msgid ""
+"The Electronic Frontier Foundation says that Tor offers <a class="
+"\"hyperlinks links\" target=\"_blank\" href=\"https://www.eff.org/"
+"deeplinks/2014/07/7-things-you-should-know-about-tor\">some of the strongest "
+"anonymity software that exists</a>, and in his book Data and Goliath, "
+"security expert Bruce Schneier wrote \"The current best tool to protect your "
+"anonymity when browsing the web is Tor.\""
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:416
-msgid "YY"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:178
+msgid "Is what Tor does legal? Can I get in trouble for using it?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:420
-msgid "CVC"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:182
+msgid ""
+"Downloading Tor Browser or using the Tor network is legal in nearly every "
+"country."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:428
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:480
-msgid "Choose your size and fit."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:184
+msgid ""
+"A few web sites occasionally block Tor, but that doesn't mean you're doing "
+"anything wrong."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:433
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:441
-msgid "T-shirt:"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:186
+msgid ""
+"Usually it means that site has had difficulties with visitors who've been "
+"using Tor in the past, or that they misunderstand what Tor is and how it "
+"works (we’re working to change this)."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:451
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:455
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:457
-msgid "Comments"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:188
+msgid ""
+"But it is not illegal to use Tor, and you shouldn't get in trouble for doing "
+"it."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:463
-msgid "Donating:"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:190
+msgid ""
+"You can find more information about Tor's legal status on the <a class="
+"\"hyperlinks links\" target=\"_blank\" href=\"https://www.eff.org/"
+"torchallenge/faq.html\">EFF site</a>."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:470
-msgid "Donate"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:196
+msgid ""
+"Where can I find out more about the Tor Project, especially financial "
+"information?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:484
-msgid "T-Shirt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:200
+msgid ""
+"Here are the Tor Project's <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://www.torproject.org/about/financials.html.en\">financial "
+"statements, and its Form 990</a>."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:488
-msgid "Choose your size and fit for each shirt."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:206
+msgid "Where does the Tor Project's money come from?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:492
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:210
msgid ""
-"Tor at the Heart of Internet, Powering Digital Resistance or Open "
-"Observvatory of Network Interference (OONI) T-Shirt"
+"Tor is supported by United States government funding agencies, NGOs, private "
+"foundations, research institutions, private companies, and over 20,000 "
+"personal donations from people like you."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:496
-msgid "Strength in Numbers T-Shirt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:212
+msgid ""
+"(See <a class=\"hyperlinks links single-link\" target=\"_blank\" href="
+"\"https://www.torproject.org/about/sponsors.html.en\">https://www.torproject."
+"org/about/sponsors</a> for more.)"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:500
-msgid "Choose your size."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:214
+msgid ""
+"While we are grateful for this funding, we don't want the Tor Project to "
+"become too dependent on any single source."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:504
-msgid "Sweatshirt"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:216
+msgid ""
+"Crowdfunding allows us to diversify our donor base and is unrestricted -- it "
+"allows us to spend the money on the projects we think are most important and "
+"respond quickly to changing events."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:508
-msgid "A required field is missing from the form."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:218
+msgid ""
+"And so, we are asking you to help financially support us, to increase the "
+"Tor Project's independence and ensure the sustainability of the products and "
+"services we provide."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:510
-msgid "Please reload the page and try again."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:224
+msgid ""
+"How much money does the Tor Project spend annually, and what is it used for?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:514
-msgid "There was a problem submitting your request to the server:<br>"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:228
+msgid "The Tor Project spends about $4 million annually."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:518
-msgid "validation failed"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:230
+#, php-format
+msgid ""
+"About 80% of the Tor Project's spending goes to staffing, mostly software "
+"engineers."
msgstr ""
-#. notes: __field_name__ will be replaced with the field name in the javascript.
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:524
-msgid "__field_name__ must be filled out."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:232
+msgid ""
+"About 10% goes towards administrative costs such as accounting and legal "
+"costs and bank fees."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:529
-msgid "This field is required"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:234
+msgid ""
+"The remaining 10% is spent on travel, meetings and conferences, which are "
+"important for Tor because the Tor community is global."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:533
-msgid "Invalid email address."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:240
+msgid "Is my donation tax-deductible?"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:537
-msgid "per month"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:244
+msgid ""
+"If you pay taxes in the United States, your donation to Tor is tax "
+"deductible to the full extent required by law."
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:551
-msgid "One moment while we shovel coal into our servers."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:246
+msgid "Following is information you may need for reporting purposes:"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:638
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:251
msgid ""
-"Stand up for the universal human rights to privacy and freedom and help keep "
-"Tor robust and secure."
+"<b>Tor Project Tax ID Number (EIN #):</b> 20-8096820<br>\n"
+" <b>Address:</b><br>\n"
+" The Tor Project, Inc.<br>\n"
+" 217 First Avenue South #4903<br>\n"
+" Seattle, WA 98194<br>\n"
+" <b>Phone number:</b> 206-420-3136<br>\n"
+" <b>Contact person:</b> Isabela Bagueros, Executive Director<br>"
msgstr ""
-#: tmp/cache_locale/c7/c763c19bb6abb9330294c550c8241bb3874e3b4e17fb6e7b15db26c60df8d5fe.php:640
-msgid "Mozilla will match your gift and double your impact."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:264
+msgid "If I am not in the United States, can I still donate?"
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:34
-msgid "Tor Thanks You"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:268
+msgid "Yes, definitely."
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:44
-msgid "Thank you!"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:270
+msgid ""
+"Your donation probably isn't tax-deductible (unless you pay taxes on U.S. "
+"income) but we would very much appreciate your support."
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:48
-msgid "Thank you for supporting Tor's Strength in Numbers campaign."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:276
+msgid ""
+"Can I donate to a specific project, or restrict my donation to a particular "
+"purpose?"
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:50
-msgid "You should receive an email receipt shortly."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:280
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:560
+msgid "No, sorry."
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:52
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:282
msgid ""
-"With your support and the generous matching funds from Mozilla, we'll be "
-"able to tackle ambitious projects, such as developing a more secure, privacy-"
-"enhancing browser for mobile devices and making it easier for third-party "
-"developers to integrate Tor into their applications."
+"If we accept a donation from someone who has specified how they want it "
+"used, we're required by the IRS to track and report separately on that money."
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:56
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:284
msgid ""
-"It's an incredible time to stand up for world-leading security and privacy "
-"software."
+"That would be a big administrative burden for a small organization, and we "
+"don't think it's a good idea for us."
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:58
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:286
msgid ""
-"Tell family, friends, and colleagues that you're supporting privacy and "
-"security with Tor!"
+"However, we would be very happy to hear your ideas and feedback about our "
+"work."
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:62
-msgid "SHARE THE TOR PROJECT"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:288
+msgid ""
+"If you're donating using a mechanism that allows for comments, feel free to "
+"send your thoughts that way."
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:88
-msgid "Got Skills?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:294
+msgid "Can I donate while using Tor Browser?"
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:94
-msgid "The Tor network depends on volunteers."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:298
+msgid "Yes! In our testing, donation works via Tor Browser."
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:100
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:300
msgid ""
-"We need people to run relays, write code, organize the community and spread "
-"the word about our good work."
+"If you run into problems, please contact <span class=\"email"
+"\">giving(at)torproject.org</span>."
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:102
-msgid "Learn how you can help."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:304
+msgid ""
+"For users logging in to Paypal: some people had no problem donating via "
+"PayPal while using Tor Browser."
msgstr ""
-#: tmp/cache_locale/af/afda2fbd22ed389453e63ca9acc074a25ce820b5bc97120edfd975cf8f46634a.php:110
-msgid "I Want To Volunteer"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:306
+msgid ""
+"In past years, some people couldn't complete the donation process, and one "
+"person had their PayPal account temporarily frozen."
msgstr ""
-#: tmp/cache_locale/92/9248b30ecfc0bb3509fc7e1db98f98ec86e72399ad551da3d5abe54c7cd987af.php:34
-msgid "Processing Donation - Tor"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:308
+msgid "If you run into any problems donating via PayPal, please let us know."
msgstr ""
-#: tmp/cache_locale/92/9248b30ecfc0bb3509fc7e1db98f98ec86e72399ad551da3d5abe54c7cd987af.php:44
-msgid "Processing Donation. Please Wait..."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:314
+msgid "How can I donate via debit or credit card?"
msgstr ""
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:25
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:318
msgid ""
-"The Tor Project is a US 501(c)(3) non-profit organization advancing human "
-"rights and freedoms by creating and deploying free and open source anonymity "
-"and privacy technologies, supporting their unrestricted availability and "
-"use, and furthering their scientific and popular understanding."
+"To donate using a major credit card or debit card (VISA, MasterCard, "
+"Discover or American Express) or via PayPal, please visit our <a href="
+"\"https://donate.torproject.org\">donate page</a>."
msgstr ""
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:31
-msgid "Subscribe to Our Newsletter"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:324
+msgid "Why do you ask for my address and similar information?"
msgstr ""
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:35
-msgid "Get monthly updates and opportunities from the Tor Project."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:328
+msgid ""
+"If you donate by credit card, you will be asked for some information that's "
+"required to process your credit card payment, including your billing address."
msgstr ""
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:39
-msgid "Sign Up"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:330
+msgid ""
+"This allows our payment processor to verify your identity, process your "
+"payment, and prevent fraudulent charges to your credit card."
msgstr ""
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:47
-msgid "Donate FAQs"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:332
+msgid ""
+"We don't ask for information beyond what's required by the payment processor."
msgstr ""
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:51
-msgid "Privacy Policy"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:338
+msgid "Why is there a minimum donation?"
msgstr ""
-#: tmp/cache_locale/2d/2d5f07aeb16acd7bb0a8dd355b13f59678a1f0ba6ea2b3d9dec8d2b5dcfbfde5.php:67
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:342
msgid ""
-"Designed and built by <span class=\"stamp-bold\"><a href=\"https://www."
-"giantrabbit.com/\" class=\"stamp-bold\" target=\"_blank\">Giant Rabbit</a></"
-"span>"
+"People who have stolen credit card information often donate to nonprofits as "
+"a way of testing whether the card works."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:34
-msgid "Tor Donor FAQ"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:344
+msgid ""
+"These people typically use a very small amount for their testing, and we've "
+"found that setting a $1 minimum donation seems to deter them."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:46
-msgid "Questions?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:350
+msgid "Is there a maximum donation?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:61
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:354
msgid ""
-"If your question isn’t answered below, email <span class=\"email"
-"\">frontdesk(at)rt.torproject.org</span> with general Tor inquiries, or "
-"<span class=\"email\">giving(at)torproject.org</span> with donor-specific "
-"questions."
+"No, no, no! More funding from you means we can do more things we are excited "
+"to do, like hire a person to monitor the Tor network full time, or research, "
+"test, and implement ideas we have for making the Tor network even stronger."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:68
-msgid "What is the Tor Project and what does it do?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:360
+msgid "Can I donate via bitcoin?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:72
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:364
msgid ""
-"The Tor Project’s mission is to advance human rights and freedoms by "
-"creating and deploying free and open anonymity and privacy technologies, "
-"supporting their unrestricted availability and use, and furthering their "
-"scientific and popular understanding."
+"Yes! We accept <a class=\"hyperlinks links\" target=\"_blank\" href="
+"\"https://www.torproject.org/donate/donate-options.html.en\">bitcoin via "
+"BitPay</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:74
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:370
msgid ""
-"The main product of the Tor Project is <a href=\"https://www.torproject.org/"
-"download/download-easy.html.en\">Tor Browser</a>, which enables people to "
-"browse the internet anonymously."
+"If I want my donation to be anonymous, what is the best way for me to donate?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:76
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:374
msgid ""
-"The Tor Project is a 501(c)3 tax-exempt non-profit organization based in "
-"Boston, Massachusetts."
+"You can donate by <a class=\"hyperlinks links\" target=\"_blank\" href="
+"\"https://www.torproject.org/donate/donate-options.html.en#cash\">sending us "
+"a postal money order</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:78
-msgid "It was founded in 2006."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:376
+msgid ""
+"You can donate via bitcoin if you have bitcoin set up in a way that "
+"preserves your anonymity."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:84
-msgid "Who works for the Tor Project, and what do they do?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:378
+msgid "You can buy cash gift cards and mail them to us."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:88
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:380
msgid ""
-"Thousands of people around the world actively support the work of the Tor "
-"Project, including developers, designers, relay operators, researchers, "
-"cryptographers, computer scientists, and privacy advocates, and most are not "
-"paid by the Tor Project."
+"There are probably other ways to donate anonymously that we haven't thought "
+"of-- maybe you will :)"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:90
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:387
msgid ""
-"The paid staff of the Tor Project is very small: about 20 people in total."
+"Is the Tor Project required to identify me as a donor to the United States "
+"government, or to any other authority?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:92
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:391
msgid ""
-"You can read about the core contributors to the Tor Project on our <a class="
-"\"hyperlinks\" target=\"_blank\" href=\"https://www.torproject.org/about/"
-"corepeople.html.en\"><span class=\"links\">Core People page</span></a>."
-msgstr ""
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:97
-msgid "Who uses Tor?"
+"If you donate $5,000 or more to the Tor Project in a single year, we are "
+"required to report the donation amount and your name and address (if we have "
+"it) to the IRS, on Schedule B of the Form 990, which is filed annually."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:101
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:393
msgid ""
-"The vast majority of Tor users are ordinary people who want control of their "
-"privacy online or people whose internet use is censored."
+"However, it's normal for nonprofits to redact individual donor information "
+"from the copy of the 990 that's made publicly-available, and that's what we "
+"do."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:103
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:395
msgid ""
-"Other Tor users are journalists, human rights defenders, domestic violence "
-"survivors, policymakers, diplomats, and academic and research institutions."
-msgstr ""
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:109
-msgid "Can anyone use Tor?"
-msgstr ""
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:113
-msgid "Yes! Tor is free, and anyone can use it."
+"We are not required to identify donors to any other organization or "
+"authority, and we do not."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:115
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:397
msgid ""
-"To get started, you will need to <a class=\"hyperlinks\" target=\"_blank\" "
-"href=\"https://www.torproject.org/projects/torbrowser.html.en\"><span class="
-"\"links\">download Tor Browser</span></a>."
+"(Also, if you wanted, you could give us $4,999 in late 2018 and $4,999 in "
+"early 2019.)"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:117
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:403
msgid ""
-"We offer instructions on how to download for <a class=\"hyperlinks links\" "
-"target=\"_blank\" href=\"https://www.torproject.org/projects/torbrowser.html."
-"en#windows\">Windows</a>, <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/projects/torbrowser.html.en#macosx\">Mac "
-"OS X</a> and <a class=\"hyperlinks links\" target=\"_blank\" href=\"https://"
-"www.torproject.org/projects/torbrowser.html.en#linux\">Linux</a>."
+"In your privacy policy, you say you will never publicly identify me as a "
+"donor without my permission."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:123
-msgid "What kinds of people support Tor?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:405
+msgid "What does that mean?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:127
-msgid "All kinds of people."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:409
+msgid "Yes, that's right."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:129
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:411
msgid ""
-"Thousands of individuals have donated to support the Tor Project, and we "
-"have also received funding from a wide range of organizations including "
-"Google, the Ford Foundation, the Knight Foundation, Reddit, the U.S. "
-"National Science Foundation, the Electronic Frontier Foundation, Human "
-"Rights Watch, the Swedish International Development Cooperation Agency, the "
-"Federal Foreign Office of Germany, the U.S. Naval Research Laboratory, "
-"Omidyar Network, SRI International, and Radio Free Asia."
+"If you donate to the Tor Project, there will be some people at the Tor "
+"Project who know about your donation."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:131
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:413
msgid ""
-"People also support Tor in non-financial ways, for example by running Tor "
-"relays to help carry traffic for other users."
+"However, we will never publicly identify you as a donor, unless you have "
+"given us permission to do so."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:133
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:415
msgid ""
-"In addition, everybody who uses Tor is helping to keep other users safe and "
-"anonymous, because the more people using Tor, the harder it is to identify "
-"any single individual."
+"That means we won't post your name on our website, thank you on Twitter, or "
+"do anything else that would publicly identify you as someone who has donated."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:139
-msgid "How does the Tor software work to protect people's anonymity?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:417
+msgid ""
+"If we decide we would like to publicly name you as a donor, we will ask you "
+"first, and will not do it until and unless you say it's okay."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:143
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:423
msgid ""
-"Tor protects you by bouncing your communications around the Tor network, "
-"which is a distributed network of relays run by volunteers all around the "
-"world."
+"It's important to me that my donation be tax-deductible, but I don't pay "
+"taxes in the United States."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:145
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:427
msgid ""
-"If someone is watching your internet connection, Tor prevents them from "
-"finding out what sites you are visiting."
+"Right now, we can only offer tax-deductibility to donors who pay taxes in "
+"the United States."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:147
-msgid "It also prevents sites you visit from finding out where you're located."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:429
+msgid ""
+"If it's important to you that your donations be tax-deductible in a "
+"different country, let us know and we will try to offer tax-deductibility in "
+"your country in future."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:149
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:431
msgid ""
-"You can read more about how Tor works on our <a class=\"hyperlinks links\" "
-"target=\"_blank\" href=\"https://www.torproject.org/about/overview.html.en"
-"\">overview page."
+"Or, if you are in Germany, France or Sweden, <a class=\"hyperlinks links\" "
+"target=\"_blank\" href=\"https://www.torproject.org/docs/faq.html."
+"en#RelayDonations\">these organizations support the Tor network</a> and may "
+"be able to offer you tax-deductibility for your donation."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:156
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:437
msgid ""
-"I would like to know more about how Tor works, what hidden services are, or "
-"how to run a relay."
+"What if I don't want to use credit card or PayPal? Is there another way I "
+"can donate?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:160
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:441
msgid ""
-"<a class=\"hyperlinks links\" target=\"_blank\" href=\"https://www."
-"torproject.org/docs/faq.html.en\">This Tor Project FAQ</a> has answers to "
-"all those questions, and more."
+"Yes! Here is a list of <a href=\"https://www.torproject.org/donate/donate-"
+"options.html.en\" class=\"hyperlinks links\" target=\"_blank\">other ways "
+"you can donate.</a>"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:166
-msgid "Does the Tor software work?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:448
+msgid "What is your donor privacy policy?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:170
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:452
msgid ""
-"We believe Tor is the best solution available today, and we know that it "
-"does a better job of keeping you safely anonymous than other options such as "
-"VPNs, proxychains, or browser \"private browsing\" modes."
+"Here is the Tor Project <a class=\"hyperlinks links\" target=\"_blank\" href="
+"\"/%langcode%/privacy-policy\">donor privacy policy</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:172
-msgid ""
-"We know that both the Russian government and the NSA have tried in the past "
-"to crack Tor, and failed."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:458
+msgid "What is your refund policy?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:174
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:462
msgid ""
-"The Electronic Frontier Foundation says that Tor offers <a class="
-"\"hyperlinks links\" target=\"_blank\" href=\"https://www.eff.org/"
-"deeplinks/2014/07/7-things-you-should-know-about-tor\">some of the strongest "
-"anonymity software that exists</a>, and in his book Data and Goliath, "
-"security expert Bruce Schneier wrote \"The current best tool to protect your "
-"anonymity when browsing the web is Tor.\""
+"If you want your donation refunded, please tell us by emailing <span class="
+"\"email\">giving(at)torproject.org</span>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:180
-msgid "Is what Tor does legal? Can I get in trouble for using it?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:464
+msgid ""
+"To process your refund we'll need to know the date of your donation, the "
+"amount you donated, your full name, the payment method you used and your "
+"country of origin."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:184
-msgid ""
-"Downloading Tor Browser or using the Tor network is legal in nearly every "
-"country."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:466
+msgid "Please also tell us why you're asking for a refund."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:186
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:468
msgid ""
-"A few web sites occasionally block Tor, but that doesn't mean you're doing "
-"anything wrong."
+"Please note that some payment methods won't support refunds, or require them "
+"to be made in a specific way, so we may need additional information from you "
+"in order to process yours."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:188
-msgid ""
-"Usually it means that site has had difficulties with visitors who've been "
-"using Tor in the past, or that they misunderstand what Tor is and how it "
-"works (we’re working to change this)."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:474
+msgid "Can I donate by mail?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:190
-msgid ""
-"But it is not illegal to use Tor, and you shouldn't get in trouble for doing "
-"it."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:478
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:584
+msgid "Yes."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:192
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:480
msgid ""
-"You can find more information about Tor's legal status on the <a class="
-"\"hyperlinks links\" target=\"_blank\" href=\"https://www.eff.org/"
-"torchallenge/faq.html\">EFF site</a>."
+"Our mailing address is The Tor Project, 217 First Avenue South #4903, "
+"Seattle WA 98194, USA"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:198
-msgid ""
-"Where can I find out more about the Tor Project, especially financial "
-"information?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:486
+msgid "Do you accept cash donations?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:202
-msgid ""
-"Here are the Tor Project's <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://www.torproject.org/about/financials.html.en\">financial "
-"statements, and its Form 990</a>."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:490
+msgid "Yes"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:208
-msgid "Where does the Tor Project's money come from?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:496
+msgid "Does Tor Project accept matching donations?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:212
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:500
msgid ""
-"Tor is supported by United States government funding agencies, NGOs, private "
-"foundations, research institutions, private companies, and nearly 8,000 "
-"personal donations from people like you."
+"Yes! Many companies --such as Google, Microsoft, eBay, PayPal, Apple, "
+"Verizon, Red Hat, many universities, and others-- will match donations made "
+"by their employees."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:214
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:502
msgid ""
-"(See <a class=\"hyperlinks links single-link\" target=\"_blank\" href="
-"\"https://www.torproject.org/about/sponsors.html.en\">https://www.torproject."
-"org/about/sponsors</a> for more.)"
+"The fastest way to find out if your company matches donations is usually by "
+"checking with your HR department, or you can search for your company name at "
+"<a class=\"hyperlinks links\" target=\"_blank\" href=\"https://www."
+"matchinggifts.com/rit/\">https://www.matchinggifts.com/rit/</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:216
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:504
msgid ""
-"While we are grateful for this funding, we don't want the Tor Project to "
-"become too dependent on any single source."
+"If your company isn't currently set up to match donations to the Tor "
+"Project, we would be happy to help with the paperwork."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:218
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:506
msgid ""
-"Crowdfunding allows us to diversify our donor base and is unrestricted -- it "
-"allows us to spend the money on the projects we think are most important and "
-"respond quickly to changing events."
+"If you want help figuring out the process, write us at <span class=\"email"
+"\">giving(at)torproject.org</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:220
-msgid ""
-"And so, we are asking you to help financially support us, to increase the "
-"Tor Project's independence and ensure the sustainability of the products and "
-"services we provide."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:512
+msgid "Can I become a Tor Project member?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:226
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:516
msgid ""
-"How much money does the Tor Project spend annually, and what is it used for?"
+"Right now, we don't have a membership program, but we may set one up in the "
+"future."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:230
-msgid "The Tor Project spends about $2.5 million annually."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:518
+msgid ""
+"If you want to get involved with the Tor Project, <a class=\"hyperlinks links"
+"\" target=\"_blank\" href=\"https://www.torproject.org/getinvolved/volunteer."
+"html.en\">this is a good place to start</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:232
-#, php-format
-msgid ""
-"About 80% of the Tor Project's spending goes to staffing, mostly software "
-"engineers."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:524
+msgid "How can I get a Tor t-shirt or stickers?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:234
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:528
msgid ""
-"About 10% goes towards administrative costs such as accounting and legal "
-"costs and bank fees."
+"A variety of thank-you gifts for donors, including t-shirts, hoodies and "
+"stickers, are presented on our main <a href=\"https://donate.torproject.org"
+"\">donation page</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:236
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:534
msgid ""
-"The remaining 10% is spent on travel, meetings and conferences, which are "
-"important for Tor because the Tor community is global."
+"If I want to stay in touch with the Tor Project, what's the best way for me "
+"to do that?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:242
-msgid "Is my donation tax-deductible?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:538
+msgid ""
+"You can sign up to receive <a class=\"hyperlinks links\" target=\"_blank\" "
+"href=\"https://newsletter.torproject.org/\">Tor News</a>, read the <a class="
+"\"hyperlinks links\" target=\"_blank\" href=\"https://blog.torproject.org/"
+"\">Tor Blog</a>, or <a class=\"hyperlinks links\" target=\"_blank\" href="
+"\"https://twitter.com/torproject\">follow us on Twitter</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:246
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:544
msgid ""
-"If you pay taxes in the United States, your donation to Tor is tax "
-"deductible to the full extent required by law."
+"Does the Tor Project participate in the Combined Federal Campaign program?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:248
-msgid "Following is information you may need for reporting purposes:"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:548
+msgid "No, Tor doesn't currently participate in the CFC program."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:253
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:550
msgid ""
-"<b>Tor Project Tax ID Number (EIN #):</b> 20-8096820<br>\n"
-" <b>Address:</b><br>\n"
-" The Tor Project, Inc.<br>\n"
-" 217 First Avenue South #4903<br>\n"
-" Seattle, WA 98194<br>\n"
-" <b>Phone number:</b> 206-420-3136<br>\n"
-" <b>Contact person:</b> Shari Steele, Executive Director<br>"
-msgstr ""
-
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:266
-msgid "If I am not in the United States, can I still donate?"
+"If you'd like to get Tor added to the CFC program in your location, that "
+"would be great: please let us know if you need any help."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:270
-msgid "Yes, definitely."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:556
+msgid "Can I donate my airline miles, flight vouchers, or hotel points?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:272
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:562
msgid ""
-"Your donation probably isn't tax-deductible (unless you pay taxes on U.S. "
-"income) but we would very much appreciate your support."
+"We would like to accept your miles, vouchers and hotel points, and in the "
+"future we may be able to."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:278
-msgid ""
-"Can I donate to a specific project, or restrict my donation to a particular "
-"purpose?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:568
+msgid "Can I donate hardware?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:282
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:562
-msgid "No, sorry."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:572
+msgid "Typically no, we don't encourage people to donate hardware."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:284
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:574
msgid ""
-"If we accept a donation from someone who has specified how they want it "
-"used, we're required by the IRS to track and report separately on that money."
+"But if you want to make a hardware donation that you think might be "
+"especially useful for us, please mail <span class=\"email"
+"\">giving(at)torproject.org</span>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:286
-msgid ""
-"That would be a big administrative burden for a small organization, and we "
-"don't think it's a good idea for us."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:580
+msgid "Can I donate my time?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:288
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:586
msgid ""
-"However, we would be very happy to hear your ideas and feedback about our "
-"work."
+"Here's a <a class=\"hyperlinks links\" target=\"_blank\" href=\"https://www."
+"torproject.org/getinvolved/volunteer.html.en\">list of areas where we would "
+"love your help</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:290
-msgid ""
-"If you're donating using a mechanism that allows for comments, feel free to "
-"send your thoughts that way."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:592
+msgid "I would like my company to support Tor."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:296
-msgid "Can I donate while using Tor Browser?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:594
+msgid "What can we do to help?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:300
-msgid "Yes! In our testing, donation works via Tor Browser."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:598
+msgid ""
+"Your company could match donations made by its employees to the Tor Project--"
+"that would be wonderful."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:302
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:600
msgid ""
-"If you run into problems, please contact <span class=\"email"
-"\">giving(at)torproject.org</span>."
+"Your company may operate a corporate foundation that gives out grants, and "
+"if so, you should encourage it to fund us."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:306
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:602
msgid ""
-"For users logging in to Paypal: some people had no problem donating via "
-"PayPal while using Tor Browser."
+"Maybe your company would be willing to <a class=\"hyperlinks links\" target="
+"\"_blank\" href=\"https://www.torproject.org/docs/faq.html.en#HowDoIDecide"
+"\">operate a Tor relay</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:308
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:604
msgid ""
-"In past years, some people couldn't complete the donation process, and one "
-"person had their PayPal account temporarily frozen."
+"If your company sells cloud services, perhaps it could donate these to Tor: "
+"We use them in some anti-censorship projects."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:310
-msgid "If you run into any problems donating via PayPal, please let us know."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:610
+msgid "You don't support my preferred way to donate."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:316
-msgid "How can I donate via debit or credit card?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:612
+msgid "Can I recommend a new donation method to you?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:320
-msgid ""
-"To donate using a major credit card or debit card (VISA, MasterCard, "
-"Discover or American Express) or via PayPal, please visit our <a href="
-"\"https://donate.torproject.org\">donate page</a>."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:616
+msgid "Sure."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:326
-msgid "Why do you ask for my address and similar information?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:618
+msgid ""
+"Just mail us at <span class=\"email\">giving(at)torproject.org</span></a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:330
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:624
msgid ""
-"If you donate by credit card, you will be asked for some information that's "
-"required to process your credit card payment, including your billing address."
+"Will the Tor Project accept donations from anybody, or do you reserve the "
+"right to reject support from specific organizations or individuals?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:332
-msgid ""
-"This allows our payment processor to verify your identity, process your "
-"payment, and prevent fraudulent charges to your credit card."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:628
+msgid "We do reserve the right to reject a donation."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:334
-msgid ""
-"We don't ask for information beyond what's required by the payment processor."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:630
+msgid "To date though, we haven't exercised that right."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:340
-msgid "Why is there a minimum donation?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:632
+msgid "We are happy that a broad range of people use and support Tor."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:344
-msgid ""
-"People who have stolen credit card information often donate to nonprofits as "
-"a way of testing whether the card works."
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:638
+msgid "I have more questions."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:346
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:640
+msgid "How can I get answers?"
+msgstr ""
+
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:644
msgid ""
-"These people typically use a very small amount for their testing, and we've "
-"found that setting a $1 minimum donation seems to deter them."
+"Feel free to send questions to <span class=\"email\">frontdesk(at)rt."
+"torproject.org</span>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:352
-msgid "Is there a maximum donation?"
+#: tmp/cache_locale/4a/4ab2d928dab25aeb8c96bb2d1c2ad651173d6c029f40a442edf6925bfd038cd2.php:646
+msgid ""
+"We will try to answer you, and we'll also post your question (and the "
+"answer) here."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:356
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:29
msgid ""
-"No, no, no! More funding from you means we can do more things we are excited "
-"to do, like hire a person to monitor the Tor network full time, or research, "
-"test, and implement ideas we have for making the Tor network even stronger."
+"The European shirt fits run a little small so you might want to consider "
+"sizing up."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:362
-msgid "Can I donate via bitcoin?"
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:36
+msgid "Fit"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:366
-msgid ""
-"Yes! We accept <a class=\"hyperlinks links\" target=\"_blank\" href="
-"\"https://www.torproject.org/donate/donate-options.html.en\">bitcoin via "
-"BitPay</a>."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:40
+msgid "Select Fit"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:372
-msgid ""
-"If I want my donation to be anonymous, what is the best way for me to donate?"
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:44
+msgid "Slim"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:376
-msgid ""
-"You can donate by <a class=\"hyperlinks links\" target=\"_blank\" href="
-"\"https://www.torproject.org/donate/donate-options.html.en#cash\">sending us "
-"a postal money order</a>."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:48
+msgid "Classic"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:378
-msgid ""
-"You can donate via bitcoin if you have bitcoin set up in a way that "
-"preserves your anonymity."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:56
+msgid "European"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:380
-msgid "You can buy cash gift cards and mail them to us."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:66
+msgid "Size"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:382
-msgid ""
-"There are probably other ways to donate anonymously that we haven't thought "
-"of-- maybe you will :)"
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:70
+msgid "Select Size"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:389
-msgid ""
-"Is the Tor Project required to identify me as a donor to the United States "
-"government, or to any other authority?"
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:74
+msgid "S"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:393
-msgid ""
-"If you donate $5,000 or more to the Tor Project in a single year, we are "
-"required to report the donation amount and your name and address (if we have "
-"it) to the IRS, on Schedule B of the Form 990, which is filed annually."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:78
+msgid "M"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:395
-msgid ""
-"However, it's normal for nonprofits to redact individual donor information "
-"from the copy of the 990 that's made publicly-available, and that's what we "
-"do."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:82
+msgid "L"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:397
-msgid ""
-"We are not required to identify donors to any other organization or "
-"authority, and we do not."
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:86
+msgid "XL"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:399
-msgid ""
-"(Also, if you wanted, you could give us $4,999 in late 2016 and $4,999 in "
-"early 2017 ;)"
+#: tmp/cache_locale/36/36a88fcfb8a236c24db42d5e39602cd43f2ed8bec6f6b807fb97f8e091541f37.php:90
+msgid "XXL"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:405
-msgid ""
-"In your privacy policy, you say you will never publicly identify me as a "
-"donor without my permission."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:35
+msgid "Support the Tor Project Today!"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:407
-msgid "What does that mean?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:48
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:71
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:634
+msgid "Tor: Strength in Numbers"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:411
-msgid "Yes, that's right."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:52
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:75
+msgid "Donate to the Tor Project and protect the privacy of millions."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:413
-msgid ""
-"If you donate to the Tor Project, there will be some people at the Tor "
-"Project who know about your donation."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:54
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:77
+msgid "Anonymity loves company."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:415
-msgid ""
-"However, we will never publicly identify you as a donor, unless you have "
-"given us permission to do so."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:63
+msgid "summary_large_image"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:417
-msgid ""
-"That means we won't post your name on our website, thank you on Twitter, or "
-"do anything else that would publicly identify you as someone who has donated."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:67
+msgid "@torproject"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:419
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:102
msgid ""
-"If we decide we would like to publicly name you as a donor, we will ask you "
-"first, and will not do it until and unless you say it's okay."
+"This page requires Javascript to do PayPal or credit card\n"
+" donations, but it appears you have Javascript disabled."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:425
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:106
msgid ""
-"It's important to me that my donation be tax-deductible, but I don't pay "
-"taxes in the United States."
+"If you wish to donate without enabling Javascript, please take a look at our "
+"<a href=\"https://www.torproject.org/donate/donate-options.html.en\">other "
+"donations options page</a>."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:429
-msgid ""
-"Right now, we can only offer tax-deductibility to donors who pay taxes in "
-"the United States."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:123
+msgid "Number of Donations"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:431
-msgid ""
-"If it's important to you that your donations be tax-deductible in a "
-"different country, let us know and we will try to offer tax-deductibility in "
-"your country in future."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:139
+msgid "Total Donated"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:433
-msgid ""
-"Or, if you are in Germany, France or Sweden, <a class=\"hyperlinks links\" "
-"target=\"_blank\" href=\"https://www.torproject.org/docs/faq.html."
-"en#RelayDonations\">these organizations support the Tor network</a> and may "
-"be able to offer you tax-deductibility for your donation."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:155
+msgid "Total Raised with Mozilla's Match"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:439
-msgid ""
-"What if I don't want to use credit card or PayPal? Is there another way I "
-"can donate?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:163
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:169
+msgid "donate"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:443
-msgid ""
-"Yes! Here is a list of <a href=\"https://www.torproject.org/donate/donate-"
-"options.html.en\" class=\"hyperlinks links\" target=\"_blank\">other ways "
-"you can donate.</a>"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:165
+msgid "once"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:450
-msgid "What is your donor privacy policy?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:171
+msgid "monthly"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:454
-msgid ""
-"Here is the Tor Project <a class=\"hyperlinks links\" target=\"_blank\" href="
-"\"/%langcode%/privacy-policy\">donor privacy policy</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:178
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:332
+msgid "Want to donate Bitcoin, Stock, or via snail mail?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:460
-msgid "What is your refund policy?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:194
+msgid "invalid amount"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:464
-msgid ""
-"If you want your donation refunded, please tell us by emailing <span class="
-"\"email\">giving(at)torproject.org</span>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:198
+msgid "$2 minimum donation"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:466
-msgid ""
-"To process your refund we'll need to know the date of your donation, the "
-"amount you donated, your full name, the payment method you used and your "
-"country of origin."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:202
+msgid "$ other"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:468
-msgid "Please also tell us why you're asking for a refund."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:209
+msgid "Choose your gift as a token of our thanks."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:470
-msgid ""
-"Please note that some payment methods won't support refunds, or require them "
-"to be made in a specific way, so we may need additional information from you "
-"in order to process yours."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:216
+msgid "No thanks, I don't want a gift."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:476
-msgid "Can I donate by mail?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:218
+#, php-format
+msgid "I would prefer 100% of my donation to go to the Tor Project's work."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:480
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:586
-msgid "Yes."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:229
+msgid "sticker Pack"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:482
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:236
msgid ""
-"Our mailing address is The Tor Project, P.O. Box 4903, Seattle WA 98194, USA"
+"A collection of our favorite logo stickers for decorating your stuff and "
+"covering your cams."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:488
-msgid "Do you accept cash donations?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:246
+msgid "t-shirt"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:492
-msgid "Yes"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:254
+msgid "Get our limited edition Tor: Strength in Numbers shirt."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:498
-msgid "Does Tor Project accept matching donations?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:265
+msgid "t-shirt pack"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:502
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:275
msgid ""
-"Yes! Many companies --such as Google, Microsoft, eBay, PayPal, Apple, "
-"Verizon, Red Hat, many universities, and others-- will match donations made "
-"by their employees."
+"Our Tor: Strength in Numbers t-shirt, plus one of either our Tor: Powering "
+"the Digital Resistance, Open Observatory of Network Interference (OONI), or "
+"Tor at the Heart of Internet Freedom t-shirts."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:504
-msgid ""
-"The fastest way to find out if your company matches donations is usually by "
-"checking with your HR department, or you can search for your company name at "
-"<a class=\"hyperlinks links\" target=\"_blank\" href=\"https://www."
-"matchinggifts.com/rit/\">https://www.matchinggifts.com/rit/</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:281
+msgid "Tor at the Heart of Internet Freedom"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:506
-msgid ""
-"If your company isn't currently set up to match donations to the Tor "
-"Project, we would be happy to help with the paperwork."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:285
+msgid "Powering the Digital Resistance"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:508
-msgid ""
-"If you want help figuring out the process, write us at <span class=\"email"
-"\">giving(at)torproject.org</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:289
+msgid "Open Observatory of Network Interference"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:514
-msgid "Can I become a Tor Project member?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:300
+msgid "sweatshirt"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:518
-msgid ""
-"Right now, we don't have a membership program, but we may set one up in the "
-"future."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:307
+msgid "Your generous support of Tor gets you this high-quality zip hoodie."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:520
-msgid ""
-"If you want to get involved with the Tor Project, <a class=\"hyperlinks links"
-"\" target=\"_blank\" href=\"https://www.torproject.org/getinvolved/volunteer."
-"html.en\">this is a good place to start</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:317
+msgid "how do you want to <span class=\"green\">DONATE</span>?"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:526
-msgid "How can I get a Tor t-shirt or stickers?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:323
+msgid "Credit Card"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:530
-msgid ""
-"A variety of thank-you gifts for donors, including t-shirts, hoodies and "
-"stickers, are presented on our main <a href=\"https://donate.torproject.org"
-"\">donation page</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:339
+msgid "Your Info"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:536
-msgid ""
-"If I want to stay in touch with the Tor Project, what's the best way for me "
-"to do that?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:343
+msgid "* required fields"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:540
-msgid ""
-"You can sign up to receive <a class=\"hyperlinks links\" target=\"_blank\" "
-"href=\"https://newsletter.torproject.org/\">Tor News</a>, read the <a class="
-"\"hyperlinks links\" target=\"_blank\" href=\"https://blog.torproject.org/"
-"\">Tor Blog</a>, or <a class=\"hyperlinks links\" target=\"_blank\" href="
-"\"https://twitter.com/torproject\">follow us on Twitter</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:348
+msgid "First Name"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:546
-msgid ""
-"Does the Tor Project participate in the Combined Federal Campaign program?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:352
+msgid "Last Name"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:550
-msgid "No, Tor doesn't currently participate in the CFC program."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:358
+msgid "Street Address"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:552
-msgid ""
-"If you'd like to get Tor added to the CFC program in your location, that "
-"would be great: please let us know if you need any help."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:362
+msgid "Apt."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:558
-msgid "Can I donate my airline miles, flight vouchers, or hotel points?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:372
+msgid "City"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:564
-msgid ""
-"We would like to accept your miles, vouchers and hotel points, and in the "
-"future we may be able to."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:376
+msgid "State"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:570
-msgid "Can I donate hardware?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:381
+msgid "Zip"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:574
-msgid "Typically no, we don't encourage people to donate hardware."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:387
+msgid "Enter email"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:576
-msgid ""
-"But if you want to make a hardware donation that you think might be "
-"especially useful for us, please mail <span class=\"email"
-"\">giving(at)torproject.org</span>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:391
+msgid "We‘ll email you your receipt"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:582
-msgid "Can I donate my time?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:398
+msgid "Start sending me email updates about the Tor Project!"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:588
-msgid ""
-"Here's a <a class=\"hyperlinks links\" target=\"_blank\" href=\"https://www."
-"torproject.org/getinvolved/volunteer.html.en\">list of areas where we would "
-"love your help</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:405
+msgid "Card Number"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:594
-msgid "I would like my company to support Tor."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:412
+msgid "MM"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:596
-msgid "What can we do to help?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:416
+msgid "YY"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:600
-msgid ""
-"Your company could match donations made by its employees to the Tor Project--"
-"that would be wonderful."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:420
+msgid "CVC"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:602
-msgid ""
-"Your company may operate a corporate foundation that gives out grants, and "
-"if so, you should encourage it to fund us."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:428
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:480
+msgid "Choose your size and fit."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:604
-msgid ""
-"Maybe your company would be willing to <a class=\"hyperlinks links\" target="
-"\"_blank\" href=\"https://www.torproject.org/docs/faq.html.en#HowDoIDecide"
-"\">operate a Tor relay</a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:433
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:441
+msgid "T-shirt:"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:606
-msgid ""
-"If your company sells cloud services, perhaps it could donate these to Tor: "
-"We use them in some anti-censorship projects."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:451
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:455
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:457
+msgid "Comments"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:612
-msgid "You don't support my preferred way to donate."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:463
+msgid "Donating:"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:614
-msgid "Can I recommend a new donation method to you?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:470
+msgid "Donate"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:618
-msgid "Sure."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:484
+msgid "T-Shirt"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:620
-msgid ""
-"Just mail us at <span class=\"email\">giving(at)torproject.org</span></a>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:488
+msgid "Choose your size and fit for each shirt."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:626
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:492
msgid ""
-"Will the Tor Project accept donations from anybody, or do you reserve the "
-"right to reject support from specific organizations or individuals?"
+"Tor at the Heart of Internet, Powering Digital Resistance or Open "
+"Observvatory of Network Interference (OONI) T-Shirt"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:630
-msgid "We do reserve the right to reject a donation."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:496
+msgid "Strength in Numbers T-Shirt"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:632
-msgid "To date though, we haven't exercised that right."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:500
+msgid "Choose your size."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:634
-msgid "We are happy that a broad range of people use and support Tor."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:504
+msgid "Sweatshirt"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:640
-msgid "I have more questions."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:508
+msgid "A required field is missing from the form."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:642
-msgid "How can I get answers?"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:510
+msgid "Please reload the page and try again."
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:646
-msgid ""
-"Feel free to send questions to <span class=\"email\">frontdesk(at)rt."
-"torproject.org</span>."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:514
+msgid "There was a problem submitting your request to the server:<br>"
msgstr ""
-#: tmp/cache_locale/0e/0e65c68f2900f432bc062864e7bafc989d6286e272f5e98882a99f52ea4c5c89.php:648
-msgid ""
-"We will try to answer you, and we'll also post your question (and the "
-"answer) here."
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:518
+msgid "validation failed"
msgstr ""
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:22
-msgid "See if your employer offers employee gift matching"
+#. notes: __field_name__ will be replaced with the field name in the javascript.
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:524
+msgid "__field_name__ must be filled out."
msgstr ""
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:52
-msgid "Company"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:529
+msgid "This field is required"
msgstr ""
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:60
-msgid "Matching Conditions"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:533
+msgid "Invalid email address."
msgstr ""
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:68
-msgid "Contact Information"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:537
+msgid "per month"
msgstr ""
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:76
-msgid "Additional Notes"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:551
+msgid "One moment while we shovel coal into our servers."
msgstr ""
-#: tmp/cache_locale/08/08a9b06344a88c9ea01db4cdf9711c9cee305183a512ae0e8b7381dae8c6d798.php:84
-msgid "Procedure"
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:638
+msgid ""
+"Stand up for the universal human rights to privacy and freedom and help keep "
+"Tor robust and secure."
+msgstr ""
+
+#: tmp/cache_locale/04/0421bb9119a5b92b0e2e4a49c25d718283ccfa1495534b2a08ff967a0f4fd06a.php:640
+msgid "Mozilla will match your gift and double your impact."
msgstr ""
1
0