Commit | Line | Data |
---|---|---|
5efc1f9e DM |
1 | <?php |
2 | // This file is part of Moodle - http://moodle.org/ | |
3 | // | |
4 | // Moodle is free software: you can redistribute it and/or modify | |
5 | // it under the terms of the GNU General Public License as published by | |
6 | // the Free Software Foundation, either version 3 of the License, or | |
7 | // (at your option) any later version. | |
8 | // | |
9 | // Moodle is distributed in the hope that it will be useful, | |
10 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
11 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
12 | // GNU General Public License for more details. | |
13 | // | |
14 | // You should have received a copy of the GNU General Public License | |
15 | // along with Moodle. If not, see <http://www.gnu.org/licenses/>. | |
16 | ||
17 | /** | |
18 | * Strings for component 'tool_dataprivacy' | |
19 | * | |
20 | * @package tool_dataprivacy | |
21 | * @copyright 2018 onwards Jun Pataleta | |
22 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later | |
23 | */ | |
24 | ||
25 | defined('MOODLE_INTERNAL') || die(); | |
26 | ||
27 | $string['pluginname'] = 'Data privacy'; | |
28 | $string['pluginname_help'] = 'Data privacy plugin'; | |
29 | $string['activitiesandresources'] = 'Activities and resources'; | |
30 | $string['addcategory'] = 'Add category'; | |
31 | $string['addpurpose'] = 'Add purpose'; | |
32 | $string['approve'] = 'Approve'; | |
33 | $string['approverequest'] = 'Approve request'; | |
a8a69050 DM |
34 | $string['cachedef_purpose'] = 'Data purposes'; |
35 | $string['cachedef_contextlevel'] = 'Context levels purpose and category'; | |
5efc1f9e DM |
36 | $string['cancelrequest'] = 'Cancel request'; |
37 | $string['cancelrequestconfirmation'] = 'Do you really want cancel this data request?'; | |
38 | $string['categories'] = 'Categories'; | |
39 | $string['category'] = 'Category'; | |
4023f84b | 40 | $string['category_help'] = 'A category in the data registry describes a type of data. A new category may be added, or if Inherit is selected, the data category from a higher context is applied. Contexts are (from low to high): Blocks > Activity modules > Courses > Course categories > Site.'; |
5efc1f9e | 41 | $string['categorycreated'] = 'Category created'; |
4023f84b DM |
42 | $string['categorydefault'] = 'Default category'; |
43 | $string['categorydefault_help'] = 'The default category is the data category applied to any new instances. If Inherit is selected, the data category from a higher context is applied. Contexts are (from low to high): Blocks > Activity modules > Courses > Course categories > User > Site.'; | |
5efc1f9e DM |
44 | $string['categorieslist'] = 'List of data categories'; |
45 | $string['categoryupdated'] = 'Category updated'; | |
46 | $string['close'] = 'Close'; | |
d6ff9edd | 47 | $string['compliant'] = 'Compliant'; |
5efc1f9e | 48 | $string['confirmapproval'] = 'Do you really want to approve this data request?'; |
ef7f7cfd | 49 | $string['confirmcompletion'] = 'Do you really want to mark this user enquiry as complete?'; |
5efc1f9e DM |
50 | $string['confirmcontextdeletion'] = 'Do you really want to confirm the deletion of the selected contexts? This will also delete all of the user data for their respective sub-contexts.'; |
51 | $string['confirmdenial'] = 'Do you really want deny this data request?'; | |
9722f6a2 HF |
52 | $string['contactdataprotectionofficer'] = 'Contact the privacy officer'; |
53 | $string['contactdataprotectionofficer_desc'] = 'If enabled, users will be able to contact the privacy officer and make a data request via a link on their profile page.'; | |
5efc1f9e DM |
54 | $string['contextlevelname10'] = 'Site'; |
55 | $string['contextlevelname30'] = 'Users'; | |
56 | $string['contextlevelname40'] = 'Course categories'; | |
57 | $string['contextlevelname50'] = 'Courses'; | |
58 | $string['contextlevelname70'] = 'Activity modules'; | |
59 | $string['contextlevelname80'] = 'Blocks'; | |
60 | $string['contextpurposecategorysaved'] = 'Purpose and category saved.'; | |
9722f6a2 | 61 | $string['contactdpoviaprivacypolicy'] = 'Please contact the privacy officer as described in the privacy policy.'; |
5efc1f9e DM |
62 | $string['createcategory'] = 'Create data category'; |
63 | $string['createpurpose'] = 'Create data purpose'; | |
64 | $string['datadeletion'] = 'Data deletion'; | |
4023f84b | 65 | $string['datadeletionpagehelp'] = 'Data for which the retention period has expired are listed here. Please review and confirm data deletion, which will then be executed by the "Delete expired contexts" scheduled task.'; |
a5591614 | 66 | $string['dataprivacy:makedatarequestsforchildren'] = 'Make data requests for minors'; |
5efc1f9e DM |
67 | $string['dataprivacy:managedatarequests'] = 'Manage data requests'; |
68 | $string['dataprivacy:managedataregistry'] = 'Manage data registry'; | |
635c7b29 | 69 | $string['dataprivacy:downloadownrequest'] = 'Download your own exported data'; |
70 | $string['dataprivacy:downloadallrequests'] = 'Download exported data for everyone'; | |
5efc1f9e | 71 | $string['dataregistry'] = 'Data registry'; |
4023f84b | 72 | $string['dataregistryinfo'] = 'The data registry enables categories (types of data) and purposes (the reasons for processing data) to be set for all content on the site - from users and courses down to activities and blocks. For each purpose, a retention period may be set. When a retention period has expired, the data is flagged and listed for deletion, awaiting admin confirmation.'; |
f946d875 | 73 | $string['datarequestcreatedforuser'] = 'Data request created for {$a}'; |
5efc1f9e DM |
74 | $string['datarequestemailsubject'] = 'Data request: {$a}'; |
75 | $string['datarequests'] = 'Data requests'; | |
ef7f7cfd | 76 | $string['datecomment'] = '[{$a->date}]: ' . PHP_EOL . ' {$a->comment}'; |
5efc1f9e DM |
77 | $string['daterequested'] = 'Date requested'; |
78 | $string['daterequesteddetail'] = 'Date requested:'; | |
79 | $string['defaultsinfo'] = 'Default categories and purposes are applied to all newly created instances.'; | |
bcff8dfb | 80 | $string['deletecategory'] = 'Delete category'; |
0d9ddf21 | 81 | $string['deletecategorytext'] = 'Are you sure you want to delete the category \'{$a}\'?'; |
5efc1f9e | 82 | $string['deleteexpiredcontextstask'] = 'Delete expired contexts'; |
5f9a31ee | 83 | $string['deleteexpireddatarequeststask'] = 'Delete files from completed data requests that have expired'; |
bcff8dfb | 84 | $string['deletepurpose'] = 'Delete purpose'; |
0d9ddf21 | 85 | $string['deletepurposetext'] = 'Are you sure you want to delete the purpose \'{$a}\'?'; |
5efc1f9e DM |
86 | $string['defaultssaved'] = 'Defaults saved'; |
87 | $string['deny'] = 'Deny'; | |
88 | $string['denyrequest'] = 'Deny request'; | |
4905daf4 AG |
89 | $string['deprecated'] = 'Deprecated'; |
90 | $string['deprecatedexplanation'] = 'This plugin is using an old version of one of the privacy interfaces and should be updated.'; | |
5efc1f9e | 91 | $string['download'] = 'Download'; |
693f690c | 92 | $string['downloadexpireduser'] = 'Download has expired. Submit a new request if you wish to export your personal data.'; |
9722f6a2 HF |
93 | $string['dporolemapping'] = 'Privacy officer role mapping'; |
94 | $string['dporolemapping_desc'] = 'The privacy officer can manage data requests. The capability tool/dataprivacy:managedatarequests must be allowed for a role to be listed as a privacy officer role mapping option.'; | |
5efc1f9e DM |
95 | $string['editcategories'] = 'Edit categories'; |
96 | $string['editcategory'] = 'Edit category'; | |
97 | $string['editcategories'] = 'Edit categories'; | |
98 | $string['editpurpose'] = 'Edit purpose'; | |
99 | $string['editpurposes'] = 'Edit purposes'; | |
100 | $string['effectiveretentionperiodcourse'] = '{$a} (after the course end date)'; | |
101 | $string['effectiveretentionperioduser'] = '{$a} (since the last time the user accessed the site)'; | |
102 | $string['emailsalutation'] = 'Dear {$a},'; | |
103 | $string['errorinvalidrequeststatus'] = 'Invalid request status!'; | |
104 | $string['errorinvalidrequesttype'] = 'Invalid request type!'; | |
7bdb9d87 | 105 | $string['errornocapabilitytorequestforothers'] = 'User {$a->requestedby} doesn\'t have the capability to make a data request on behalf of user {$a->userid}'; |
5efc1f9e DM |
106 | $string['errornoexpiredcontexts'] = 'There are no expired contexts to process'; |
107 | $string['errorcontexthasunexpiredchildren'] = 'The context "{$a}" still has sub-contexts that have not yet expired. No contexts have been flagged for deletion.'; | |
108 | $string['errorrequestalreadyexists'] = 'You already have an ongoing request.'; | |
109 | $string['errorrequestnotfound'] = 'Request not found'; | |
110 | $string['errorrequestnotwaitingforapproval'] = 'The request is not awaiting approval. Either it is not yet ready or it has already been processed.'; | |
111 | $string['errorsendingmessagetodpo'] = 'An error was encountered while trying to send a message to {$a}.'; | |
9722f6a2 HF |
112 | $string['exceptionnotificationsubject'] = 'Exception occurred while processing privacy data'; |
113 | $string['exceptionnotificationbody'] = '<p>Exception occurred while calling <b>{$a->fullmethodname}</b>.<br>This means that plugin <b>{$a->component}</b> did not complete the processing of data. The following exception information may be passed on to the plugin developer:</p><pre>{$a->message}<br> | |
114 | ||
115 | {$a->backtrace}</pre>'; | |
5efc1f9e DM |
116 | $string['expiredretentionperiodtask'] = 'Expired retention period'; |
117 | $string['expiry'] = 'Expiry'; | |
d6ff9edd AG |
118 | $string['expandplugin'] = 'Expand and collapse plugin.'; |
119 | $string['expandplugintype'] = 'Expand and collapse plugin type.'; | |
120 | $string['explanationtitle'] = 'Icons used on this page and what they mean.'; | |
970c1a4b | 121 | $string['external'] = 'Additional'; |
d6ff9edd | 122 | $string['externalexplanation'] = 'An additional plugin installed on this site.'; |
4c72ffa5 | 123 | $string['filteroption'] = '{$a->category}: {$a->name}'; |
5750d233 JP |
124 | $string['frontpagecourse'] = 'Front page course'; |
125 | $string['gdpr_art_6_1_a_description'] = 'The data subject has given consent to the processing of his or her personal data for one or more specific purposes'; | |
126 | $string['gdpr_art_6_1_a_name'] = 'Consent (GDPR Art. 6.1(a))'; | |
127 | $string['gdpr_art_6_1_b_description'] = 'Processing is necessary for the performance of a contract to which the data subject is party or in order to take steps at the request of the data subject prior to entering into a contract'; | |
128 | $string['gdpr_art_6_1_b_name'] = 'Contract (GDPR Art. 6.1(b))'; | |
129 | $string['gdpr_art_6_1_c_description'] = 'Processing is necessary for compliance with a legal obligation to which the controller is subject'; | |
130 | $string['gdpr_art_6_1_c_name'] = 'Legal obligation (GDPR Art 6.1(c))'; | |
131 | $string['gdpr_art_6_1_d_description'] = 'Processing is necessary in order to protect the vital interests of the data subject or of another natural person'; | |
132 | $string['gdpr_art_6_1_d_name'] = 'Vital interests (GDPR Art. 6.1(d))'; | |
133 | $string['gdpr_art_6_1_e_description'] = 'Processing is necessary for the performance of a task carried out in the public interest or in the exercise of official authority vested in the controller'; | |
134 | $string['gdpr_art_6_1_e_name'] = 'Public task (GDPR Art. 6.1(e))'; | |
135 | $string['gdpr_art_6_1_f_description'] = 'Processing is necessary for the purposes of the legitimate interests pursued by the controller or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data, in particular where the data subject is a child'; | |
136 | $string['gdpr_art_6_1_f_name'] = 'Legitimate interests (GDPR Art. 6.1(f))'; | |
137 | $string['gdpr_art_9_2_a_description'] = 'The data subject has given explicit consent to the processing of those personal data for one or more specified purposes, except where Union or Member State law provide that the prohibition referred to in paragraph 1 of GDPR Article 9 may not be lifted by the data subject'; | |
138 | $string['gdpr_art_9_2_a_name'] = 'Explicit consent (GDPR Art. 9.2(a))'; | |
139 | $string['gdpr_art_9_2_b_description'] = 'Processing is necessary for the purposes of carrying out the obligations and exercising specific rights of the controller or of the data subject in the field of employment and social security and social protection law in so far as it is authorised by Union or Member State law or a collective agreement pursuant to Member State law providing for appropriate safeguards for the fundamental rights and the interests of the data subject'; | |
140 | $string['gdpr_art_9_2_b_name'] = 'Employment and social security/protection law (GDPR Art. 9.2(b))'; | |
141 | $string['gdpr_art_9_2_c_description'] = 'Processing is necessary to protect the vital interests of the data subject or of another natural person where the data subject is physically or legally incapable of giving consent'; | |
142 | $string['gdpr_art_9_2_c_name'] = 'Protection of vital interests (GDPR Art. 9.2(c))'; | |
143 | $string['gdpr_art_9_2_d_description'] = 'Processing is carried out in the course of its legitimate activities with appropriate safeguards by a foundation, association or any other not-for-profit body with a political, philosophical, religious or trade-union aim and on condition that the processing relates solely to the members or to former members of the body or to persons who have regular contact with it in connection with its purposes and that the personal data are not disclosed outside that body without the consent of the data subjects'; | |
144 | $string['gdpr_art_9_2_d_name'] = 'Legitimate activities regarding the members/close contacts of a foundation, association or other not-for-profit body (GDPR Art. 9.2(d))'; | |
145 | $string['gdpr_art_9_2_e_description'] = 'Processing relates to personal data which are manifestly made public by the data subject'; | |
146 | $string['gdpr_art_9_2_e_name'] = 'Data made public by the data subject (GDPR Art. 9.2(e))'; | |
147 | $string['gdpr_art_9_2_f_description'] = 'Processing is necessary for the establishment, exercise or defence of legal claims or whenever courts are acting in their judicial capacity'; | |
148 | $string['gdpr_art_9_2_f_name'] = 'Legal claims and court actions (GDPR Art. 9.2(f))'; | |
149 | $string['gdpr_art_9_2_g_description'] = 'Processing is necessary for reasons of substantial public interest, on the basis of Union or Member State law which shall be proportionate to the aim pursued, respect the essence of the right to data protection and provide for suitable and specific measures to safeguard the fundamental rights and the interests of the data subject'; | |
150 | $string['gdpr_art_9_2_g_name'] = 'Substantial public interest (GDPR Art. 9.2(g))'; | |
151 | $string['gdpr_art_9_2_h_description'] = 'Processing is necessary for the purposes of preventive or occupational medicine, for the assessment of the working capacity of the employee, medical diagnosis, the provision of health or social care or treatment or the management of health or social care systems and services on the basis of Union or Member State law or pursuant to contract with a health professional and subject to the conditions and safeguards referred to in paragraph 3 of GDPR Article 9'; | |
152 | $string['gdpr_art_9_2_h_name'] = 'Medical purposes (GDPR Art. 9.2(h))'; | |
153 | $string['gdpr_art_9_2_i_description'] = 'Processing is necessary for reasons of public interest in the area of public health, such as protecting against serious cross-border threats to health or ensuring high standards of quality and safety of health care and of medicinal products or medical devices, on the basis of Union or Member State law which provides for suitable and specific measures to safeguard the rights and freedoms of the data subject, in particular professional secrecy'; | |
154 | $string['gdpr_art_9_2_i_name'] = 'Public health (GDPR Art. 9.2(i))'; | |
155 | $string['gdpr_art_9_2_j_description'] = 'Processing is necessary for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes in accordance with Article 89(1) based on Union or Member State law which shall be proportionate to the aim pursued, respect the essence of the right to data protection and provide for suitable and specific measures to safeguard the fundamental rights and the interests of the data subject'; | |
156 | $string['gdpr_art_9_2_j_name'] = 'Public interest, or scientific/historical/statistical research (GDPR Art. 9.2(j))'; | |
d6ff9edd | 157 | $string['hide'] = 'Collapse all'; |
be5cc0ba | 158 | $string['httpwarning'] = 'Any data downloaded from this site may not be encrypted. Please contact your system administrator and request that they install SSL on this site.'; |
5efc1f9e | 159 | $string['inherit'] = 'Inherit'; |
5750d233 JP |
160 | $string['lawfulbases'] = 'Lawful bases'; |
161 | $string['lawfulbases_help'] = 'Select at least one option that will serve as the lawful basis for processing personal data. For details on these lawful bases, please see <a href="https://gdpr-info.eu/art-6-gdpr/" target="_blank">GDPR Art. 6.1</a>'; | |
ef7f7cfd JP |
162 | $string['markcomplete'] = 'Mark as complete'; |
163 | $string['markedcomplete'] = 'Your enquiry has been marked as complete by the privacy officer.'; | |
5efc1f9e DM |
164 | $string['messageprovider:contactdataprotectionofficer'] = 'Data requests'; |
165 | $string['messageprovider:datarequestprocessingresults'] = 'Data request processing results'; | |
3f18d2af | 166 | $string['messageprovider:notifyexceptions'] = 'Data requests exceptions notifications'; |
5efc1f9e DM |
167 | $string['message'] = 'Message'; |
168 | $string['messagelabel'] = 'Message:'; | |
169 | $string['moduleinstancename'] = '{$a->instancename} ({$a->modulename})'; | |
170 | $string['mypersonaldatarequests'] = 'My personal data requests'; | |
171 | $string['nameandparent'] = '{$a->parent} / {$a->name}'; | |
172 | $string['nameemail'] = '{$a->name} ({$a->email})'; | |
173 | $string['nchildren'] = '{$a} children'; | |
174 | $string['newrequest'] = 'New request'; | |
175 | $string['nodatarequests'] = 'There are no data requests'; | |
4c72ffa5 | 176 | $string['nodatarequestsmatchingfilter'] = 'There are no data requests matching the given filter'; |
5efc1f9e DM |
177 | $string['noactivitiestoload'] = 'No activities'; |
178 | $string['noassignedroles'] = 'No assigned roles in this context'; | |
179 | $string['noblockstoload'] = 'No blocks'; | |
180 | $string['nocategories'] = 'There are no categories yet'; | |
181 | $string['nocoursestoload'] = 'No activities'; | |
4023f84b | 182 | $string['noexpiredcontexts'] = 'This context level has no data for which the retention period has expired.'; |
5efc1f9e DM |
183 | $string['nopersonaldatarequests'] = 'You don\'t have any personal data requests'; |
184 | $string['nopurposes'] = 'There are no purposes yet'; | |
185 | $string['nosubjectaccessrequests'] = 'There are no data requests that you need to act on'; | |
186 | $string['nosystemdefaults'] = 'Site purpose and category have not yet been defined.'; | |
187 | $string['notset'] = 'Not set (use the default value)'; | |
c2aad218 | 188 | $string['pluginregistry'] = 'Plugin privacy registry'; |
d6ff9edd | 189 | $string['pluginregistrytitle'] = 'Plugin privacy compliance registry'; |
5efc1f9e | 190 | $string['privacy'] = 'Privacy'; |
161a5c8a | 191 | $string['privacyofficeronly'] = 'Only users who are assigned a privacy officer role ({$a}) have access to this content'; |
4c72ffa5 | 192 | $string['privacy:metadata:preference:tool_dataprivacy_request-filters'] = 'The filters currently applied to the data requests page.'; |
5efc1f9e DM |
193 | $string['privacy:metadata:request'] = 'Information from personal data requests (subject access and deletion requests) made for this site.'; |
194 | $string['privacy:metadata:request:comments'] = 'Any user comments accompanying the request.'; | |
195 | $string['privacy:metadata:request:userid'] = 'The ID of the user to whom the request belongs'; | |
196 | $string['privacy:metadata:request:requestedby'] = 'The ID of the user making the request, if made on behalf of another user.'; | |
9722f6a2 | 197 | $string['privacy:metadata:request:dpocomment'] = 'Any comments made by the site\'s privacy officer regarding the request.'; |
5efc1f9e | 198 | $string['privacy:metadata:request:timecreated'] = 'The timestamp indicating when the request was made by the user.'; |
693f690c | 199 | $string['privacyrequestexpiry'] = 'Data request expiry'; |
24a29d72 | 200 | $string['privacyrequestexpiry_desc'] = 'The time that approved data requests will be available for download before expiring. If set to zero, then there is no time limit.'; |
5efc1f9e DM |
201 | $string['protected'] = 'Protected'; |
202 | $string['protectedlabel'] = 'The retention of this data has a higher legal precedent over a user\'s request to be forgotten. This data will only be deleted after the retention period has expired.'; | |
203 | $string['purpose'] = 'Purpose'; | |
4023f84b | 204 | $string['purpose_help'] = 'The purpose describes the reason for processing the data. A new purpose may be added, or if Inherit is selected, the purpose from a higher context is applied. Contexts are (from low to high): Blocks > Activity modules > Courses > Course categories > User > Site.'; |
5efc1f9e | 205 | $string['purposecreated'] = 'Purpose created'; |
4023f84b DM |
206 | $string['purposedefault'] = 'Default purpose'; |
207 | $string['purposedefault_help'] = 'The default purpose is the purpose which is applied to any new instances. If Inherit is selected, the purpose from a higher context is applied. Contexts are (from low to high): Blocks > Activity modules > Courses > Course categories > User > Site.'; | |
5efc1f9e DM |
208 | $string['purposes'] = 'Purposes'; |
209 | $string['purposeslist'] = 'List of data purposes'; | |
210 | $string['purposeupdated'] = 'Purpose updated'; | |
211 | $string['replyto'] = 'Reply to'; | |
212 | $string['requestactions'] = 'Actions'; | |
ef7f7cfd | 213 | $string['requestapproved'] = 'The request has been approved'; |
5efc1f9e | 214 | $string['requestby'] = 'Requested by'; |
373a09a8 | 215 | $string['requestbydetail'] = 'Requested by:'; |
5efc1f9e | 216 | $string['requestcomments'] = 'Comments'; |
a5591614 | 217 | $string['requestcomments_help'] = 'This box enables you to enter any further details about your data request.'; |
ef7f7cfd | 218 | $string['requestdenied'] = 'The request has been denied'; |
5efc1f9e DM |
219 | $string['requestemailintro'] = 'You have received a data request:'; |
220 | $string['requestfor'] = 'Requesting for'; | |
ef7f7cfd | 221 | $string['requestmarkedcomplete'] = 'The request has been marked as complete'; |
5efc1f9e | 222 | $string['requeststatus'] = 'Status'; |
9722f6a2 | 223 | $string['requestsubmitted'] = 'Your request has been submitted to the privacy officer'; |
5efc1f9e | 224 | $string['requesttype'] = 'Type'; |
a319808c | 225 | $string['requesttypeuser'] = '{$a->typename} ({$a->user})'; |
24a29d72 | 226 | $string['requesttype_help'] = 'Select the reason for contacting the privacy officer. Be aware that deletion of all personal data will result in you no longer being able to log in to the site.'; |
5efc1f9e DM |
227 | $string['requesttypedelete'] = 'Delete all of my personal data'; |
228 | $string['requesttypedeleteshort'] = 'Delete'; | |
229 | $string['requesttypeexport'] = 'Export all of my personal data'; | |
230 | $string['requesttypeexportshort'] = 'Export'; | |
231 | $string['requesttypeothers'] = 'General inquiry'; | |
9722f6a2 | 232 | $string['requesttypeothersshort'] = 'Message'; |
d6ff9edd AG |
233 | $string['requiresattention'] = 'Requires attention.'; |
234 | $string['requiresattentionexplanation'] = 'This plugin does not implement the Moodle privacy API. If this plugin stores any personal data it will not be able to be exported or deleted through Moodle\'s privacy system.'; | |
5efc1f9e DM |
235 | $string['resultdeleted'] = 'You recently requested to have your account and personal data in {$a} to be deleted. This process has been completed and you will no longer be able to log in.'; |
236 | $string['resultdownloadready'] = 'Your copy of your personal data in {$a} that you recently requested is now available for download. Please click on the link below to go to the download page.'; | |
237 | $string['reviewdata'] = 'Review data'; | |
238 | $string['retentionperiod'] = 'Retention period'; | |
4023f84b | 239 | $string['retentionperiod_help'] = 'The retention period specifies the length of time that data should be kept for. When the retention period has expired, the data is flagged and listed for deletion, awaiting admin confirmation.'; |
5efc1f9e DM |
240 | $string['retentionperiodnotdefined'] = 'No retention period was defined'; |
241 | $string['retentionperiodzero'] = 'No retention period'; | |
242 | $string['send'] = 'Send'; | |
5750d233 JP |
243 | $string['sensitivedatareasons'] = 'Sensitive personal data processing reasons'; |
244 | $string['sensitivedatareasons_help'] = 'Select one or more applicable reasons that exempts the prohibition of processing sensitive personal data tied to this purpose. For more information, please see <a href="https://gdpr-info.eu/art-9-gdpr/" target="_blank">GDPR Art. 9.2</a>'; | |
5efc1f9e DM |
245 | $string['setdefaults'] = 'Set defaults'; |
246 | $string['statusapproved'] = 'Approved'; | |
247 | $string['statusawaitingapproval'] = 'Awaiting approval'; | |
248 | $string['statuscancelled'] = 'Cancelled'; | |
249 | $string['statuscomplete'] = 'Complete'; | |
693f690c MH |
250 | $string['statusready'] = 'Download ready'; |
251 | $string['statusdeleted'] = 'Deleted'; | |
5efc1f9e | 252 | $string['statusdetail'] = 'Status:'; |
693f690c | 253 | $string['statusexpired'] = 'Expired'; |
5efc1f9e DM |
254 | $string['statuspreprocessing'] = 'Pre-processing'; |
255 | $string['statusprocessing'] = 'Processing'; | |
256 | $string['statuspending'] = 'Pending'; | |
257 | $string['statusrejected'] = 'Rejected'; | |
258 | $string['subjectscope'] = 'Subject scope'; | |
4023f84b | 259 | $string['subjectscope_help'] = 'The subject scope lists the roles which may be assigned in this context.'; |
5efc1f9e DM |
260 | $string['user'] = 'User'; |
261 | $string['viewrequest'] = 'View the request'; | |
d6ff9edd | 262 | $string['visible'] = 'Expand all'; |