Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 420 Rev 427
Line 6... Line 6...
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();
Line 11... Line 16...
11
	
16
	
12
	// Téléphone
17
	// Téléphone
13
	String FIX();
18
	String FIX();
14
	String PORT1();
19
	String PORT1();
Line -... Line 20...
-
 
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();
15
	String PORT2();
30
	String menuPublication();
-
 
31
	
16
	
32
	// Structure : titres
17
	// Structure : titres
33
	String titreStructureListe();
Line 18... Line -...
18
	String titreAjoutFormStructurePanneau();
-
 
19
	String titreModifFormStructurePanneau();
34
	String titreAjoutFormStructurePanneau();
20
	
-
 
21
	// Grille/Table personnel
-
 
22
	String fonction();
-
 
23
	String prenom();
-
 
24
	String nom();
-
 
25
	String telephoneFixe();
-
 
26
	String fax();
-
 
27
	String courrielPrincipal();
35
	String titreModifFormStructurePanneau();
28
	String statut();
-
 
29
	String tpsTravail();
36
	
30
	String specialite();
37
	// Structure : actions
-
 
38
	String suppressionStructure();
31
	String boolContact();
39
		
32
 
40
	// Structure : identification
33
	// Structure : identification
41
	String structureInfoGeneral();
34
	String titreCommunication();
42
	String titreCommunication();
35
	String titreAdministratif();
43
	String titreAdministratif();
Line 46... Line 54...
46
	String telephone();
54
	String telephone();
47
	String courriel();
55
	String courriel();
48
	String siteWeb();
56
	String siteWeb();
Line 49... Line 57...
49
	
57
	
-
 
58
	//Structure : personnel
50
	//Structure : personnel
59
	String structureInfoPersonnel();
51
	String titrePersonnel();
60
	String titrePersonnel();
52
	String titreMembre();
61
	String titreMembre();
-
 
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();
53
	String nbrePersonnelCollection();
72
	String boolContact();
54
	
73
 
-
 
74
	//Structure : conservation
55
	//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();
Line 71... Line 91...
71
	String acquisitionEchantillon();
91
	String acquisitionEchantillon();
72
	String acquisitionTraitement();
92
	String acquisitionTraitement();
73
	String acquisitionTraitementInsecte();
93
	String acquisitionTraitementInsecte();
74
	String acquisitionTraitementPoison();
94
	String acquisitionTraitementPoison();
Line -... Line 95...
-
 
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();
Line 76... Line 109...
76
 
109
	
77
 
110