Subversion Repositories eFlore/Applications.cel

Rev

Rev 2613 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2613 Rev 2653
Line 2... Line 2...
2
 
2
 
Line 3... Line 3...
3
import com.google.gwt.i18n.client.Dictionary;
3
import com.google.gwt.i18n.client.Dictionary;
Line 4... Line 4...
4
 
4
 
Line 5... Line 5...
5
public class VocabulaireMetadonnees  {
5
public class VocabulaireMetadonnees  {
-
 
6
	
-
 
7
	private static Dictionary traductionMetadonnees = null;
-
 
8
	
6
	
9
	public static String getTraduction(String terme) {
7
	private static Dictionary traductionMetadonnees = Dictionary.getDictionary("traductionMetadonnees");
10
		
8
	
11
		traductionMetadonnees = Dictionary.getDictionary("traductionMetadonnees_"+Msg.getLangue());
9
	public static String getTraduction(String terme) {
12
		
10
		String traduction = null;
13
		String traduction = null;