From 2965a981b7ec22866fbdf2d567d87e2d068d3617 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 31 Jul 2015 16:04:08 -0400
Subject: [PATCH] Allow to search and import missing PGP pubkeys from keyservers using Publickey.js

---
 plugins/password/localization/nn_NO.inc |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/plugins/password/localization/nn_NO.inc b/plugins/password/localization/nn_NO.inc
index dc7c8f3..9a8fd78 100644
--- a/plugins/password/localization/nn_NO.inc
+++ b/plugins/password/localization/nn_NO.inc
@@ -15,14 +15,9 @@
 
  For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
 */
-
-$labels = array();
-$labels['changepasswd']  = 'Bytt passord';
 $labels['curpasswd']  = 'Noverande passord:';
 $labels['newpasswd']  = 'Nytt passord:';
 $labels['confpasswd']  = 'Bekreft nytt passord';
-
-$messages = array();
 $messages['nopassword'] = 'Venlegast skriv inn nytt passord.';
 $messages['nocurpassword'] = 'Venlegast skriv inn noverande passord.';
 $messages['passwordincorrect'] = 'Noverande passord er feil.';
@@ -33,5 +28,4 @@
 $messages['passwordshort'] = 'Passordet må minimum innehalde $length teikn.';
 $messages['passwordweak'] = 'Passordet må innehalde minst eitt tal og eitt skilleteikn.';
 $messages['passwordforbidden'] = 'Passordet inneheld forbodne teikn.';
-
 ?>

--
Gitblit v1.9.1