Subversion Repositories eFlore/Applications.coel

Rev

Rev 334 | Rev 391 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 334 Rev 383
1
package org.tela_botanica.client.i18n;
1
package org.tela_botanica.client.i18n;
2
 
2
 
3
import com.google.gwt.i18n.client.ConstantsWithLookup;
3
import com.google.gwt.i18n.client.ConstantsWithLookup;
4
 
4
 
5
public interface Constantes extends ConstantsWithLookup{
5
public interface Constantes extends ConstantsWithLookup{
6
	String chargement();
6
	String chargement();
7
	String titreAjoutFormStructurePanneau();
7
	String titreAjoutFormStructurePanneau();
8
	String appliNom();
8
	String appliNom();
9
	String titreModifFormStructurePanneau();
9
	String titreModifFormStructurePanneau();
10
	String FIX();
10
	String FIX();
11
	String PORT1();
11
	String PORT1();
12
	String PORT2();
12
	String PORT2();
-
 
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();
13
}
23
}
14
24