diff options
Diffstat (limited to 'apps/settings/l10n/nb.js')
-rw-r--r-- | apps/settings/l10n/nb.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js index ab84ea1e86b..f6a9df193e3 100644 --- a/apps/settings/l10n/nb.js +++ b/apps/settings/l10n/nb.js @@ -316,8 +316,8 @@ OC.L10N.register( "Last job execution ran %s. Something seems wrong." : "Siste jobbkjøring kjørte %s. Noe ser ut til å være galt.", "Last job ran %s." : "Siste jobb kjørte %s.", "Background job didn’t run yet!" : "Bakgrunnsjobben har ikke kjørt enda!", - "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "For optimal ytelse er det viktig å sette opp bakgrunnsjobber rett. For kjøring på større installasjoner er 'Cron' anbefalt innstilling. Se dokumentasjonen for mer informasjon.", "Pick background job setting" : "Velg innstilling for bakgrunnsjobb", + "Recommended" : "Anbefalt", "The cron.php needs to be executed by the system user \"%s\"." : "Filen cron.php må kjøres systemet som følgende bruker \"%s\".", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "For å kjøre denne trenger du PHP POSIX utvidelse. Se {linkstart}PHP-dokumentasjonen{linkend} for flere detaljer.", "As admin you can fine-tune the sharing behavior. Please see the documentation for more information." : "Som administrator kan du fininnstille delingsoppførselen. Se dokumentasjonen for mer informasjon.", @@ -376,6 +376,7 @@ OC.L10N.register( "Error: This app can not be enabled because it makes the server unstable" : "Feil: Denne appen kan ikke aktiveres fordi det gjør serveren ustabil", "mail" : "e-post", "Test email settings" : "Test innstillinger for e-post", + "For optimal performance it's important to configure background jobs correctly. For bigger instances 'Cron' is the recommended setting. Please see the documentation for more information." : "For optimal ytelse er det viktig å sette opp bakgrunnsjobber rett. For kjøring på større installasjoner er 'Cron' anbefalt innstilling. Se dokumentasjonen for mer informasjon.", "Expire after " : "Utløper etter", "days" : "dager", "Allow users to share via link" : "Tillat brukere å dele via lenke", |