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-widget-common-event@119669 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-10-13 13:08:24 +00:00
parent 52a5e3c831
commit 3b1a9ddf68
11 changed files with 53 additions and 22 deletions

View File

@ -6,20 +6,20 @@
<Description>tabular-data-widget-common-event contains events that are common to all widgets in tabular data manager</Description>
<Class>PortletsUser</Class>
<Name>tabular-data-widget-common-event</Name>
<Version>1.8.0-SNAPSHOT</Version>
<Version>1.0.0</Version>
<Packages>
<Software>
<Description>tabular-data-widget-common-event contains events that are common to all widgets in tabular data manager</Description>
<Name>tabular-data-widget-common-event</Name>
<Version>1.8.0-SNAPSHOT</Version>
<Version>1.9.0-SNAPSHOT</Version>
<MavenCoordinates>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-widget-common-event</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</MavenCoordinates>
<Type>library</Type>
<Files>
<File>tabular-data-widget-common-event-1.8.0-SNAPSHOT.jar</File>
<File>tabular-data-widget-common-event-1.9.0-SNAPSHOT.jar</File>
</Files>
</Software>
</Packages>

View File

@ -1,7 +1,9 @@
The gCube System - tabular-data-widget-common-event
------------------------------------------------------------
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. 1.8.0-SNAPSHOT (2015-07-03)
v. 1.9.0-SNAPSHOT (2015-10-15)
Description
@ -37,7 +39,7 @@ Documentation
tabular-data-widget-common-event contains events that are common to all widgets in tabular data manager
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-widget-common-event.1-9-0" date="2015-10-15">
<Change>Updated support to Spanish</Change>
</Changeset>
<Changeset component="org.gcube.portlets.user.tabular-data-widget-common-event.1-8-0" date="2015-07-03">
<Change>Added extension to name of resource by mime type [issue #258]</Change>
<Change>Added support to Notifications [issue #197]</Change>

17
pom.xml
View File

@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-widget-common-event</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<name>tabular-data-widget-common-event</name>
<description>tabular-data-widget-common-event contains events that are common to all widgets in tabular data manager</description>
@ -39,18 +39,18 @@
<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>
<gwtVersion>2.6.1</gwtVersion>
<gwtLogVersion>3.3.2</gwtLogVersion>
<gwtLogVersion>3.3.2</gwtLogVersion>
<KEYS>${env.KEYS}</KEYS>
<!-- GWT needs at least java 1.5 -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@ -254,7 +254,8 @@
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>

View File

@ -4,17 +4,27 @@ import com.google.gwt.i18n.client.Messages;
/**
*
* @author giancarlo
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
* @author giancarlo email: <a
* href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
*
*/
public interface CommonMessages extends Messages {
@DefaultMessage("Success")
String success();
@DefaultMessage("Error")
String error();
@DefaultMessage("Attention")
String attention();
@DefaultMessage("Error Locked")
String errorLocked();
@DefaultMessage("Error Final")
String errorFinal();
}

View File

@ -1,2 +1,6 @@
success = Success
error = Error
attention = Attention
errorLocked = Error Locked
errorFinal = Error Final
errorFinal = Error Final

View File

@ -1,2 +1,5 @@
success = Éxito
error = Error
attention = Atención
errorLocked = Error Locked
errorFinal = Error Final
errorFinal = Error Final

View File

@ -1,2 +1,5 @@
success = Successo
error = Errore
attention = Attenzione
errorLocked = Errore Locked
errorFinal = Errore Final

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="${groupId}.${artifactId}.1-9-0" date="2015-10-15">
<Change>Updated support to Spanish</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-8-0" date="2015-07-03">
<Change>Added extension to name of resource by mime type [issue #258]</Change>
<Change>Added support to Notifications [issue #197]</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>