4 | | {{{ |
5 | | 'Sorry, you are not allowed to manage privacy on this site.' => 'Sorry, you are not allowed to manage **privacy** options on this site.' |
6 | | 'Sorry, you are not allowed to erase data on this site.' => 'Sorry, you are not allowed to erase **personal** data on this site.' |
7 | | 'Invalid request.' => 'Invalid **user privacy** request.' |
8 | | 'Invalid action.' => 'Invalid **user privacy** action.' |
9 | | 'Unable to initiate confirmation request.' => 'Unable to initiate **user privacy** confirmation request.' |
10 | | 'Unable to generate export file. ZipArchive not available.' => 'Unable to generate **user privacy** export file. ZipArchive not available.' |
11 | | 'Unable to open export file (archive) for writing.' => 'Unable to open **user privacy** export file (archive) for writing.' |
12 | | 'Invalid request ID when generating export file.' => 'Invalid request ID when generating **user privacy** export file.' |
13 | | 'Invalid email address when generating user privacy export file.' => 'Invalid email address when generating **user privacy** export file.' |
14 | | 'Unable to create export folder.' => 'Unable to create **user privacy** export folder.' |
15 | | 'Unable to protect export folder from browsing.' => 'Unable to protect **user privacy** export folder from browsing.' |
16 | | 'Unable to open export file (JSON report) for writing.' => 'Unable to open **user privacy** export file (JSON report) for writing.' |
17 | | 'Unable to open export file (HTML report) for writing.' => 'Unable to open **user privacy** export file (HTML report) for writing.' |
18 | | 'Unable to add data to JSON file.' => 'Unable to add data to **user privacy export file (JSON format)**.' |
19 | | 'Unable to add data to HTML file.' => 'Unable to add data to user privacy export file (HTML format).' |
20 | | 'Unable to open export file (archive) for writing.' => 'Unable to open **user privacy** export file (archive) for writing.' |
21 | | 'Invalid request ID when merging exporter data.' => 'Invalid request ID when merging user privacy exporter data.' |
22 | | 'Invalid request ID when processing eraser data.' => 'Invalid request ID when processing **user privacy** eraser data.' |
23 | | 'An incomplete request for this email address already exists.' => 'An incomplete **user privacy** request for this email address already exists.' |
24 | | 'Invalid user request.' => 'Invalid user **privacy** request.' Note: This should merge strings with the one above. |
25 | | 'This link has expired.' => 'This **user privacy request** has expired.' |
26 | | 'Missing confirm key.' => '**This user privacy request is missing the confirmation key.**' |
27 | | 'Invalid key.' => 'Invalid **user privacy request**.' Note: Merging string as this error doesn't need to be unique it just indicates the request object is missing required data. |
28 | | 'Invalid action.' => 'Invalid **user privacy request**.' Note: Merging string as missing the request timestamp indicates the request object is invalid. |
29 | | 'Invalid key.' => 'This user privacy request confirmation key is invalid.' Note: This is unique from the other Invalid key as the previous indicated the request is broken while this one indicates the confirmation key is invalid. |
30 | | 'The confirmation email has expired.' => 'This user privacy request confirmation key has expired.' |
31 | | }}} |
| 4 | > 'Sorry, you are not allowed to manage privacy on this site.' => 'Sorry, you are not allowed to manage **privacy** options on this site.' |
| 5 | > 'Sorry, you are not allowed to erase data on this site.' => 'Sorry, you are not allowed to erase **personal** data on this site.' |
| 6 | > 'Invalid request.' => 'Invalid **user privacy** request.' |
| 7 | > 'Invalid action.' => 'Invalid **user privacy** action.' |
| 8 | > 'Unable to initiate confirmation request.' => 'Unable to initiate **user privacy** confirmation request.' |
| 9 | > 'Unable to generate export file. ZipArchive not available.' => 'Unable to generate **user privacy** export file. ZipArchive not available.' |
| 10 | > 'Unable to open export file (archive) for writing.' => 'Unable to open **user privacy** export file (archive) for writing.' |
| 11 | > 'Invalid request ID when generating export file.' => 'Invalid request ID when generating **user privacy** export file.' |
| 12 | > 'Invalid email address when generating user privacy export file.' => 'Invalid email address when generating **user privacy** export file.' |
| 13 | > 'Unable to create export folder.' => 'Unable to create **user privacy** export folder.' |
| 14 | > 'Unable to protect export folder from browsing.' => 'Unable to protect **user privacy** export folder from browsing.' |
| 15 | > 'Unable to open export file (JSON report) for writing.' => 'Unable to open **user privacy** export file (JSON report) for writing.' |
| 16 | > 'Unable to open export file (HTML report) for writing.' => 'Unable to open **user privacy** export file (HTML report) for writing.' |
| 17 | > 'Unable to add data to JSON file.' => 'Unable to add data to **user privacy export file (JSON format)**.' |
| 18 | > 'Unable to add data to HTML file.' => 'Unable to add data to user privacy export file (HTML format).' |
| 19 | > 'Unable to open export file (archive) for writing.' => 'Unable to open **user privacy** export file (archive) for writing.' |
| 20 | > 'Invalid request ID when merging exporter data.' => 'Invalid request ID when merging user privacy exporter data.' |
| 21 | > 'Invalid request ID when processing eraser data.' => 'Invalid request ID when processing **user privacy** eraser data.' |
| 22 | > 'An incomplete request for this email address already exists.' => 'An incomplete **user privacy** request for this email address already exists.' |
| 23 | > 'Invalid user request.' => 'Invalid user **privacy** request.' Note: This should merge strings with the one above. |
| 24 | > 'This link has expired.' => 'This **user privacy request** has expired.' |
| 25 | > 'Missing confirm key.' => '**This user privacy request is missing the confirmation key.**' |
| 26 | > 'Invalid key.' => 'Invalid **user privacy request**.' Note: Merging string as this error doesn't need to be unique it just indicates the request object is missing required data. |
| 27 | > 'Invalid action.' => 'Invalid **user privacy request**.' Note: Merging string as missing the request timestamp indicates the request object is invalid. |
| 28 | > 'Invalid key.' => 'This user privacy request confirmation key is invalid.' Note: This is unique from the other Invalid key as the previous indicated the request is broken while this one indicates the confirmation key is invalid. |
| 29 | > 'The confirmation email has expired.' => 'This user privacy request confirmation key has expired.' |