Fix: Import for companies works even with prefix empty.
This commit is contained in:
parent
6f3c4fc52d
commit
2d760f2e0d
@ -12,6 +12,7 @@ FormatDateHourShort = %d/%m/%Y %H:%M
|
|||||||
FormatDateHourTextShort = %d %b %Y %H:%M
|
FormatDateHourTextShort = %d %b %Y %H:%M
|
||||||
FormatDateHourText = %d %B %Y %H:%M
|
FormatDateHourText = %d %B %Y %H:%M
|
||||||
DatabaseConnection = Connexió a la base de dades
|
DatabaseConnection = Connexió a la base de dades
|
||||||
|
NoError = Cap error
|
||||||
Error = Error
|
Error = Error
|
||||||
ErrorFieldRequired = El camp '%s' és obligatori
|
ErrorFieldRequired = El camp '%s' és obligatori
|
||||||
ErrorFieldFormat = El camp '%s' té un valor incorrecte
|
ErrorFieldFormat = El camp '%s' té un valor incorrecte
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Dolibarr language file - ca_ES - main
|
# Dolibarr language file - es_ES - main
|
||||||
CHARSET = UTF-8
|
CHARSET = UTF-8
|
||||||
DIRECTION = ltr
|
DIRECTION = ltr
|
||||||
SeparatorDecimal = ,
|
SeparatorDecimal = ,
|
||||||
@ -12,6 +12,7 @@ FormatDateHourShort = %d/%m/%Y %H:%M
|
|||||||
FormatDateHourTextShort = %d %b %Y %H:%M
|
FormatDateHourTextShort = %d %b %Y %H:%M
|
||||||
FormatDateHourText = %d %B %Y %H:%M
|
FormatDateHourText = %d %B %Y %H:%M
|
||||||
DatabaseConnection = Conexión a la base de datos
|
DatabaseConnection = Conexión a la base de datos
|
||||||
|
NoError = Ningún error
|
||||||
Error = Error
|
Error = Error
|
||||||
ErrorFieldRequired = El campo '%s' es obligatorio
|
ErrorFieldRequired = El campo '%s' es obligatorio
|
||||||
ErrorFieldFormat = El campo '%s' tiene un valor incorrecto
|
ErrorFieldFormat = El campo '%s' tiene un valor incorrecto
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user