1 21 package oracle.toplink.essentials.internal.localization.i18n; 23 24 31 public class ToplinkLocalizationResource extends java.util.ListResourceBundle { 32 static final Object [][] contents = { 33 { "NoTranslationForThisLocale", " (There is no English translation for this message.)" }, 34 }; 35 36 39 protected Object [][] getContents() { 40 return contents; 41 } 42 } 43 | Popular Tags |