/trunk/src/org/tela_botanica/client/i18n/Constantes.properties |
---|
152,6 → 152,9 |
collectionInventaire = Inventaire |
collectionInventaireTitre = Inventaire (autre que celui de l'auteur) |
# Collection : form |
titreModifFormCollection = Modification d'une collection |
# Personne : Form |
personneListeLabel = Personnes |
personneModeAjout = Ajouter une personne |
/trunk/src/org/tela_botanica/client/i18n/Constantes.java |
---|
155,6 → 155,9 |
String collectionInventaire(); |
String collectionInventaireTitre(); |
// Collection : form |
String titreModifFormCollection(); |
//Personne |
String personneListeLabel(); |
String personneModeAjout(); |