19 lines
1022 B
PHP
19 lines
1022 B
PHP
<?php
|
|
|
|
// The processing agreement as the customer sees it. The TEXT of the agreement
|
|
// is not here — it is uploaded in the console.
|
|
return [
|
|
'title' => 'Processing agreement & TOMs',
|
|
'sub' => 'The data-processing agreement under Art. 28 GDPR together with the documentation of technical and organisational measures — for your own records and audits.',
|
|
'state_accepted' => 'Concluded',
|
|
'state_open' => 'Outstanding',
|
|
'read_agreement' => 'Read the agreement',
|
|
'read_measures' => 'Read the measures',
|
|
'version' => 'Version :version',
|
|
'accept_hint' => 'Please read the agreement and conclude it. We record the moment, the version and the IP address; a signature on paper is not required (Art. 28(9) GDPR).',
|
|
'accept_cta' => 'Read and concluded',
|
|
'accepted_on' => 'Version :version concluded on :when. When a new version is issued we will tell you and ask again.',
|
|
'accepted_notice' => 'Agreement concluded. You can find it here at any time.',
|
|
'download' => 'Download',
|
|
];
|