package org.argeo.demo.i18n; /** Constants used across the application. */ public interface I18nDemoConstants { public final static String PARAM_REPOSITORY_URI = "org.argeo.jcr.ui.explorer.repositoryUri"; /* * MISCEALLENEOUS */ public final static String DATE_TIME_FORMAT = "dd/MM/yyyy, HH:mm"; public final static String PARAM_PATH = "org.argeo.jcr.ui.explorer.nodePath"; }