diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-04-26 02:28:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-04-26 02:28:26 +0000 |
commit | 8bcba22d77cc56433a38be29e66692db94c2081a (patch) | |
tree | 62775d84b7ce51b5fbff718da41bfaff45ec1fa8 /apps/settings/l10n/nl.js | |
parent | 6935baa568749b2bdfa62a8effe94088d9555efa (diff) | |
download | nextcloud-server-8bcba22d77cc56433a38be29e66692db94c2081a.tar.gz nextcloud-server-8bcba22d77cc56433a38be29e66692db94c2081a.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/nl.js')
-rw-r--r-- | apps/settings/l10n/nl.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index 262ce173a8c..ef770c9afa0 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -414,11 +414,8 @@ OC.L10N.register( "Some jobs didn’t execute since %s. Please consider switching to system cron." : "Sommige taken zijn sinds %s niet meer uitgevoerd. Overweeg om over te schakelen naar systemcron.", "Last job ran %s." : "Laatste taak %s uitgevoerd.", "Background job didn’t run yet!" : "Achtergrondtaak nog niet uitgevoerd!", - "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." : "Voor optimale prestaties is het belangrijk om de achtergrondtaken goed te configureren. Voor grotere installaties is \"Cron' de aanbevolen instelling. Bekijk de documentatie voor meer informatie.", "Pick background job setting" : "Kies de achtergrondtaak instelling", - "Execute one task with each page loaded." : "Bij laden van elke pagina één taak uitvoeren.", - "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP." : "cron.php is geregistreerd bij een webcron service om elke 5 minuten cron.php over http aan te roepen.", - "Use system cron service to call the cron.php file every 5 minutes." : "Gebruik de systeemcron service om cron.php elke 5 minuten aan te roepen.", + "Recommended" : "Aanbevolen", "The cron.php needs to be executed by the system user \"%s\"." : "cron.php moet worden uitgevoerd door systeemgebruiker \"%s\".", "To run this you need the PHP POSIX extension. See {linkstart}PHP documentation{linkend} for more details." : "PHP POSIX extensie is vereist om dit te draaien. Bekijk {linkstart}PHP documentatie{linkend} voor meer informatie.", "You need to enable the File sharing App." : "Je dient de File sharing App in te schakelen", @@ -497,6 +494,10 @@ OC.L10N.register( "Error: This app can not be enabled because it makes the server unstable" : "Fout: Deze app kan niet ingeschakeld worden, omdat die de server onstabiel maakt", "mail" : "e-mail", "Test email settings" : "Test e-mailinstellingen", + "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." : "Voor optimale prestaties is het belangrijk om de achtergrondtaken goed te configureren. Voor grotere installaties is \"Cron' de aanbevolen instelling. Bekijk de documentatie voor meer informatie.", + "Execute one task with each page loaded." : "Bij laden van elke pagina één taak uitvoeren.", + "cron.php is registered at a webcron service to call cron.php every 5 minutes over HTTP." : "cron.php is geregistreerd bij een webcron service om elke 5 minuten cron.php over http aan te roepen.", + "Use system cron service to call the cron.php file every 5 minutes." : "Gebruik de systeemcron service om cron.php elke 5 minuten aan te roepen.", "Expire after " : "Vervalt na", "days" : "dagen", "Allow users to share via link" : "Sta gebruikers toe om te delen via een link", |