You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: language/en/acp_consentmanager.php
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -41,17 +41,18 @@
41
41
'ACP_CONSENTMANAGER_EXPORT_EXPLAIN' => 'Download a CSV file of stored consent log records or permanently delete matching records from the database. All fields are optional; leave them blank to work with the full log.',
'ACP_CONSENTMANAGER_EXPORT_DATE_FROM_EXPLAIN' => 'Restrict the export (or deletion) to logs dated on or after this date. Leave blank for no lower date limit.',
44
45
'ACP_CONSENTMANAGER_EXPORT_DATE_TO' => 'Date to',
45
-
'ACP_CONSENTMANAGER_EXPORT_DATE_EXPLAIN' => 'Use the browser date picker when available. If you cannot pick a date, enter it in YYYY-MM-DD format. Dates are interpreted in UTC. Leave blank to omit this boundary.',
46
-
'ACP_CONSENTMANAGER_EXPORT_USER_ID' => 'User ID',
47
-
'ACP_CONSENTMANAGER_EXPORT_USER_ID_EXPLAIN' => 'Enter a registered user ID to restrict the export (or delete) to that user’s consent records. Leave blank to include all users.',
46
+
'ACP_CONSENTMANAGER_EXPORT_DATE_TO_EXPLAIN' => 'Restrict the export (or deletion) to logs dated on or before this date. Leave blank for no upper date limit.',
47
+
'ACP_CONSENTMANAGER_EXPORT_USERNAME_EXPLAIN' => 'Enter a registered username to restrict the export (or deletion) to that user’s consent records. Leave blank to include all users.',
'ACP_CONSENTMANAGER_DELETE_CONFIRM' => 'Are you sure you want to permanently delete the selected consent log records?',
53
53
'ACP_CONSENTMANAGER_DELETE_SUCCESS' => 'The selected consent log records have been deleted.',
54
-
'ACP_CONSENTMANAGER_EXPORT_INVALID_DATE_FROM' => 'The "Date from" value is not a valid date. Use the browser date picker when available, or enter the date in YYYY-MM-DD format.',
55
-
'ACP_CONSENTMANAGER_EXPORT_INVALID_DATE_TO' => 'The "Date to" value is not a valid date. Use the browser date picker when available, or enter the date in YYYY-MM-DD format.',
56
-
'ACP_CONSENTMANAGER_EXPORT_DATE_RANGE_INVALID' => '"Date from" must not be later than "Date to".',
54
+
'ACP_CONSENTMANAGER_EXPORT_INVALID_USERNAME' => 'The username “%1$s” could not be found.',
55
+
'ACP_CONSENTMANAGER_EXPORT_INVALID_DATE_FROM' => 'The “Date from” value is not a valid date. Use the browser date picker when available, or enter the date in YYYY-MM-DD format.',
56
+
'ACP_CONSENTMANAGER_EXPORT_INVALID_DATE_TO' => 'The “Date to” value is not a valid date. Use the browser date picker when available, or enter the date in YYYY-MM-DD format.',
57
+
'ACP_CONSENTMANAGER_EXPORT_DATE_RANGE_INVALID' => '“Date from” must not be later than “Date to”.',
0 commit comments