Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1091 Rev 1107
Line 1... Line 1...
1
package org.tela_botanica.client.i18n;
1
package org.tela_botanica.client.i18n;
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
import com.google.gwt.i18n.client.ConstantsWithLookup;
3
import com.google.gwt.i18n.client.ConstantsWithLookup;
4
 
-
 
5
public interface Constantes extends ConstantsWithLookup{
-
 
6
	// Application
-
 
7
	String appliNom();
-
 
8
	String appliCode();
-
 
9
	String appliVersionNumero();
-
 
10
	String appliVersionCode();
4
 
11
	
5
public interface Constantes extends ConstantsWithLookup{
12
	// Identification
6
	// Identification
13
	String modeAnonyme();
7
	String modeAnonyme();
14
	String identificationTitre();
8
	String identificationTitre();