Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 972 → Rev 973

/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.java
2,7 → 2,7
 
/**
* Interface to represent the constants contained in resource bundle:
* '/home/greg/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
* '/home/aurelien/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
*/
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
347,7 → 347,7
@DefaultStringValue("(jj/mm/aaaa ou aaaa)")
@Key("formatDate")
String formatDate();
 
/**
* Translated "Genre".
*
682,6 → 682,15
String prenom();
 
/**
* Translated "Proposé par ".
*
* @return translated "Proposé par "
*/
@DefaultStringValue("Proposé par ")
@Key("proposePar")
String proposePar();
 
/**
* Translated "Proposer une détermination".
*
* @return translated "Proposer une détermination"