Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2614 Rev 2695
Line 77... Line 77...
77
	private static String wikiDescriptionChampsEtendusUrlOptionsPageTpl = "";
77
	private static String wikiDescriptionChampsEtendusUrlOptionsPageTpl = "";
Line 78... Line 78...
78
	
78
	
Line 79... Line 79...
79
	private static String langueDefaut = "";
79
	private static String langueDefaut = "";
-
 
80
	
-
 
81
	private static String languesDisponibles = "";
Line 80... Line 82...
80
	
82
	
81
	private static String languesDisponibles = "";
83
	private static String chorologieAvertissementCourriel = "";
82
 
84
 
83
	/**
85
	/**
Line 156... Line 158...
156
			
158
			
Line 157... Line 159...
157
			langueDefaut = Dictionary.getDictionary("configuration").get("langueDefaut");
159
			langueDefaut = Dictionary.getDictionary("configuration").get("langueDefaut");
Line -... Line 160...
-
 
160
			
-
 
161
			languesDisponibles = Dictionary.getDictionary("configuration").get("languesDisponibles");
158
			
162
			
159
			languesDisponibles = Dictionary.getDictionary("configuration").get("languesDisponibles");
163
			chorologieAvertissementCourriel = Dictionary.getDictionary("configuration").get("chorologieAvertissementCourriel");
160
			
164
				
161
			// Pour test, l'activation de l'ajout des champs étendus est activable ou désactivable par 
165
			// Pour test, l'activation de l'ajout des champs étendus est activable ou désactivable par 
162
			// l'url 
166
			// l'url 
Line 317... Line 321...
317
	}
321
	}
Line 318... Line 322...
318
	
322
	
319
	public static String getLanguesDisponibles() {
323
	public static String getLanguesDisponibles() {
320
		return languesDisponibles;
324
		return languesDisponibles;
-
 
325
	}
-
 
326
	
-
 
327
	public static String getChorologieAvertissementCourriel() {
-
 
328
		return chorologieAvertissementCourriel;
321
	}
329
	}