All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kasisoft.mgnl.fragments.internal.Messages Maven / Gradle / Ivy

The newest version!
package com.kasisoft.mgnl.fragments.internal;

import com.kasisoft.libs.common.i18n.*;

/**
 * @author [email protected]
 */
public class Messages {
  
  @I18N("the following fragment definition is invalid: %s")
  public static I18NFormatter                 error_invalid_fragment_definition;

  @I18N("rendering the fragment '%s' failed. cause: %s")
  public static I18NFormatter                 error_failed_to_render;

  static {
    I18NSupport.initialize( Messages.class );
  }

} /* ENDCLASS */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy