From 26e24149e0b2b95d3bef32c7d9f6dd7d8fd10092 Mon Sep 17 00:00:00 2001
From: ThorPrestboen <thor.erling.prestboen@gmail.com>
Date: Wed, 2 Jan 2019 12:06:43 +0100
Subject: [PATCH] translation update

---
 inc/lang/no/lang.php                | 6 ++++++
 lib/plugins/config/lang/no/lang.php | 1 +
 lib/plugins/revert/lang/no/lang.php | 1 +
 3 files changed, 8 insertions(+)

diff --git a/inc/lang/no/lang.php b/inc/lang/no/lang.php
index 7454a144d..f94afc669 100644
--- a/inc/lang/no/lang.php
+++ b/inc/lang/no/lang.php
@@ -3,6 +3,7 @@
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ * @author ThorPrestboen <thor.erling.prestboen@gmail.com>
  * @author Christian McKenna <mckchr@banenor.no>
  * @author Reidar Mosvold <Reidar.Mosvold@hit.no>
  * @author Jorge Barrera Grandon <jorge@digitalwolves.org>
@@ -130,6 +131,11 @@ $lang['js']['media_done_btn']  = 'Ferdig';
 $lang['js']['media_drop']      = 'Dra filer hit for å laste dem opp';
 $lang['js']['media_cancel']    = 'fjern';
 $lang['js']['media_overwrt']   = 'Erstatt eksisterende filer';
+$lang['search_contains']       = 'Inneholder';
+$lang['search_past_7_days']    = 'Sist uke';
+$lang['search_past_month']     = 'Siste måned';
+$lang['search_past_year']      = 'Siste år';
+$lang['search_sort_by_hits']   = 'Sorter etter treff';
 $lang['regmissing']            = 'Vennligst fyll ut alle felt.';
 $lang['reguexists']            = 'Det finnes allerede en konto med dette brukernavnet.';
 $lang['regsuccess']            = 'Brukerkonto har blitt laget og passord har blitt sendt via e-post.';
diff --git a/lib/plugins/config/lang/no/lang.php b/lib/plugins/config/lang/no/lang.php
index d1f5f0c31..a6737291e 100644
--- a/lib/plugins/config/lang/no/lang.php
+++ b/lib/plugins/config/lang/no/lang.php
@@ -3,6 +3,7 @@
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ * @author ThorPrestboen <thor.erling.prestboen@gmail.com>
  * @author Christian McKenna <mckchr@banenor.no>
  * @author Thomas Nygreen <nygreen@gmail.com>
  * @author Arild Burud <arildb@met.no>
diff --git a/lib/plugins/revert/lang/no/lang.php b/lib/plugins/revert/lang/no/lang.php
index 3d911b4d6..1967843f9 100644
--- a/lib/plugins/revert/lang/no/lang.php
+++ b/lib/plugins/revert/lang/no/lang.php
@@ -3,6 +3,7 @@
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
  *
+ * @author ThorPrestboen <thor.erling.prestboen@gmail.com>
  * @author Christian McKenna <mckchr@banenor.no>
  * @author Thomas Nygreen <nygreen@gmail.com>
  * @author Arild Burud <arildb@met.no>
-- 
GitLab