From 6a4666767b1ea9f7dc0cffd5e3acb96526bbf134 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Sat, 6 Feb 2010 16:48:04 +0000 Subject: [PATCH] Fix: Add test on database name --- htdocs/langs/ca_ES/errors.lang | 1 + htdocs/langs/es_ES/errors.lang | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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"