Added CommonMessages

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@119479 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-10-07 13:27:54 +00:00
parent f304c44228
commit 47b9f1d5a4
6 changed files with 26 additions and 4 deletions

View File

@ -0,0 +1,20 @@
package org.gcube.portlets.user.td.widgetcommonevent.client;
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 CommonMessages extends Messages {
@DefaultMessage("Error Locked")
String errorLocked();
@DefaultMessage("Error Final")
String errorFinal();
}

View File

@ -0,0 +1,2 @@
errorLocked = Error Locked
errorFinal = Error Final

View File

@ -0,0 +1,2 @@
errorLocked = Error Locked
errorFinal = Error Final

View File

@ -0,0 +1,2 @@
errorLocked = Errore Locked
errorFinal = Errore Final

View File

@ -1,2 +0,0 @@
sendButton = Send
nameField = Enter your name

View File

@ -1,2 +0,0 @@
sendButton = Envoyer
nameField = Entrez votre nom