1 14 package org.compiere.util; 15 16 import java.util.ListResourceBundle ; 17 18 24 public class IniRes_fr extends ListResourceBundle  25 { 26 27 static final Object [][] contents = new String [][] 28 { 29 { "Compiere_License", "Licence Compiere" }, 30 { "Do_you_accept", "Accepter vous?" }, 31 { "No", "Non" }, 32 { "Yes_I_Understand", "Oui, je comprend et j'accepte" }, 33 { "license_htm", "org/compiere/license.htm" }, 34 { "License_rejected", "License rejetée ou expirée" } 35 }; 36 37 41 public Object [][] getContents() 42 { 43 return contents; 44 } 46 } | Popular Tags |