Subversion Repositories eFlore/Applications.del

Rev

Rev 455 | Rev 488 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 455 Rev 471
Line 1... Line 1...
1
package org.tela_botanica.del.client.i18n;
1
package org.tela_botanica.del.client.i18n;
Line 2... Line 2...
2
 
2
 
3
/**
3
/**
4
 * Interface to represent the constants contained in resource bundle:
4
 * Interface to represent the constants contained in resource bundle:
5
 * 	'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
5
 * 	'/home/aurelien/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
6
 */
6
 */
Line 7... Line 7...
7
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
7
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
8
  
8
  
Line 185... Line 185...
185
  @DefaultStringValue("Date de la prise de vue")
185
  @DefaultStringValue("Date de la prise de vue")
186
  @Key("dateObservation")
186
  @Key("dateObservation")
187
  String dateObservation();
187
  String dateObservation();
Line 188... Line 188...
188
 
188
 
189
  /**
189
  /**
190
   * Translated "Le (date du relevé)".
190
   * Translated "Le".
191
   * 
191
   * 
192
   * @return translated "Le (date du relevé)"
192
   * @return translated "Le"
193
   */
193
   */
194
  @DefaultStringValue("Le (date du relevé)")
194
  @DefaultStringValue("Le")
195
  @Key("dateReleve")
195
  @Key("dateReleve")
Line 196... Line 196...
196
  String dateReleve();
196
  String dateReleve();
197
 
197