Subversion Repositories eFlore/Applications.coel

Rev

Rev 334 | Rev 391 | 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();
383 jp_milcent 13
	String fonction();
14
	String prenom();
15
	String nom();
16
	String telephoneFixe();
17
	String fax();
18
	String courrielPrincipal();
19
	String statut();
20
	String tpsTravail();
21
	String specialite();
22
	String boolContact();
120 jpm 23
}