Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2620 Rev 2643
Line 7... Line 7...
7
/**
7
/**
8
 * Gère l'internationalisation 
8
 * Gère l'internationalisation 
9
 */
9
 */
10
public class Msg {
10
public class Msg {
Line 11... Line 11...
11
 
11
 
Line 12... Line 12...
12
	public static final String MESSAGE_INEXISTANT = "hoho c'est la merde";
12
	public static final String MESSAGE_INEXISTANT = "N/A";
13
 
13
 
14
	/** langue en cours */
14
	/** langue en cours */
15
	protected static String langue;
15
	protected static String langue;