2007-03-29 18:10:14 +02:00
< ? php
/*******************************************************************************
* Copyright ( C ) 2007 Easter - eggs
* http :// ldapsaisie . labs . libre - entreprise . org
*
* Author : See AUTHORS file in top - level directory .
*
* This program is free software ; you can redistribute it and / or
* modify it under the terms of the GNU General Public License version 2
* as published by the Free Software Foundation .
*
* This program is distributed in the hope that it will be useful ,
* but WITHOUT ANY WARRANTY ; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE . See the
* GNU General Public License for more details .
*
* You should have received a copy of the GNU General Public License
* along with this program ; if not , write to the Free Software
* Foundation , Inc . , 59 Temple Place - Suite 330 , Boston , MA 02111 - 1307 , USA .
******************************************************************************/
$GLOBALS [ 'error_code' ] = array (
'-1' => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " Erreur inconnue! " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
// LSldap
1 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldap : Erreur durant la connexion au serveur LDAP (% { msg}). " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
2 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldap : Erreur durant la recherche LDAP (% { msg}). " ),
'level' => 'c'
),
3 => array (
'msg' => _ ( " LSldap : Type d'objet inconnu. " ),
'level' => 'c'
),
4 => array (
'msg' => _ ( " LSldap : Erreur durant la r<> cup<75> ration de l'entr<74> e Ldap. " ),
'level' => 'c'
),
5 => array (
'msg' => _ ( " LSldap : Erreur durant la mise <20> jour de l'entr<74> e Ldap (DN : % { dn}). " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
// LSldapObject
21 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldapObject : Type d'objet inconnu. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
22 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldapObject : Formulaire de mise jour inconnu par l'objet % { msg}. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
23 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldapObject : Aucun formulaire n'existe dans l'objet % { msg}. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
24 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldapObject : La fonction % { func} pour valider l'attribut % { attr} de l'objet % { obj} est inconnue. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
25 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldapObject : Des donn<6E> es de configuration sont manquant pour la validation de l'attribut % { attr} de l'objet % { obj}. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
26 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldapObject : Erreur de configuration : L'objet % { obj} ne poss<73> de pas d'attribut % { attr}. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
27 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldapObject : La fonction % { func} devant <20> tre execut<75> e avant l'enregistrement n'existe pas. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
28 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldapObject : L'execution de la fonction % { func} devant <20> tre execut<75> e avant l'enregistrement a <20> chou<6F> e. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
29 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldapObject : La fonction % { func} devant <20> tre execut<75> e apr<70> s l'enregistrement n'existe pas. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
30 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSldapObject : L'execution de la fonction % { func} devant <20> tre execut<75> e apr<70> s l'enregistrement a <20> chou<6F> e. " ),
'level' => 'c'
),
31 => array (
'msg' => _ ( " LSldapObject : Il manque des informations de configuration du type d'objet % { obj} pour la cr<63> ation du nouveau DN. " ),
'level' => 'c'
),
32 => array (
'msg' => _ ( " LSldapObject : L'attribut % { attr} de l'objet n'est pas encore d<> finis. Il est impossible de generer un nouveau DN. " ),
'level' => 'c'
),
33 => array (
'msg' => _ ( " LSldapObject : Sans DN, l'objet n'a put <20> tre modifi<66> . " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
2007-11-15 19:07:24 +01:00
34 => array (
'msg' => _ ( " LSldapObject : L'attribut % { attr_depend} d<> pendant de l'attribut % { attr} n'existe pas. " ),
'level' => 'w'
),
2007-03-29 18:10:14 +02:00
// LSldapObject
41 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSattribute : Attribut % { attr} : Type d'attribut (ldap // html) inconnu (ldap = % { ldap} | html = % { html}). " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
42 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSattribute : La fonction % { func} pour afficher l'attribut % { attr} est inconnue. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
43 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSattribute : La r<> gle % { rule} pour valider l'attribut % { attr} est inconnue. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
44 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSattribute : Les donn<6E> es de configuration pour v<> rifi<66> l'attribut % { attr} sont incorrects. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
45 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSattribute : La fonction % { func} pour sauver l'attribut % { attr} est inconnue. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
2007-11-15 19:07:24 +01:00
46 => array (
'msg' => _ ( " LSattribute : La valeur de l'attribut % { attr} ne peut pas <20> tre g<> n<EFBFBD> r<EFBFBD> e. " ),
'level' => 'c'
),
47 => array (
'msg' => _ ( " LSattribute : La valeur de l'attribut % { attr} n'a pas put <20> tre g<> n<EFBFBD> r<EFBFBD> e. " ),
'level' => 'c'
),
48 => array (
'msg' => _ ( " LSattribute : La g<> n<EFBFBD> ration de l'attribut % { attr} n'a pas retourn<72> une valeur correcte. " ),
'level' => 'c'
),
2007-03-29 18:10:14 +02:00
// LSattr_html
101 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSattr_html : La fonction addToForm() du type html de l'attribut % { attr} n'est pas d<> finie. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
102 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " LSattr_html_select_list : Des donn<6E> es de configuration sont manquante pour la g<> n<EFBFBD> ration de la liste deroulante de l'attribut % { attr}. " ),
'level' => 'c'
),
103 => array (
'msg' => _ ( " LSattr_html_% { type} : Les donn<6E> es multiples ne sont pas g<> r<EFBFBD> s pour ce type d'attribut. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
2007-11-15 19:07:24 +01:00
// LSform
201 => array (
'msg' => _ ( " LSform : Erreur durant la recup<75> ration des valeurs du formulaire. " ),
'level' => 'c'
),
202 => array (
'msg' => _ ( " LSform : Erreur durant la r<> cup<75> ration de la valeur du formulaire du champ '% { element}'. " ),
'level' => 'c'
),
203 => array (
'msg' => _ ( " LSform : Les donn<6E> es du champ % { element} ne sont pas valides. " ),
'level' => 'c'
),
204 => array (
'msg' => _ ( " LSform : Le champ % { element} n'existe pas. " ),
'level' => 'c'
),
205 => array (
'msg' => _ ( " LSfom : Type de champ inconnu (% { type}). " ),
'level' => 'c'
),
206 => array (
'msg' => _ ( " LSform : Erreur durant la cr<63> ation de l'<27> lement '% { element}'. " ),
'level' => 'c'
),
207 => array (
'msg' => _ ( " LSform : Aucune valeur de rentr<74> e pour le champs '% { element}'. " ),
'level' => 'c'
),
301 => array (
'msg' => _ ( " LSformRule : Aucune regex n'a <20> t<EFBFBD> fournis pour la validation des donn<6E> es. " ),
'level' => 'w'
),
2007-03-29 18:10:14 +02:00
// functions
901 => array (
2007-11-15 19:07:24 +01:00
'msg' => _ ( " Functions 'getFData' : La methode % { meth} de l'objet % { obj} n'existe pas. " ),
2007-03-29 18:10:14 +02:00
'level' => 'c'
),
);
2007-11-15 19:07:24 +01:00
?>