Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 420 Rev 427
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
	// Général
6
	// Général
7
	String chargement();
7
	String chargement();
8
	String oui();
8
	String oui();
9
	String non();
9
	String non();
10
	String autres();
10
	String autres();
-
 
11
 
-
 
12
	// Boutons
-
 
13
	String ajouter();
-
 
14
	String modifier();
-
 
15
	String supprimer();
11
	
16
	
12
	// Téléphone
17
	// Téléphone
13
	String FIX();
18
	String FIX();
14
	String PORT1();
19
	String PORT1();
15
	String PORT2();
20
	String PORT2();
-
 
21
	
-
 
22
	// Menu
-
 
23
	String titreMenu();
-
 
24
	String txtListeProjetDefaut();
-
 
25
	String menuAccueil();
-
 
26
	String menuProjet();
-
 
27
	String menuStructure();
-
 
28
	String menuCollection();
-
 
29
	String menuPersonne();
-
 
30
	String menuPublication();
16
	
31
	
-
 
32
	// Structure : titres
17
	// Structure : titres
33
	String titreStructureListe();
18
	String titreAjoutFormStructurePanneau();
34
	String titreAjoutFormStructurePanneau();
19
	String titreModifFormStructurePanneau();
35
	String titreModifFormStructurePanneau();
20
	
-
 
21
	// Grille/Table personnel
36
	
22
	String fonction();
-
 
23
	String prenom();
-
 
24
	String nom();
-
 
25
	String telephoneFixe();
-
 
26
	String fax();
-
 
27
	String courrielPrincipal();
-
 
28
	String statut();
-
 
29
	String tpsTravail();
37
	// Structure : actions
30
	String specialite();
-
 
31
	String boolContact();
38
	String suppressionStructure();
32
 
39
		
-
 
40
	// Structure : identification
33
	// Structure : identification
41
	String structureInfoGeneral();
34
	String titreCommunication();
42
	String titreCommunication();
35
	String titreAdministratif();
43
	String titreAdministratif();
36
	String acronyme();
44
	String acronyme();
37
	String acces();
45
	String acces();
38
	String dateFondation();
46
	String dateFondation();
39
	String nbrePersonnel();
47
	String nbrePersonnel();
40
	String description();
48
	String description();
41
	String adresse();
49
	String adresse();
42
	String codePostal();
50
	String codePostal();
43
	String ville();
51
	String ville();
44
	String region();
52
	String region();
45
	String pays();
53
	String pays();
46
	String telephone();
54
	String telephone();
47
	String courriel();
55
	String courriel();
48
	String siteWeb();
56
	String siteWeb();
49
	
57
	
50
	//Structure : personnel
58
	//Structure : personnel
-
 
59
	String structureInfoPersonnel();
51
	String titrePersonnel();
60
	String titrePersonnel();
52
	String titreMembre();
61
	String titreMembre();
53
	String nbrePersonnelCollection();
62
	String nbrePersonnelCollection();
-
 
63
	String fonction();
-
 
64
	String prenom();
-
 
65
	String nom();
-
 
66
	String telephoneFixe();
-
 
67
	String fax();
-
 
68
	String courrielPrincipal();
-
 
69
	String statut();
-
 
70
	String tpsTravail();
-
 
71
	String specialite();
-
 
72
	String boolContact();
54
	
73
 
55
	//Structure : conservation
74
	//Structure : conservation
-
 
75
	String structureInfoConservation();
56
	String titreLocal();
76
	String titreLocal();
57
	String localSpecifique();
77
	String localSpecifique();
58
	String titreConservationPersonnel();
78
	String titreConservationPersonnel();
59
	String formation();
79
	String formation();
60
	String formationInteret();
80
	String formationInteret();
61
	String meubleSpecifique();
81
	String meubleSpecifique();
62
	String localParametre();
82
	String localParametre();
63
	String conservationEnCommun();
83
	String conservationEnCommun();
64
	String accesControle();
84
	String accesControle();
65
	String titreOperation();
85
	String titreOperation();
66
	String restauration();
86
	String restauration();
67
	String materielConservation();
87
	String materielConservation();
68
	String traitement();
88
	String traitement();
69
	String titreAcquisition();
89
	String titreAcquisition();
70
	String acquisitionCollection();
90
	String acquisitionCollection();
71
	String acquisitionEchantillon();
91
	String acquisitionEchantillon();
72
	String acquisitionTraitement();
92
	String acquisitionTraitement();
73
	String acquisitionTraitementInsecte();
93
	String acquisitionTraitementInsecte();
74
	String acquisitionTraitementPoison();
94
	String acquisitionTraitementPoison();
-
 
95
 
-
 
96
	//Structure : valorisation
-
 
97
	String structureInfoValorisation();
-
 
98
	String titreActionValorisation();
-
 
99
	String titreRechercherScientifique();
-
 
100
	String titreAccesUsage();
-
 
101
	String action();
-
 
102
	String actionPublication();
-
 
103
	String collectionAutre();
-
 
104
	String actionFuture();
-
 
105
	String recherche();
-
 
106
	String rechercheProvenance();
-
 
107
	String rechercheType();
75
 
108
	String visite();
76
 
109
	
77
 
110
 
78
}
111
}