1 import java.util.ListResourceBundle ; 2 3 4 public final class Lang_en_US extends ListResourceBundle { 5 6 public Object [][] getContents() { 7 return contents; 8 } 9 10 private static final Object [][] contents = { 11 {"language_code","en_US"}, {"base_language_code","en"}, {"form_city","City:"}, {"form_state","State:"}, {"form_zip","Zip Code:"}, {"opt_text_colour","Text Color"}, 17 {"opt_text_colour_tt","The color of the text in messages and chats"}, 18 {"opt_background_colour_tt","The color of the background in messages and chats"} 19 }; 21 } | Popular Tags |