1 14 package org.compiere.util; 15 16 import java.util.ListResourceBundle ; 17 18 24 public class IniRes_ca extends ListResourceBundle  25 { 26 27 static final Object [][] contents = new String [][] 28 { 29 { "Compiere_License", "Acord de Llicència" }, 30 { "Do_you_accept", "Accepteu la Llicència ?" }, 31 { "No", "No" }, 32 { "Yes_I_Understand", "Sí, l'Entenc i l'Accepto" }, 33 { "license_htm", "org/compiere/license.htm" }, 34 { "License_rejected", "Llicència Refusada o Expirada" } 35 }; 36 37 41 public Object [][] getContents() 42 { 43 return contents; 44 } } | Popular Tags |