Subversion Repositories eFlore/Applications.del

Rev

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

Rev 210 Rev 488
Line 1... Line 1...
1
package org.tela_botanica.del.client.i18n;
1
package org.tela_botanica.del.client.i18n;
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
 */
7
public interface Messages extends com.google.gwt.i18n.client.Constants {
7
public interface Messages extends com.google.gwt.i18n.client.Messages {
8
  
-
 
9
  /**
8
 
10
   * Translated "Rechercher le taxon {0}".
9
	String rechercher_taxon(String nomTaxon);
11
   * 
-
 
12
   * @return translated "Rechercher le taxon {0}"
-
 
13
   */
-
 
14
  @DefaultStringValue("Rechercher le taxon {0}")
-
 
15
  @Key("rechercher_taxon")
10
 
16
  String rechercher_taxon();
11
	String parmi_nb_pages(int nbPages);