Subversion Repositories eFlore/Applications.coel

Rev

Rev 120 | Rev 251 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
120 jpm 1
package org.tela_botanica.client.i18n;
2
 
3
import com.google.gwt.i18n.client.Constants;
4
 
5
public interface Constantes extends Constants {
6
	String titreAjoutFormStructurePanneau();
7
	String appliNom();
156 jp_milcent 8
	String titreModifFormStructurePanneau();
120 jpm 9
}