Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 477 Rev 530
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();
4
 
10
	String appliVersionCode();
5
public interface Constantes extends ConstantsWithLookup{
11
	
6
	// Général
12
	// Général
7
	String chargement();
13
	String chargement();
8
	String oui();
14
	String oui();