Subversion Repositories eFlore/Applications.del

Rev

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

Rev 488 Rev 538
Line 7... Line 7...
7
public interface Messages extends com.google.gwt.i18n.client.Messages {
7
public interface Messages extends com.google.gwt.i18n.client.Messages {
Line 8... Line 8...
8
 
8
 
Line 9... Line 9...
9
	String rechercher_taxon(String nomTaxon);
9
	String rechercher_taxon(String nomTaxon);
-
 
10
 
-
 
11
	String parmi_nb_pages(int nbPages);
-
 
12
	
-
 
13
	String saisirLogin();
10
 
14