Trans
This commit is contained in:
parent
047c55bd02
commit
5ff37febe3
@ -320,12 +320,12 @@ class BlockedLog
|
|||||||
$this->error++;
|
$this->error++;
|
||||||
}
|
}
|
||||||
} elseif ($this->action == 'MODULE_SET') {
|
} elseif ($this->action == 'MODULE_SET') {
|
||||||
return '<i class="opacitymedium">System to track events into unalterable logs were enabled</i>';
|
return '<i class="opacitymedium">'.$langs->trans("BlockedLogEnabled").'</i>';
|
||||||
} elseif ($this->action == 'MODULE_RESET') {
|
} elseif ($this->action == 'MODULE_RESET') {
|
||||||
if ($this->signature == '0000000000') {
|
if ($this->signature == '0000000000') {
|
||||||
return '<i class="opacitymedium">System to track events into unalterable logs were disabled after some recording were done. We saved a special Fingerprint to track the chain as broken.</i>';
|
return '<i class="opacitymedium">'.$langs->trans("BlockedLogDisabled").'</i>';
|
||||||
} else {
|
} else {
|
||||||
return '<i class="opacitymedium">System to track events into unalterable logs were disabled. This is possible because no record were done yet.</i>';
|
return '<i class="opacitymedium">'.$langs->trans("BlockedLogDisabledBis").'</i>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -52,3 +52,6 @@ BlockedLogDisableNotAllowedForCountry=List of countries where usage of this modu
|
|||||||
OnlyNonValid=Non-valid
|
OnlyNonValid=Non-valid
|
||||||
TooManyRecordToScanRestrictFilters=Too many records to scan/analyze. Please restrict list with more restrictive filters.
|
TooManyRecordToScanRestrictFilters=Too many records to scan/analyze. Please restrict list with more restrictive filters.
|
||||||
RestrictYearToExport=Restrict month / year to export
|
RestrictYearToExport=Restrict month / year to export
|
||||||
|
BlockedLogEnabled=System to track events into unalterable logs has been enabled
|
||||||
|
BlockedLogDisabled=System to track events into unalterable logs has been disabled after some recording were done. We saved a special Fingerprint to track the chain as broken
|
||||||
|
BlockedLogDisabledBis=System to track events into unalterable logs has been disabled. This is possible because no record were done yet.
|
||||||
Loading…
Reference in New Issue
Block a user