From 8f5795f1b044930868494a72afd761b8559f66b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no>
Date: Mon, 28 May 2018 10:51:32 +0200
Subject: [PATCH] =?UTF-8?q?Add=20norwegian=20bokm=C3=A5l=20translation=20f?=
 =?UTF-8?q?or=20the=20cardinality=20filter.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .../core/dictionaries/cardinality.translation.json  | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/modules/core/dictionaries/cardinality.translation.json b/modules/core/dictionaries/cardinality.translation.json
index f38fdb86c..9f479dc0f 100644
--- a/modules/core/dictionaries/cardinality.translation.json
+++ b/modules/core/dictionaries/cardinality.translation.json
@@ -2,21 +2,26 @@
   "cardinality_header": {
     "af": "Verkeerde Eienskappe",
     "nl": "Niet de juiste attributen",
-    "es": "Atributos inválidos"
+    "es": "Atributos inválidos",
+    "no": "Ugyldige atributter"
+
   },
   "cardinality_text": {
     "af": "Een of meer van die eienskappe wat deur u identiteits-verskaffer voorsien was, bevat nie die verwagte aantal waardes nie.",
     "nl": "Één of meer door de Identity Provider geleverde attributen bevat niet het vereiste aantal attributen.",
-    "es": "Uno o más atributos proporcionados por su proveedor de identidad no contiene la cantidad de valores esperada."
+    "es": "Uno o más atributos proporcionados por su proveedor de identidad no contiene la cantidad de valores esperada.",
+    "no": "Én eller flere atributter levert av din identitetsleverandør har ikke så mange verdier som forventes."
   },
   "problematic_attributes": {
     "af": "Die problematiese eienskap(pe) is:",
     "nl": "De onjuiste attributen zijn:",
-    "es": "Los atributos problemáticos son:"
+    "es": "Los atributos problemáticos son:",
+    "no": "De ugyldige atributter er:"
   },
   "got_want": {
     "af": "%GOT% waarde ontvang, %WANT% nodig",
     "nl": "%GOT% ontvangen waarden, %WANT% vereist",
-    "es": "contiene %GOT% valores, se esperaban %WANT%"
+    "es": "contiene %GOT% valores, se esperaban %WANT%",
+    "no": "har %GOT% verdier, forventer %WANT%"
   }
 }
-- 
GitLab