Added : url string validation
This commit is contained in:
parent
f5d1148ee9
commit
95717a17ef
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user