mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 17:02:34 +01:00
Debug v21
This commit is contained in:
@@ -38,7 +38,7 @@ function datapolicyAdminPrepareHead()
|
||||
$head = array();
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT."/datapolicy/admin/setup.php";
|
||||
$head[$h][1] = $langs->trans("Deletion");
|
||||
$head[$h][1] = $langs->trans("DataAnonymization");
|
||||
$head[$h][2] = 'settings';
|
||||
$h++;
|
||||
|
||||
|
||||
@@ -17,7 +17,8 @@ Module4100Name = Data Privacy Policy
|
||||
Module4100Desc = Module to manage Data Privacy (Conformity with the GDPR)
|
||||
# Administration page
|
||||
datapolicySetup = Module Data Privacy Policy Setup
|
||||
Deletion = Deletion of data
|
||||
DataDeletion=Deletion of data
|
||||
DataAnonymization=Anonymization of data
|
||||
datapolicySetupPage = Depending on the laws of your countries (Example <a href="http://www.privacy-regulation.eu/en/5.htm" target="_blank" rel="noopener noreferrer external">Article 5</a> of the GDPR), personal data must be kept for a period not exceeding the duration the data is needed for the purpose for which it was collected, except for archival purposes.<br>This module will make an anonymization automatically after a certain duration without events (the duration which you will have indicated below) and if the object has no existing business object children.
|
||||
NB_MONTHS = %s months
|
||||
ONE_YEAR = 1 year
|
||||
|
||||
Reference in New Issue
Block a user