Subversion Repositories eFlore/Applications.del

Rev

Rev 210 | Rev 1037 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 210 Rev 488
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
 * 	'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Messages.properties'.
5
 * 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Messages.properties'.
6
 */
6
 */
Line 7... Line -...
7
public interface Messages extends com.google.gwt.i18n.client.Constants {
-
 
8
  
7
public interface Messages extends com.google.gwt.i18n.client.Messages {
9
  /**
8
 
10
   * Translated "Rechercher le taxon {0}".
-
 
11
   * 
-
 
12
   * @return translated "Rechercher le taxon {0}"
-
 
13
   */
-
 
14
  @DefaultStringValue("Rechercher le taxon {0}")
9
	String rechercher_taxon(String nomTaxon);
15
  @Key("rechercher_taxon")
10