.
if (!defined('EG')) die('Direct access not allowed!');
class Lang_En_ModelStrings extends Lang_ResultStrings {
	
	public function __construct() {
		$this->string = array(
			"error" => "
Query error: Contact the administrator!
\n",
			"executed" => "Operation executed!
\n",
			"associate" => "Referential integrity problem: record associated to some other record in a child table. Break the association before.
\n",
			"no-id" => "Alert: record identifier not defined!
\n",
			"not-linked" => "The Item is not associated : you can't dissociate it
",
			"linked" => "The Item is already associated: you can't associate it another time
",
			"not-existing-fields" => "Some fields in the query do not exist
\n",
			"no-fields" => "There are no values in the insert/update query
\n",
		);
	}
	
}