[check/master] Add links to run a relay and stay anonymous

commit ea8e165b410c0ead0b306101fcc631138eba6993 Author: Arlo Breault <arlolra@gmail.com> Date: Tue Dec 16 18:50:53 2014 -0800 Add links to run a relay and stay anonymous * This was trac 13392 --- check.pot | 10 +++++++++- public/index.html | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) 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 »" @@ -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" }}
participants (1)
-
arlo@torproject.org