Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 397 Rev 408
Line 3... Line 3...
3
import com.google.gwt.i18n.client.ConstantsWithLookup;
3
import com.google.gwt.i18n.client.ConstantsWithLookup;
Line 4... Line 4...
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();
-
 
8
	String oui();
Line 7... Line 9...
7
	String chargement();
9
	String non();
8
	
10
	
9
	// Téléphone
11
	// Téléphone
10
	String FIX();
12
	String FIX();
Line 46... Line 48...
46
	
48
	
47
	//Structure : personnel
49
	//Structure : personnel
48
	String titrePersonnel();
50
	String titrePersonnel();
49
	String titreMembre();
51
	String titreMembre();
-
 
52
	String nbrePersonnelCollection();
-
 
53
	
-
 
54
	//Structure : conservation
-
 
55
	String titreLocal();
-
 
56
	String localSpecifique();
-
 
57
	String titreConservationPersonnel();
-
 
58
	String formation();
-
 
59
	String formationInteret();
-
 
60
	String meubleSpecifique();
50
	String nbrePersonnelCollection();
61
	String localParametre();
51
}
62
}