Subversion Repositories eFlore/Applications.del

Rev

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

Rev 73 Rev 79
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/svn/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
5
 * 	'/home/aurelien/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 32... Line 32...
32
  @DefaultStringValue("Auteur")
32
  @DefaultStringValue("Auteur")
33
  @Key("auteur")
33
  @Key("auteur")
34
  String auteur();
34
  String auteur();
Line 35... Line 35...
35
 
35
 
-
 
36
  /**
-
 
37
   * Translated "Autres informations ".
-
 
38
   * 
-
 
39
   * @return translated "Autres informations "
-
 
40
   */
-
 
41
  @DefaultStringValue("Autres informations ")
-
 
42
  @Key("autres_informations")
-
 
43
  String autres_informations();
-
 
44
 
36
  /**
45
  /**
37
   * Translated "Chargement".
46
   * Translated "Chargement".
38
   * 
47
   * 
39
   * @return translated "Chargement"
48
   * @return translated "Chargement"
40
   */
49
   */
41
  @DefaultStringValue("Chargement")
50
  @DefaultStringValue("Chargement")
42
  @Key("chargement")
51
  @Key("chargement")
Line 43... Line 52...
43
  String chargement();
52
  String chargement();
-
 
53
 
-
 
54
  /**
-
 
55
   * Translated "Commentaire".
-
 
56
   * 
-
 
57
   * @return translated "Commentaire"
-
 
58
   */
-
 
59
  @DefaultStringValue("Commentaire")
-
 
60
  @Key("commentaire")
-
 
61
  String commentaire();
44
 
62
 
45
  /**
63
  /**
46
   * Translated "Commentaires".
64
   * Translated "Commentaires".
47
   * 
65
   * 
48
   * @return translated "Commentaires"
66
   * @return translated "Commentaires"
49
   */
67
   */
50
  @DefaultStringValue("Commentaires")
68
  @DefaultStringValue("Commentaires")
Line 51... Line 69...
51
  @Key("commentaires")
69
  @Key("commentaires")
52
  String commentaires();
70
  String commentaires();
53
 
71
 
54
  /**
72
  /**
55
   * Translated "contributeur".
73
   * Translated "Contributeur".
56
   * 
74
   * 
57
   * @return translated "contributeur"
75
   * @return translated "Contributeur"
58
   */
76
   */
Line 59... Line 77...
59
  @DefaultStringValue("contributeur")
77
  @DefaultStringValue("Contributeur")
60
  @Key("contributeur")
78
  @Key("contributeur")
Line 104... Line 122...
104
  @DefaultStringValue("Famille")
122
  @DefaultStringValue("Famille")
105
  @Key("famille")
123
  @Key("famille")
106
  String famille();
124
  String famille();
Line 107... Line 125...
107
 
125
 
108
  /**
126
  /**
109
   * Translated "fiabilite".
127
   * Translated "Fiabilite".
110
   * 
128
   * 
111
   * @return translated "fiabilite"
129
   * @return translated "Fiabilite"
112
   */
130
   */
113
  @DefaultStringValue("fiabilite")
131
  @DefaultStringValue("Fiabilite")
114
  @Key("fiabilite")
132
  @Key("fiabilite")
Line 115... Line 133...
115
  String fiabilite();
133
  String fiabilite();
116
 
134