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
This commit is contained in:
Giancarlo Panichi 2015-10-21 15:01:00 +00:00
parent ae9439cabe
commit 87acfdc5fc
7 changed files with 7 additions and 7 deletions

View File

@ -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";
}
/**

View File

@ -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() {

View File

@ -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";
}
/**

View File

@ -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";
}
/**

View File

@ -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() {

View File

@ -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";
}
/**

View File

@ -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";
}
/**