!!! fichier des alertes !!!

alert1=<font color=magenta>Rponse incomplte</font>
alert2=<font color=red><b>Il faut entrer au moins deux proprits</b></font>
alert3=<font color=red><b>Trop de proprits</b></font><br><small>La limite est 100</small>
alert4=<font color=red><b>La donne soumise n'est pas une matrice</b></font>
alert5=<font color=red><b>Rponse incompatible</b></font>
alert6=<font color=red><b>Format incompatible</b></font>
alert7=<font color=red><b>Erreur sur les proprits - Liste initialise  vide</b></font>

nonprop=<font color=magenta><b>Choix vide</b></font>

alerts=
!for i=1 to 7
  alerts=!append line $(alert$(i)) to $alerts
!next i
