mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 14:33:49 +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) {
|
if (this._confirmDelete) {
|
||||||
var a = img.getPrevious('a');
|
var a = img.getPrevious('a');
|
||||||
this.confirmBox = new LSconfirmBox({
|
this.confirmBox = new LSconfirmBox({
|
||||||
text: 'Etês-vous sur de vouloir supprimer "'+a.innerHTML+'" ?',
|
text: 'Do you really want to delete "'+a.innerHTML+'" ?',
|
||||||
startElement: img,
|
title: 'Caution',
|
||||||
onConfirm: this.deleteFromImg.bind(this,img)
|
validate_label: 'Delete',
|
||||||
|
cancel_label: 'Cancel',
|
||||||
|
startElement: img,
|
||||||
|
onConfirm: this.deleteFromImg.bind(this,img)
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
@ -82,7 +85,7 @@ var LSrelation = new Class({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch(e) {
|
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