21 lines
1.1 KiB
PHP
21 lines
1.1 KiB
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.',
|
|
'read_agreement' => 'Read the agreement',
|
|
'read_measures' => 'Read the measures',
|
|
'version' => 'Version :version',
|
|
'accept_cta' => 'Confirm additionally',
|
|
'accepted_on' => 'Version :version confirmed by you on :when. We will tell you when a new version is issued.',
|
|
'accepted_notice' => 'Confirmation recorded. The agreement stays available here.',
|
|
'download' => 'Download',
|
|
'in_force_note' => 'This agreement became part of our contract with your order; a separate signature is not required. If you would like an explicit confirmation for your records, we note the version, the moment and the IP address.',
|
|
'download_agreement' => 'Download agreement',
|
|
'download_measures' => 'Download measures',
|
|
'open' => 'Open',
|
|
'state_label' => 'State',
|
|
];
|