diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-11-23 02:18:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-11-23 02:18:10 +0000 |
commit | b8074ae007223d6304ac3ba4ada8836c3b344d9e (patch) | |
tree | b19576847866faa92a6fab5d478b2cbe7f4d53ed /apps/settings/l10n/nl.js | |
parent | 53195cbf3a11592935cdd83f9cdd50fd378ced04 (diff) | |
download | nextcloud-server-b8074ae007223d6304ac3ba4ada8836c3b344d9e.tar.gz nextcloud-server-b8074ae007223d6304ac3ba4ada8836c3b344d9e.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/l10n/nl.js b/apps/settings/l10n/nl.js index 098c660d58e..ac0c1bb4fcf 100644 --- a/apps/settings/l10n/nl.js +++ b/apps/settings/l10n/nl.js @@ -65,6 +65,8 @@ OC.L10N.register( "Nextcloud is not allowed to use the OPcache API. It is highly recommended to include all Nextcloud directories with <code>opcache.restrict_api</code> or unset this setting to disable OPcache API restrictions, to prevent errors during Nextcloud core or app upgrades." : "Nextcloud mag de OPcache API niet gebruiken. Het wordt ten zeerste aanbevolen om alle Nextcloud-mappen op te nemen met <code>opcache.restrict_api</code> of deze instelling uit te schakelen om OPcache API-beperkingen uit te schakelen, om fouten tijdens Nextcloud-kern- of app-upgrades te voorkomen.", "The OPcache buffer is nearly full. To assure that all scripts can be hold in cache, it is recommended to apply <code>opcache.memory_consumption</code> to your PHP configuration with a value higher than <code>%s</code>." : "De OPcache-buffer is bijna vol. Om ervoor te zorgen dat alle scripts in de cache kunnen worden bewaard, wordt aanbevolen om <code>opcache.memory_consumption</code> toe te passen in je PHP-configuratie met een waarde hoger dan <code>%s</code>.", "The OPcache interned strings buffer is nearly full. To assure that repeating strings can be effectively cached, it is recommended to apply <code>opcache.interned_strings_buffer</code> to your PHP configuration with a value higher than <code>%s</code>." : "De OPcache geïnterneerde strings buffer is bijna vol. Om ervoor te zorgen dat herhalende strings effectief in de cache kunnen worden opgeslagen, wordt aanbevolen om <code>opcache.interned_strings_buffer</code> toe te passen in je PHP-configuratie met een waarde hoger dan <code>%s</code>.", + "Administrator documentation" : "Beheerdersdocumentatie", + "User documentation" : "Gebruikersdocumentatie", "Invalid SMTP password." : "Ongeldig SMTP wachtwoord", "Email setting test" : "E-mailinstellingen test", "Well done, %s!" : "Goed gedaan, %s!", @@ -157,7 +159,6 @@ OC.L10N.register( "View in store" : "Bekijken in store", "Visit website" : "Bezoek website", "Report a bug" : "Rapporteer een fout", - "User documentation" : "Gebruikersdocumentatie", "Admin documentation" : "Beheerdocumentatie", "Developer documentation" : "Ontwikkelaarsdocumentatie", "This app is supported via your current Nextcloud subscription." : "Deze app wordt ondersteund via je huidige Nextcloud abonnement.", @@ -375,7 +376,6 @@ OC.L10N.register( "Never" : "Nooit", "The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "De app is ingeschakeld maar moet worden geüpdate. Je wordt over 5 seconden doorgeleid naar de updatepagina.", "Error: This app cannot be enabled because it makes the server unstable" : "Fout: Deze app kan niet ingeschakeld worden, omdat die de server onstabiel maakt", - "Administrator documentation" : "Beheerdersdocumentatie", "Documentation" : "Documentatie", "Forum" : "Forum", "Login" : "Login", |