From 95717a17ef3938c869476b5a7570bbc000f4b996 Mon Sep 17 00:00:00 2001 From: Juanjo Menent Date: Fri, 3 Apr 2009 20:48:32 +0000 Subject: [PATCH] Added : url string validation --- htdocs/langs/ca_ES/errors.lang | 3 ++- htdocs/langs/es_ES/errors.lang | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/htdocs/langs/ca_ES/errors.lang b/htdocs/langs/ca_ES/errors.lang index 805c3fc5b74..92b5dbafd62 100644 --- a/htdocs/langs/ca_ES/errors.lang +++ b/htdocs/langs/ca_ES/errors.lang @@ -1,4 +1,4 @@ -# Dolibarr language file - ca_ES - errors +# Dolibarr language file - ca_ES - errors CHARSET = UTF-8 MenuManager = Gestor de menú ErrorLoginAlreadyExists = El login %s ja existeix. @@ -18,6 +18,7 @@ ErrorBadCustomerCodeSyntax = La sintaxi del codi client és incorrecta ErrorCustomerCodeRequired = Codi client obligatori ErrorCustomerCodeAlreadyUsed = Codi de client ja utilitzat ErrorPrefixRequired = Prefix obligatori +ErrorUrlNotValid = L'adreça del lloc web és incorrecta ErrorBadSupplierCodeSyntax = La sintaxi del codi proveïdor és incorrecta ErrorSupplierCodeRequired = Codi proveïdor obligatori ErrorSupplierCodeAlreadyUsed = Codi de proveïdor ja utilitzat diff --git a/htdocs/langs/es_ES/errors.lang b/htdocs/langs/es_ES/errors.lang index 905f1a6cb82..6d6f5d1251e 100644 --- a/htdocs/langs/es_ES/errors.lang +++ b/htdocs/langs/es_ES/errors.lang @@ -1,4 +1,4 @@ -# Dolibarr language file - es_ES - errors +# Dolibarr language file - es_ES - errors CHARSET = UTF-8 MenuManager = Gestor de menú ErrorLoginAlreadyExists = El login %s ya existe. @@ -18,6 +18,7 @@ ErrorBadCustomerCodeSyntax = La sintaxis del código cliente es incorrecta ErrorCustomerCodeRequired = Código cliente obligatorio ErrorCustomerCodeAlreadyUsed = Código de cliente ya utilizado ErrorPrefixRequired = Prefijo obligatorio +ErrorUrlNotValid = La dirección del sitio web es incorrecta ErrorBadSupplierCodeSyntax = LA sintaxis del código proveedor es incorrecta ErrorSupplierCodeRequired = Código proveedor obligatorio ErrorSupplierCodeAlreadyUsed = Código de proveedor ya utilizado