Subversion Repositories eFlore/Applications.coel

Rev

Rev 120 | Rev 251 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 120 Rev 156
1
package org.tela_botanica.client.i18n;
1
package org.tela_botanica.client.i18n;
2
 
2
 
3
import com.google.gwt.i18n.client.Constants;
3
import com.google.gwt.i18n.client.Constants;
4
 
4
 
5
public interface Constantes extends Constants {
5
public interface Constantes extends Constants {
6
	String titreAjoutFormStructurePanneau();
6
	String titreAjoutFormStructurePanneau();
7
	String appliNom();
7
	String appliNom();
-
 
8
	String titreModifFormStructurePanneau();
8
}
9
}
9
10