From a7b97175975c7a2756d586e92b049a8f5fe081d0 Mon Sep 17 00:00:00 2001 From: Elias Haugsbakk Date: Wed, 22 Jul 2026 23:06:21 +0200 Subject: translate contents to norwegian --- .../src/main/resources/templates/posts-search.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'clams-server/src/main/resources/templates/posts-search.html') diff --git a/clams-server/src/main/resources/templates/posts-search.html b/clams-server/src/main/resources/templates/posts-search.html index 34a2ed5..a63c987 100644 --- a/clams-server/src/main/resources/templates/posts-search.html +++ b/clams-server/src/main/resources/templates/posts-search.html @@ -2,14 +2,14 @@ {% block content %}
- ← back + ← hjem
-

My posts

-

For search: "{{ search_term }}" -- Found {{ results_count }} matching posts

+

Blog

+

Søk etter: "{{ search_term }}" -- Fant {{ results_count }} resultater.

- +
@@ -17,10 +17,10 @@ {% if results is empty %}
{% if search_term is empty %} -

Please enter a search term to search the posts. Or go back to all posts.

+

Skriv inn et søk. Eller gå tilbake til alle innlegg.

{% else %} -

Found no posts matching "{{ search_term }}".
- Go back to all posts.

+

Fant ingen resultater for "{{ search_term }}".
+ Gå tilbake til alle innlegg.

{% endif %}
{% else %} -- cgit v1.2.3