Subversion Repositories eFlore/Applications.del

Rev

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

Rev 59 Rev 71
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 50... Line 50...
50
  @DefaultStringValue("Commentaires")
50
  @DefaultStringValue("Commentaires")
51
  @Key("commentaires")
51
  @Key("commentaires")
52
  String commentaires();
52
  String commentaires();
Line 53... Line 53...
53
 
53
 
-
 
54
  /**
-
 
55
   * Translated "contributeur".
-
 
56
   * 
-
 
57
   * @return translated "contributeur"
-
 
58
   */
-
 
59
  @DefaultStringValue("contributeur")
-
 
60
  @Key("contributeur")
-
 
61
  String contributeur();
-
 
62
 
54
  /**
63
  /**
55
   * Translated "Date".
64
   * Translated "Date".
56
   * 
65
   * 
57
   * @return translated "Date"
66
   * @return translated "Date"
58
   */
67
   */
Line 95... Line 104...
95
  @DefaultStringValue("Famille")
104
  @DefaultStringValue("Famille")
96
  @Key("famille")
105
  @Key("famille")
97
  String famille();
106
  String famille();
Line 98... Line 107...
98
 
107
 
-
 
108
  /**
-
 
109
   * Translated "fiabilite".
-
 
110
   * 
-
 
111
   * @return translated "fiabilite"
-
 
112
   */
-
 
113
  @DefaultStringValue("fiabilite")
-
 
114
  @Key("fiabilite")
-
 
115
  String fiabilite();
-
 
116
 
99
  /**
117
  /**
100
   * Translated "Photos d'eFlore".
118
   * Translated "Photos d'eFlore".
101
   * 
119
   * 
102
   * @return translated "Photos d'eFlore"
120
   * @return translated "Photos d'eFlore"
103
   */
121
   */
Line 185... Line 203...
185
  @DefaultStringValue("Observateur")
203
  @DefaultStringValue("Observateur")
186
  @Key("observateur")
204
  @Key("observateur")
187
  String observateur();
205
  String observateur();
Line 188... Line 206...
188
 
206
 
-
 
207
  /**
-
 
208
   * Translated "ok".
-
 
209
   * 
-
 
210
   * @return translated "ok"
-
 
211
   */
-
 
212
  @DefaultStringValue("ok")
-
 
213
  @Key("ok")
-
 
214
  String ok();
-
 
215
 
189
  /**
216
  /**
190
   * Translated "oui".
217
   * Translated "oui".
191
   * 
218
   * 
192
   * @return translated "oui"
219
   * @return translated "oui"
193
   */
220
   */
Line 203... Line 230...
203
  @DefaultStringValue("Pas de validation actuellement")
230
  @DefaultStringValue("Pas de validation actuellement")
204
  @Key("pas_de_validation_actuellement")
231
  @Key("pas_de_validation_actuellement")
205
  String pas_de_validation_actuellement();
232
  String pas_de_validation_actuellement();
Line 206... Line 233...
206
 
233
 
-
 
234
  /**
-
 
235
   * Translated "Proposer sa détermination".
-
 
236
   * 
-
 
237
   * @return translated "Proposer sa détermination"
-
 
238
   */
-
 
239
  @DefaultStringValue("Proposer sa détermination")
-
 
240
  @Key("proposer_sa_determination")
-
 
241
  String proposer_sa_determination();
-
 
242
 
207
  /**
243
  /**
208
   * Translated "Cliquez ici pour proposer votre validation".
244
   * Translated "Cliquez ici pour proposer votre validation".
209
   * 
245
   * 
210
   * @return translated "Cliquez ici pour proposer votre validation"
246
   * @return translated "Cliquez ici pour proposer votre validation"
211
   */
247
   */