summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArlo Breault <arlolra@gmail.com>2019-04-08 13:47:09 -0400
committerArlo Breault <arlolra@gmail.com>2019-04-08 13:47:09 -0400
commitc7203e3d5466da2a4c7b868cf2ccdb7e1ca4d43b (patch)
treeb94036679605009de128e01b24b4a2f743ff50a1
parent119a4768d7ce673d091c6ffed4dfa64a154056ff (diff)
Update check.pot after 513656e
-rw-r--r--check.pot21
-rw-r--r--public/index.html2
2 files changed, 7 insertions, 16 deletions
diff --git a/check.pot b/check.pot
index 79398e1..4c175b5 100644
--- a/check.pot
+++ b/check.pot
@@ -26,8 +26,8 @@ msgid "There is a security update available for Tor Browser."
msgstr ""
msgid ""
-"<a href=\"https://www.torproject.org/download/download-easy.html\">Click "
-"here to go to the download page</a>"
+"<a href=\"https://www.torproject.org/download/\">Click here to go to the "
+"download page</a>"
msgstr ""
msgid "Sorry. You are not using Tor."
@@ -36,24 +36,15 @@ msgstr ""
msgid ""
"If you are attempting to use a Tor client, please refer to the <a href="
"\"https://www.torproject.org/\">Tor website</a> and specifically the <a href="
-"\"https://www.torproject.org/docs/faq#DoesntWork\">instructions for "
-"configuring your Tor client</a>."
+"\"https://support.torproject.org/#faq\">frequently asked questions</a>."
msgstr ""
msgid "Sorry, your query failed or an unexpected response was received."
msgstr ""
-msgid ""
-"A temporary service outage prevents us from determining if your source IP "
-"address is a <a href=\"https://www.torproject.org/\">Tor</a> node."
-msgstr ""
-
msgid "Your IP address appears to be: "
msgstr ""
-msgid "Are you using Tor?"
-msgstr ""
-
msgid "This page is also available in the following languages:"
msgstr ""
@@ -71,9 +62,6 @@ msgstr ""
msgid "Go"
msgstr ""
-msgid "Short User Manual"
-msgstr ""
-
msgid "Donate to Support Tor"
msgstr ""
@@ -97,3 +85,6 @@ msgstr ""
msgid "Stay Anonymous"
msgstr ""
+
+msgid "Relay Search"
+msgstr ""
diff --git a/public/index.html b/public/index.html
index 84f7c81..9b5d885 100644
--- a/public/index.html
+++ b/public/index.html
@@ -102,7 +102,7 @@
{{ end }}
<p class="mid">
{{ if .IsTor }}
- {{ GetText .Lang "Please refer to the <a href=\"https://www.torproject.org/\">Tor website</a> for further information about using Tor safely. You are now free to browse the Internet anonymously." | UnEscaped }} {{ GetText .Lang "For more information about this exit relay, see:" }} <a href="https://metrics.torproject.org/rs.html#search/{{ .IP }}">Relay Search</a>.
+ {{ GetText .Lang "Please refer to the <a href=\"https://www.torproject.org/\">Tor website</a> for further information about using Tor safely. You are now free to browse the Internet anonymously." | UnEscaped }} {{ GetText .Lang "For more information about this exit relay, see:" }} <a href="https://metrics.torproject.org/rs.html#search/{{ .IP }}">{{ GetText .Lang "Relay Search" }}</a>.
{{ else }}
{{ GetText .Lang "If you are attempting to use a Tor client, please refer to the <a href=\"https://www.torproject.org/\">Tor website</a> and specifically the <a href=\"https://support.torproject.org/#faq\">frequently asked questions</a>." | UnEscaped }}
{{ end }}