Subversion Repositories eFlore/Applications.coel

Rev

Rev 395 | Rev 408 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 395 Rev 397
Line 1... Line 1...
1
package org.tela_botanica.client.i18n;
1
package org.tela_botanica.client.i18n;
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
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
	// Général
6
	String chargement();
7
	String chargement();
7
	String titreAjoutFormStructurePanneau();
-
 
8
	String appliNom();
8
	
9
	String titreModifFormStructurePanneau();
9
	// Téléphone
10
	String FIX();
10
	String FIX();
-
 
11
	String PORT1();
-
 
12
	String PORT2();
-
 
13
	
-
 
14
	// Structure : titres
-
 
15
	String titreAjoutFormStructurePanneau();
-
 
16
	String titreModifFormStructurePanneau();
11
	String PORT1();
17
	
12
	String PORT2();
18
	// Grille/Table personnel
13
	String fonction();
19
	String fonction();
14
	String prenom();
20
	String prenom();
15
	String nom();
21
	String nom();
16
	String telephoneFixe();
22
	String telephoneFixe();
17
	String fax();
23
	String fax();
18
	String courrielPrincipal();
24
	String courrielPrincipal();
19
	String statut();
25
	String statut();
20
	String tpsTravail();
26
	String tpsTravail();
-
 
27
	String specialite();
-
 
28
	String boolContact();
-
 
29
 
-
 
30
	// Structure : identification
21
	String specialite();
31
	String titreCommunication();
22
	String boolContact();
32
	String titreAdministratif();
23
	String acronyme();
33
	String acronyme();
24
	String acces();
34
	String acces();
25
	String dateFondation();
35
	String dateFondation();
Line 31... Line 41...
31
	String region();
41
	String region();
32
	String pays();
42
	String pays();
33
	String telephone();
43
	String telephone();
34
	String courriel();
44
	String courriel();
35
	String siteWeb();
45
	String siteWeb();
-
 
46
	
36
	String titreCommunication();
47
	//Structure : personnel
37
	String titreAdministratif();
-
 
38
	String titrePersonnel();
48
	String titrePersonnel();
39
	String titreMembre();
49
	String titreMembre();
40
	String nbrePersonnelCollection();
50
	String nbrePersonnelCollection();
41
	String appliCode();
-
 
42
	String appliVersion();
-
 
43
}
51
}
44
52