2212 |
arthur |
1 |
package org.tela_botanica.del.client.i18n;
|
|
|
2 |
|
|
|
3 |
/**
|
|
|
4 |
* Interface to represent the constants contained in resource bundle:
|
|
|
5 |
* 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Messages.properties'.
|
|
|
6 |
*/
|
|
|
7 |
public interface Messages extends com.google.gwt.i18n.client.Messages {
|
|
|
8 |
|
|
|
9 |
String rechercher_taxon(String nomTaxon);
|
|
|
10 |
|
|
|
11 |
String parmi_nb_pages(int nbPages);
|
|
|
12 |
|
|
|
13 |
String saisirLogin();
|
|
|
14 |
|
|
|
15 |
String identificationRefus();
|
|
|
16 |
|
|
|
17 |
String propositionDejaEffectuee(String taxon);
|
|
|
18 |
|
|
|
19 |
String etVotesAnonymes(String nbVotes);
|
|
|
20 |
|
|
|
21 |
String nouveauxVotes(String nbVotes);
|
|
|
22 |
|
|
|
23 |
String nouveauxCommentaires(String nbComms);
|
|
|
24 |
}
|