From ae9439cabefe577c838bb30c65c8cda899dc8908 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 20 Oct 2015 17:02:46 +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@119913 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../user/td/gwtservice/server/TDGWTServiceMessages.properties | 2 +- .../td/gwtservice/server/TDGWTServiceMessages_en.properties | 2 +- .../td/gwtservice/server/TDGWTServiceMessages_es.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages.properties b/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages.properties index 0cd56f1..bba1c37 100644 --- a/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages.properties +++ b/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages.properties @@ -1,5 +1,5 @@ sessionExpired = Session Expired! -securityExceptionRights = Security exception, you don't have the required rights! +securityExceptionRights = Security exception, you do not have the required rights! tabularResourceIsLocked = Tabular Resource Is Locked! tabularResourceIsFinal = Tabular Resource Is Final! noValidTabularResourceIdPresent = No valid tabular resource id present! diff --git a/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages_en.properties b/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages_en.properties index 43c1725..bd3d4e9 100644 --- a/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages_en.properties +++ b/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages_en.properties @@ -1,5 +1,5 @@ sessionExpired = Session Expired! -securityExceptionRights = Security exception, you don't have the required rights! +securityExceptionRights = Security exception, you do not have the required rights! tabularResourceIsLocked = Tabular Resource Is Locked! tabularResourceIsFinal = Tabular Resource Is Final! noValidTabularResourceIdPresent = No valid tabular resource id present! diff --git a/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages_es.properties b/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages_es.properties index 2b965bc..7a058b9 100644 --- a/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages_es.properties +++ b/src/main/resources/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceMessages_es.properties @@ -1,5 +1,5 @@ sessionExpired = Sesión Ha Finalizado! -securityExceptionRights = Excepción de seguridad, usted no tiene los derechos necesarios! +securityExceptionRights = Excepcion de seguridad, usted no tiene los derechos necesarios! tabularResourceIsLocked = La Tabular Resource es Locked! tabularResourceIsFinal = La Tabular Resource es Final! noValidTabularResourceIdPresent = Id de la Tabular Resource no válido!