diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-08-03 00:19:57 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-08-03 00:19:57 +0000 |
commit | 30292cd882695a338199c50734ab99e69e41a7b6 (patch) | |
tree | 3cb413620e35cd4dffa60830456fef39eff3ec1a /apps/settings/l10n/nb.js | |
parent | 3cabd544f61226fc1ff10178928ec8f54ab3c721 (diff) | |
download | nextcloud-server-30292cd882695a338199c50734ab99e69e41a7b6.tar.gz nextcloud-server-30292cd882695a338199c50734ab99e69e41a7b6.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/nb.js')
-rw-r--r-- | apps/settings/l10n/nb.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js index a38a2583bce..0fe7a96eccc 100644 --- a/apps/settings/l10n/nb.js +++ b/apps/settings/l10n/nb.js @@ -251,6 +251,7 @@ OC.L10N.register( "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply \"opcache.interned_strings_buffer\" to your PHP configuration with a value higher than \"%s\"." : "OPcache-internerte strengbufferen er nesten full. For å sikre at gjentatte strenger kan bufres effektivt, anbefales det å bruke \"opcache.interned_strings_buffer\" på PHP-konfigurasjonen med en verdi høyere enn \"%s\".", "OPcache is configured to remove code comments. With OPcache enabled, \"opcache.save_comments=1\" must be set for Nextcloud to function." : "OPcache er konfigurert til å fjerne kodekommentarer. Når OPcache er aktivert, må \"opcache.save_comments=1\" settes for at Nextcloud skal fungere.", "Nextcloud is not allowed to use the OPcache API. With OPcache enabled, it is highly recommended to include all Nextcloud directories with \"opcache.restrict_api\" or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud har ikke tillatelse til å bruke OPcache API. Når OPcache er aktivert, anbefales det sterkt å inkludere alle Nextcloud-kataloger med \"opcache.restrict_api\" eller fjerne denne innstillingen for å deaktivere OPcache API-begrensninger for å forhindre feil under Nextcloud-kjerne- eller appoppgraderinger.", + "Checking from CLI, OPcache checks have been skipped." : "Kontroll fra CLI, OPcache-sjekker er hoppet over.", "The PHP OPcache module is not properly configured. %s." : "PHP OPcache-modulen er ikke riktig konfigurert. %s.", "Correctly configured" : "Korrekt konfigurert", "PHP version" : "PHP-versjon", @@ -365,6 +366,8 @@ OC.L10N.register( "Privacy settings for sharing" : "Personverninnstillinger for deling", "Allow account name autocompletion in share dialog and allow access to the system address book" : "Tillat automatisk fullføring av kontonavn i delingsdialogen og gi tilgang til systemets adressebok", "If autocompletion \"same group\" and \"phone number integration\" are enabled a match in either is enough to show the user." : "Hvis autofullføring \"samme gruppe\" og \"telefonnummerintegrasjon\" er aktivert, er en match i begge nok til å vise brukeren.", + "Restrict account name autocompletion and system address book access to users within the same groups" : "Begrens automatisk fullføring av kontonavn og tilgang til systemadressebok til brukere i de samme gruppene", + "Restrict account name autocompletion to users based on phone number integration" : "Begrens automatisk fullføring av kontonavn til brukere basert på integrering av telefonnummer", "Allow autocompletion when entering the full name or email address (ignoring missing phonebook match and being in the same group)" : "Tillat autofullføring når du skriver inn fullt navn eller e-postadresse (ignorerer manglende telefonbok-treff og er i samme gruppe)", "Show disclaimer text on the public link upload page (only shown when the file list is hidden)" : "Vis ansvarsfraskrivelse på den offentlige lenkeopplastingssiden (vises bare når fillisten er skjult)", "Disclaimer text" : "Ansvarsfraskrivelse tekst", @@ -558,6 +561,7 @@ OC.L10N.register( "Unable to delete additional email address" : "Kan ikke slette ytterligere e-postadresse", "No email address set" : "E-postadresse ikke satt", "Your handle" : "Ditt brukernavn", + "Day to use as the first day of week" : "Dag som skal brukes som første dag i uken", "Derived from your locale ({weekDayName})" : "Avledet fra din nasjonale innstilling ({weekDayName})", "Unable to update first day of week" : "Kan ikke oppdatere første dag i uken", "Your headline" : "Din overskrift", |