diff --git a/htdocs/langs/ca_ES/errors.lang b/htdocs/langs/ca_ES/errors.lang
index e17fc5f7f0c..b5d1e4a795a 100644
--- a/htdocs/langs/ca_ES/errors.lang
+++ b/htdocs/langs/ca_ES/errors.lang
@@ -61,3 +61,4 @@ ErrorWrongValueForField = Valor incorrecte per al camp nombre %s (el valo
ErrorsOnXLines = Errors a %s línies font
WarningsOnXLines = Alertes a %s línies font
ErrorFileIsInfectedWithAVirus = L'antivirus no ha pogut validar aquest arxiu (és probable que estigui infectat per un virus)!
+ErrorSpecialCharNotAllowedForField = Els caràcters especials no són admesos pel camp "%s"
diff --git a/htdocs/langs/es_ES/errors.lang b/htdocs/langs/es_ES/errors.lang
index a165c7c6821..62b54b3cb4c 100644
--- a/htdocs/langs/es_ES/errors.lang
+++ b/htdocs/langs/es_ES/errors.lang
@@ -60,4 +60,5 @@ ErrorContactEMail = Se ha producido un error técnico. Contacte con el administr
ErrorWrongValueForField = Valor incorrecto para el campo número %s (el valor '%s' no cumple con la regla %s)
ErrorsOnXLines = Errores en %s líneas fuente
WarningsOnXLines = Alertas en %s líneas fuente
-ErrorFileIsInfectedWithAVirus = ¡El antivirus no ha podido validar este archivo (es probable que esté infectado por un virus)!
\ No newline at end of file
+ErrorFileIsInfectedWithAVirus = ¡El antivirus no ha podido validar este archivo (es probable que esté infectado por un virus)!
+ErrorSpecialCharNotAllowedForField = Los caracteres especiales no son admitidos por el campo "%s"