Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 391 Rev 395
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();
13
	String fonction();
14
	String prenom();
14
	String prenom();
15
	String nom();
15
	String nom();
16
	String telephoneFixe();
16
	String telephoneFixe();
17
	String fax();
17
	String fax();
18
	String courrielPrincipal();
18
	String courrielPrincipal();
19
	String statut();
19
	String statut();
20
	String tpsTravail();
20
	String tpsTravail();
21
	String specialite();
21
	String specialite();
22
	String boolContact();
22
	String boolContact();
23
	String acronyme();
23
	String acronyme();
24
	String acces();
24
	String acces();
25
	String dateFondation();
25
	String dateFondation();
26
	String nbrePersonnel();
26
	String nbrePersonnel();
27
	String description();
27
	String description();
28
	String adresse();
28
	String adresse();
29
	String codePostal();
29
	String codePostal();
30
	String ville();
30
	String ville();
31
	String region();
31
	String region();
32
	String pays();
32
	String pays();
33
	String telephone();
33
	String telephone();
34
	String courriel();
34
	String courriel();
35
	String siteWeb();
35
	String siteWeb();
36
	String titreCommunication();
36
	String titreCommunication();
37
	String titreAdministratif();
37
	String titreAdministratif();
38
	String titrePersonnel();
38
	String titrePersonnel();
39
	String titreMembre();
39
	String titreMembre();
40
	String nbrePersonnelCollection();
40
	String nbrePersonnelCollection();
-
 
41
	String appliCode();
-
 
42
	String appliVersion();
41
}
43
}
42
44