Subversion Repositories eFlore/Applications.del

Rev

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

Rev 917 Rev 926
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/aurelien/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 50... Line 50...
50
  @DefaultStringValue("Anonyme")
50
  @DefaultStringValue("Anonyme")
51
  @Key("anonyme")
51
  @Key("anonyme")
52
  String anonyme();
52
  String anonyme();
Line 53... Line 53...
53
 
53
 
-
 
54
  /**
-
 
55
   * Translated "Aucun commentaire n'a été effectué sur cette détermination".
-
 
56
   * 
-
 
57
   * @return translated "Aucun commentaire n'a été effectué sur cette détermination"
-
 
58
   */
-
 
59
  @DefaultStringValue("Aucun commentaire n'a été effectué sur cette détermination")
-
 
60
  @Key("aucunCommentaireEffectue")
-
 
61
  String aucunCommentaireEffectue();
-
 
62
 
54
  /**
63
  /**
55
   * Translated "Aucun resultat trouvé".
64
   * Translated "Aucun resultat trouvé".
56
   * 
65
   * 
57
   * @return translated "Aucun resultat trouvé"
66
   * @return translated "Aucun resultat trouvé"
58
   */
67
   */