Updated pom

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-open-widget@119353 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-10-02 15:46:19 +00:00 committed by Giancarlo Panichi
parent c2226cbfb7
commit 1fcccc8440
10 changed files with 48 additions and 115 deletions

View File

@ -38,7 +38,7 @@
<distroDirectory>${project.basedir}/distro</distroDirectory>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<release.date>2015-10-15</release.date>
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
<wikiurl>http://wiki.gcube-system.org/gcube/Tabular_Data_Manager</wikiurl>
<templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory>
<configDirectory>config</configDirectory>

View File

@ -1,11 +1,12 @@
package org.gcube.portlets.user.td.openwidget.client;
import org.gcube.portlets.user.td.gwtservice.shared.tr.open.TDOpenSession;
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
import org.gcube.portlets.user.td.wizardwidget.client.WizardWindow;
import org.gcube.portlets.user.td.wizardwidget.client.dataresource.ResourceBundle;
import org.gcube.portlets.user.td.gwtservice.shared.tr.open.TDOpenSession;
import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.core.client.GWT;
import com.google.web.bindery.event.shared.EventBus;
import com.sencha.gxt.cell.core.client.ButtonCell.IconAlign;
@ -20,6 +21,7 @@ public class TDOpen extends WizardWindow {
protected static final int HEIGHTWIZARD=520;
protected TDOpenSession tdOpenSession;
private TDOpenMessages msgsTDOpen;
/**
* The id of the {@link CSVTarget} to use.
@ -29,10 +31,11 @@ public class TDOpen extends WizardWindow {
public TDOpen(TRId trId,String title,EventBus eventBus) {
super(title,eventBus);
Log.info("TDOpen: "+title+", current tr: "+trId);
this.msgsTDOpen = GWT.create(TDOpenMessages.class);
setWidth(WITHWIZARD);
setHeight(HEIGHTWIZARD);
BUTTONNEXTLABEL="Open";
nextButton.setText(BUTTONNEXTLABEL);
nextButton.setText(msgsTDOpen.buttonOpenLabel());
nextButton.setIcon(ResourceBundle.INSTANCE.wizardGo());
nextButton.setIconAlign(IconAlign.RIGHT);

View File

@ -0,0 +1,17 @@
package org.gcube.portlets.user.td.openwidget.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 TDOpenMessages extends Messages {
//
@DefaultMessage("Open")
String buttonOpenLabel();
}

View File

@ -2,6 +2,7 @@
<module rename-to='TDOpen'>
<!-- Inherit the core Web Toolkit stuff. -->
<inherits name='com.google.gwt.user.User' />
<!-- <inherits name="com.google.gwt.i18n.I18N" /> -->
<!-- We need the JUnit module in the main module, -->
<!-- otherwise eclipse complains (Google plugin bug?) -->
@ -22,7 +23,27 @@
<!-- Specify the app entry point class. -->
<!-- <entry-point class='org.gcube.portlets.user.td.open.client.TDOpenEntry' /> -->
<!--
<set-configuration-property name="locale.cookie"
value="TDLangCookie" />
<set-configuration-property name="locale.queryparam"
value="TDLang" />
<set-configuration-property name="locale.usemeta"
value="Y" />
<set-configuration-property name="locale.useragent"
value="Y" />
<set-configuration-property name="locale.searchorder"
value="cookie,queryparam,meta,useragent" />
<extend-property name="locale" values="en" />
<extend-property name="locale" values="it" />
<extend-property name="locale" values="es" />
<set-property name="locale" value="en, it, es" />
<set-property-fallback name="locale" value="en" />
-->
<!-- Specify the paths for translatable code -->
<source path='client' />
<source path='shared' />

View File

@ -0,0 +1 @@
buttonOpenLabel = Open

View File

@ -0,0 +1 @@
buttonOpenLabel = Abre

View File

@ -0,0 +1 @@
buttonOpenLabel = Apri

View File

@ -1,37 +0,0 @@
tabResourceInfoDialogHeadingText = Tabular Resource Info
tabResourceDetailFieldSet = Detail
nameLabel = Name
lockLabel = Lock
nameLabelToolTip = Name of tabular resource
descriptionLabel = Description
descriptionLabelToolTip = Description of tabular resource
typeLabel = Type
typeLabelToolTip = Type of tabular resource
agencyLabel = Agency
agencyLabelToolTip = Agency
dateLabel = Creation Date
dateLabelToolTip = Creation Date
tableTypeNameLabel = Table Type
tableTypeNameLabelToolTip = Table Type
rightLabel = Rights
rightLabelToolTip = Rights
validFromLabel = Valid From
validFromLabelToolTip = Valid From
validUntilToLabel = Valid Until To
validUntilToLabelToolTip = Valid Until To
licencesLabel = Licence
licencesLabelToolTip = Licence
ownerLabel = Owner
ownerLabelToolTip = Owner
shareLabel = Share
shareLabelToolTip = Share
validLabel = Valid
validLabelToolTip = Valid
finalizedLabel = Final
finalizedLabelToolTip = Final
saveButton = Save
saveButtonToolTip = Save
validationsButton = Validations
validationsButtonToolTip = Validations
resourcesButton = Resources
resourcesButtonToolTip = Resources

View File

@ -1,37 +0,0 @@
tabResourceInfoDialogHeadingText = Tabular Resource Información
tabResourceDetailFieldSet = Detalle
nameLabel = Nombre
lockLabel = Lock
nameLabelToolTip = Nombre de la tabular resource
descriptionLabel = Descripción
descriptionLabelToolTip = Descripción de la tabular resource
typeLabel = Tipo
typeLabelToolTip = Tipo de tabular resource
agencyLabel = Agencia
agencyLabelToolTip = Agencia
dateLabel = Fecha Creacion
dateLabelToolTip = Fecha Creacion
tableTypeNameLabel = Tipo Tabla
tableTypeNameLabelToolTip = Tipo Tabla
rightLabel = Derechos
rightLabelToolTip = Derechos
validFromLabel = Válida Desde
validFromLabelToolTip = Válida Desde
validUntilToLabel = Válido Hasta
validUntilToLabelToolTip = Válido Hasta
licencesLabel = Licencia
licencesLabelToolTip = Licencia
ownerLabel = Propietario
ownerLabelToolTip = Propietario
shareLabel = Cuota
shareLabelToolTip = Cuota
validLabel = Válido
validLabelToolTip = Válido
finalizedLabel = Final
finalizedLabelToolTip = Final
saveButton = Guardar
saveButtonToolTip = Guardar
validationsButton = Validaciones
validationsButtonToolTip = Validaciones
resourcesButton = Recursos
resourcesButtonToolTip = Recursos

View File

@ -1,37 +0,0 @@
tabResourceInfoDialogHeadingText = Tabular Resource Informazioni
tabResourceDetailFieldSet = Dettagli
nameLabel = Nome
lockLabel = Lock
nameLabelToolTip = Nome della tabular resource
descriptionLabel = Descrizione
descriptionLabelToolTip = Descrizione della tabular resource
typeLabel = Tipo
typeLabelToolTip = Tipo di tabular resource
agencyLabel = Agenzia
agencyLabelToolTip = Agenzia
dateLabel = Data Creazione
dateLabelToolTip = Data Creazione
tableTypeNameLabel = Tipo Tabella
tableTypeNameLabelToolTip = Tipo Tabella
rightLabel = Diritti
rightLabelToolTip = Diritti
validFromLabel = Valida Da
validFromLabelToolTip = Valida Da
validUntilToLabel = Valida Fino Al
validUntilToLabelToolTip = Valida Fino Al
licencesLabel = Licenza
licencesLabelToolTip = Licenza
ownerLabel = Proprietario
ownerLabelToolTip = Proprietario
shareLabel = Condivisione
shareLabelToolTip = Condivisione
validLabel = Valida
validLabelToolTip = Valida
finalizedLabel = Finale
finalizedLabelToolTip = Finale
saveButton = Salva
saveButtonToolTip = Salva
validationsButton = Validazioni
validationsButtonToolTip = Validazioni
resourcesButton = Risorse
resourcesButtonToolTip = Risorse