Subversion Repositories wimsdev

Rev

Rev 9629 | Blame | Compare with Previous | Last modification | View Log | RSS feed

!set wims_module_log=error: $error

!if $error iswordof already_exist baddocnumber not_supervisor insert_fail maxdoc toomuchsheet noexo
  !goto $error
!else
 !msg $error
 !exit
!endif

:not_supervisor:
 ±§Ç¸, µ«ÊÇÖ»Óа༶µÄ×¢²áÖ÷³Ö½Ìʦ²ÅÄÜ×÷Õâ¸ö×¼±¸²Ù×÷.
!exit

:insert_fail
 Èí¼þ²»ÄܰÑÄãµÄ×÷Òµ¼Óµ½°à¼¶Àï. Çë¼ì²éÄãµÄÊý¾Ý.
!exit


:already_exist
 ÄãÒªÌá½»µÄÎļþÒѾ­°üº¬ÔÚÄãµÄ°à¼¶Àï.
!exit
 
:baddocnumber
 Les informations que vous avez saisies ne correspondent pas à un document enregistré de la classe.
!exit

:maxdoc
Le nombre de documents est limité à $max_doc.
!exit

:toomuchsheet
 Ò³Êý²»Äܳ¬¹ý $max_sheets. Äã²»ÄÜÔÙ´´½¨ÐÂÒ³.
 !exit

:noexo
Ce document ne contient aucun exercice.
!exit