. if (!defined('EG')) die('Direct access not allowed!'); class Lang_Eng_ModelStrings extends Lang_ResultStrings { public $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
" ); }