Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1206 Rev 1214
Line 4... Line 4...
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/greg/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
6
 */
6
 */
7
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
7
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
Line -... Line 8...
-
 
8
  
-
 
9
	
-
 
10
 /**
-
 
11
   * Translated "Signaler une mauvaise identification".
-
 
12
   * 
-
 
13
   * @return translated "Signaler une mauvaise identification"
-
 
14
   */
-
 
15
  @DefaultStringValue("Signaler une mauvaise identification")
-
 
16
  @Key("signalerIdentification")
-
 
17
  String signalerIdentification();
-
 
18
	  
8
  
19
	  
9
  /**
20
  /**
10
   * Translated "Etes-vous d'accord ? ".
21
   * Translated "Etes-vous d'accord ? ".
11
   * 
22
   * 
12
   * @return translated "Etes-vous d'accord ? "
23
   * @return translated "Etes-vous d'accord ? "