Subversion Repositories eFlore/Applications.del

Rev

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

Rev 260 Rev 335
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/aurelien/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
5
 * 	'D:/dev/workspaces/interface-validation-workspace/del-new/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 104... Line 104...
104
  @DefaultStringValue("Commentaires")
104
  @DefaultStringValue("Commentaires")
105
  @Key("commentaires")
105
  @Key("commentaires")
106
  String commentaires();
106
  String commentaires();
Line 107... Line 107...
107
 
107
 
-
 
108
  /**
-
 
109
   * Translated "Commune".
-
 
110
   * 
-
 
111
   * @return translated "Commune"
-
 
112
   */
-
 
113
  @DefaultStringValue("Commune")
-
 
114
  @Key("commune")
-
 
115
  String commune();
-
 
116
 
108
  /**
117
  /**
109
   * Translated "Comparer cette image".
118
   * Translated "Comparer cette image".
110
   * 
119
   * 
111
   * @return translated "Comparer cette image"
120
   * @return translated "Comparer cette image"
112
   */
121
   */
Line 176... Line 185...
176
  @DefaultStringValue("Date de dernière validation")
185
  @DefaultStringValue("Date de dernière validation")
177
  @Key("dateValidation")
186
  @Key("dateValidation")
178
  String dateValidation();
187
  String dateValidation();
Line 179... Line 188...
179
 
188
 
-
 
189
  /**
-
 
190
   * Translated "Departement".
-
 
191
   * 
-
 
192
   * @return translated "Departement"
-
 
193
   */
-
 
194
  @DefaultStringValue("Departement")
-
 
195
  @Key("departement")
-
 
196
  String departement();
-
 
197
 
180
  /**
198
  /**
181
   * Translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clef".
199
   * Translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clef".
182
   * 
200
   * 
183
   * @return translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clef"
201
   * @return translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clef"
184
   */
202
   */
Line 212... Line 230...
212
  @DefaultStringValue("Fiabilite")
230
  @DefaultStringValue("Fiabilite")
213
  @Key("fiabilite")
231
  @Key("fiabilite")
214
  String fiabilite();
232
  String fiabilite();
Line 215... Line 233...
215
 
233
 
-
 
234
  /**
-
 
235
   * Translated "Genre".
-
 
236
   * 
-
 
237
   * @return translated "Genre"
-
 
238
   */
-
 
239
  @DefaultStringValue("Genre")
-
 
240
  @Key("genre")
-
 
241
  String genre();
-
 
242
 
216
  /**
243
  /**
217
   * Translated "Photos d'eFlore".
244
   * Translated "Photos d'eFlore".
218
   * 
245
   * 
219
   * @return translated "Photos d'eFlore"
246
   * @return translated "Photos d'eFlore"
220
   */
247
   */
Line 257... Line 284...
257
  @DefaultStringValue("D'autres utilisateurs ont laissé une détermination")
284
  @DefaultStringValue("D'autres utilisateurs ont laissé une détermination")
258
  @Key("infoPropositions")
285
  @Key("infoPropositions")
259
  String infoPropositions();
286
  String infoPropositions();
Line 260... Line 287...
260
 
287
 
261
  /**
288
  /**
262
   * Translated "<b>Choisissez un taxon</b> dans la liste déroulante <b>OU</b> saisissez <b>un nouveau nom</b> dans le champ ci-après.".
289
   * Translated "<b>Saisissez <b>un nouveau nom</b> dans le champ ci-après.".
263
   * 
290
   * 
264
   * @return translated "<b>Choisissez un taxon</b> dans la liste déroulante <b>OU</b> saisissez <b>un nouveau nom</b> dans le champ ci-après."
291
   * @return translated "<b>Saisissez <b>un nouveau nom</b> dans le champ ci-après."
265
   */
292
   */
266
  @DefaultStringValue("<b>Choisissez un taxon</b> dans la liste déroulante <b>OU</b> saisissez <b>un nouveau nom</b> dans le champ ci-après.")
293
  @DefaultStringValue("<b>Saisissez <b>un nouveau nom</b> dans le champ ci-après.")
267
  @Key("infoTaxon")
294
  @Key("infoTaxon")
Line 268... Line 295...
268
  String infoTaxon();
295
  String infoTaxon();
269
 
296
 
Line 320... Line 347...
320
  @DefaultStringValue("Mon vote")
347
  @DefaultStringValue("Mon vote")
321
  @Key("monVote")
348
  @Key("monVote")
322
  String monVote();
349
  String monVote();
Line 323... Line 350...
323
 
350
 
-
 
351
  /**
-
 
352
   * Translated "Mot-clef".
-
 
353
   * 
-
 
354
   * @return translated "Mot-clef"
-
 
355
   */
-
 
356
  @DefaultStringValue("Mot-clef")
-
 
357
  @Key("mot_clef")
-
 
358
  String mot_clef();
-
 
359
 
324
  /**
360
  /**
325
   * Translated "Mots-clefs".
361
   * Translated "Mots-clefs".
326
   * 
362
   * 
327
   * @return translated "Mots-clefs"
363
   * @return translated "Mots-clefs"
328
   */
364
   */
Line 437... Line 473...
437
  @DefaultStringValue("Identification automatique")
473
  @DefaultStringValue("Identification automatique")
438
  @Key("protocoleIdentificationAuto")
474
  @Key("protocoleIdentificationAuto")
439
  String protocoleIdentificationAuto();
475
  String protocoleIdentificationAuto();
Line 440... Line 476...
440
 
476
 
-
 
477
  /**
-
 
478
   * Translated "Recherche avancee".
-
 
479
   * 
-
 
480
   * @return translated "Recherche avancee"
-
 
481
   */
-
 
482
  @DefaultStringValue("Recherche avancee")
-
 
483
  @Key("rechercheAvancee")
-
 
484
  String rechercheAvancee();
-
 
485
 
-
 
486
  /**
-
 
487
   * Translated "Recherche libre".
-
 
488
   * 
-
 
489
   * @return translated "Recherche libre"
-
 
490
   */
-
 
491
  @DefaultStringValue("Recherche libre")
-
 
492
  @Key("rechercheLibre")
-
 
493
  String rechercheLibre();
-
 
494
 
-
 
495
  /**
-
 
496
   * Translated "Rechercher".
-
 
497
   * 
-
 
498
   * @return translated "Rechercher"
-
 
499
   */
-
 
500
  @DefaultStringValue("Rechercher")
-
 
501
  @Key("rechercher")
-
 
502
  String rechercher();
-
 
503
 
441
  /**
504
  /**
442
   * Translated "Rechercher une image".
505
   * Translated "Rechercher une image".
443
   * 
506
   * 
444
   * @return translated "Rechercher une image"
507
   * @return translated "Rechercher une image"
445
   */
508
   */
446
  @DefaultStringValue("Rechercher une image")
509
  @DefaultStringValue("Rechercher une image")
447
  @Key("rechercherImage")
510
  @Key("rechercherImage")
Line 448... Line 511...
448
  String rechercherImage();
511
  String rechercherImage();
-
 
512
 
-
 
513
  /**
-
 
514
   * Translated "Rechercher une observation".
-
 
515
   * 
-
 
516
   * @return translated "Rechercher une observation"
-
 
517
   */
-
 
518
  @DefaultStringValue("Rechercher une observation")
-
 
519
  @Key("rechercherObservation")
-
 
520
  String rechercherObservation();
449
 
521
 
450
  /**
522
  /**
451
   * Translated "Rechercher le taxon ".
523
   * Translated "Rechercher le taxon ".
452
   * 
524
   * 
453
   * @return translated "Rechercher le taxon "
525
   * @return translated "Rechercher le taxon "
454
   */
526
   */
455
  @DefaultStringValue("Rechercher le taxon ")
527
  @DefaultStringValue("Rechercher le taxon ")
Line 456... Line 528...
456
  @Key("rechercherTaxon")
528
  @Key("rechercherTaxon")
-
 
529
  String rechercherTaxon();
-
 
530
 
-
 
531
  /**
-
 
532
   * Translated "tag".
-
 
533
   * 
-
 
534
   * @return translated "tag"
-
 
535
   */
-
 
536
  @DefaultStringValue("tag")
-
 
537
  @Key("tag")
457
  String rechercherTaxon();
538
  String tag();
458
 
539
 
459
  /**
540
  /**
460
   * Translated "Taxon".
541
   * Translated "Taxon".
461
   * 
542
   *