Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 487 → Rev 488

/trunk/src/org/tela_botanica/del/client/i18n/Messages.java
2,16 → 2,11
 
/**
* Interface to represent the constants contained in resource bundle:
* 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Messages.properties'.
* '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();
public interface Messages extends com.google.gwt.i18n.client.Messages {
 
String rechercher_taxon(String nomTaxon);
 
String parmi_nb_pages(int nbPages);
}
/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.java
2,7 → 2,7
 
/**
* Interface to represent the constants contained in resource bundle:
* '/home/aurelien/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
* 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
*/
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
/trunk/src/org/tela_botanica/del/client/i18n/Messages.properties
1,0 → 0,0
rechercher_taxon=Rechercher le taxon {0}
rechercher_taxon=Rechercher le taxon {0}
 
#composant pagination
parmi_nb_pages = Parmi {0} pages