diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-22 00:28:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-22 00:28:48 +0000 |
commit | 1d6fd5532bda6500c412448cb4704fc3f1701c5c (patch) | |
tree | ea6276c216565ae4124e6d7883ebaaa136348fad /lib/l10n/nb.js | |
parent | 423f4e6144eb0244bedf47e0312740f2888e13cf (diff) | |
download | nextcloud-server-1d6fd5532bda6500c412448cb4704fc3f1701c5c.tar.gz nextcloud-server-1d6fd5532bda6500c412448cb4704fc3f1701c5c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/nb.js')
-rw-r--r-- | lib/l10n/nb.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index 23651c77213..ea0856ccd8a 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -5,7 +5,6 @@ OC.L10N.register( "See %s" : "Se %s", "Sample configuration detected" : "Eksempeloppsett oppdaget", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Det ble oppdaget at eksempeloppsettet er blitt kopiert. Dette kan ødelegge installasjonen din og støttes ikke. Les dokumentasjonen før du gjør endringer i config.php", - "404" : "404", "The page could not be found on the server." : "Siden ble ikke funnet på serveren.", "%s email verification" : "%s e-postbekreftelse", "Email verification" : "E-postbekreftelse", @@ -198,6 +197,7 @@ OC.L10N.register( "Full name" : "Fullt navn", "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 \"_.@-'\"", "libxml2 2.7.0 is at least required. Currently %s is installed." : "Krever minst libxml2 2.7.0. Per nå er %s installert.", - "To fix this issue update your libxml2 version and restart your web server." : "For å fikse dette problemet, oppdater din libxml2 versjon og start webserveren på nytt." + "To fix this issue update your libxml2 version and restart your web server." : "For å fikse dette problemet, oppdater din libxml2 versjon og start webserveren på nytt.", + "404" : "404" }, "nplurals=2; plural=(n != 1);"); |