mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
- LSrelation : Traduction
This commit is contained in:
parent
2d06ac3e81
commit
8c0d1e5c1e
1 changed files with 7 additions and 4 deletions
|
@ -35,9 +35,12 @@ var LSrelation = new Class({
|
|||
if (this._confirmDelete) {
|
||||
var a = img.getPrevious('a');
|
||||
this.confirmBox = new LSconfirmBox({
|
||||
text: 'Etês-vous sur de vouloir supprimer "'+a.innerHTML+'" ?',
|
||||
startElement: img,
|
||||
onConfirm: this.deleteFromImg.bind(this,img)
|
||||
text: 'Do you really want to delete "'+a.innerHTML+'" ?',
|
||||
title: 'Caution',
|
||||
validate_label: 'Delete',
|
||||
cancel_label: 'Cancel',
|
||||
startElement: img,
|
||||
onConfirm: this.deleteFromImg.bind(this,img)
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
@ -82,7 +85,7 @@ var LSrelation = new Class({
|
|||
}
|
||||
}
|
||||
catch(e) {
|
||||
LSdebug('Erreur durant la suppression du li du DN : '+data.dn);
|
||||
LSdebug('Error during the li of DN delete : '+data.dn);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue