Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 470 → Rev 471

/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.properties
34,7 → 34,7
nomCommun = Nom commun
lieuDit = Lieu dit
milieu = Milieu
dateReleve = Le (date du relevé)
dateReleve = Le
dateTransmission = Transmis le
 
#ecran recherche image
/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.java
2,7 → 2,7
 
/**
* Interface to represent the constants contained in resource bundle:
* 'D:/dev/svn/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 {
187,11 → 187,11
String dateObservation();
 
/**
* Translated "Le (date du relevé)".
* Translated "Le".
*
* @return translated "Le (date du relevé)"
* @return translated "Le"
*/
@DefaultStringValue("Le (date du relevé)")
@DefaultStringValue("Le")
@Key("dateReleve")
String dateReleve();