915: TDM - Support the Spanish language

Task-Url: https://support.d4science.org/issues/915

Updated Spanish Support

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@119851 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-10-16 16:47:00 +00:00
parent 5006b0c392
commit 82e71a03c4
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
package org.gcube.portlets.user.td.csvimportwidget.client;
import com.google.gwt.i18n.client.Messages;
import com.sencha.gxt.widget.core.client.form.FieldLabel.FieldLabelAppearance;
/**
*
@ -180,7 +179,7 @@ public interface CSVImportWizardTDMessages extends Messages {
String gridErrorCololumnError();
@DefaultMessage("Select the csv file to import")
FieldLabelAppearance fUpFieldLabel();
String fUpFieldLabel();
@DefaultMessage("Upload")
String btnUploadText();