LSformElement:📅 add clear btn

This commit is contained in:
Benjamin Renard 2020-09-11 13:38:07 +02:00
parent e4ca5bbf71
commit 41d816c025
5 changed files with 217 additions and 202 deletions

View file

@ -165,7 +165,8 @@ class LSformElement_date extends LSformElement {
'LSformElement_date', 'LSformElement_date',
array( array(
'now' => _('Now.'), 'now' => _('Now.'),
'today' => _('Today.') 'today' => _('Today.'),
'clear' => _('Clear selected date.'),
) )
); );

View file

@ -71,6 +71,12 @@ var LSformElement_date_field = new Class({
} }
varLSdefault.addHelpInfo(this.todayBtn,'LSformElement_date','today'); varLSdefault.addHelpInfo(this.todayBtn,'LSformElement_date','today');
} }
this.clearBtn = new Element('img');
this.clearBtn.src = varLSdefault.imagePath('clear');
this.clearBtn.addClass('btn');
this.clearBtn.addEvent('click',this.clearValue.bind(this));
this.clearBtn.injectInside(this.input.getParent());
varLSdefault.addHelpInfo(this.clearBtn, 'LSformElement_date', 'clear');
}, },
onInputChange: function() { onInputChange: function() {

View file

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: LdapSaisie\n" "Project-Id-Version: LdapSaisie\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n" "POT-Creation-Date: \n"
"PO-Revision-Date: 2020-09-09 19:03+0200\n" "PO-Revision-Date: 2020-09-11 13:37+0200\n"
"Last-Translator: Benjamin Renard <brenard@zionetrix.net>\n" "Last-Translator: Benjamin Renard <brenard@zionetrix.net>\n"
"Language-Team: LdapSaisie <ldapsaisie-users@lists.labs.libre-entreprise." "Language-Team: LdapSaisie <ldapsaisie-users@lists.labs.libre-entreprise."
"org>\n" "org>\n"
@ -447,7 +447,7 @@ msgstr "Confirmez-vous votre choix ?"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:37 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:37
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsmoothbox.php:39 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsmoothbox.php:39
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:69 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:70
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:605 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:605
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1227 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1227
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1363 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1363
@ -570,7 +570,7 @@ msgstr ""
"LSformElement_valueWithUnit : La configuration des unités est manquante pour " "LSformElement_valueWithUnit : La configuration des unités est manquante pour "
"l'attribut %{attr}." "l'attribut %{attr}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:144 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:143
msgid "" msgid ""
"LSattr_html : The method addToForm() of the HTML type of the attribute " "LSattr_html : The method addToForm() of the HTML type of the attribute "
"%{attr} is not defined." "%{attr} is not defined."
@ -578,7 +578,7 @@ msgstr ""
"LSattr_html : La méthode addToForm() du type HTML de l'attribut %{attr} " "LSattr_html : La méthode addToForm() du type HTML de l'attribut %{attr} "
"n'est pas encore définie." "n'est pas encore définie."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:148 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:147
msgid "" msgid ""
"LSattr_html_%{type} : Multiple data are not supported for this field type." "LSattr_html_%{type} : Multiple data are not supported for this field type."
msgstr "" msgstr ""
@ -586,7 +586,7 @@ msgstr ""
"type de champ." "type de champ."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:106 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:106
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:699 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:701
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:68 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:68
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:62 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:62
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:174 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:174
@ -646,6 +646,10 @@ msgstr "Maintenant."
msgid "Today." msgid "Today."
msgstr "Aujourd'hui." msgstr "Aujourd'hui."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_date.php:169
msgid "Clear selected date."
msgstr "Supprimer la date sélectionnée."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:116 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:116
msgid "LStemplate : compile directory is not writable (dir : %{dir})" msgid "LStemplate : compile directory is not writable (dir : %{dir})"
msgstr "" msgstr ""
@ -804,11 +808,11 @@ msgstr ""
"LSformRule_differentPassword : Les autres attributs mots de passe doivent " "LSformRule_differentPassword : Les autres attributs mots de passe doivent "
"utiliser LSattr_ldap :: password. Ce n'est pas le cas de l'attribut %{attr}." "utiliser LSattr_ldap :: password. Ce n'est pas le cas de l'attribut %{attr}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:269 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:270
msgid "The value of field %{label} is invalid." msgid "The value of field %{label} is invalid."
msgstr "La valeur du champ %{label} est incorrecte." msgstr "La valeur du champ %{label} est incorrecte."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:741 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:742
msgid "" msgid ""
"LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} " "LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} "
"& HTML = %{html})." "& HTML = %{html})."
@ -816,7 +820,7 @@ msgstr ""
"LSattribute : Attribut %{attr} : Les types LDAP ou HTML sont inconnus (LDAP " "LSattribute : Attribut %{attr} : Les types LDAP ou HTML sont inconnus (LDAP "
"= %{ldap} & HTML = %{html})." "= %{ldap} & HTML = %{html})."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:744 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:745
msgid "" msgid ""
"LSattribute : The function %{func} to display the attribute %{attr} is " "LSattribute : The function %{func} to display the attribute %{attr} is "
"unknow." "unknow."
@ -824,14 +828,14 @@ msgstr ""
"LSattribute : La fonction %{func} pour afficher l'attribut %{attr} est " "LSattribute : La fonction %{func} pour afficher l'attribut %{attr} est "
"inconnue." "inconnue."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:747 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:748
msgid "" msgid ""
"LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow." "LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow."
msgstr "" msgstr ""
"LSattribute : La règle %{rule} de validation de l'attribut %{attr} n'existe " "LSattribute : La règle %{rule} de validation de l'attribut %{attr} n'existe "
"pas." "pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:750 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:751
msgid "" msgid ""
"LSattribute : Configuration data to verify the attribute %{attr} are " "LSattribute : Configuration data to verify the attribute %{attr} are "
"incorrect." "incorrect."
@ -839,22 +843,22 @@ msgstr ""
"LSattribute : Les données de configuration pour vérifier l'attribut %{attr} " "LSattribute : Les données de configuration pour vérifier l'attribut %{attr} "
"sont incorrecte." "sont incorrecte."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:753 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:754
msgid "" msgid ""
"LSattribute : The function %{func} to save the attribute %{attr} is unknow." "LSattribute : The function %{func} to save the attribute %{attr} is unknow."
msgstr "" msgstr ""
"LSattribute : La fonction %{func} pour sauvegarder l'attribut %{attr} est " "LSattribute : La fonction %{func} pour sauvegarder l'attribut %{attr} est "
"inconnue." "inconnue."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:756 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:757
msgid "LSattribute : The value of the attribute %{attr} can't be generated." msgid "LSattribute : The value of the attribute %{attr} can't be generated."
msgstr "LSattribute : La valeur de l'attribut %{attr} ne peut être générée." msgstr "LSattribute : La valeur de l'attribut %{attr} ne peut être générée."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:759 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:760
msgid "LSattribute : Generation of the attribute %{attr} failed." msgid "LSattribute : Generation of the attribute %{attr} failed."
msgstr "LSattribute : La génération de l'attribut %{attr} a échouée." msgstr "LSattribute : La génération de l'attribut %{attr} a échouée."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:762 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:763
msgid "" msgid ""
"LSattribute : Generation of the attribute %{attr} did not return a correct " "LSattribute : Generation of the attribute %{attr} did not return a correct "
"value." "value."
@ -862,7 +866,7 @@ msgstr ""
"LSattribute : La génération de l'attribut %{attr} n'a pas retournée de " "LSattribute : La génération de l'attribut %{attr} n'a pas retournée de "
"valeur correcte." "valeur correcte."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:765 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:766
msgid "" msgid ""
"LSattribute : The attr_%{type} of the attribute %{name} is not yet defined." "LSattribute : The attr_%{type} of the attribute %{name} is not yet defined."
msgstr "" msgstr ""
@ -1101,21 +1105,21 @@ msgstr ""
msgid "The attribute %{attr} is not valid." msgid "The attribute %{attr} is not valid."
msgstr "L'attribut %{attr} n'est pas valide." msgstr "L'attribut %{attr} n'est pas valide."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2908 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2910
msgid "LSldapObject : Object type unknown." msgid "LSldapObject : Object type unknown."
msgstr "LSldapObject : Type d'objet inconnu." msgstr "LSldapObject : Type d'objet inconnu."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2911 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2913
msgid "LSldapObject : Update form is not defined for the object %{obj}." msgid "LSldapObject : Update form is not defined for the object %{obj}."
msgstr "" msgstr ""
"LSldapObject : Le formulaire de mise à jour n'est pas défini pour l'objet " "LSldapObject : Le formulaire de mise à jour n'est pas défini pour l'objet "
"%{obj}." "%{obj}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2914 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2916
msgid "LSldapObject : No form exists for the object %{obj}." msgid "LSldapObject : No form exists for the object %{obj}."
msgstr "LSldapObject : Aucun formulaire n'existe pour l'objet %{obj}" msgstr "LSldapObject : Aucun formulaire n'existe pour l'objet %{obj}"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2917 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2919
msgid "" msgid ""
"LSldapObject : The function %{func} to validate the attribute %{attr} the " "LSldapObject : The function %{func} to validate the attribute %{attr} the "
"object %{obj} is unknow." "object %{obj} is unknow."
@ -1123,7 +1127,7 @@ msgstr ""
"LSldapObject : La fonction %{func} pour valider l'attribut %{attr} de " "LSldapObject : La fonction %{func} pour valider l'attribut %{attr} de "
"l'objet %{obj} est inconnu." "l'objet %{obj} est inconnu."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2920 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2922
msgid "" msgid ""
"LSldapObject : Configuration data are missing to validate the attribute " "LSldapObject : Configuration data are missing to validate the attribute "
"%{attr} of the object %{obj}." "%{attr} of the object %{obj}."
@ -1131,7 +1135,7 @@ msgstr ""
"LSldapObject : Des données de configurations sont manquant pour pouvoir " "LSldapObject : Des données de configurations sont manquant pour pouvoir "
"valider l'attribut %{attr} de l'objet %{obj}." "valider l'attribut %{attr} de l'objet %{obj}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2924 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2926
msgid "" msgid ""
"LSldapObject : The function %{func} to be executed on the object event " "LSldapObject : The function %{func} to be executed on the object event "
"%{event} doesn't exist." "%{event} doesn't exist."
@ -1139,14 +1143,14 @@ msgstr ""
"LSldapObject : La fonction %{func} devant être exécutée lors de l'évènement " "LSldapObject : La fonction %{func} devant être exécutée lors de l'évènement "
"%{event} de l'objet n'existe pas." "%{event} de l'objet n'existe pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2927 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2929
msgid "" msgid ""
"LSldapObject : The %{func} execution on the object event %{event} failed." "LSldapObject : The %{func} execution on the object event %{event} failed."
msgstr "" msgstr ""
"LSldapObject : L'exécution de la fonction %{func} lors de l'évènement " "LSldapObject : L'exécution de la fonction %{func} lors de l'évènement "
"%{event} de l'objet a échouée." "%{event} de l'objet a échouée."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2931 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2933
msgid "" msgid ""
"LSldapObject : Class %{class}, which method %{meth} to be executed on the " "LSldapObject : Class %{class}, which method %{meth} to be executed on the "
"object event %{event}, doesn't exist." "object event %{event}, doesn't exist."
@ -1154,7 +1158,7 @@ msgstr ""
"La classe %{class}, contenant la méthode %{meth} devant être exécutée lors " "La classe %{class}, contenant la méthode %{meth} devant être exécutée lors "
"de l'évènement %{event} de l'objet, n'existe pas." "de l'évènement %{event} de l'objet, n'existe pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2934 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2936
msgid "" msgid ""
"LSldapObject : Method %{meth} within %{class} class to be executed on object " "LSldapObject : Method %{meth} within %{class} class to be executed on object "
"event %{event}, doesn't exist." "event %{event}, doesn't exist."
@ -1162,7 +1166,7 @@ msgstr ""
"LSldapObject : La méthode %{meth} de la classe %{class} devant être exécutée " "LSldapObject : La méthode %{meth} de la classe %{class} devant être exécutée "
"lors de l'évènement %{event} de l'objet n'existe pas." "lors de l'évènement %{event} de l'objet n'existe pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2937 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2939
msgid "" msgid ""
"LSldapObject : Error during execute %{meth} method within %{class} class, to " "LSldapObject : Error during execute %{meth} method within %{class} class, to "
"be executed on object event %{event}." "be executed on object event %{event}."
@ -1170,7 +1174,7 @@ msgstr ""
"LSldapObject : Erreur durant l'exécution de la méthode %{meth} de la classe " "LSldapObject : Erreur durant l'exécution de la méthode %{meth} de la classe "
"%{class} devant être exécutée lors de l'évènement %{event} de l'objet." "%{class} devant être exécutée lors de l'évènement %{event} de l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2941 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2943
msgid "" msgid ""
"LSldapObject : Some configuration data of the object type %{obj} are missing " "LSldapObject : Some configuration data of the object type %{obj} are missing "
"to generate the DN of the new object." "to generate the DN of the new object."
@ -1178,7 +1182,7 @@ msgstr ""
"LSldapObject : Des informations de configuration du type d'objet %{obj} sont " "LSldapObject : Des informations de configuration du type d'objet %{obj} sont "
"manquantes pour la génération du DN du nouvel objet." "manquantes pour la génération du DN du nouvel objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2944 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2946
msgid "" msgid ""
"LSldapObject : The attibute %{attr} of the object is not yet defined. Can't " "LSldapObject : The attibute %{attr} of the object is not yet defined. Can't "
"generate DN." "generate DN."
@ -1186,11 +1190,11 @@ msgstr ""
"LSldapObjet : L'attribut %{attr} de l'objet n'est pas encore défini. " "LSldapObjet : L'attribut %{attr} de l'objet n'est pas encore défini. "
"Impossible de générer le DN." "Impossible de générer le DN."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2947 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2949
msgid "LSldapObject : Without DN, the object could not be changed." msgid "LSldapObject : Without DN, the object could not be changed."
msgstr "LSldapObject : Sans DN, l'objet ne peut pas être modifié." msgstr "LSldapObject : Sans DN, l'objet ne peut pas être modifié."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2950 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2952
msgid "" msgid ""
"LSldapObject : The attribute %{attr_depend} depending on the attribute " "LSldapObject : The attribute %{attr_depend} depending on the attribute "
"%{attr} doesn't exist." "%{attr} doesn't exist."
@ -1198,39 +1202,39 @@ msgstr ""
"LSldapObject : L'attritbut %{attr_depend} dépendant de l'attribut %{attr} " "LSldapObject : L'attritbut %{attr_depend} dépendant de l'attribut %{attr} "
"n'existe pas." "n'existe pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2953 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2955
msgid "LSldapObject : Error during deleting the object %{objectname}." msgid "LSldapObject : Error during deleting the object %{objectname}."
msgstr "LSldapObject : Erreur durant la suppression de l'objet %{objectname}" msgstr "LSldapObject : Erreur durant la suppression de l'objet %{objectname}"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2957 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2959
msgid "" msgid ""
"LSldapObject : Error during actions to be executed before renaming the objet." "LSldapObject : Error during actions to be executed before renaming the objet."
msgstr "" msgstr ""
"LSldapObject : Erreur durant les actions devant être exécutée avant de " "LSldapObject : Erreur durant les actions devant être exécutée avant de "
"renommer l'objet." "renommer l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2960 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2962
msgid "" msgid ""
"LSldapObject : Error during actions to be executed after renaming the objet." "LSldapObject : Error during actions to be executed after renaming the objet."
msgstr "" msgstr ""
"LSldapObject : Erreur durant les actions devant être exécutée après avoir " "LSldapObject : Erreur durant les actions devant être exécutée après avoir "
"renommé l'objet." "renommé l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2964 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2966
msgid "" msgid ""
"LSldapObject : Error during actions to be executed before deleting the objet." "LSldapObject : Error during actions to be executed before deleting the objet."
msgstr "" msgstr ""
"LSldapObject : Erreur durant les actions devant être exécutée avant de " "LSldapObject : Erreur durant les actions devant être exécutée avant de "
"supprimer l'objet." "supprimer l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2967 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2969
msgid "" msgid ""
"LSldapObject : Error during actions to be executed after deleting the objet." "LSldapObject : Error during actions to be executed after deleting the objet."
msgstr "" msgstr ""
"LSldapObject : Erreur durant les actions devant être exécutée après avoir " "LSldapObject : Erreur durant les actions devant être exécutée après avoir "
"supprimé l'objet." "supprimé l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2971 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2973
msgid "" msgid ""
"LSldapObject : Error during the actions to be executed before creating the " "LSldapObject : Error during the actions to be executed before creating the "
"object." "object."
@ -1238,7 +1242,7 @@ msgstr ""
"LSldapObject : Erreur durant les actions devant être exécutée avant de créer " "LSldapObject : Erreur durant les actions devant être exécutée avant de créer "
"l'objet." "l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2974 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2976
msgid "" msgid ""
"LSldapObject : Error during the actions to be executed after creating the " "LSldapObject : Error during the actions to be executed after creating the "
"object. It was created anyway." "object. It was created anyway."
@ -1246,7 +1250,7 @@ msgstr ""
"LSldapObject : Erreur durant les actions devant être exécutées après la " "LSldapObject : Erreur durant les actions devant être exécutées après la "
"création de l'objet. Il a tout de même été créé." "création de l'objet. Il a tout de même été créé."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2978 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2980
msgid "" msgid ""
"LSldapObject : The function %{func} to be executed before creating the " "LSldapObject : The function %{func} to be executed before creating the "
"object doesn't exist." "object doesn't exist."
@ -1254,7 +1258,7 @@ msgstr ""
"LSldapObject : La fonction %{func} devant être exécutée avant la création de " "LSldapObject : La fonction %{func} devant être exécutée avant la création de "
"l'objet n'existe pas." "l'objet n'existe pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2981 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2983
msgid "" msgid ""
"LSldapObject : Error executing the function %{func} to be execute after " "LSldapObject : Error executing the function %{func} to be execute after "
"deleting the object." "deleting the object."
@ -1262,7 +1266,7 @@ msgstr ""
"LSldapObject : Erreur durant l'exécution de la fonction %{func} devant être " "LSldapObject : Erreur durant l'exécution de la fonction %{func} devant être "
"exécutée après la suppression de l'objet." "exécutée après la suppression de l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2984 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2986
msgid "" msgid ""
"LSldapObject : The function %{func} to be executed after deleting the object " "LSldapObject : The function %{func} to be executed after deleting the object "
"doesn't exist." "doesn't exist."
@ -1270,7 +1274,7 @@ msgstr ""
"LSldapObject : La fonction %{func} devant être exécutée après la suppression " "LSldapObject : La fonction %{func} devant être exécutée après la suppression "
"de l'objet n'existe pas." "de l'objet n'existe pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2987 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2989
msgid "" msgid ""
"LSldapObject : Error executing the function %{func} to be execute after " "LSldapObject : Error executing the function %{func} to be execute after "
"creating the object." "creating the object."
@ -1278,7 +1282,7 @@ msgstr ""
"LSldapObject : Erreur durant l'exécution de la fonction %{func} devant être " "LSldapObject : Erreur durant l'exécution de la fonction %{func} devant être "
"exécutée après la création de l'objet." "exécutée après la création de l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2991 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2993
msgid "" msgid ""
"LSldapObject : %{func} function, to be executed on object event %{event}, " "LSldapObject : %{func} function, to be executed on object event %{event}, "
"doesn't exist." "doesn't exist."
@ -1286,7 +1290,7 @@ msgstr ""
"LSldapObject : La fonction %{func}, devant être exécutée lors de l'évènement " "LSldapObject : La fonction %{func}, devant être exécutée lors de l'évènement "
"%{event} de l'objet, n'existe pas." "%{event} de l'objet, n'existe pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2994 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2996
msgid "" msgid ""
"LSldapObject : Error during the execution of %{func} function on object " "LSldapObject : Error during the execution of %{func} function on object "
"event %{event}." "event %{event}."
@ -1294,7 +1298,7 @@ msgstr ""
"LSldapObject : Erreur durant l'exécution de la fonction %{func} lors de " "LSldapObject : Erreur durant l'exécution de la fonction %{func} lors de "
"l'évènement %{event} de l'objet." "l'évènement %{event} de l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2998 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3000
msgid "" msgid ""
"LSldapObject : %{meth} method, to be executed on object event %{event}, " "LSldapObject : %{meth} method, to be executed on object event %{event}, "
"doesn't exist." "doesn't exist."
@ -1302,7 +1306,7 @@ msgstr ""
"LSldapObject : La méthode %{meth}, devant être exécutée lors de l'évènement " "LSldapObject : La méthode %{meth}, devant être exécutée lors de l'évènement "
"%{event} de l'objet, n'existe pas." "%{event} de l'objet, n'existe pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3001 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3003
msgid "" msgid ""
"LSldapObject : Error during execution of %{meth} method on object event " "LSldapObject : Error during execution of %{meth} method on object event "
"%{event}." "%{event}."
@ -1310,13 +1314,13 @@ msgstr ""
"LSldapObject : Erreur durant l'exécution de la méthode %{meth} lors de " "LSldapObject : Erreur durant l'exécution de la méthode %{meth} lors de "
"l'évènement %{event} de l'objet." "l'évènement %{event} de l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3004 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3006
msgid "LSldapObject : Error during generate LDAP filter for %{LSobject}." msgid "LSldapObject : Error during generate LDAP filter for %{LSobject}."
msgstr "" msgstr ""
"LSldapObject : Erreur durant la génération du filtre LDAP de l'objet " "LSldapObject : Erreur durant la génération du filtre LDAP de l'objet "
"%{LSobject}." "%{LSobject}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3008 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3010
msgid "" msgid ""
"LSldapObject : Error during execution of the custom action %{customAction} " "LSldapObject : Error during execution of the custom action %{customAction} "
"on %{objectname}." "on %{objectname}."
@ -1324,22 +1328,22 @@ msgstr ""
"LSldapObject : Erreur durant l'exécution de l'action personnalisée " "LSldapObject : Erreur durant l'exécution de l'action personnalisée "
"%{customAction} sur l'objet %{objectname}." "%{customAction} sur l'objet %{objectname}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3012 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3014
msgid "LSldapObject : Fail to retrieve container DN." msgid "LSldapObject : Fail to retrieve container DN."
msgstr "LSldapObject : Impossible de récupérer le DN parent." msgstr "LSldapObject : Impossible de récupérer le DN parent."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3015 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3017
msgid "" msgid ""
"LSldapObject : The function %{func} to generate container DN is not callable." "LSldapObject : The function %{func} to generate container DN is not callable."
msgstr "" msgstr ""
"LSldapObject : La fonction %{func} pour générer le DN parent n'est pas " "LSldapObject : La fonction %{func} pour générer le DN parent n'est pas "
"exécutable." "exécutable."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3018 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3020
msgid "LSldapObject : Error during generating container DN : %{error}" msgid "LSldapObject : Error during generating container DN : %{error}"
msgstr "LSldapObject : Erreur durant la génération du DN parent : %{error}." msgstr "LSldapObject : Erreur durant la génération du DN parent : %{error}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3023 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3025
msgid "" msgid ""
"LSrelation : Some parameters are missing in the call of methods to handle " "LSrelation : Some parameters are missing in the call of methods to handle "
"standard relations (Method : %{meth})." "standard relations (Method : %{meth})."
@ -1383,37 +1387,37 @@ msgstr "LSldap : Erreur durant la suppression des attributs vides."
msgid "LSldap : Error while changing the DN of the object." msgid "LSldap : Error while changing the DN of the object."
msgstr "LSldap : Erreur pendant la modification du DN de l'objet." msgstr "LSldap : Erreur pendant la modification du DN de l'objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:329 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:331
msgid "listing related objects" msgid "listing related objects"
msgstr "énumaration des objets liés" msgstr "énumaration des objets liés"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:395 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:397
msgid "getting key value" msgid "getting key value"
msgstr "récupération de la valeur clé" msgstr "récupération de la valeur clé"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:447 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:449
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:549 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:551
msgid "checking right on relation with specific object" msgid "checking right on relation with specific object"
msgstr "vérification des droits sur la relation avec un objet en particulier" msgstr "vérification des droits sur la relation avec un objet en particulier"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:496 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:498
msgid "removing relation with specific object" msgid "removing relation with specific object"
msgstr "suppression de la relation avec un object en particulier" msgstr "suppression de la relation avec un object en particulier"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:621 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:623
msgid "updating relations" msgid "updating relations"
msgstr "mise à jour des relations" msgstr "mise à jour des relations"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:640 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:642
msgid "Do you really want to delete" msgid "Do you really want to delete"
msgstr "Voulez-vous vraiment supprimer" msgstr "Voulez-vous vraiment supprimer"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:641 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:643
msgid "Warning" msgid "Warning"
msgstr "Attention" msgstr "Attention"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:642 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:644
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:228 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:243
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:69 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:69
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:85 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:85
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:190 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:190
@ -1422,18 +1426,18 @@ msgstr "Attention"
msgid "Delete" msgid "Delete"
msgstr "Supprimer" msgstr "Supprimer"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:680 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:682
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:929 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:931
msgid "No object." msgid "No object."
msgstr "Aucun objet." msgstr "Aucun objet."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:710 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:712
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:442 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:442
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:932 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:932
msgid "New" msgid "New"
msgstr "Nouveau" msgstr "Nouveau"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:998 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1000
msgid "" msgid ""
"LSrelation : Invalid parameter '%{parameter}' of the relation %{relation}: " "LSrelation : Invalid parameter '%{parameter}' of the relation %{relation}: "
"objects %{LSobject} have no function '%{function}'." "objects %{LSobject} have no function '%{function}'."
@ -1441,23 +1445,23 @@ msgstr ""
"LSrelation : Le paramètre '%{parametre}' de la relation %{relation} est " "LSrelation : Le paramètre '%{parametre}' de la relation %{relation} est "
"invalide: les objets %{LSobject} n'ont pas de fonction '%{function}'." "invalide: les objets %{LSobject} n'ont pas de fonction '%{function}'."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1001 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1003
msgid "LSrelation : Relation %{relation} of object type %{LSobject} unknown." msgid "LSrelation : Relation %{relation} of object type %{LSobject} unknown."
msgstr "" msgstr ""
"LSrelation : La relation %{relation} du type d'objet %{LSobject} est " "LSrelation : La relation %{relation} du type d'objet %{LSobject} est "
"inconnue." "inconnue."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1004 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1006
msgid "LSrelation : Error during relation update of the relation %{relation}." msgid "LSrelation : Error during relation update of the relation %{relation}."
msgstr "LSsession : Erreur durant la mise à jour de la relation %{relation}" msgstr "LSsession : Erreur durant la mise à jour de la relation %{relation}"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1007 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1009
msgid "LSrelation : Object type %{LSobject} unknown (Relation : %{relation})." msgid "LSrelation : Object type %{LSobject} unknown (Relation : %{relation})."
msgstr "" msgstr ""
"LSsession : La fonction de mise à jour de la relation %{relation} est " "LSsession : La fonction de mise à jour de la relation %{relation} est "
"inconnue." "inconnue."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1010 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1012
msgid "" msgid ""
"LSrelation : Incomplete configuration for LSrelation %{relation} of object " "LSrelation : Incomplete configuration for LSrelation %{relation} of object "
"type %{LSobject} for action : %{action}." "type %{LSobject} for action : %{action}."
@ -1465,7 +1469,7 @@ msgstr ""
"LSrelation : Configuration incomplète de la LSrelation %{relation} du type " "LSrelation : Configuration incomplète de la LSrelation %{relation} du type "
"d'objet %{LSobject} pour l'action : %{action}." "d'objet %{LSobject} pour l'action : %{action}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1013 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1015
msgid "" msgid ""
"LSrelation : Invalid editable attribute for LSrelation %{relation} with " "LSrelation : Invalid editable attribute for LSrelation %{relation} with "
"LSobject %{LSobject}." "LSobject %{LSobject}."
@ -1473,7 +1477,7 @@ msgstr ""
"LSrelation : Attribut éditable invalide pour la LSrelation %{relation} du " "LSrelation : Attribut éditable invalide pour la LSrelation %{relation} du "
"type d'objet %{LSobject}." "type d'objet %{LSobject}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1016 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1018
msgid "" msgid ""
"LSrelation : The configuration parameter '%{parameter}' of the relation " "LSrelation : The configuration parameter '%{parameter}' of the relation "
"%{relation} of %{LSobject} is missing." "%{relation} of %{LSobject} is missing."
@ -1481,7 +1485,7 @@ msgstr ""
"LSrelation : Le paramètre '%{parameter}' est manquant dans la configuration " "LSrelation : Le paramètre '%{parameter}' est manquant dans la configuration "
"de la relation %{relation} des objets %{LSobject}." "de la relation %{relation} des objets %{LSobject}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1019 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1021
msgid "" msgid ""
"LSrelation : The configuration parameter '%{parameter}' of the relation " "LSrelation : The configuration parameter '%{parameter}' of the relation "
"%{relation} of %{LSobject} is invalid." "%{relation} of %{LSobject} is invalid."
@ -1618,22 +1622,22 @@ msgstr ""
"des constantes suivantes : LSAUTH_CAS_SERVER_SSL_CACERT ou " "des constantes suivantes : LSAUTH_CAS_SERVER_SSL_CACERT ou "
"LSAUTH_CAS_SERVER_NO_SSL_VALIDATION" "LSAUTH_CAS_SERVER_NO_SSL_VALIDATION"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:106 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:121
msgid "Add a field to add another values." msgid "Add a field to add another values."
msgstr "Ajouter une autre valeur à ce champ." msgstr "Ajouter une autre valeur à ce champ."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:107 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:122
msgid "Delete this field." msgid "Delete this field."
msgstr "Supprimer cette valeur." msgstr "Supprimer cette valeur."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:209 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:224
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:601 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:601
msgid "Do you really want to execute custom action %{title} on this search ?" msgid "Do you really want to execute custom action %{title} on this search ?"
msgstr "" msgstr ""
"Êtes-vous vraiment sûre de vouloir exécuter l'action personnalisée %{title} " "Êtes-vous vraiment sûre de vouloir exécuter l'action personnalisée %{title} "
"sur cette recherche ?" "sur cette recherche ?"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:215 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:230
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1357 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1357
msgid "" msgid ""
"Do you really want to execute custom action %{customAction} on " "Do you really want to execute custom action %{customAction} on "
@ -1642,53 +1646,53 @@ msgstr ""
"Êtes-vous vraiment sûre de vouloir exécuter l'action personnalisée " "Êtes-vous vraiment sûre de vouloir exécuter l'action personnalisée "
"%{customAction} sur %{objectname} ?" "%{customAction} sur %{objectname} ?"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:226 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:241
msgid "Do you really want to delete \"%{name}\"?" msgid "Do you really want to delete \"%{name}\"?"
msgstr "Voulez-vous vraiment supprimer \"%{name}\" ?" msgstr "Voulez-vous vraiment supprimer \"%{name}\" ?"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:227 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:242
msgid "Caution" msgid "Caution"
msgstr "Attention" msgstr "Attention"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:281 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:296
msgid "%{label} attribute data is not valid." msgid "%{label} attribute data is not valid."
msgstr "Les données de l'attribut %{label} sont incorrectes." msgstr "Les données de l'attribut %{label} sont incorrectes."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:364 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:379
msgid "Mandatory field" msgid "Mandatory field"
msgstr "Champ obligatoire" msgstr "Champ obligatoire"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:839 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:855
msgid "LSform : Error during the recovery of the values of the form." msgid "LSform : Error during the recovery of the values of the form."
msgstr "LSform : Erreur durant la récupération des valeurs du formulaire." msgstr "LSform : Erreur durant la récupération des valeurs du formulaire."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:842 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:858
msgid "" msgid ""
"LSform : Error durring the recovery of the value of the field '%{element}'." "LSform : Error durring the recovery of the value of the field '%{element}'."
msgstr "" msgstr ""
"LSform : Erreur durant la recupération de la valeur du champ %{element}." "LSform : Erreur durant la recupération de la valeur du champ %{element}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:849 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:865
msgid "LSform : The field %{element} doesn't exist." msgid "LSform : The field %{element} doesn't exist."
msgstr "LSform : Le champ %{element} n'existe pas." msgstr "LSform : Le champ %{element} n'existe pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:852 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:868
msgid "LSfom : Field type unknow (%{type})." msgid "LSfom : Field type unknow (%{type})."
msgstr "LSform : Type de champ inconnu (%{type})." msgstr "LSform : Type de champ inconnu (%{type})."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:855 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:871
msgid "LSform : Error during the creation of the element '%{element}'." msgid "LSform : Error during the creation of the element '%{element}'."
msgstr "LSform : Erreur durant la création de l'élément %{element}." msgstr "LSform : Erreur durant la création de l'élément %{element}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:858 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:874
msgid "LSform : The data entry form %{name} doesn't exist." msgid "LSform : The data entry form %{name} doesn't exist."
msgstr "LSform : Le masque de saisie %{name} n'existe pas." msgstr "LSform : Le masque de saisie %{name} n'existe pas."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:861 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:877
msgid "LSform : The data entry form %{name} is not correctly configured." msgid "LSform : The data entry form %{name} is not correctly configured."
msgstr "LSform : Le masque de saisie %{name} n'est pas correctement configuré." msgstr "LSform : Le masque de saisie %{name} n'est pas correctement configuré."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:864 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:880
msgid "" msgid ""
"LSform : The element %{name}, listed as displayed in data entry form " "LSform : The element %{name}, listed as displayed in data entry form "
"configuration, doesn't exist." "configuration, doesn't exist."
@ -1991,38 +1995,38 @@ msgstr "Cliquer pour agrandir."
msgid "Click to delete the picture." msgid "Click to delete the picture."
msgstr "Cliquer pour supprimer cette photo." msgstr "Cliquer pour supprimer cette photo."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:135 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:149
msgid "The uploaded file size exceeds the limit accepted by the server." msgid "The uploaded file size exceeds the limit accepted by the server."
msgstr "La taille du fichier envoyé dépasse la limite acceptée par le serveur." msgstr "La taille du fichier envoyé dépasse la limite acceptée par le serveur."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:137 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:151
msgid "The uploaded file size exceeds the limit accepted by the HTML form." msgid "The uploaded file size exceeds the limit accepted by the HTML form."
msgstr "" msgstr ""
"La taille du fichier envoyé dépasse la limite acceptée par le formulaire " "La taille du fichier envoyé dépasse la limite acceptée par le formulaire "
"HTML." "HTML."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:139 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:153
msgid "The file was only partially uploaded." msgid "The file was only partially uploaded."
msgstr "Le fichier n'a été que partiellement envoyé." msgstr "Le fichier n'a été que partiellement envoyé."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:141 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:155
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "Aucun fichier n'a été envoyé." msgstr "Aucun fichier n'a été envoyé."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:143 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:157
msgid "No temporary folder found to store this uploaded file." msgid "No temporary folder found to store this uploaded file."
msgstr "" msgstr ""
"Aucun dossier temporaire n'a été trouvé pour stocker le fichier envoyé." "Aucun dossier temporaire n'a été trouvé pour stocker le fichier envoyé."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:145 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:159
msgid "Failed to write file on server disk." msgid "Failed to write file on server disk."
msgstr "Impossible d'écrire le fichier temporaire sur le disque du serveur." msgstr "Impossible d'écrire le fichier temporaire sur le disque du serveur."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:147 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:161
msgid "A PHP extension stopped the file upload." msgid "A PHP extension stopped the file upload."
msgstr "Une extension PHP a stoppé l'envoi de fichier." msgstr "Une extension PHP a stoppé l'envoi de fichier."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:150 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:164
msgid "An unknown error occured sending this file." msgid "An unknown error occured sending this file."
msgstr "Une erreur inconnue est survenue durant l'envoi de ce fichier." msgstr "Une erreur inconnue est survenue durant l'envoi de ce fichier."
@ -2035,7 +2039,7 @@ msgstr "Discuter avec cette personne."
msgid "%s (Unparsable value)" msgid "%s (Unparsable value)"
msgstr "%s (valeur non-analysable)" msgstr "%s (valeur non-analysable)"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:402 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:388
msgid "" msgid ""
"LSattr_html_select_list : Configuration data are missing to generate the " "LSattr_html_select_list : Configuration data are missing to generate the "
"select list of the attribute %{attr}." "select list of the attribute %{attr}."
@ -2043,7 +2047,7 @@ msgstr ""
"LSattr_html_select_list : Des données de configuration sont manquantes pour " "LSattr_html_select_list : Des données de configuration sont manquantes pour "
"générer la liste de sélection de l'attribut %{attr}." "générer la liste de sélection de l'attribut %{attr}."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:405 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:391
msgid "" msgid ""
"LSattr_html_select_list : Invalid attribute %{attr} reference as " "LSattr_html_select_list : Invalid attribute %{attr} reference as "
"OTHER_ATTRIBUTE possible values." "OTHER_ATTRIBUTE possible values."
@ -2051,7 +2055,7 @@ msgstr ""
"LSattr_html_select_list : Référence invalide à l'attribut %{attr} comme " "LSattr_html_select_list : Référence invalide à l'attribut %{attr} comme "
"valeurs possibles (OTHER_ATTRIBUTE)." "valeurs possibles (OTHER_ATTRIBUTE)."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:408 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:394
msgid "" msgid ""
"LSattr_html_select_list : Attribute %{attr} referenced as OTHER_ATTRIBUTE " "LSattr_html_select_list : Attribute %{attr} referenced as OTHER_ATTRIBUTE "
"possible values is not a jsonCompositeAttribute." "possible values is not a jsonCompositeAttribute."
@ -2059,7 +2063,7 @@ msgstr ""
"LSattr_html_select_list : L'attribute %{attr} référencé comme valeurs " "LSattr_html_select_list : L'attribute %{attr} référencé comme valeurs "
"possibles (OTHER_ATTRIBUTE) n'est pas du type jsonCompositeAttribute." "possibles (OTHER_ATTRIBUTE) n'est pas du type jsonCompositeAttribute."
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:411 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:397
msgid "" msgid ""
"LSattr_html_select_list : Fail to decode the following attribute %{attr} " "LSattr_html_select_list : Fail to decode the following attribute %{attr} "
"value as JSON : %{value}" "value as JSON : %{value}"
@ -2067,7 +2071,7 @@ msgstr ""
"LSattr_html_select_list : Impossible de décodé la valeur JSON suivante de " "LSattr_html_select_list : Impossible de décodé la valeur JSON suivante de "
"l'attribut %{attr} : %{value}" "l'attribut %{attr} : %{value}"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:414 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:400
msgid "" msgid ""
"LSattr_html_select_list : No component %{component} found in the following " "LSattr_html_select_list : No component %{component} found in the following "
"attribute %{attr} JSON value : %{value}" "attribute %{attr} JSON value : %{value}"
@ -2172,7 +2176,7 @@ msgstr "Copier"
msgid "Unknown property !" msgid "Unknown property !"
msgstr "Propriété inconnue !" msgstr "Propriété inconnue !"
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:281 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:280
msgid "" msgid ""
"LSsearchEntry : Invalid formaterFunction %{func} for extraDisplayedColumns " "LSsearchEntry : Invalid formaterFunction %{func} for extraDisplayedColumns "
"%{column}." "%{column}."

View file

@ -367,7 +367,7 @@ msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:37 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSconfirmBox.php:37
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsmoothbox.php:39 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsmoothbox.php:39
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:69 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:70
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:605 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:605
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1227 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1227
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1363 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1363
@ -480,19 +480,19 @@ msgid ""
"attribute %{attr}." "attribute %{attr}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:144 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:143
msgid "" msgid ""
"LSattr_html : The method addToForm() of the HTML type of the attribute " "LSattr_html : The method addToForm() of the HTML type of the attribute "
"%{attr} is not defined." "%{attr} is not defined."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:148 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html.php:147
msgid "" msgid ""
"LSattr_html_%{type} : Multiple data are not supported for this field type." "LSattr_html_%{type} : Multiple data are not supported for this field type."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:106 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannCompositeAttribute.php:106
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:699 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:701
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:68 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:68
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:62 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_supannLabeledValue.php:62
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:174 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:174
@ -552,6 +552,10 @@ msgstr ""
msgid "Today." msgid "Today."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_date.php:169
msgid "Clear selected date."
msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:116 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LStemplate.php:116
msgid "LStemplate : compile directory is not writable (dir : %{dir})" msgid "LStemplate : compile directory is not writable (dir : %{dir})"
msgstr "" msgstr ""
@ -675,53 +679,53 @@ msgid ""
"LSattr_ldap :: password. It's not the case of the attribure %{attr}." "LSattr_ldap :: password. It's not the case of the attribure %{attr}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:269 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:270
msgid "The value of field %{label} is invalid." msgid "The value of field %{label} is invalid."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:741 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:742
msgid "" msgid ""
"LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} " "LSattribute : Attribute %{attr} : LDAP or HTML types unknow (LDAP = %{ldap} "
"& HTML = %{html})." "& HTML = %{html})."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:744 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:745
msgid "" msgid ""
"LSattribute : The function %{func} to display the attribute %{attr} is " "LSattribute : The function %{func} to display the attribute %{attr} is "
"unknow." "unknow."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:747 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:748
msgid "" msgid ""
"LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow." "LSattribute : The rule %{rule} to validate the attribute %{attr} is unknow."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:750 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:751
msgid "" msgid ""
"LSattribute : Configuration data to verify the attribute %{attr} are " "LSattribute : Configuration data to verify the attribute %{attr} are "
"incorrect." "incorrect."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:753 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:754
msgid "" msgid ""
"LSattribute : The function %{func} to save the attribute %{attr} is unknow." "LSattribute : The function %{func} to save the attribute %{attr} is unknow."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:756 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:757
msgid "LSattribute : The value of the attribute %{attr} can't be generated." msgid "LSattribute : The value of the attribute %{attr} can't be generated."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:759 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:760
msgid "LSattribute : Generation of the attribute %{attr} failed." msgid "LSattribute : Generation of the attribute %{attr} failed."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:762 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:763
msgid "" msgid ""
"LSattribute : Generation of the attribute %{attr} did not return a correct " "LSattribute : Generation of the attribute %{attr} did not return a correct "
"value." "value."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:765 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattribute.php:766
msgid "" msgid ""
"LSattribute : The attr_%{type} of the attribute %{name} is not yet defined." "LSattribute : The attr_%{type} of the attribute %{name} is not yet defined."
msgstr "" msgstr ""
@ -918,189 +922,189 @@ msgstr ""
msgid "The attribute %{attr} is not valid." msgid "The attribute %{attr} is not valid."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2908 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2910
msgid "LSldapObject : Object type unknown." msgid "LSldapObject : Object type unknown."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2911 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2913
msgid "LSldapObject : Update form is not defined for the object %{obj}." msgid "LSldapObject : Update form is not defined for the object %{obj}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2914 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2916
msgid "LSldapObject : No form exists for the object %{obj}." msgid "LSldapObject : No form exists for the object %{obj}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2917 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2919
msgid "" msgid ""
"LSldapObject : The function %{func} to validate the attribute %{attr} the " "LSldapObject : The function %{func} to validate the attribute %{attr} the "
"object %{obj} is unknow." "object %{obj} is unknow."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2920 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2922
msgid "" msgid ""
"LSldapObject : Configuration data are missing to validate the attribute " "LSldapObject : Configuration data are missing to validate the attribute "
"%{attr} of the object %{obj}." "%{attr} of the object %{obj}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2924 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2926
msgid "" msgid ""
"LSldapObject : The function %{func} to be executed on the object event " "LSldapObject : The function %{func} to be executed on the object event "
"%{event} doesn't exist." "%{event} doesn't exist."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2927 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2929
msgid "" msgid ""
"LSldapObject : The %{func} execution on the object event %{event} failed." "LSldapObject : The %{func} execution on the object event %{event} failed."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2931 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2933
msgid "" msgid ""
"LSldapObject : Class %{class}, which method %{meth} to be executed on the " "LSldapObject : Class %{class}, which method %{meth} to be executed on the "
"object event %{event}, doesn't exist." "object event %{event}, doesn't exist."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2934 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2936
msgid "" msgid ""
"LSldapObject : Method %{meth} within %{class} class to be executed on object " "LSldapObject : Method %{meth} within %{class} class to be executed on object "
"event %{event}, doesn't exist." "event %{event}, doesn't exist."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2937 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2939
msgid "" msgid ""
"LSldapObject : Error during execute %{meth} method within %{class} class, to " "LSldapObject : Error during execute %{meth} method within %{class} class, to "
"be executed on object event %{event}." "be executed on object event %{event}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2941 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2943
msgid "" msgid ""
"LSldapObject : Some configuration data of the object type %{obj} are missing " "LSldapObject : Some configuration data of the object type %{obj} are missing "
"to generate the DN of the new object." "to generate the DN of the new object."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2944 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2946
msgid "" msgid ""
"LSldapObject : The attibute %{attr} of the object is not yet defined. Can't " "LSldapObject : The attibute %{attr} of the object is not yet defined. Can't "
"generate DN." "generate DN."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2947 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2949
msgid "LSldapObject : Without DN, the object could not be changed." msgid "LSldapObject : Without DN, the object could not be changed."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2950 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2952
msgid "" msgid ""
"LSldapObject : The attribute %{attr_depend} depending on the attribute " "LSldapObject : The attribute %{attr_depend} depending on the attribute "
"%{attr} doesn't exist." "%{attr} doesn't exist."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2953 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2955
msgid "LSldapObject : Error during deleting the object %{objectname}." msgid "LSldapObject : Error during deleting the object %{objectname}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2957 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2959
msgid "" msgid ""
"LSldapObject : Error during actions to be executed before renaming the objet." "LSldapObject : Error during actions to be executed before renaming the objet."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2960 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2962
msgid "" msgid ""
"LSldapObject : Error during actions to be executed after renaming the objet." "LSldapObject : Error during actions to be executed after renaming the objet."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2964 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2966
msgid "" msgid ""
"LSldapObject : Error during actions to be executed before deleting the objet." "LSldapObject : Error during actions to be executed before deleting the objet."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2967 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2969
msgid "" msgid ""
"LSldapObject : Error during actions to be executed after deleting the objet." "LSldapObject : Error during actions to be executed after deleting the objet."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2971 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2973
msgid "" msgid ""
"LSldapObject : Error during the actions to be executed before creating the " "LSldapObject : Error during the actions to be executed before creating the "
"object." "object."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2974 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2976
msgid "" msgid ""
"LSldapObject : Error during the actions to be executed after creating the " "LSldapObject : Error during the actions to be executed after creating the "
"object. It was created anyway." "object. It was created anyway."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2978 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2980
msgid "" msgid ""
"LSldapObject : The function %{func} to be executed before creating the " "LSldapObject : The function %{func} to be executed before creating the "
"object doesn't exist." "object doesn't exist."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2981 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2983
msgid "" msgid ""
"LSldapObject : Error executing the function %{func} to be execute after " "LSldapObject : Error executing the function %{func} to be execute after "
"deleting the object." "deleting the object."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2984 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2986
msgid "" msgid ""
"LSldapObject : The function %{func} to be executed after deleting the object " "LSldapObject : The function %{func} to be executed after deleting the object "
"doesn't exist." "doesn't exist."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2987 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2989
msgid "" msgid ""
"LSldapObject : Error executing the function %{func} to be execute after " "LSldapObject : Error executing the function %{func} to be execute after "
"creating the object." "creating the object."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2991 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2993
msgid "" msgid ""
"LSldapObject : %{func} function, to be executed on object event %{event}, " "LSldapObject : %{func} function, to be executed on object event %{event}, "
"doesn't exist." "doesn't exist."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2994 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2996
msgid "" msgid ""
"LSldapObject : Error during the execution of %{func} function on object " "LSldapObject : Error during the execution of %{func} function on object "
"event %{event}." "event %{event}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:2998 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3000
msgid "" msgid ""
"LSldapObject : %{meth} method, to be executed on object event %{event}, " "LSldapObject : %{meth} method, to be executed on object event %{event}, "
"doesn't exist." "doesn't exist."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3001 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3003
msgid "" msgid ""
"LSldapObject : Error during execution of %{meth} method on object event " "LSldapObject : Error during execution of %{meth} method on object event "
"%{event}." "%{event}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3004 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3006
msgid "LSldapObject : Error during generate LDAP filter for %{LSobject}." msgid "LSldapObject : Error during generate LDAP filter for %{LSobject}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3008 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3010
msgid "" msgid ""
"LSldapObject : Error during execution of the custom action %{customAction} " "LSldapObject : Error during execution of the custom action %{customAction} "
"on %{objectname}." "on %{objectname}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3012 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3014
msgid "LSldapObject : Fail to retrieve container DN." msgid "LSldapObject : Fail to retrieve container DN."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3015 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3017
msgid "" msgid ""
"LSldapObject : The function %{func} to generate container DN is not callable." "LSldapObject : The function %{func} to generate container DN is not callable."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3018 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3020
msgid "LSldapObject : Error during generating container DN : %{error}" msgid "LSldapObject : Error during generating container DN : %{error}"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3023 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSldapObject.php:3025
msgid "" msgid ""
"LSrelation : Some parameters are missing in the call of methods to handle " "LSrelation : Some parameters are missing in the call of methods to handle "
"standard relations (Method : %{meth})." "standard relations (Method : %{meth})."
@ -1140,37 +1144,37 @@ msgstr ""
msgid "LSldap : Error while changing the DN of the object." msgid "LSldap : Error while changing the DN of the object."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:329 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:331
msgid "listing related objects" msgid "listing related objects"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:395 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:397
msgid "getting key value" msgid "getting key value"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:447 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:449
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:549 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:551
msgid "checking right on relation with specific object" msgid "checking right on relation with specific object"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:496 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:498
msgid "removing relation with specific object" msgid "removing relation with specific object"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:621 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:623
msgid "updating relations" msgid "updating relations"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:640 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:642
msgid "Do you really want to delete" msgid "Do you really want to delete"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:641 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:643
msgid "Warning" msgid "Warning"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:642 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:644
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:228 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:243
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:69 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:69
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:85 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_select_object.php:85
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:190 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:190
@ -1179,54 +1183,54 @@ msgstr ""
msgid "Delete" msgid "Delete"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:680 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:682
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:929 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:931
msgid "No object." msgid "No object."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:710 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:712
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:442 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:442
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:932 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:932
msgid "New" msgid "New"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:998 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1000
msgid "" msgid ""
"LSrelation : Invalid parameter '%{parameter}' of the relation %{relation}: " "LSrelation : Invalid parameter '%{parameter}' of the relation %{relation}: "
"objects %{LSobject} have no function '%{function}'." "objects %{LSobject} have no function '%{function}'."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1001 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1003
msgid "LSrelation : Relation %{relation} of object type %{LSobject} unknown." msgid "LSrelation : Relation %{relation} of object type %{LSobject} unknown."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1004 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1006
msgid "LSrelation : Error during relation update of the relation %{relation}." msgid "LSrelation : Error during relation update of the relation %{relation}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1007 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1009
msgid "LSrelation : Object type %{LSobject} unknown (Relation : %{relation})." msgid "LSrelation : Object type %{LSobject} unknown (Relation : %{relation})."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1010 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1012
msgid "" msgid ""
"LSrelation : Incomplete configuration for LSrelation %{relation} of object " "LSrelation : Incomplete configuration for LSrelation %{relation} of object "
"type %{LSobject} for action : %{action}." "type %{LSobject} for action : %{action}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1013 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1015
msgid "" msgid ""
"LSrelation : Invalid editable attribute for LSrelation %{relation} with " "LSrelation : Invalid editable attribute for LSrelation %{relation} with "
"LSobject %{LSobject}." "LSobject %{LSobject}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1016 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1018
msgid "" msgid ""
"LSrelation : The configuration parameter '%{parameter}' of the relation " "LSrelation : The configuration parameter '%{parameter}' of the relation "
"%{relation} of %{LSobject} is missing." "%{relation} of %{LSobject} is missing."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1019 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSrelation.php:1021
msgid "" msgid ""
"LSrelation : The configuration parameter '%{parameter}' of the relation " "LSrelation : The configuration parameter '%{parameter}' of the relation "
"%{relation} of %{LSobject} is invalid." "%{relation} of %{LSobject} is invalid."
@ -1339,72 +1343,72 @@ msgid ""
"LSAUTH_CAS_SERVER_SSL_CACERT or LSAUTH_CAS_SERVER_NO_SSL_VALIDATION" "LSAUTH_CAS_SERVER_SSL_CACERT or LSAUTH_CAS_SERVER_NO_SSL_VALIDATION"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:106 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:121
msgid "Add a field to add another values." msgid "Add a field to add another values."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:107 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:122
msgid "Delete this field." msgid "Delete this field."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:209 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:224
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:601 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:601
msgid "Do you really want to execute custom action %{title} on this search ?" msgid "Do you really want to execute custom action %{title} on this search ?"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:215 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:230
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1357 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/routes.php:1357
msgid "" msgid ""
"Do you really want to execute custom action %{customAction} on " "Do you really want to execute custom action %{customAction} on "
"%{objectname} ?" "%{objectname} ?"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:226 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:241
msgid "Do you really want to delete \"%{name}\"?" msgid "Do you really want to delete \"%{name}\"?"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:227 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:242
msgid "Caution" msgid "Caution"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:281 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:296
msgid "%{label} attribute data is not valid." msgid "%{label} attribute data is not valid."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:364 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:379
msgid "Mandatory field" msgid "Mandatory field"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:839 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:855
msgid "LSform : Error during the recovery of the values of the form." msgid "LSform : Error during the recovery of the values of the form."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:842 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:858
msgid "" msgid ""
"LSform : Error durring the recovery of the value of the field '%{element}'." "LSform : Error durring the recovery of the value of the field '%{element}'."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:849 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:865
msgid "LSform : The field %{element} doesn't exist." msgid "LSform : The field %{element} doesn't exist."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:852 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:868
msgid "LSfom : Field type unknow (%{type})." msgid "LSfom : Field type unknow (%{type})."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:855 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:871
msgid "LSform : Error during the creation of the element '%{element}'." msgid "LSform : Error during the creation of the element '%{element}'."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:858 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:874
msgid "LSform : The data entry form %{name} doesn't exist." msgid "LSform : The data entry form %{name} doesn't exist."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:861 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:877
msgid "LSform : The data entry form %{name} is not correctly configured." msgid "LSform : The data entry form %{name} is not correctly configured."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:864 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSform.php:880
msgid "" msgid ""
"LSform : The element %{name}, listed as displayed in data entry form " "LSform : The element %{name}, listed as displayed in data entry form "
"configuration, doesn't exist." "configuration, doesn't exist."
@ -1676,35 +1680,35 @@ msgstr ""
msgid "Click to delete the picture." msgid "Click to delete the picture."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:135 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:149
msgid "The uploaded file size exceeds the limit accepted by the server." msgid "The uploaded file size exceeds the limit accepted by the server."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:137 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:151
msgid "The uploaded file size exceeds the limit accepted by the HTML form." msgid "The uploaded file size exceeds the limit accepted by the HTML form."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:139 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:153
msgid "The file was only partially uploaded." msgid "The file was only partially uploaded."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:141 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:155
msgid "No file was uploaded." msgid "No file was uploaded."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:143 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:157
msgid "No temporary folder found to store this uploaded file." msgid "No temporary folder found to store this uploaded file."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:145 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:159
msgid "Failed to write file on server disk." msgid "Failed to write file on server disk."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:147 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:161
msgid "A PHP extension stopped the file upload." msgid "A PHP extension stopped the file upload."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:150 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSformElement_image.php:164
msgid "An unknown error occured sending this file." msgid "An unknown error occured sending this file."
msgstr "" msgstr ""
@ -1717,31 +1721,31 @@ msgstr ""
msgid "%s (Unparsable value)" msgid "%s (Unparsable value)"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:402 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:388
msgid "" msgid ""
"LSattr_html_select_list : Configuration data are missing to generate the " "LSattr_html_select_list : Configuration data are missing to generate the "
"select list of the attribute %{attr}." "select list of the attribute %{attr}."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:405 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:391
msgid "" msgid ""
"LSattr_html_select_list : Invalid attribute %{attr} reference as " "LSattr_html_select_list : Invalid attribute %{attr} reference as "
"OTHER_ATTRIBUTE possible values." "OTHER_ATTRIBUTE possible values."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:408 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:394
msgid "" msgid ""
"LSattr_html_select_list : Attribute %{attr} referenced as OTHER_ATTRIBUTE " "LSattr_html_select_list : Attribute %{attr} referenced as OTHER_ATTRIBUTE "
"possible values is not a jsonCompositeAttribute." "possible values is not a jsonCompositeAttribute."
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:411 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:397
msgid "" msgid ""
"LSattr_html_select_list : Fail to decode the following attribute %{attr} " "LSattr_html_select_list : Fail to decode the following attribute %{attr} "
"value as JSON : %{value}" "value as JSON : %{value}"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:414 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSattr_html_select_list.php:400
msgid "" msgid ""
"LSattr_html_select_list : No component %{component} found in the following " "LSattr_html_select_list : No component %{component} found in the following "
"attribute %{attr} JSON value : %{value}" "attribute %{attr} JSON value : %{value}"
@ -1837,7 +1841,7 @@ msgstr ""
msgid "Unknown property !" msgid "Unknown property !"
msgstr "" msgstr ""
#: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:281 #: /home/brenard/dev/ldapsaisie_clean3/src/includes/class/class.LSsearchEntry.php:280
msgid "" msgid ""
"LSsearchEntry : Invalid formaterFunction %{func} for extraDisplayedColumns " "LSsearchEntry : Invalid formaterFunction %{func} for extraDisplayedColumns "
"%{column}." "%{column}."