diff options
Diffstat (limited to 'core/l10n/nb.js')
-rw-r--r-- | core/l10n/nb.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/l10n/nb.js b/core/l10n/nb.js index ac2169b04c3..269051f1f3f 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -112,9 +112,6 @@ OC.L10N.register( "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Oppdateringen mislyktes. Rapporter dette problemet til <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud-gemenskapen</a>.", "Continue to Nextcloud" : "Fortsett til Nextcloud", "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Oppdateringen var vellykket. Videresender deg til Nextcloud om %n sekund.","Oppdateringen var vellykket. Videresender deg til Nextcloud om %n sekunder."], - "Searching other places" : "Søker andre steder", - "No search results in other folders for {tag}{filter}{endtag}" : "Ingen søkeresultater i andre mapper etter {tag}{filter}{endtag}", - "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søkeresultat i en annen mappe","{count} søkeresultater i andre mapper"], "Log in" : "Logg inn", "Logging in …" : "Logger inn…", "Server side authentication failed!" : "Autentisering mislyktes på serveren!", @@ -400,6 +397,9 @@ OC.L10N.register( "Name..." : "Navn …", "Error removing share" : "Feil ved fjerning av deling", "({scope})" : "({scope})", + "Searching other places" : "Søker andre steder", + "No search results in other folders for {tag}{filter}{endtag}" : "Ingen søkeresultater i andre mapper etter {tag}{filter}{endtag}", + "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} søkeresultat i en annen mappe","{count} søkeresultater i andre mapper"], "Saving..." : "Lagrer …", "Search" : "Søk", "Reset search" : "Tilbakestill søk", |