summaryrefslogtreecommitdiffstats
path: root/lib/l10n/nl.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/nl.php')
-rw-r--r--lib/l10n/nl.php31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/l10n/nl.php b/lib/l10n/nl.php
index e643cab1162..b758e5776ed 100644
--- a/lib/l10n/nl.php
+++ b/lib/l10n/nl.php
@@ -1,5 +1,9 @@
<?php
$TRANSLATIONS = array(
+"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 hersteld worden door de webserver schrijfrechten te geven op de de config directory",
+"See %s" => "Zie %s",
+"This can usually be fixed by %sgiving the webserver write access to the config directory%s." => "Dit kan hersteld worden door de webserver schrijfrechten te %sgeven op de de config directory%s",
"You are accessing the server from an untrusted domain." => "U benadert de server vanaf een niet vertrouwd domein.",
"Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Neem contact op met uw beheerder. Als u de beheerder van deze service bent, configureer dan de \"trusted_domain\" instelling in config/config.php. Een voorbeeldconfiguratie is gegeven in config/config.sample.php.",
"Help" => "Help",
@@ -86,6 +90,33 @@ $TRANSLATIONS = array(
"A valid username must be provided" => "Er moet een geldige gebruikersnaam worden opgegeven",
"A valid password must be provided" => "Er moet een geldig wachtwoord worden opgegeven",
"The username is already being used" => "De gebruikersnaam bestaat al",
+"No database drivers (sqlite, mysql, or postgresql) installed." => "Geen database drivers (sqlite, mysql of postgres) geïnstalleerd.",
+"Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." => "Dit kan hersteld worden door de webserver schrijfrechten te %s geven op de hoofddirectory %s.",
+"Cannot write into \"config\" directory" => "Kan niet schrijven naar de \"config\" directory",
+"Cannot write into \"apps\" directory" => "Kan niet schrijven naar de \"apps\" directory",
+"This can usually be fixed by %sgiving the webserver write access to the apps directory%s or disabling the appstore in the config file." => "Dit kan hersteld worden door de webserver schrijfrechten te %s geven op de appsdirectory %s of door de appstore te deactiveren in het configbestand.",
+"Cannot create \"data\" directory (%s)" => "Kan de \"data\" directory (%s) niet aanmaken",
+"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Dit kan worden hersteld door <a href=\"%s\" target=\"_blank\"> de webserver schrijfrechten te geven tot de hoofddirectory</a>.",
+"Setting locale to %s failed" => "Instellen taal op %s mislukte",
+"Please install one of theses locales on your system and restart your webserver." => "Installeer één van de talen op uw systeem en herstart uw webserver.",
+"Please ask your server administrator to install the module." => "Vraag uw beheerder om de module te installeren.",
+"PHP module %s not installed." => "PHP module %s niet geïnstalleerd.",
+"PHP %s or higher is required." => "PHP %s of hoger vereist.",
+"Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." => "Vraag uw beheerder om PHP bij te werken tot de laatste versie. Uw PHP versie wordt niet langer ondersteund door ownCloud en de PHP community.",
+"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode is ingeschakeld. Voor een goede werking van ownCloud moet die modus zijn uitgeschakeld.",
+"PHP Safe Mode is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "PHP Safe Mode is niet langer zinvol en zou eigenlijk gedeactiveerd moeten worden. Vraag uw beheerder om Safe Mode in php.ini of in de webserver configuratie te deactiveren.",
+"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes is geactiveerd. Voor een goede werking van ownCloud moet dit zijn uitgeschakeld.",
+"Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "Magic Quotes is niet langer zinvol en zou eigenlijk gedeactiveerd moeten worden. Vraag uw beheerder om Safe Mode in php.ini of in de webserver configuratie te deactiveren.",
+"PHP modules have been installed, but they are still listed as missing?" => "PHP modules zijn geïnstalleerd, maar worden ze nog steeds als ontbrekend aangegeven?",
+"Please ask your server administrator to restart the web server." => "Vraag uw beheerder de webserver opnieuw op te starten.",
+"PostgreSQL >= 9 required" => "PostgreSQL >= 9 vereist",
+"Please upgrade your database version" => "Werk uw database versie bij",
+"Error occurred while checking PostgreSQL version" => "Een fout trad op bij checken PostgreSQL versie",
+"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Verifieer dat u PostgreSQL >=9 draait of check de logs voor meer informatie over deze fout",
+"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Wijzig de permissies in 0770 zodat de directory niet door anderen bekeken kan worden.",
+"Data directory (%s) is readable by other users" => "De datadirectory (%s) is leesbaar voor andere gebruikers",
+"Data directory (%s) is invalid" => "Data directory (%s) is ongeldig",
+"Please check that the data directory contains a file \".ocdata\" in its root." => "Verifieer dat de data directory een bestand \".ocdata\" in de hoofdmap heeft.",
"Could not obtain lock type %d on \"%s\"." => "Kon geen lock type %d krijgen op \"%s\"."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";