Subversion Repositories eFlore/Applications.del

Rev

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

Rev 606 Rev 619
Line 104... Line 104...
104
  @DefaultStringValue("Chargement")
104
  @DefaultStringValue("Chargement")
105
  @Key("chargement")
105
  @Key("chargement")
106
  String chargement();
106
  String chargement();
Line 107... Line 107...
107
 
107
 
108
  /**
108
  /**
109
   * Translated "Choisir un taxon".
109
   * Translated "Proposer un nom".
110
   * 
110
   * 
111
   * @return translated "Choisir un taxon"
111
   * @return translated "Proposer un nom"
112
   */
112
   */
113
  @DefaultStringValue("Choisir un taxon")
113
  @DefaultStringValue("Proposer un nom")
114
  @Key("choisirUnTaxon")
114
  @Key("choisirUnTaxon")
Line 115... Line 115...
115
  String choisirUnTaxon();
115
  String choisirUnTaxon();
116
 
116
 
Line 365... Line 365...
365
  @DefaultStringValue("D'autres utilisateurs ont laissé une détermination")
365
  @DefaultStringValue("D'autres utilisateurs ont laissé une détermination")
366
  @Key("infoPropositions")
366
  @Key("infoPropositions")
367
  String infoPropositions();
367
  String infoPropositions();
Line 368... Line 368...
368
 
368
 
369
  /**
369
  /**
370
   * Translated "<b>Saisissez <b>un nouveau nom</b> dans le champ ci-après.".
370
   * Translated "Saisissez un nouveau nom dans le champ ci-après.".
371
   * 
371
   * 
372
   * @return translated "<b>Saisissez <b>un nouveau nom</b> dans le champ ci-après."
372
   * @return translated "Saisissez un nouveau nom dans le champ ci-après."
373
   */
373
   */
374
  @DefaultStringValue("<b>Saisissez <b>un nouveau nom</b> dans le champ ci-après.")
374
  @DefaultStringValue("Saisissez un nouveau nom dans le champ ci-après.")
375
  @Key("infoTaxon")
375
  @Key("infoTaxon")
Line 376... Line 376...
376
  String infoTaxon();
376
  String infoTaxon();
377
 
377