Subversion Repositories eFlore/Applications.del

Rev

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

Rev 449 Rev 455
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
 * 	'D:/dev/svn/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 653... Line 653...
653
  @DefaultStringValue("Transmis le")
653
  @DefaultStringValue("Transmis le")
654
  @Key("transmisLe")
654
  @Key("transmisLe")
655
  String transmisLe();
655
  String transmisLe();
Line 656... Line 656...
656
 
656
 
-
 
657
  /**
-
 
658
   * Translated "Tri par date".
-
 
659
   * 
-
 
660
   * @return translated "Tri par date"
-
 
661
   */
-
 
662
  @DefaultStringValue("Tri par date")
-
 
663
  @Key("triParDate")
-
 
664
  String triParDate();
-
 
665
 
-
 
666
  /**
-
 
667
   * Translated "Tri par nombre de votes".
-
 
668
   * 
-
 
669
   * @return translated "Tri par nombre de votes"
-
 
670
   */
-
 
671
  @DefaultStringValue("Tri par nombre de votes")
-
 
672
  @Key("triParNbVotes")
-
 
673
  String triParNbVotes();
-
 
674
 
657
  /**
675
  /**
658
   * Translated "Valide par".
676
   * Translated "Valide par".
659
   * 
677
   * 
660
   * @return translated "Valide par"
678
   * @return translated "Valide par"
661
   */
679
   */