Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 960 → Rev 961

/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 {
232,11 → 232,11
String courriel();
 
/**
* Translated "Date".
* Translated "Date (jj/mm/aaaa)".
*
* @return translated "Date"
* @return translated "Date (jj/mm/aaaa)"
*/
@DefaultStringValue("Date")
@DefaultStringValue("Date (jj/mm/aaaa)")
@Key("date")
String date();