diff options
Diffstat (limited to 'lib/l10n/nl.js')
-rw-r--r-- | lib/l10n/nl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index d97d05ed4d9..4508d75f178 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -3,6 +3,7 @@ OC.L10N.register( { "Cannot write into \"config\" directory!" : "Kan niet schrijven naar de \"config\" directory!", "This can usually be fixed by giving the webserver write access to the config directory." : "Dit kan opgelost worden door de config map op de webserver schrijfrechten te geven.", + "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Maar, als je liever config.php alleen-lezen wilt houden, stel dan de optie \"config_is_read_only\" in op true.", "See %s" : "Zie %s", "The files of the app %1$s were not replaced correctly. Make sure it is a version compatible with the server." : "De bestanden van app %1$szijn niet correct vervangen. Zorg ervoor dat de versie compatible is met de server.", "Sample configuration detected" : "Voorbeeld configuratie gevonden", |