Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 56 → Rev 57

/src/org/tela_botanica/del/client/i18n/Vocabulary.java
2,7 → 2,7
 
/**
* Interface to represent the constants contained in resource bundle:
* '/home/benjamin/Documents/dev/workspaces/exchangeformat/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 {
52,11 → 52,11
String date();
 
/**
* Translated "\"Date d'observation\"".
* Translated "Date d'observation".
*
* @return translated "\"Date d'observation\""
* @return translated "Date d'observation"
*/
@DefaultStringValue("\"Date d'observation\"")
@DefaultStringValue("Date d'observation")
@Key("date_observation")
String date_observation();
 
79,6 → 79,15
String famille();
 
/**
* Translated "Photos d'eFlore".
*
* @return translated "Photos d'eFlore"
*/
@DefaultStringValue("Photos d'eFlore")
@Key("image_eflore")
String image_eflore();
 
/**
* Translated "Localite".
*
* @return translated "Localite"
185,4 → 194,13
@DefaultStringValue("Rechercher le taxon ")
@Key("rechercher_taxon")
String rechercher_taxon();
 
/**
* Translated "Taxon a determiner".
*
* @return translated "Taxon a determiner"
*/
@DefaultStringValue("Taxon a determiner")
@Key("taxon_a_determiner")
String taxon_a_determiner();
}