From 03d84a20691bc93c4dbe91e3265e65cc3df53ff6 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 21 Oct 2015 16:55:32 +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-portlet@119952 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../portlets/user/td/client/TabularDataController.java | 2 +- .../user/td/client/ribbon/FileToolBarMessages_it.properties | 2 +- .../org/gcube/portlets/user/td/tabulardataportlet.gwt.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/client/TabularDataController.java b/src/main/java/org/gcube/portlets/user/td/client/TabularDataController.java index cb25a20..080fa62 100644 --- a/src/main/java/org/gcube/portlets/user/td/client/TabularDataController.java +++ b/src/main/java/org/gcube/portlets/user/td/client/TabularDataController.java @@ -2629,7 +2629,7 @@ public class TabularDataController { */ private void onReplace(CellData cellData) { if (cellData == null) { - UtilsGXT3.alert(msgsCommon.error(),msgs.noCellSelected()); + UtilsGXT3.alert(msgsCommon.error(), msgs.noCellSelected()); } else { ReplaceAllDialog replaceDialog = new ReplaceAllDialog(cellData, trId, eventBus); diff --git a/src/main/resources/org/gcube/portlets/user/td/client/ribbon/FileToolBarMessages_it.properties b/src/main/resources/org/gcube/portlets/user/td/client/ribbon/FileToolBarMessages_it.properties index 6dff534..92b4d54 100644 --- a/src/main/resources/org/gcube/portlets/user/td/client/ribbon/FileToolBarMessages_it.properties +++ b/src/main/resources/org/gcube/portlets/user/td/client/ribbon/FileToolBarMessages_it.properties @@ -9,7 +9,7 @@ shareButton = Condividi shareButtonToolTip = Condividi Tabular Resource deleteButton = Elimina deleteButtonToolTip = Elimina la Tabular Resource -propertiesButton = Propietà +propertiesButton = Proprietà propertiesButtonToolTip = Mostra Propietà importGroupHeadingText = Importa importSDMXButton = SDMX diff --git a/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml b/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml index 5fafd86..af1450d 100644 --- a/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml +++ b/src/main/resources/org/gcube/portlets/user/td/tabulardataportlet.gwt.xml @@ -103,11 +103,11 @@ - - + /> -->