Subversion Repositories eFlore/Applications.coel

Rev

Rev 251 | Rev 334 | 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
 
251 gduche 3
import com.google.gwt.i18n.client.ConstantsWithLookup;
120 jpm 4
 
251 gduche 5
public interface Constantes extends ConstantsWithLookup{
120 jpm 6
	String titreAjoutFormStructurePanneau();
7
	String appliNom();
156 jp_milcent 8
	String titreModifFormStructurePanneau();
251 gduche 9
	String FIX();
10
	String PORT1();
11
	String PORT2();
120 jpm 12
}