Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@113982 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
52d2031e7c
commit
37602b7d7e
|
@ -1,17 +0,0 @@
|
||||||
package org.gcube.portlets.user.td.client.i18n;
|
|
||||||
|
|
||||||
import com.google.gwt.i18n.client.Messages;
|
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
* @author giancarlo
|
|
||||||
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public interface TDMMessages extends Messages {
|
|
||||||
@Key("newRuleTitle")
|
|
||||||
@DefaultMessage("New Rule")
|
|
||||||
String newRuleTitle();
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
|
@ -77,6 +77,8 @@
|
||||||
<!-- Specify the app entry point class. -->
|
<!-- Specify the app entry point class. -->
|
||||||
<entry-point class='org.gcube.portlets.user.td.client.TabularDataPortlet' />
|
<entry-point class='org.gcube.portlets.user.td.client.TabularDataPortlet' />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
<set-configuration-property name="locale.cookie"
|
<set-configuration-property name="locale.cookie"
|
||||||
value="TDLangCookie" />
|
value="TDLangCookie" />
|
||||||
|
|
Loading…
Reference in New Issue