Rev 29 | Rev 538 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package org.tela_botanica.del.client.i18n;
/**
* Interface to represent the constants contained in resource bundle:
* 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Messages.properties'.
*/
public interface Messages extends com.google.gwt.i18n.client.Constants {
/**
* Translated "Rechercher le taxon {0}".
*
* @return translated "Rechercher le taxon {0}"
*/
@DefaultStringValue("Rechercher le taxon {0}")
@Key("rechercher_taxon")
String rechercher_taxon();
}