diff options
Diffstat (limited to 'lib/l10n/nb_NO.php')
-rw-r--r-- | lib/l10n/nb_NO.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/nb_NO.php b/lib/l10n/nb_NO.php index b83506c9135..fe39d453239 100644 --- a/lib/l10n/nb_NO.php +++ b/lib/l10n/nb_NO.php @@ -85,6 +85,7 @@ $TRANSLATIONS = array( "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" => "Bare disse tegnene tillates i et brukernavn: \"a-z\", \"A-Z\", \"0-9\" og \"_.@-\"", "A valid username must be provided" => "Oppgi et gyldig brukernavn", "A valid password must be provided" => "Oppgi et gyldig passord", -"The username is already being used" => "Brukernavnet er allerede i bruk" +"The username is already being used" => "Brukernavnet er allerede i bruk", +"Could not obtain lock type %d on \"%s\"." => "Klarte ikke å låse med type %d på \"%s\"." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |