Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 120 Rev 156
Line 3... Line 3...
3
import com.google.gwt.i18n.client.Constants;
3
import com.google.gwt.i18n.client.Constants;
Line 4... Line 4...
4
 
4
 
5
public interface Constantes extends Constants {
5
public interface Constantes extends Constants {
6
	String titreAjoutFormStructurePanneau();
6
	String titreAjoutFormStructurePanneau();
-
 
7
	String appliNom();
7
	String appliNom();
8
	String titreModifFormStructurePanneau();
8
}
9
}