Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 446 → Rev 447

/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.properties
31,6 → 31,9
commentaire = Commentaire
commentaires= Commentaires
autre = autre
nomCommun = Nom commun
lieuDit = Lieu dit
milieu = Milieu
 
#ecran recherche image
rechercherImage = Rechercher une image
/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/greg/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
*/
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
349,6 → 349,15
String lesPropositions();
 
/**
* Translated "Lieu dit".
*
* @return translated "Lieu dit"
*/
@DefaultStringValue("Lieu dit")
@Key("lieuDit")
String lieuDit();
 
/**
* Translated "Localite".
*
* @return translated "Localite"
367,6 → 376,15
String metadonneesPhoto();
 
/**
* Translated "Milieu".
*
* @return translated "Milieu"
*/
@DefaultStringValue("Milieu")
@Key("milieu")
String milieu();
 
/**
* Translated "Mon vote".
*
* @return translated "Mon vote"
421,6 → 439,15
String nom();
 
/**
* Translated "Nom commun".
*
* @return translated "Nom commun"
*/
@DefaultStringValue("Nom commun")
@Key("nomCommun")
String nomCommun();
 
/**
* Translated "Nom retenu".
*
* @return translated "Nom retenu"