Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 530 → Rev 531

/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.properties
99,6 → 99,7
 
#composant recherche avancee
rechercheAvancee= Recherche avancée
contientMots = Contient les mots
departement = DĂ©partement
taxon = Taxon
genre = Genre
/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.java
2,7 → 2,7
 
/**
* Interface to represent the constants contained in resource bundle:
* '/home/aurelien/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
* '/home/jpm/web/gwt/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
*/
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
169,6 → 169,15
String confianceSurCent();
 
/**
* Translated "Contient les mots".
*
* @return translated "Contient les mots"
*/
@DefaultStringValue("Contient les mots")
@Key("contientMots")
String contientMots();
 
/**
* Translated "Contributeur".
*
* @return translated "Contributeur"