Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 407 → Rev 408

/trunk/src/org/tela_botanica/client/i18n/Constantes.properties
1,5 → 1,7
# Général
chargement = Chargement ...
oui = oui
non = non
 
# Téléphone
FIX = Tél. Fixe
42,4 → 44,13
# Structure : personnel
titrePersonnel = Personnel
titreMembre = Membres du personnel
nbrePersonnelCollection = Personnel des collections
nbrePersonnelCollection = Personnel des collections
 
# Structure : conservation
titreLocal = Local
titreConservationPersonnel = Formation du personnel à la conservation
formation = Formation en conservation
formationInteret = Intérêt pour une formation
localSpecifique = Locaux spécifiques aux collections
meubleSpecifique = Meubles spécifiques aux collections
localParametre = Paramêtres maîtrisés
/trunk/src/org/tela_botanica/client/i18n/Constantes.java
5,6 → 5,8
public interface Constantes extends ConstantsWithLookup{
// Général
String chargement();
String oui();
String non();
// Téléphone
String FIX();
48,4 → 50,13
String titrePersonnel();
String titreMembre();
String nbrePersonnelCollection();
//Structure : conservation
String titreLocal();
String localSpecifique();
String titreConservationPersonnel();
String formation();
String formationInteret();
String meubleSpecifique();
String localParametre();
}