From 75efaf64ab76800ae4d7557c5c23690abd73ea88 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Mon, 5 Oct 2015 16:01:44 +0000 Subject: [PATCH] Updated Support to i18N git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-information-widget@119385 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 6 +++--- config/profile.xml | 8 ++++---- distro/README | 8 +++++--- distro/changelog.xml | 3 +++ pom.xml | 6 +++--- .../client/TabularResourcePropertiesMessages.java | 6 +++--- .../client/TabularResourcePropertiesMessages.properties | 6 +++--- .../TabularResourcePropertiesMessages_es.properties | 6 +++--- .../TabularResourcePropertiesMessages_it.properties | 6 +++--- templates/README | 4 +++- templates/changelog.xml | 3 +++ templates/profile.xml | 2 +- 12 files changed, 37 insertions(+), 27 deletions(-) diff --git a/.classpath b/.classpath index 6e58383..aff2dc5 100644 --- a/.classpath +++ b/.classpath @@ -1,12 +1,12 @@ - + - + @@ -33,5 +33,5 @@ - + diff --git a/config/profile.xml b/config/profile.xml index 2193706..67625ef 100644 --- a/config/profile.xml +++ b/config/profile.xml @@ -6,20 +6,20 @@ tabular-data-information-widget allows the recovery of the information relating to a tabular resource PortletsUser tabular-data-information-widget - 2.8.0-SNAPSHOT + 1.0.0 tabular-data-information-widget allows the recovery of the information relating to a tabular resource tabular-data-information-widget - 2.8.0-SNAPSHOT + 2.9.0-SNAPSHOT org.gcube.portlets.user tabular-data-information-widget - 2.8.0-SNAPSHOT + 2.9.0-SNAPSHOT library - tabular-data-information-widget-2.8.0-SNAPSHOT.jar + tabular-data-information-widget-2.9.0-SNAPSHOT.jar diff --git a/distro/README b/distro/README index 1cc5a82..b9d391a 100644 --- a/distro/README +++ b/distro/README @@ -1,7 +1,9 @@ The gCube System - tabular-data-information-widget ------------------------------------------------------------ -This work has been supported by the following European projects: iMarine (FP7-INFRASTRUCTURES-2011-2) +This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2), +D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2), +and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1). Authors ------- @@ -13,7 +15,7 @@ Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" Version and Release Date ------------------------ -v. 2.8.0-SNAPSHOT (2015-07-03) +v. 2.9.0-SNAPSHOT (2015-10-15) Description @@ -37,7 +39,7 @@ Documentation tabular-data-information-widget allows the recovery of the information relating to a tabular resource Documentation is available on-line from the Projects Documentation Wiki: - https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager + http://wiki.gcube-system.org/gcube/Tabular_Data_Manager Licensing diff --git a/distro/changelog.xml b/distro/changelog.xml index a854f80..b29921c 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,4 +1,7 @@ + + Updated i18N support + Updated Licencies Removed resources button [issue #209] diff --git a/pom.xml b/pom.xml index 94d3cf9..d8454a0 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 org.gcube.portlets.user tabular-data-information-widget - 2.8.0-SNAPSHOT + 2.9.0-SNAPSHOT tabular-data-information-widget tabular-data-information-widget allows the recovery of the information relating to a tabular resource @@ -39,8 +39,8 @@ ${project.basedir}/distro ${project.build.directory}/${project.build.finalName} - 2015-07-03 - https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager + 2015-10-15 + http://wiki.gcube-system.org/gcube/Tabular_Data_Manager templates distro config diff --git a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages.java b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages.java index 655d7d9..777f3bb 100644 --- a/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages.java +++ b/src/main/java/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages.java @@ -14,19 +14,19 @@ public interface TabularResourcePropertiesMessages extends Messages { @DefaultMessage("Name") String nameLabel(); - @DefaultMessage("Name of tabular resource") + @DefaultMessage("Name of Tabular Resource") String nameLabelToolTip(); @DefaultMessage("Description") String descriptionLabel(); - @DefaultMessage("Description of tabular resource") + @DefaultMessage("Description of Tabular Resource") String descriptionLabelToolTip(); @DefaultMessage("Type") String typeLabel(); - @DefaultMessage("Type of tabular resource") + @DefaultMessage("Type of Tabular Resource") String typeLabelToolTip(); @DefaultMessage("Agency") diff --git a/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages.properties b/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages.properties index cec1fba..0e3face 100644 --- a/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages.properties +++ b/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages.properties @@ -1,9 +1,9 @@ nameLabel = Name -nameLabelToolTip = Name of tabular resource +nameLabelToolTip = Name of Tabular Resource descriptionLabel = Description -descriptionLabelToolTip = Description of tabular resource +descriptionLabelToolTip = Description of Tabular Resource typeLabel = Type -typeLabelToolTip = Type of tabular resource +typeLabelToolTip = Type of Tabular Resource agencyLabel = Agency agencyLabelToolTip = Agency dateLabel = Creation Date diff --git a/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages_es.properties b/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages_es.properties index 60d3fd6..36c54ed 100644 --- a/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages_es.properties +++ b/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages_es.properties @@ -1,9 +1,9 @@ nameLabel = Nombre -nameLabelToolTip = Nombre de la tabular resource +nameLabelToolTip = Nombre de la Tabular Resource descriptionLabel = Descripción -descriptionLabelToolTip = Descripción de la tabular resource +descriptionLabelToolTip = Descripción de la Tabular Resource typeLabel = Tipo -typeLabelToolTip = Tipo de tabular resource +typeLabelToolTip = Tipo de Tabular Resource agencyLabel = Agencia agencyLabelToolTip = Agencia dateLabel = Fecha Creacion diff --git a/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages_it.properties b/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages_it.properties index b4de1be..70a20c1 100644 --- a/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages_it.properties +++ b/src/main/resources/org/gcube/portlets/user/td/informationwidget/client/TabularResourcePropertiesMessages_it.properties @@ -1,9 +1,9 @@ nameLabel = Nome -nameLabelToolTip = Nome della tabular resource +nameLabelToolTip = Nome della Tabular Resource descriptionLabel = Descrizione -descriptionLabelToolTip = Descrizione della tabular resource +descriptionLabelToolTip = Descrizione della Tabular Resource typeLabel = Tipo -typeLabelToolTip = Tipo di tabular resource +typeLabelToolTip = Tipo di Tabular Resource agencyLabel = Agenzia agencyLabelToolTip = Agenzia dateLabel = Data Creazione diff --git a/templates/README b/templates/README index 7e3ad55..38bf491 100644 --- a/templates/README +++ b/templates/README @@ -1,7 +1,9 @@ The gCube System - ${name} ------------------------------------------------------------ -This work has been supported by the following European projects: iMarine (FP7-INFRASTRUCTURES-2011-2) +This work has been partially supported by the following European projects: DILIGENT (FP6-2003-IST-2), +D4Science (FP7-INFRA-2007-1.2.2), D4Science-II (FP7-INFRA-2008-1.2.2), iMarine (FP7-INFRASTRUCTURES-2011-2), +and EUBrazilOpenBio (FP7-ICT-2011-EU-Brazil), Parthenos (H2020-INFRADEV-1-2014-1), BlueBridge (H2020-EINFRA-2015-1). Authors ------- diff --git a/templates/changelog.xml b/templates/changelog.xml index a854f80..b29921c 100644 --- a/templates/changelog.xml +++ b/templates/changelog.xml @@ -1,4 +1,7 @@ + + Updated i18N support + Updated Licencies Removed resources button [issue #209] diff --git a/templates/profile.xml b/templates/profile.xml index 19ed5bc..ffa3274 100644 --- a/templates/profile.xml +++ b/templates/profile.xml @@ -6,7 +6,7 @@ ${project.description} PortletsUser ${project.name} - ${version} + 1.0.0 ${project.description}