Subversion Repositories eFlore/Applications.cel

Rev

Blame | Last modification | View Log | RSS feed

package org.tela_botanica.cel.client.i18n;

/**
 * Interface to represent the constants contained in resource bundle:
 * 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Messages.properties'.
 */
public interface Messages extends com.google.gwt.i18n.client.Messages {

        String rechercher_taxon(String nomTaxon);

        String parmi_nb_pages(int nbPages);
        
        String saisirLogin();
        
        String identificationRefus();
}