Subversion Repositories eFlore/Applications.del

Rev

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

Rev 335 Rev 364
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/workspaces/interface-validation-workspace/del-new/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
5
 * 	'/home/greg/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 77... Line 77...
77
  @DefaultStringValue("Chargement")
77
  @DefaultStringValue("Chargement")
78
  @Key("chargement")
78
  @Key("chargement")
79
  String chargement();
79
  String chargement();
Line 80... Line 80...
80
 
80
 
-
 
81
  /**
-
 
82
   * Translated "Choisir un protocole".
-
 
83
   * 
-
 
84
   * @return translated "Choisir un protocole"
-
 
85
   */
-
 
86
  @DefaultStringValue("Choisir un protocole")
-
 
87
  @Key("choisirProtocole")
-
 
88
  String choisirProtocole();
-
 
89
 
81
  /**
90
  /**
82
   * Translated "Choisir un taxon".
91
   * Translated "Choisir un taxon".
83
   * 
92
   * 
84
   * @return translated "Choisir un taxon"
93
   * @return translated "Choisir un taxon"
85
   */
94
   */