Translation message
This commit is contained in:
parent
fea2b081f9
commit
6cb3199824
@ -59,9 +59,7 @@ llxHeader('',$langs->trans("CustomersStandingOrdersArea"));
|
|||||||
if (prelevement_check_config() < 0)
|
if (prelevement_check_config() < 0)
|
||||||
{
|
{
|
||||||
$langs->load("errors");
|
$langs->load("errors");
|
||||||
print '<div class="error">';
|
setEventMessages($langs->trans("ErrorModuleSetupNotComplete"), null, 'errors');
|
||||||
print $langs->trans("ErrorModuleSetupNotComplete");
|
|
||||||
print '</div>';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
print load_fiche_titre($langs->trans("CustomersStandingOrdersArea"));
|
print load_fiche_titre($langs->trans("CustomersStandingOrdersArea"));
|
||||||
|
|||||||
@ -19,7 +19,7 @@ RemoteSignature=Remote distant signature (more reliable)
|
|||||||
FilesMissing=Missing Files
|
FilesMissing=Missing Files
|
||||||
FilesUpdated=Updated Files
|
FilesUpdated=Updated Files
|
||||||
FileCheckDolibarr=Check integrity of application files
|
FileCheckDolibarr=Check integrity of application files
|
||||||
AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from a certified package
|
AvailableOnlyOnPackagedVersions=The local file for integrity checking is only available when application is installed from an official package
|
||||||
XmlNotFound=Xml Integrity File of application not found
|
XmlNotFound=Xml Integrity File of application not found
|
||||||
SessionId=Session ID
|
SessionId=Session ID
|
||||||
SessionSaveHandler=Handler to save sessions
|
SessionSaveHandler=Handler to save sessions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user