Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
29 |
benjamin |
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.Constants {
|
|
|
8 |
|
|
|
9 |
/**
|
|
|
10 |
* Translated "Rechercher le taxon {0}".
|
|
|
11 |
*
|
|
|
12 |
* @return translated "Rechercher le taxon {0}"
|
|
|
13 |
*/
|
|
|
14 |
@DefaultStringValue("Rechercher le taxon {0}")
|
|
|
15 |
@Key("rechercher_taxon")
|
|
|
16 |
String rechercher_taxon();
|
|
|
17 |
}
|