/**
 * @overview
 * Custom french translations for resistor Ext components
 */
if(Ext.form.VTypes){
   Ext.apply(Ext.form.VTypes, {
      passwordText : "La confirmation ne correspond pas au mot de passe."
   });
}

/**
 *
 */
if (Ext.form.RadioGroup) {
    Ext.form.RadioGroup.prototype.blankText = 'Vous devez sélectionner un item dans ce groupe';
}