diff options
Diffstat (limited to 'settings/l10n/nb_NO.php')
-rw-r--r-- | settings/l10n/nb_NO.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/l10n/nb_NO.php b/settings/l10n/nb_NO.php index 91cc35f88e2..b1d2fdea2b2 100644 --- a/settings/l10n/nb_NO.php +++ b/settings/l10n/nb_NO.php @@ -222,5 +222,6 @@ $TRANSLATIONS = array( "Default" => "Standard", "If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Hvis installasjonen din ikke er installert i roten av domenet og bruker system cron, kan det bli problemer med URL-generering. For å forhindre disse problemene, sett \"overwritewebroot\" i filen config.php til webroot-stien for installasjonen din (Forslag: \"%s\")", "URL generation in notification emails" => "URL-generering i varsel-eposter", +"No problems found" => "Ingen problemer funnet", ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |