Subversion Repositories eFlore/Applications.coel

Rev

Rev 1656 | Rev 1764 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1656 Rev 1661
Line 43... Line 43...
43
	// Tooltips
43
	// Tooltips
44
	String indicationCreerUneFiche();
44
	String indicationCreerUneFiche();
45
	String indicationModifierUneFiche();
45
	String indicationModifierUneFiche();
46
	String indicationSupprimerUneFiche();
46
	String indicationSupprimerUneFiche();
Line 47... Line -...
47
	
-
 
48
	String indicationReinitialiser();
47
	
49
	String indicationAppliquer();
48
	String indicationAppliquer();
50
	String indicationAnnuler();
49
	String indicationAnnuler();
Line 51... Line 50...
51
	String indicationValider();
50
	String indicationValider();
Line 56... Line 55...
56
	// Boutons
55
	// Boutons
57
	String ajouter();
56
	String ajouter();
58
	String modifier();
57
	String modifier();
59
	String supprimer();
58
	String supprimer();
60
	String rafraichir();
59
	String rafraichir();
61
	String reinitialiser();
-
 
62
	String appliquer();
60
	String appliquer();
63
	String annuler();
61
	String annuler();
64
	String valider();
62
	String valider();
Line 65... Line 63...
65
	
63