[Qual] Fix : TODO:translate
This commit is contained in:
parent
41ccfc411a
commit
b9c0cd316f
@ -1424,6 +1424,7 @@ SetDefaultBarcodeTypeThirdParties=Default barcode type to use for third parties
|
|||||||
UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
|
UseUnits=Define a unit of measure for Quantity during order, proposal or invoice lines edition
|
||||||
ProductCodeChecker= Module for product code generation and checking (product or service)
|
ProductCodeChecker= Module for product code generation and checking (product or service)
|
||||||
ProductOtherConf= Product / Service configuration
|
ProductOtherConf= Product / Service configuration
|
||||||
|
IsNotADir=is not a directory!
|
||||||
##### Syslog #####
|
##### Syslog #####
|
||||||
SyslogSetup=Logs module setup
|
SyslogSetup=Logs module setup
|
||||||
SyslogOutput=Logs outputs
|
SyslogOutput=Logs outputs
|
||||||
|
|||||||
@ -518,8 +518,7 @@ if (! empty($conf->global->PRODUCT_CANVAS_ABILITY))
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//TODO: Translate
|
setEventMessages($dir.' '.$langs->trans("IsNotADir"), null, 'errors');
|
||||||
print "<tr><td><b>ERROR</b>: $dir is not a directory !</td></tr>\n";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user