Subversion Repositories eFlore/Applications.del

Rev

Rev 1997 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1997 Rev 2001
Line 1... Line 1...
1
package org.tela_botanica.del.client.i18n;
1
package org.tela_botanica.del.client.i18n;
Line -... Line 2...
-
 
2
 
-
 
3
import com.google.gwt.i18n.client.Constants.DefaultStringValue;
-
 
4
import com.google.gwt.i18n.client.LocalizableResource.Key;
2
 
5
 
3
/**
6
/**
4
 * Interface to represent the constants contained in resource bundle:
7
 * Interface to represent the constants contained in resource bundle:
5
 * 	'/home/aurelien/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
8
 * 	'/home/aurelien/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
6
 */
9
 */
Line 1119... Line 1122...
1119
	 * @return translated "Trachéophytes des Antilles françaises"
1122
	 * @return translated "Trachéophytes des Antilles françaises"
1120
	 */
1123
	 */
1121
	@DefaultStringValue("Trachéophytes des Antilles françaises")
1124
	@DefaultStringValue("Trachéophytes des Antilles françaises")
1122
	@Key("referentielBdtxa")
1125
	@Key("referentielBdtxa")
1123
	String referentielBdtxa();
1126
	String referentielBdtxa();
-
 
1127
	
-
 
1128
	/**
-
 
1129
	 * Translated "Trachéophytes de la Réunion".
-
 
1130
	 * 
-
 
1131
	 * @return translated "Trachéophytes de la Réunion"
-
 
1132
	 */
-
 
1133
	@DefaultStringValue("Trachéophytes de la Réunion")
-
 
1134
	@Key("referentielBdtre")
-
 
1135
	String referentielBdtre();
Line 1124... Line 1136...
1124
 
1136
 
1125
	/**
1137
	/**
1126
	 * Translated "Flore d'Afrique du Nord".
1138
	 * Translated "Flore d'Afrique du Nord".
1127
	 * 
1139
	 *