diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-06 02:26:01 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-06 02:26:01 +0000 |
commit | fdb2b07803b54dc65a7db693c3c04e6e6a02b36c (patch) | |
tree | 8945aa528a862813d05ba669f446fc4c2a8d9628 /lib/l10n | |
parent | b211d02e9c0e1c2f5d3eed0916810d8db732237e (diff) | |
download | nextcloud-server-fdb2b07803b54dc65a7db693c3c04e6e6a02b36c.tar.gz nextcloud-server-fdb2b07803b54dc65a7db693c3c04e6e6a02b36c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/nl.js | 1 | ||||
-rw-r--r-- | lib/l10n/nl.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index d852a7c0c47..568d653fcfc 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -195,6 +195,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. See %s" : "Dit kan opgelost worden door de config map op de webserver schrijf rechten te geven. See %s", "Cannot write into \"apps\" directory" : "Kan niet schrijven naar de \"apps\" directory", + "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "Dit kan hersteld worden door de webserver schrijfrechten te geven op de appsdirectory of door de App Store te deactiveren in het configuratie bestand.", "Cannot create \"data\" directory" : "\"data\" map kan niet worden aangemaakt", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Dit kan hersteld worden door de root map schrijf rechten te geven op de webserver. Zie %s", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Rechten kunnen worden hersteld door de root map op de webserver schrijf toegang te geven. Zie %s.", diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index 1d24f9b57f9..7186771a9b1 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -193,6 +193,7 @@ "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. See %s" : "Dit kan opgelost worden door de config map op de webserver schrijf rechten te geven. See %s", "Cannot write into \"apps\" directory" : "Kan niet schrijven naar de \"apps\" directory", + "This can usually be fixed by giving the webserver write access to the apps directory or disabling the App Store in the config file." : "Dit kan hersteld worden door de webserver schrijfrechten te geven op de appsdirectory of door de App Store te deactiveren in het configuratie bestand.", "Cannot create \"data\" directory" : "\"data\" map kan niet worden aangemaakt", "This can usually be fixed by giving the webserver write access to the root directory. See %s" : "Dit kan hersteld worden door de root map schrijf rechten te geven op de webserver. Zie %s", "Permissions can usually be fixed by giving the webserver write access to the root directory. See %s." : "Rechten kunnen worden hersteld door de root map op de webserver schrijf toegang te geven. Zie %s.", |