<?php
/*****************************************************************************
* NedEngine (c) René Gabriëls 2002 *
* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ *
* This program is free software. You can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License. *
* -------------------------------------------------------------------------- *
* Dutch Initialization string *
*****************************************************************************/
define ('_LANG_ERR_DATABASE_CONNECT_', 'Kon geen verbinding opbouwen met de databaseserver op "%h".');
define ('_LANG_ERR_DATABASE_SELECT_', 'Kan de "%n" database niet vinden op "%h".');
define ('_LANG_ERR_DATABASE_QUERY_', 'Kon de query "%q" niet uitvoeren.');
define ('_LANG_LOGIN_INCOMPLETE_', 'Geen gebruikersnaam en/of wachtwoord ingevuld.');
define ('_LANG_LOGIN_INVALID_', 'Onjuiste gebruikersnaam en/of wachtwoord ingevuld.');
?>