- LSview : Ajout de traduction.

This commit is contained in:
Benjamin Renard 2009-02-17 13:18:03 +00:00
parent 8c0d1e5c1e
commit a613560cd8

View file

@ -57,7 +57,10 @@ var LSview = new Class({
this._confirmBoxOpen = 1;
var name = $('LSview_title').innerHTML;
this.confirmBox = new LSconfirmBox({
text: varLSdefault.LSjsConfig['LSview_delete_label'] + ' "'+name+'" ?',
text: varLSdefault.LSjsConfig['LSview_delete_confirm_text'] + ' "'+name+'" ?',
title: varLSdefault.LSjsConfig['LSview_delete_confirm_title'],
validate_label: varLSdefault.LSjsConfig['LSview_delete_confirm_yes_btn_label'],
cancel_label: varLSdefault.LSjsConfig['LSview_delete_confirm_no_btn_label'],
startElement: a,
onConfirm: this.removeFromA.bind(this,a),
onClose: this.onConfirmBoxClose.bind(this)