summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArlo Breault <arlolra@gmail.com>2014-12-16 18:50:53 -0800
committerArlo Breault <arlolra@gmail.com>2014-12-16 18:50:53 -0800
commitea8e165b410c0ead0b306101fcc631138eba6993 (patch)
tree2fe8cb3c9f8334ebe62ce3b6b9e8b5e2e8254a90
parent5971efa17aff82f883b777654d7920dacdc2afd2 (diff)
Add links to run a relay and stay anonymous
* This was trac 13392
-rw-r--r--check.pot10
-rw-r--r--public/index.html6
2 files changed, 15 insertions, 1 deletions
diff --git a/check.pot b/check.pot
index ed65512..b412daf 100644
--- a/check.pot
+++ b/check.pot
@@ -60,7 +60,9 @@ msgstr ""
msgid "For more information about this exit relay, see:"
msgstr ""
-msgid "The Tor Project is a US 501(c)(3) non-profit dedicated to the research, development, and education of online anonymity and privacy."
+msgid ""
+"The Tor Project is a US 501(c)(3) non-profit dedicated to the research, "
+"development, and education of online anonymity and privacy."
msgstr ""
msgid "Learn More &raquo;"
@@ -89,3 +91,9 @@ msgstr ""
msgid "However, it does not appear to be the Tor Browser Bundle."
msgstr ""
+
+msgid "Run a Relay"
+msgstr ""
+
+msgid "Stay Anonymous"
+msgstr ""
diff --git a/public/index.html b/public/index.html
index 6a24cb3..16eaff2 100644
--- a/public/index.html
+++ b/public/index.html
@@ -111,6 +111,12 @@
<li>
<a href="https://www.torproject.org/getinvolved/volunteer.html">{{ GetText .Lang "Volunteer" }}</a>
</li>
+ <li>
+ <a href="https://www.torproject.org/docs/tor-doc-relay.html">{{ GetText .Lang "Run a Relay" }}</a>
+ </li>
+ <li>
+ <a href="https://www.torproject.org/download/download.html#warning">{{ GetText .Lang "Stay Anonymous" }}</a>
+ </li>
</ul>
{{ end }}
{{ define "foot" }}