Subversion Repositories eFlore/Applications.coel

Rev

Rev 156 | Rev 254 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 156 Rev 251
Line 1... Line 1...
1
package org.tela_botanica.client.i18n;
1
package org.tela_botanica.client.i18n;
Line -... Line 2...
-
 
2
 
-
 
3
import java.util.HashMap;
2
 
4
 
-
 
5
import com.google.gwt.i18n.client.Constants;
Line 3... Line 6...
3
import com.google.gwt.i18n.client.Constants;
6
import com.google.gwt.i18n.client.ConstantsWithLookup;
4
 
7
 
5
public interface Constantes extends Constants {
8
public interface Constantes extends ConstantsWithLookup{
6
	String titreAjoutFormStructurePanneau();
9
	String titreAjoutFormStructurePanneau();
-
 
10
	String appliNom();
-
 
11
	String titreModifFormStructurePanneau();
-
 
12
	String FIX();
7
	String appliNom();
13
	String PORT1();
8
	String titreModifFormStructurePanneau();
14
	String PORT2();