1 14 package org.compiere.util; 15 16 import java.util.ListResourceBundle ; 17 18 24 public class IniRes_it extends ListResourceBundle  25 { 26 27 static final Object [][] contents = new String [][] 28 { 29 { "Compiere_License", "Accordo di Licenza" }, 31 { "Do_you_accept", "Accettate la Licenza ?" }, 33 { "No", "No" }, 35 { "Yes_I_Understand", "Si, comprendiamo ed accettiamo" }, 37 { "license_htm", "org/compiere/license.htm" }, 39 { "License_rejected", "Licenza rifiutata o scaduta" } 41 }; 42 43 47 public Object [][] getContents() 48 { 49 return contents; 50 } } | Popular Tags |