Subversion Repositories eFlore/Applications.del

Rev

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

Rev 966 Rev 973
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
 * 	'/home/greg/web/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 345... Line 345...
345
   * @return translated "(jj/mm/aaaa ou aaaa)"
345
   * @return translated "(jj/mm/aaaa ou aaaa)"
346
   */
346
   */
347
  @DefaultStringValue("(jj/mm/aaaa ou aaaa)")
347
  @DefaultStringValue("(jj/mm/aaaa ou aaaa)")
348
  @Key("formatDate")
348
  @Key("formatDate")
349
  String formatDate();
349
  String formatDate();
350
  
350
 
351
  /**
351
  /**
352
   * Translated "Genre".
352
   * Translated "Genre".
353
   * 
353
   * 
354
   * @return translated "Genre"
354
   * @return translated "Genre"
355
   */
355
   */
Line 680... Line 680...
680
  @DefaultStringValue("Prénom")
680
  @DefaultStringValue("Prénom")
681
  @Key("prenom")
681
  @Key("prenom")
682
  String prenom();
682
  String prenom();
Line 683... Line 683...
683
 
683
 
-
 
684
  /**
-
 
685
   * Translated "Proposé par ".
-
 
686
   * 
-
 
687
   * @return translated "Proposé par "
-
 
688
   */
-
 
689
  @DefaultStringValue("Proposé par ")
-
 
690
  @Key("proposePar")
-
 
691
  String proposePar();
-
 
692
 
684
  /**
693
  /**
685
   * Translated "Proposer une détermination".
694
   * Translated "Proposer une détermination".
686
   * 
695
   * 
687
   * @return translated "Proposer une détermination"
696
   * @return translated "Proposer une détermination"
688
   */
697
   */