diff --git a/dictionaries/attributes.php b/dictionaries/attributes.php index 44bd964a344a656d38e4213d7d45024b64d77276..ac60084015ce5c05842c4f053565c282297abdf5 100644 --- a/dictionaries/attributes.php +++ b/dictionaries/attributes.php @@ -682,7 +682,7 @@ $lang = array( 'attribute_edupersontargetedid' => array ( 'no' => 'Persistent anonym ID', 'nn' => 'Persistent anonym ID', - 'da' => 'Vedholdende anonymt bruger-ID hos tjenesten', + 'da' => 'Pseudonymt bruger-ID', 'en' => 'Persistent pseudonymous ID', 'de' => 'Persistente pseudonyme ID', 'sv' => 'Varaktig anonym identitet i aktuell tjänst', diff --git a/modules/consent/dictionaries/consent.php b/modules/consent/dictionaries/consent.php index 966fb7b4845ed18fd45323515407c5810d166375..f5165e3c744440a939874dd69cba9c8d37aab878 100644 --- a/modules/consent/dictionaries/consent.php +++ b/modules/consent/dictionaries/consent.php @@ -373,14 +373,8 @@ $lang = array( 'pt' => 'Listar a informação acerca de si que será enviada para o serviço no qual se está autenticar', 'tr' => 'Girmek istediğiniz servise gönderilecek bilginizi listeleyin', ), - 'show_attribute' => array ( - 'no' => 'Vis innhold', - 'nn' => 'Vis innhald', - 'da' => 'Vis indhold', - 'en' => 'Show content', - ), ); -?> +?> \ No newline at end of file diff --git a/modules/core/dictionaries/frontpage.php b/modules/core/dictionaries/frontpage.php index 51d8fcb631c967c8f351cc7e6e61e75ce28d7a82..eb7ac2bfeff36aba02111d7d09a47cf0cd3c27a9 100644 --- a/modules/core/dictionaries/frontpage.php +++ b/modules/core/dictionaries/frontpage.php @@ -910,6 +910,7 @@ $lang = array( 'tr' => 'Düzenlenmiş kimlik doğrulama kaynaklarını test et', ), 'deprecated' => array ( + 'no' => 'Utdatert', 'en' => 'Deprecated', ),