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
This commit is contained in:
Giancarlo Panichi 2015-10-05 16:01:44 +00:00
parent 316cf01f36
commit 75efaf64ab
12 changed files with 37 additions and 27 deletions

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" output="target/tabular-data-information-widget-2.8.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<classpathentry kind="src" output="target/tabular-data-information-widget-2.9.0-SNAPSHOT/WEB-INF/classes" path="src/main/java">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/tabular-data-information-widget-2.8.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<classpathentry excluding="**" kind="src" output="target/tabular-data-information-widget-2.9.0-SNAPSHOT/WEB-INF/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
@ -33,5 +33,5 @@
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/tabular-data-information-widget-2.8.0-SNAPSHOT/WEB-INF/classes"/>
<classpathentry kind="output" path="target/tabular-data-information-widget-2.9.0-SNAPSHOT/WEB-INF/classes"/>
</classpath>

View File

@ -6,20 +6,20 @@
<Description>tabular-data-information-widget allows the recovery of the information relating to a tabular resource</Description>
<Class>PortletsUser</Class>
<Name>tabular-data-information-widget</Name>
<Version>2.8.0-SNAPSHOT</Version>
<Version>1.0.0</Version>
<Packages>
<Software>
<Description>tabular-data-information-widget allows the recovery of the information relating to a tabular resource</Description>
<Name>tabular-data-information-widget</Name>
<Version>2.8.0-SNAPSHOT</Version>
<Version>2.9.0-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-information-widget</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
</MavenCoordinates>
<Type>library</Type>
<Files>
<File>tabular-data-information-widget-2.8.0-SNAPSHOT.jar</File>
<File>tabular-data-information-widget-2.9.0-SNAPSHOT.jar</File>
</Files>
</Software>
</Packages>

View File

@ -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

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets-user.tabular-data-information-widget.2-9-0" date="2015-10-15">
<Change>Updated i18N support</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-information-widget.2-8-0" date="2015-07-03">
<Change>Updated Licencies</Change>
<Change>Removed resources button [issue #209]</Change>

View File

@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-information-widget</artifactId>
<version>2.8.0-SNAPSHOT</version>
<version>2.9.0-SNAPSHOT</version>
<name>tabular-data-information-widget</name>
<description>tabular-data-information-widget allows the recovery of the information relating to a tabular resource</description>
@ -39,8 +39,8 @@
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<release.date>2015-07-03</release.date>
<wikiurl>https://gcube.wiki.gcube-system.org/gcube/index.php/Tabular_Data_Manager</wikiurl>
<release.date>2015-10-15</release.date>
<wikiurl>http://wiki.gcube-system.org/gcube/Tabular_Data_Manager</wikiurl>
<templatesDirectory>templates</templatesDirectory>
<distroDirectory>distro</distroDirectory>
<configDirectory>config</configDirectory>

View File

@ -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")

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
-------

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="org.gcube.portlets-user.tabular-data-information-widget.2-9-0" date="2015-10-15">
<Change>Updated i18N support</Change>
</Changeset>
<Changeset component="org.gcube.portlets-user.tabular-data-information-widget.2-8-0" date="2015-07-03">
<Change>Updated Licencies</Change>
<Change>Removed resources button [issue #209]</Change>

View File

@ -6,7 +6,7 @@
<Description>${project.description}</Description>
<Class>PortletsUser</Class>
<Name>${project.name}</Name>
<Version>${version}</Version>
<Version>1.0.0</Version>
<Packages>
<Software>
<Description>${project.description}</Description>