Subversion Repositories eFlore/Applications.del

Rev

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

Rev 646 Rev 663
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 23... Line 23...
23
  @DefaultStringValue("Afficher")
23
  @DefaultStringValue("Afficher")
24
  @Key("afficher")
24
  @Key("afficher")
25
  String afficher();
25
  String afficher();
Line 26... Line 26...
26
 
26
 
-
 
27
  /**
-
 
28
   * Translated "Ajouter un commentaire".
-
 
29
   * 
-
 
30
   * @return translated "Ajouter un commentaire"
-
 
31
   */
-
 
32
  @DefaultStringValue("Ajouter un commentaire")
-
 
33
  @Key("ajouterCommentaire")
-
 
34
  String ajouterCommentaire();
-
 
35
 
27
  /**
36
  /**
28
   * Translated "Annuler".
37
   * Translated "Annuler".
29
   * 
38
   * 
30
   * @return translated "Annuler"
39
   * @return translated "Annuler"
31
   */
40
   */