mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +01:00
- LSsmoothbox : Traduction.
This commit is contained in:
parent
26f2e07cbc
commit
2d06ac3e81
1 changed files with 7 additions and 4 deletions
|
@ -210,7 +210,10 @@ var LSsmoothbox = new Class({
|
||||||
if (!this._closeConfirmOpened) {
|
if (!this._closeConfirmOpened) {
|
||||||
this._closeConfirmOpened = 1;
|
this._closeConfirmOpened = 1;
|
||||||
this.confirmBox = new LSconfirmBox({
|
this.confirmBox = new LSconfirmBox({
|
||||||
text: 'Etês-vous sur de vouloir fermer cette fênetre et perdre toute les modifications apportées ?',
|
text: 'Are you sure you want to close this window and lose all changes ?',
|
||||||
|
title: 'Caution',
|
||||||
|
validate_label: 'Validate',
|
||||||
|
cancel_label: 'Cancel',
|
||||||
startElement: this.closeBtn,
|
startElement: this.closeBtn,
|
||||||
onConfirm: this.cancel.bind(this),
|
onConfirm: this.cancel.bind(this),
|
||||||
onClose: (function(){this._closeConfirmOpened=0;}).bind(this)
|
onClose: (function(){this._closeConfirmOpened=0;}).bind(this)
|
||||||
|
|
Loading…
Reference in a new issue