Fix duplicate string
This commit is contained in:
parent
3f50a9ca49
commit
ad2625f842
@ -695,7 +695,7 @@ function jscheckparam()
|
|||||||
else if (! checkDatabaseName(document.forminstall.db_name.value))
|
else if (! checkDatabaseName(document.forminstall.db_name.value))
|
||||||
{
|
{
|
||||||
ok=false;
|
ok=false;
|
||||||
alert('<?php echo dol_escape_js($langs->transnoentities("ErrorSpecialCharNotAllowedForField", $langs->transnoentitiesnoconv("DatabaseName"))); ?>');
|
alert('<?php echo dol_escape_js($langs->transnoentities("ErrorFieldCanNotContainSpecialCharacters", $langs->transnoentitiesnoconv("DatabaseName"))); ?>');
|
||||||
}
|
}
|
||||||
// If create database asked
|
// If create database asked
|
||||||
else if (document.forminstall.db_create_database.checked == true && (document.forminstall.db_user_root.value == ''))
|
else if (document.forminstall.db_create_database.checked == true && (document.forminstall.db_user_root.value == ''))
|
||||||
|
|||||||
@ -97,7 +97,6 @@ ErrorFieldValueNotIn=Field <b>%s</b>: '<b>%s</b>' is not a value found in field
|
|||||||
ErrorFieldRefNotIn=Field <b>%s</b>: '<b>%s</b>' is not a <b>%s</b> existing ref
|
ErrorFieldRefNotIn=Field <b>%s</b>: '<b>%s</b>' is not a <b>%s</b> existing ref
|
||||||
ErrorsOnXLines=%s errors found
|
ErrorsOnXLines=%s errors found
|
||||||
ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the file (file might be infected by a virus)
|
ErrorFileIsInfectedWithAVirus=The antivirus program was not able to validate the file (file might be infected by a virus)
|
||||||
ErrorSpecialCharNotAllowedForField=Special characters are not allowed for field "%s"
|
|
||||||
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
|
ErrorNumRefModel=A reference exists into database (%s) and is not compatible with this numbering rule. Remove record or renamed reference to activate this module.
|
||||||
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
|
ErrorQtyTooLowForThisSupplier=Quantity too low for this vendor or no price defined on this product for this vendor
|
||||||
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
|
ErrorOrdersNotCreatedQtyTooLow=Some orders haven't been created because of too-low quantities
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user