Subversion Repositories eFlore/Applications.del

Rev

Rev 1109 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
29 benjamin 1
package org.tela_botanica.del.client.i18n;
2
 
3
/**
4
 * Interface to represent the constants contained in resource bundle:
488 benjamin 5
 * 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Messages.properties'.
29 benjamin 6
 */
488 benjamin 7
public interface Messages extends com.google.gwt.i18n.client.Messages {
8
 
9
	String rechercher_taxon(String nomTaxon);
10
 
11
	String parmi_nb_pages(int nbPages);
538 gduche 12
 
13
	String saisirLogin();
14
 
15
	String identificationRefus();
1037 benjamin 16
 
17
	String propositionDejaEffectuee(String taxon);
1102 gduche 18
 
19
	String etVotesAnonymes(String nbVotes);
1104 gduche 20
 
29 benjamin 21
}