Subversion Repositories eFlore/Applications.coel

Rev

Rev 254 | Rev 383 | 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{
334 gduche 6
	String chargement();
120 jpm 7
	String titreAjoutFormStructurePanneau();
8
	String appliNom();
156 jp_milcent 9
	String titreModifFormStructurePanneau();
251 gduche 10
	String FIX();
11
	String PORT1();
12
	String PORT2();
120 jpm 13
}