import java.util.*; public class IntlRes_fr extends ListResourceBundle { public Object[][] getContents() { return ary; } static final Object[][] ary = { {"msg1", "d'honneurs de WEB TECHNIQUES"} }; }
public Object[][] getContents() { return ary; } static final Object[][] ary = { {"msg1", "d'honneurs de WEB TECHNIQUES"} }; }