1 14 package org.compiere.util; 15 16 import java.util.ListResourceBundle ; 17 18 24 public class IniRes_hr extends ListResourceBundle  25 { 26 27 static final Object [][] contents = new String [][] 28 { 29 { "Compiere_License", "Sporazum o licenci" }, 30 { "Do_you_accept", "Da li prihvaæate licencu" }, 31 { "No", "Ne" }, 32 { "Yes_I_Understand", "Da, razumijem i prihvaæam" }, 33 { "license_htm", "org/compiere/license.htm" }, 34 { "License_rejected", "Licenca odbijena ili istekla" } 35 }; 36 37 41 public Object [][] getContents() 42 { 43 return contents; 44 } } 47 | Popular Tags |