Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 606 → Rev 619

/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.java
106,11 → 106,11
String chargement();
 
/**
* Translated "Choisir un taxon".
* Translated "Proposer un nom".
*
* @return translated "Choisir un taxon"
* @return translated "Proposer un nom"
*/
@DefaultStringValue("Choisir un taxon")
@DefaultStringValue("Proposer un nom")
@Key("choisirUnTaxon")
String choisirUnTaxon();
 
367,11 → 367,11
String infoPropositions();
 
/**
* Translated "<b>Saisissez <b>un nouveau nom</b> dans le champ ci-après.".
* Translated "Saisissez un nouveau nom dans le champ ci-après.".
*
* @return translated "<b>Saisissez <b>un nouveau nom</b> dans le champ ci-après."
* @return translated "Saisissez un nouveau nom dans le champ ci-après."
*/
@DefaultStringValue("<b>Saisissez <b>un nouveau nom</b> dans le champ ci-après.")
@DefaultStringValue("Saisissez un nouveau nom dans le champ ci-après.")
@Key("infoTaxon")
String infoTaxon();