Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2022-01-11 05:27:07 +0300
committerNextcloud bot <bot@nextcloud.com>2022-01-11 05:27:07 +0300
commit7484abb6c07f2296abc2040ecd747ddf1d65e98e (patch)
tree2213166834ea943b6b4f3d71120d43bfac91beb3 /lib/l10n/nl.js
parent5faba45e6343455f6e3471dbf9a9d116ed679058 (diff)
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/nl.js')
-rw-r--r--lib/l10n/nl.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js
index 683b5087e58..6fe56200225 100644
--- a/lib/l10n/nl.js
+++ b/lib/l10n/nl.js
@@ -2,6 +2,7 @@ OC.L10N.register(
"lib",
{
"Cannot write into \"config\" directory!" : "Kan niet schrijven naar de \"config\" directory!",
+ "This can usually be fixed by giving the web server 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.",
@@ -211,8 +212,17 @@ OC.L10N.register(
"Authentication error" : "Authenticatiefout",
"Token expired. Please reload page." : "Token verlopen. Herlaad de pagina.",
"No database drivers (sqlite, mysql, or postgresql) installed." : "Geen database drivers (sqlite, mysql of postgres) geïnstalleerd.",
+ "Cannot write into \"config\" directory." : "Kan niet schrijven naar de \"config\" directory!",
+ "This can usually be fixed by giving the web server write access to the config directory. See %s" : "Dit kan opgelost worden door de config map op de webserver schrijf rechten te geven. Zie %s",
"Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it. See %s" : "Of, als je liever config.php Alleen-lezen houdt, stel de optie \"config_is_read_only\" in op true. Zie %s",
+ "Cannot write into \"apps\" directory." : "Kan niet schrijven naar de \"apps\" directory",
+ "This can usually be fixed by giving the web server 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." : "Kan de \"data\"-map niet aanmaken.",
+ "This can usually be fixed by giving the web server 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 web server write access to the root directory. See %s." : "Machtigingen kunnen worden hersteld door de root map op de webserver schrijf toegang te geven. Zie %s.",
+ "Your data directory is not writable." : "Je datamap is niet beschrijfbaar",
+ "Setting locale to %s failed." : "Instellen taal op %s mislukte.",
+ "Please install one of these locales on your system and restart your web server." : "Installeer één van de talen op je systeem en herstart je webserver.",
"PHP module %s not installed." : "PHP module %s niet geïnstalleerd.",
"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\".",
@@ -223,7 +233,13 @@ OC.L10N.register(
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.",
"PHP modules have been installed, but they are still listed as missing?" : "PHP modules zijn geïnstalleerd, maar ze worden nog steeds als ontbrekend aangegeven?",
"Please ask your server administrator to restart the web server." : "Vraag je beheerder de webserver opnieuw te starten.",
+ "PostgreSQL >= 9 required." : "PostgreSQL >= 9 is vereist.",
+ "Please upgrade your database version." : "Werk je databaseversie bij.",
+ "Your data directory is readable by other users." : "Je datamap is leesbaar voor andere gebruikers.",
"Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Wijzig de machtiging in 0770 zodat de directory niet door andere gebruikers bekeken kan worden.",
+ "Your data directory must be an absolute path." : "Je datamap moet een absolute bestandslocatie hebben.",
+ "Check the value of \"datadirectory\" in your configuration." : "Controleer de waarde van \"datadirectory\" in je configuratie.",
+ "Your data directory is invalid." : "Je datamap is ongeldig.",
"Ensure there is a file called \".ocdata\" in the root of the data directory." : "Zorg dat er een bestand genaamd \".ocdata\" in de hoofddirectory aanwezig is.",
"Action \"%s\" not supported or implemented." : "Actie \"%s\" niet ondersteund of geïmplementeerd.",
"Authentication failed, wrong token or provider ID given" : "Authenticatie mislukt, ongeldig token of provider ID opgegeven",