1 14 package org.compiere.util; 15 16 import java.util.ListResourceBundle ; 17 18 24 public class IniRes_ro extends ListResourceBundle  25 { 26 27 static final Object [][] contents = new String [][] 28 { 29 { "Compiere_License", "Acord de licen\u0163\u0103" }, 30 { "Do_you_accept", "Accepta\u0163i termenii de licen\u0163iere ?" }, 31 { "No", "Nu" }, 32 { "Yes_I_Understand", "Da, \u00een\u0163eleg \u015fi accept" }, 33 { "license_htm", "org/compiere/license.htm" }, 34 { "License_rejected", "Licen\u0163a a fost respins\u0103 sau a expirat" } 35 }; 36 37 41 public Object [][] getContents() 42 { 43 return contents; 44 } } | Popular Tags |