diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-16 02:25:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-16 02:25:55 +0000 |
commit | 5413855d739bfefc4e686a58619b77207b6404b6 (patch) | |
tree | d6752d218614dbee5a6208722ca66e8a920948bd /lib/l10n/nl.js | |
parent | b36a31c918ad997e6d227dc7923791c487e18e51 (diff) | |
download | nextcloud-server-5413855d739bfefc4e686a58619b77207b6404b6.tar.gz nextcloud-server-5413855d739bfefc4e686a58619b77207b6404b6.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/nl.js')
-rw-r--r-- | lib/l10n/nl.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index a98b5695f2c..1f5cc16f998 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -222,6 +222,8 @@ OC.L10N.register( "Please ask your server administrator to install the module." : "Vraag je beheerder om de module te installeren.", "PHP setting \"%s\" is not set to \"%s\"." : "PHP instelling \"%s\" staat niet op \"%s\".", "Adjusting this setting in php.ini will make Nextcloud run again" : "Het aanpassen van deze instelling in php.ini zorgt ervoor dat Nextcloud weer start", + "<code>mbstring.func_overload</code> is set to <code>%s</code> instead of the expected value <code>0</code>." : "<code>mbstring.func_overload</code> is ingesteld op <code>%s</code> in plaats van de verwachte waarde <code>0</code>.", + "To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini." : "Om dit op te lossen stel je <code>mbstring.func_overload</code> in op <code>0</code> in je php.ini.", "libxml2 2.7.0 is at least required. Currently %s is installed." : "De minimale versie van libxml2 versie is 2.7.0. Momenteel is versie%s geïnstalleerd.", "To fix this issue update your libxml2 version and restart your web server." : "Om dit probleem op te lossen, moet je de libxml2 versie bijwerken en je webserver herstarten.", "PHP is apparently set up to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is nu zo ingesteld dat 'inline doc blocks' worden gestript. Hierdoor worden verschillende hoofd modules onbruikbaar.", |