1 14 package org.compiere.util; 15 16 import java.util.ListResourceBundle ; 17 18 24 public class IniRes_ml extends ListResourceBundle  25 { 26 27 static final Object [][] contents = new String [][] 28 { 29 { "Compiere_License", "License Agreement" }, 30 { "Do_you_accept", "Do you accept the License ?" }, 31 { "No", "No" }, 32 { "Yes_I_Understand", "Yes, I Understand and Accept" }, 33 { "license_htm", "org/compiere/license.htm" }, 34 { "License_rejected", "License rejected or expired" } 35 }; 36 37 41 public Object [][] getContents() 42 { 43 return contents; 44 } } | Popular Tags |