From df06dddc044161c6d5caacab1b2a5b9faa109f01 Mon Sep 17 00:00:00 2001
From: Alexandre Flament
Date: Thu, 30 Sep 2021 17:55:22 +0200
Subject: SearXNG: oscar theme
---
searx/templates/oscar/base.html | 8 ++++----
searx/templates/oscar/index.html | 4 ++--
searx/templates/oscar/messages/first_time.html | 2 +-
searx/templates/oscar/messages/no_results.html | 2 +-
searx/templates/oscar/navbar.html | 2 +-
searx/templates/oscar/preferences.html | 10 +++++-----
searx/templates/oscar/result_templates/map.html | 2 +-
7 files changed, 15 insertions(+), 15 deletions(-)
(limited to 'searx/templates')
diff --git a/searx/templates/oscar/base.html b/searx/templates/oscar/base.html
index df06763fa..01dedc782 100644
--- a/searx/templates/oscar/base.html
+++ b/searx/templates/oscar/base.html
@@ -3,9 +3,9 @@
-
-
-
+
+
+
{% block meta %}{% endblock %}
@@ -97,7 +97,7 @@
{% if load_leaflet %}{{" "}}{{ "\n" }}{% endif %}
{% if autocomplete %}{{" "}}{{ "\n" }}{% endif %}
-
diff --git a/searx/templates/oscar/index.html b/searx/templates/oscar/index.html
index fd8625d17..3ddfbcd49 100644
--- a/searx/templates/oscar/index.html
+++ b/searx/templates/oscar/index.html
@@ -4,10 +4,10 @@
{{- "" -}}
{%- if cookies['oscar-style'] == 'pointhi' -%}
-
searx
+
SearXNG
{%- else -%}
{{- "" -}}
-
searx{{- "" -}}
+
SearXNG{{- "" -}}
{%- endif -%}
{{- "" -}}
diff --git a/searx/templates/oscar/messages/first_time.html b/searx/templates/oscar/messages/first_time.html
index 38db62bdf..8b29d7020 100644
--- a/searx/templates/oscar/messages/first_time.html
+++ b/searx/templates/oscar/messages/first_time.html
@@ -4,5 +4,5 @@
{{ _('Close') }}
{{ icon('info-sign') }} {{ _('Heads up!') }}
- {{ _('It look like you are using searx first time.') }}
+ {{ _('It look like you are using SearXNG first time.') }}
diff --git a/searx/templates/oscar/messages/no_results.html b/searx/templates/oscar/messages/no_results.html
index fe8e39d33..a76e31bb9 100644
--- a/searx/templates/oscar/messages/no_results.html
+++ b/searx/templates/oscar/messages/no_results.html
@@ -10,7 +10,7 @@
){{- '' -}}
{%- endfor -%}
- {{ _('Please, try again later or find another searx instance.') }} ({{ _('Public instances') }} )
+ {{ _('Please, try again later or find another SearXNG instance.') }} ({{ _('Public instances') }} )
{% else %}
diff --git a/searx/templates/oscar/navbar.html b/searx/templates/oscar/navbar.html
index 077fb9f15..0eeb207a0 100644
--- a/searx/templates/oscar/navbar.html
+++ b/searx/templates/oscar/navbar.html
@@ -1,4 +1,4 @@
-
{{- "" -}}
+
{{- "" -}}
{{- "" -}}
{{ instance_name }} {{- "" -}}
{{- "" -}}
diff --git a/searx/templates/oscar/preferences.html b/searx/templates/oscar/preferences.html
index 4b06b9614..1fd857c30 100644
--- a/searx/templates/oscar/preferences.html
+++ b/searx/templates/oscar/preferences.html
@@ -208,7 +208,7 @@
{% if 'theme' not in locked_preferences %}
{% set theme_label = _('Themes') %}
- {% set theme_info = _('Change searx layout') %}
+ {% set theme_info = _('Change SearXNG layout') %}
{{ preferences_item_header(theme_info, theme_label, rtl, 'theme') }}
{% for name in themes %}
@@ -271,7 +271,7 @@
{% if 'image_proxy' not in locked_preferences %}
{% set image_proxy_label = _('Image proxy') %}
- {% set image_proxy_info = _('Proxying image results through searx') %}
+ {% set image_proxy_info = _('Proxying image results through SearXNG') %}
{{ preferences_item_header(image_proxy_info, image_proxy_label, rtl, 'image_proxy') }}
{{ _('Enabled') }}
@@ -397,7 +397,7 @@
- {{ _('This is the list of searx\'s instant answering modules.') }}
+ {{ _('This is the list of SearXNG\'s instant answering modules.') }}
{% for answerer in answerers %}
@@ -431,8 +431,8 @@
{{ _('Cookies') }}
- {{ _('This is the list of cookies and their values searx is storing on your computer.') }}
- {{ _('With that list, you can assess searx transparency.') }}
+ {{ _('This is the list of cookies and their values SearXNG is storing on your computer.') }}
+ {{ _('With that list, you can assess SearXNG transparency.') }}
{% if cookies %}
diff --git a/searx/templates/oscar/result_templates/map.html b/searx/templates/oscar/result_templates/map.html
index 3b7ba1111..bcd1019ec 100644
--- a/searx/templates/oscar/result_templates/map.html
+++ b/searx/templates/oscar/result_templates/map.html
@@ -56,7 +56,7 @@
{%- if (result.latitude and result.longitude) or result.boundingbox -%}
- {{ icon('globe') }} {{ _('show map') }}
+ {{ icon('globe') }} {{ _('show map') }}
{%- endif -%}
--
cgit v1.2.3