diff --git a/searx/templates/__common__/about.html b/searx/templates/__common__/about.html index 122c15c7ee48c38a489d8dea4ffe0b1b0519f323..51079ba56beb8f3a4acf4e8f70c2679c4546939b 100644 --- a/searx/templates/__common__/about.html +++ b/searx/templates/__common__/about.html @@ -1,13 +1,13 @@
- Spot is a fork of searx which is a metasearch engine, - aggregating the results of other search engines - while not storing information about its users. + {{ _('Spot is a fork of') }} searx {{ _('which is a') }} metasearch engine, + {{ _('aggregating the results of other') }} search engines + {{ _('while not storing information about its users.') }}
-More about Spot...
+{{ _('More about Spot...') }}
- If you do care about privacy, want to be a conscious user, or otherwise - believe in digital freedom, make Spot your default search engine or run it - on your own server + {{ _("If you do care about privacy, want to be a conscious user, or otherwise believe in digital freedom, make Spot your default search engine or run it on your own server") }}
-Spot is a metasearch engine, inspired by the seeks project. - It provides basic privacy by mixing your queries with searches on other + {{ _("""It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except Chromium-based browsers*). Therefore they show up in neither our logs, nor your url history. In the case of Chromium-based @@ -55,32 +50,29 @@ requests. Spot can be added to your browser's search bar; moreover, it can be set as - the default search engine. + the default search engine.""") }}
-- Spot supports OpenSearch. - For more information on changing your default search engine, see your browser's documentation: + {{ _('Spot supports') }} OpenSearch. + {{ _("For more information on changing your default search engine, see your browser's documentation:") }}
- Spot appreciates your concern regarding logs, so take the - code from the original Spot project and - run it yourself! + {{ _('Spot appreciates your concern regarding logs, so take the code from the') }} {{ _('original Spot project') }} {{ _('and run it yourself!') }}