Subversion Repositories eFlore/Applications.del

Rev

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

Rev 364 Rev 405
Line 77... Line 77...
77
  @DefaultStringValue("Chargement")
77
  @DefaultStringValue("Chargement")
78
  @Key("chargement")
78
  @Key("chargement")
79
  String chargement();
79
  String chargement();
Line 80... Line 80...
80
 
80
 
81
  /**
-
 
82
   * Translated "Choisir un protocole".
-
 
83
   * 
-
 
84
   * @return translated "Choisir un protocole"
-
 
85
   */
-
 
86
  @DefaultStringValue("Choisir un protocole")
-
 
87
  @Key("choisirProtocole")
-
 
88
  String choisirProtocole();
-
 
89
 
-
 
90
  /**
81
  /**
91
   * Translated "Choisir un taxon".
82
   * Translated "Choisir un taxon".
92
   * 
83
   * 
93
   * @return translated "Choisir un taxon"
84
   * @return translated "Choisir un taxon"
94
   */
85
   */
Line 320... Line 311...
320
  @DefaultStringValue("Vos nom et prénom")
311
  @DefaultStringValue("Vos nom et prénom")
321
  @Key("infoVous")
312
  @Key("infoVous")
322
  String infoVous();
313
  String infoVous();
Line 323... Line 314...
323
 
314
 
-
 
315
  /**
-
 
316
   * Translated "Choisir un protocole".
-
 
317
   * 
-
 
318
   * @return translated "Choisir un protocole"
-
 
319
   */
-
 
320
  @DefaultStringValue("Choisir un protocole")
-
 
321
  @Key("labelProtocole")
-
 
322
  String labelProtocole();
-
 
323
 
324
  /**
324
  /**
325
   * Translated "Propositions ".
325
   * Translated "Propositions ".
326
   * 
326
   * 
327
   * @return translated "Propositions "
327
   * @return translated "Propositions "
328
   */
328
   */
Line 464... Line 464...
464
  @DefaultStringValue("Protocole")
464
  @DefaultStringValue("Protocole")
465
  @Key("protocole")
465
  @Key("protocole")
466
  String protocole();
466
  String protocole();
Line 467... Line 467...
467
 
467
 
-
 
468
  /**
-
 
469
   * Translated "Protocole par défaut".
-
 
470
   * 
-
 
471
   * @return translated "Protocole par défaut"
-
 
472
   */
-
 
473
  @DefaultStringValue("Protocole par défaut")
-
 
474
  @Key("protocoleDefaut")
-
 
475
  String protocoleDefaut();
-
 
476
 
468
  /**
477
  /**
469
   * Translated "Esthetisme".
478
   * Translated "Esthetisme".
470
   * 
479
   * 
471
   * @return translated "Esthetisme"
480
   * @return translated "Esthetisme"
472
   */
481
   */
Line 482... Line 491...
482
  @DefaultStringValue("Identification automatique")
491
  @DefaultStringValue("Identification automatique")
483
  @Key("protocoleIdentificationAuto")
492
  @Key("protocoleIdentificationAuto")
484
  String protocoleIdentificationAuto();
493
  String protocoleIdentificationAuto();
Line 485... Line 494...
485
 
494
 
486
  /**
495
  /**
487
   * Translated "Recherche avancee".
496
   * Translated "Recherche avancée".
488
   * 
497
   * 
489
   * @return translated "Recherche avancee"
498
   * @return translated "Recherche avancée"
490
   */
499
   */
491
  @DefaultStringValue("Recherche avancee")
500
  @DefaultStringValue("Recherche avancée")
492
  @Key("rechercheAvancee")
501
  @Key("rechercheAvancee")
Line 493... Line 502...
493
  String rechercheAvancee();
502
  String rechercheAvancee();
494
 
503
 
Line 518... Line 527...
518
  @DefaultStringValue("Rechercher une image")
527
  @DefaultStringValue("Rechercher une image")
519
  @Key("rechercherImage")
528
  @Key("rechercherImage")
520
  String rechercherImage();
529
  String rechercherImage();
Line 521... Line 530...
521
 
530
 
522
  /**
531
  /**
523
   * Translated "Rechercher une observation".
532
   * Translated "Identifier une plante".
524
   * 
533
   * 
525
   * @return translated "Rechercher une observation"
534
   * @return translated "Identifier une plante"
526
   */
535
   */
527
  @DefaultStringValue("Rechercher une observation")
536
  @DefaultStringValue("Identifier une plante")
528
  @Key("rechercherObservation")
537
  @Key("rechercherObservation")
Line 529... Line 538...
529
  String rechercherObservation();
538
  String rechercherObservation();
530
 
539