From 87acfdc5fc3e29e83d235d1234133ba12f2599b3 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 21 Oct 2015 15:01:00 +0000 Subject: [PATCH] 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-gwt-service@119937 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/gwtservice/shared/destination/FileDestination.java | 2 +- .../gwtservice/shared/destination/SDMXRegistryDestination.java | 2 +- .../td/gwtservice/shared/destination/WorkspaceDestination.java | 2 +- .../portlets/user/td/gwtservice/shared/source/FileSource.java | 2 +- .../user/td/gwtservice/shared/source/SDMXRegistrySource.java | 2 +- .../portlets/user/td/gwtservice/shared/source/UrlSource.java | 2 +- .../user/td/gwtservice/shared/source/WorkspaceSource.java | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/FileDestination.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/FileDestination.java index 978c641..3cb6bb7 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/FileDestination.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/FileDestination.java @@ -28,7 +28,7 @@ public class FileDestination implements Destination { * {@inheritDoc} */ public String getDescription() { - return "Select this destination if you want to save the document in File"; + return "Select this destination if you want to save in File"; } /** diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/SDMXRegistryDestination.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/SDMXRegistryDestination.java index fbe9b55..36635cc 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/SDMXRegistryDestination.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/SDMXRegistryDestination.java @@ -32,7 +32,7 @@ public class SDMXRegistryDestination implements Destination { * {@inheritDoc} */ public String getDescription() { - return "Select this destination if you want to save document in SDMX Registry"; + return "Select this destination if you want to save in SDMX Registry"; } public String getUrl() { diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/WorkspaceDestination.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/WorkspaceDestination.java index 5ac615b..128e56a 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/WorkspaceDestination.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/destination/WorkspaceDestination.java @@ -29,7 +29,7 @@ public class WorkspaceDestination implements Destination { * {@inheritDoc} */ public String getDescription() { - return "Select this destination if you want to save the document in Workspace"; + return "Select this destination if you want to save in Workspace"; } /** diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/FileSource.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/FileSource.java index c2c75ee..e96f801 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/FileSource.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/FileSource.java @@ -28,7 +28,7 @@ public class FileSource implements Source { * {@inheritDoc} */ public String getDescription() { - return "Select this source if you want to retrive document from File"; + return "Select this source if you want to retrieve document from File"; } /** diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/SDMXRegistrySource.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/SDMXRegistrySource.java index 7fef1ab..8af0135 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/SDMXRegistrySource.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/SDMXRegistrySource.java @@ -32,7 +32,7 @@ public class SDMXRegistrySource implements Source { * {@inheritDoc} */ public String getDescription() { - return "Select this source if you want to retrive document from SDMX Registry"; + return "Select this source if you want to retrieve document from SDMX Registry"; } public String getUrl() { diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/UrlSource.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/UrlSource.java index 3c5302e..b59c294 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/UrlSource.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/UrlSource.java @@ -28,7 +28,7 @@ public class UrlSource implements Source { * {@inheritDoc} */ public String getDescription() { - return "Select this source if you want to retrive document from Url"; + return "Select this source if you want to retrieve document from Url"; } /** diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/WorkspaceSource.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/WorkspaceSource.java index 5f810da..cb91e69 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/WorkspaceSource.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/shared/source/WorkspaceSource.java @@ -29,7 +29,7 @@ public class WorkspaceSource implements Source { * {@inheritDoc} */ public String getDescription() { - return "Select this source if you want to retrive document from Workspace"; + return "Select this source if you want to retrieve document from Workspace"; } /**