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@119917 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4a453c26ea
commit
3013f88a98
|
@ -24,12 +24,6 @@ public interface CommonMessages extends Messages {
|
|||
|
||||
@DefaultMessage("Error Final")
|
||||
String errorFinal();
|
||||
|
||||
@DefaultMessage("Close")
|
||||
String btnCloseText();
|
||||
|
||||
@DefaultMessage("Close")
|
||||
String btnCloseToolTip();
|
||||
|
||||
@DefaultMessage("Expired Session!")
|
||||
String expiredSession();
|
||||
|
@ -76,4 +70,22 @@ public interface CommonMessages extends Messages {
|
|||
@DefaultMessage("Operation in Background")
|
||||
String operationInBackground();
|
||||
|
||||
@DefaultMessage("Close")
|
||||
String btnCloseText();
|
||||
|
||||
@DefaultMessage("Close")
|
||||
String btnCloseToolTip();
|
||||
|
||||
@DefaultMessage("Save")
|
||||
String btnSaveText();
|
||||
|
||||
@DefaultMessage("Save")
|
||||
String btnSaveToolTip();
|
||||
|
||||
@DefaultMessage("Cancel")
|
||||
String btnCancelText();
|
||||
|
||||
@DefaultMessage("Cancel")
|
||||
String btnCancelToolTip();
|
||||
|
||||
}
|
||||
|
|
|
@ -3,8 +3,6 @@ error = Error
|
|||
attention = Attention
|
||||
errorLocked = Error Locked
|
||||
errorFinal = Error Final
|
||||
btnCloseText = Close
|
||||
btnCloseToolTip = Close
|
||||
expiredSession = Expired Session!
|
||||
noUserFound = No user found!
|
||||
fileSourceName = File source
|
||||
|
@ -20,3 +18,9 @@ operationFailed = Operation Failed
|
|||
validationFailed = Validation Failed
|
||||
operationAborted = Operation Aborted
|
||||
operationInBackground = Operation in Background
|
||||
btnCloseText = Close
|
||||
btnCloseToolTip = Close
|
||||
btnSaveText = Save
|
||||
btnSaveToolTip = Save
|
||||
btnCancelText = Cancel
|
||||
btnCancelToolTip = Cancel
|
|
@ -3,8 +3,6 @@ error = Error
|
|||
attention = Atención
|
||||
errorLocked = Error Locked
|
||||
errorFinal = Error Final
|
||||
btnCloseText = Cerrar
|
||||
btnCloseToolTip = Cerrar
|
||||
expiredSession = Sesión Expirada!
|
||||
noUserFound = No hay usuario presentes!
|
||||
fileSourceName = Archivo
|
||||
|
@ -20,3 +18,9 @@ operationFailed = Operación Error
|
|||
validationFailed = Validación Error
|
||||
operationAborted = Operación Abortada
|
||||
operationInBackground = Operación en Background
|
||||
btnCloseText = Cerrar
|
||||
btnCloseToolTip = Cerrar
|
||||
btnSaveText = Guardar
|
||||
btnSaveToolTip = Guardar
|
||||
btnCancelText = Anular
|
||||
btnCancelToolTip = Anular
|
|
@ -3,8 +3,6 @@ error = Errore
|
|||
attention = Attenzione
|
||||
errorLocked = Errore Locked
|
||||
errorFinal = Errore Final
|
||||
btnCloseText = Chiudi
|
||||
btnCloseToolTip = Chiudi
|
||||
expiredSession = Sessione Scaduta!
|
||||
noUserFound = Utente non presente!
|
||||
fileSourceName = File
|
||||
|
@ -20,3 +18,9 @@ operationFailed = Operazione Fallita
|
|||
validationFailed = Validazione Fallita
|
||||
operationAborted = Operazione Abortita
|
||||
operationInBackground = Operazione in Background
|
||||
btnCloseText = Chiudi
|
||||
btnCloseToolTip = Chiudi
|
||||
btnSaveText = Salva
|
||||
btnSaveToolTip = Salva
|
||||
btnCancelText = Cancella
|
||||
btnCancelToolTip = Cancella
|
Loading…
Reference in New Issue