<?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. *
* -------------------------------------------------------------------------- *
* English strings for classes which must be loaded before the rest *
*****************************************************************************/
define ('_LANG_ERR_DATABASE_CONNECT_', 'Unable to make connection with the database server on "%h".');
define ('_LANG_ERR_DATABASE_SELECT_', 'Unable to select the proper database "%n" on "%h".');
define ('_LANG_ERR_DATABASE_QUERY_', 'Unable to execute "%q".');
define ('_LANG_LOGIN_INCOMPLETE_', 'No username and/or password filled in.');
define ('_LANG_LOGIN_INVALID_', 'Invalid username and/or password filled in.');
?>