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@119693 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
3b1a9ddf68
commit
4f77d2231f
|
@ -24,6 +24,12 @@ public interface CommonMessages extends Messages {
|
|||
|
||||
@DefaultMessage("Error Final")
|
||||
String errorFinal();
|
||||
|
||||
@DefaultMessage("Expired Session!")
|
||||
String expiredSession();
|
||||
|
||||
@DefaultMessage("No user found!")
|
||||
String noUserFound();
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -3,4 +3,5 @@ error = Error
|
|||
attention = Attention
|
||||
errorLocked = Error Locked
|
||||
errorFinal = Error Final
|
||||
|
||||
expiredSession = Expired Session!
|
||||
noUserFound = No user found!
|
||||
|
|
|
@ -3,3 +3,6 @@ error = Error
|
|||
attention = Atención
|
||||
errorLocked = Error Locked
|
||||
errorFinal = Error Final
|
||||
expiredSession = Sesión Expirada!
|
||||
noUserFound = No hay usuario presentes!
|
||||
|
||||
|
|
|
@ -3,3 +3,6 @@ error = Errore
|
|||
attention = Attenzione
|
||||
errorLocked = Errore Locked
|
||||
errorFinal = Errore Final
|
||||
expiredSession = Sessione Scaduta!
|
||||
noUserFound = Utente non presente!
|
||||
|
||||
|
|
Loading…
Reference in New Issue