Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1003 → Rev 1004

/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'.
* 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
*/
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
1006,6 → 1006,15
String voirFicheIndividu();
 
/**
* Translated "Vote modifié".
*
* @return translated "Vote modifié"
*/
@DefaultStringValue("Vote modifié")
@Key("voteModifie")
String voteModifie();
 
/**
* Translated "Vote pris en compte".
*
* @return translated "Vote pris en compte"