-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathMyLanguagePrivacyPolicy.php
816 lines (802 loc) · 46.5 KB
/
MyLanguagePrivacyPolicy.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
<?php
/*
* PHP-PrivacyPolicy (https://github.com/delight-im/PHP-PrivacyPolicy)
* Copyright (c) delight.im (https://www.delight.im/)
* Licensed under the MIT License (https://opensource.org/licenses/MIT)
*/
namespace Delight\PrivacyPolicy\Language;
use Delight\PrivacyPolicy\HumanPrivacyPolicy;
use Delight\PrivacyPolicy\Throwable\TranslationNotFoundError;
/** Privacy policy for humans in my language */
class MyLanguagePrivacyPolicy extends HumanPrivacyPolicy {
public function getShortTitle() {
throw new TranslationNotFoundError();
}
public function getLongTitle() {
throw new TranslationNotFoundError();
}
protected function translateUnformatted($text) {
switch ($text) {
case 'Access privileges':
throw new TranslationNotFoundError();
case 'Access your personal data':
throw new TranslationNotFoundError();
case 'Address of contact':
throw new TranslationNotFoundError();
case 'Address':
throw new TranslationNotFoundError();
case 'Alias or username of contact':
throw new TranslationNotFoundError();
case 'Alias or username':
throw new TranslationNotFoundError();
case 'Amount of data transferred for each access':
throw new TranslationNotFoundError();
case 'Android app (available from “Google Play”, a digital distribution platform operated by Google Inc.)':
throw new TranslationNotFoundError();
case 'Apart from that, please recognize that protecting your personal information is, in other parts, also your own responsibility.':
throw new TranslationNotFoundError();
case 'archiving or research':
throw new TranslationNotFoundError();
case 'As a condition for your use of our services as a customer, user or visitor (collectively referred to as a “user” or as your “use”), you consent to the terms of this policy and you agree that your personal information will be handled as outlined below.':
throw new TranslationNotFoundError();
case 'As such, cookies and the related technologies are essential for the operation of our services.':
throw new TranslationNotFoundError();
case 'Availability of file uploads':
throw new TranslationNotFoundError();
case 'Availability of password reset':
throw new TranslationNotFoundError();
case 'Bank account number of contact':
throw new TranslationNotFoundError();
case 'Bank account number':
throw new TranslationNotFoundError();
case 'Bank identifier of contact':
throw new TranslationNotFoundError();
case 'Bank identifier':
throw new TranslationNotFoundError();
case 'Bank name of contact':
throw new TranslationNotFoundError();
case 'Bank name':
throw new TranslationNotFoundError();
case 'Billing amount of contract':
throw new TranslationNotFoundError();
case 'Billing cycle of contract':
throw new TranslationNotFoundError();
case 'Blood group':
throw new TranslationNotFoundError();
case 'Body weight':
throw new TranslationNotFoundError();
case 'Brand and version of operating system on device':
throw new TranslationNotFoundError();
case 'Brand and version of web browser on device':
throw new TranslationNotFoundError();
case 'Brand name of credit card':
throw new TranslationNotFoundError();
case 'Brand of operating system on device':
throw new TranslationNotFoundError();
case 'Brand of web browser on device':
throw new TranslationNotFoundError();
case 'Cancellation period of contract':
throw new TranslationNotFoundError();
case 'Card number of credit card':
throw new TranslationNotFoundError();
case 'Changes to this privacy policy':
throw new TranslationNotFoundError();
case 'Children’s Online Privacy Protection':
throw new TranslationNotFoundError();
case 'City of contact':
throw new TranslationNotFoundError();
case 'City':
throw new TranslationNotFoundError();
case 'Classification of letter as first letter':
throw new TranslationNotFoundError();
case 'Classification of letter as personal or as relating to business':
throw new TranslationNotFoundError();
case 'Color of vehicle':
throw new TranslationNotFoundError();
case 'Company name of contact':
throw new TranslationNotFoundError();
case 'Company name':
throw new TranslationNotFoundError();
case 'Condition for the processing of special categories of personal data:':
throw new TranslationNotFoundError();
case 'consent':
throw new TranslationNotFoundError();
case 'Contact information of the controller':
throw new TranslationNotFoundError();
case 'Contract duration after renewal':
throw new TranslationNotFoundError();
case 'contract':
throw new TranslationNotFoundError();
case 'Contractual partner':
throw new TranslationNotFoundError();
case 'Cookies are minimal text files that contain small amounts of data.':
throw new TranslationNotFoundError();
case 'Cookies':
throw new TranslationNotFoundError();
case 'Country of contact':
throw new TranslationNotFoundError();
case 'Country':
throw new TranslationNotFoundError();
case 'Current occupation':
throw new TranslationNotFoundError();
case 'Customer number':
throw new TranslationNotFoundError();
case 'Custom notes on contract':
throw new TranslationNotFoundError();
case 'Custom notes on vehicle':
throw new TranslationNotFoundError();
case 'Custom notes':
throw new TranslationNotFoundError();
case 'Date and time for each access':
throw new TranslationNotFoundError();
case 'Date and time of email':
throw new TranslationNotFoundError();
case 'Date and time of letter':
throw new TranslationNotFoundError();
case 'Date and time of login':
throw new TranslationNotFoundError();
case 'Date and time of registration':
throw new TranslationNotFoundError();
case 'Date for each access':
throw new TranslationNotFoundError();
case 'Date of birth of contact':
throw new TranslationNotFoundError();
case 'Date of birth':
throw new TranslationNotFoundError();
case 'Date of email':
throw new TranslationNotFoundError();
case 'Date of expiration':
throw new TranslationNotFoundError();
case 'Date of letter':
throw new TranslationNotFoundError();
case 'Date of login':
throw new TranslationNotFoundError();
case 'Date of publication':
throw new TranslationNotFoundError();
case 'Date of registration':
throw new TranslationNotFoundError();
case 'Department of contact within company':
throw new TranslationNotFoundError();
case 'Department within company':
throw new TranslationNotFoundError();
case 'Digitally drawn signature':
throw new TranslationNotFoundError();
case 'Effective date':
throw new TranslationNotFoundError();
case 'Email addresses in BCC line of email':
throw new TranslationNotFoundError();
case 'Email addresses in CC line of email':
throw new TranslationNotFoundError();
case 'Email addresses of recipients of email':
throw new TranslationNotFoundError();
case 'Email address of contact':
throw new TranslationNotFoundError();
case 'Email address of designated receiver of information on undeliverable email':
throw new TranslationNotFoundError();
case 'Email address of designated receiver of replies to email':
throw new TranslationNotFoundError();
case 'Email address of sender of email':
throw new TranslationNotFoundError();
case 'Email address':
throw new TranslationNotFoundError();
case 'Email communication':
throw new TranslationNotFoundError();
case 'employment and social security':
throw new TranslationNotFoundError();
case 'End of billing':
throw new TranslationNotFoundError();
case 'End of contract':
throw new TranslationNotFoundError();
case 'Entry of company in commercial register':
throw new TranslationNotFoundError();
case 'Erase your personal data':
throw new TranslationNotFoundError();
case 'Especially, you are responsible for safeguarding any passwords and other authentication information that you use to access our services, as well as limiting physical access to the devices used.':
throw new TranslationNotFoundError();
case 'Except as limited under applicable law, you have the following rights with regard to your personal data:':
throw new TranslationNotFoundError();
case 'Expiration date of credit card':
throw new TranslationNotFoundError();
case 'explicit consent':
throw new TranslationNotFoundError();
case 'Export your personal data':
throw new TranslationNotFoundError();
case 'Family name of contact':
throw new TranslationNotFoundError();
case 'Family name':
throw new TranslationNotFoundError();
case 'Fax number of contact':
throw new TranslationNotFoundError();
case 'Fax number':
throw new TranslationNotFoundError();
case 'For any less significant changes to this privacy policy that do not affect your rights or choices in a material way, we encourage all users to check this policy for updated versions periodically.':
throw new TranslationNotFoundError();
case 'For example, we may use these technologies to keep you signed in and to remember your preferences with regard to our services.':
throw new TranslationNotFoundError();
case 'For more information on how to delete such data currently stored on your device, please refer to the manual or help section of your web browser or operating system.':
throw new TranslationNotFoundError();
case 'For our contact information, please see further below.':
throw new TranslationNotFoundError();
case 'foundation, association or non-profit':
throw new TranslationNotFoundError();
case 'From time to time, we may share some information we have collected from you, including personal information, with a limited number of third-party vendors, service providers, contractors, resellers, agents or business partners, solely for the purpose of performing certain functions on our behalf.':
throw new TranslationNotFoundError();
case 'Functions performed by them on our behalf may include payment processing, network data transmission, fraud prevention, customer support management and similar services.':
throw new TranslationNotFoundError();
case 'Gender of contact':
throw new TranslationNotFoundError();
case 'Gender':
throw new TranslationNotFoundError();
case 'General':
throw new TranslationNotFoundError();
case 'Geographical coordinates':
throw new TranslationNotFoundError();
case 'Given name of contact':
throw new TranslationNotFoundError();
case 'Given name':
throw new TranslationNotFoundError();
case 'Handwritten signature':
throw new TranslationNotFoundError();
case 'Hardware or software failure as well as other factors may compromise the security of user information, as is the case with all other providers of digital services.':
throw new TranslationNotFoundError();
case 'Headline of letter':
throw new TranslationNotFoundError();
case 'health and social care':
throw new TranslationNotFoundError();
case 'Height':
throw new TranslationNotFoundError();
case 'However, please be aware that, despite our best efforts, no method of electronic transmission or storage is perfectly secure and no measures can guarantee absolute security.':
throw new TranslationNotFoundError();
case 'How we secure your information':
throw new TranslationNotFoundError();
case 'HTTP request method for each access':
throw new TranslationNotFoundError();
case 'HTTP status code for each access':
throw new TranslationNotFoundError();
case 'Identification number with external payment service provider':
throw new TranslationNotFoundError();
case 'If any such change of ownership happens, the organization receiving your personal information will have to respect the promises that we have made in any pre-existing privacy policy such as this one.':
throw new TranslationNotFoundError();
case 'If in doubt, rather do not share sensitive information.':
throw new TranslationNotFoundError();
case 'If we are involved in a merger, an acquisition by another company, or a sale of all or a portion of our business or assets, your information will likely be among the assets transferred.':
throw new TranslationNotFoundError();
case 'If we have any plausible reason to believe that you are a user who is under the age of %d, we will have to prohibit you from continuing your use of our services.':
throw new TranslationNotFoundError();
case 'If you are a child below that age, you may not use any of our services.':
throw new TranslationNotFoundError();
case 'If you are unsatisfied with our response or with the way we are processing your personal data, you may contact your local data protection authority.':
throw new TranslationNotFoundError();
case 'If you have any questions or concerns regarding this policy, our privacy practices or certain aspects of our services, please contact us at any time.':
throw new TranslationNotFoundError();
case 'If you have any questions regarding the protection of your data, your rights, or how to exercise them, please contact us.':
throw new TranslationNotFoundError();
case 'If you need help, please contact us.':
throw new TranslationNotFoundError();
case 'If you would like to cancel your use of our services, delete your account, or delete your personal information, you may do so in the respective sections of our services.':
throw new TranslationNotFoundError();
case 'In any case, we will provide data only to the extent necessary to satisfy the request, and, whenever possible and legally permitted, we will make a reasonable effort to notify affected users of any such disclosure.':
throw new TranslationNotFoundError();
case 'Information we collect and why we collect it':
throw new TranslationNotFoundError();
case 'In general, the applicable version of this policy is the one that is current at the time of your access of our services.':
throw new TranslationNotFoundError();
case 'In order to prevent loss of data due to human errors or system failures, we keep additional backup copies of data, as most companies and service providers do, which may include some of your personal information.':
throw new TranslationNotFoundError();
case 'In particular, all connections to and from our services are encrypted using Secure Sockets Layer (SSL) and Transport Layer Security (TLS) technologies.':
throw new TranslationNotFoundError();
case 'International data transfers':
throw new TranslationNotFoundError();
case 'Internet Protocol (IP) address for each access (reduced to 25%% precision)':
throw new TranslationNotFoundError();
case 'Internet Protocol (IP) address for each access (reduced to 50%% precision)':
throw new TranslationNotFoundError();
case 'Internet Protocol (IP) address for each access (reduced to 75%% precision)':
throw new TranslationNotFoundError();
case 'Internet Protocol (IP) address for each access':
throw new TranslationNotFoundError();
case 'Internet Protocol (IP) address (reduced to 25%% precision)':
throw new TranslationNotFoundError();
case 'Internet Protocol (IP) address (reduced to 50%% precision)':
throw new TranslationNotFoundError();
case 'Internet Protocol (IP) address (reduced to 75%% precision)':
throw new TranslationNotFoundError();
case 'Internet Protocol (IP) address':
throw new TranslationNotFoundError();
case 'Invoice number':
throw new TranslationNotFoundError();
case 'iOS app (available from the “App Store”, a digital distribution platform operated by Apple Inc.)':
throw new TranslationNotFoundError();
case 'Label for logo of company':
throw new TranslationNotFoundError();
case 'Label for signature':
throw new TranslationNotFoundError();
case 'Language of device':
throw new TranslationNotFoundError();
case 'Latest version':
throw new TranslationNotFoundError();
case 'Lawful basis:':
throw new TranslationNotFoundError();
case 'Laws in the jurisdictions that we operate in may obligate us to disclose certain personal information or other information that we collect about our users to local law enforcement authorities.':
throw new TranslationNotFoundError();
case 'legal claims or judicial capacity':
throw new TranslationNotFoundError();
case 'legal obligation':
throw new TranslationNotFoundError();
case 'legitimate interests':
throw new TranslationNotFoundError();
case 'Links to external websites, applications and products':
throw new TranslationNotFoundError();
case 'List of enclosures to letter':
throw new TranslationNotFoundError();
case 'Logo of company':
throw new TranslationNotFoundError();
case 'Make of vehicle':
throw new TranslationNotFoundError();
case 'Mandatory disclosure':
throw new TranslationNotFoundError();
case 'Manufacturer of device':
throw new TranslationNotFoundError();
case 'Maximum retention time: %s':
throw new TranslationNotFoundError();
case 'Members of executive board of company':
throw new TranslationNotFoundError();
case 'Members of management of company':
throw new TranslationNotFoundError();
case 'Members of supervisory board of company':
throw new TranslationNotFoundError();
case 'Mergers and acquisitions':
throw new TranslationNotFoundError();
case 'Message text of email':
throw new TranslationNotFoundError();
case 'Message text of letter':
throw new TranslationNotFoundError();
case 'Mobile phone number of contact':
throw new TranslationNotFoundError();
case 'Mobile phone number':
throw new TranslationNotFoundError();
case 'Model name of device':
throw new TranslationNotFoundError();
case 'Model name of vehicle':
throw new TranslationNotFoundError();
case 'Month and day of birth of contact':
throw new TranslationNotFoundError();
case 'Month and day of birth':
throw new TranslationNotFoundError();
case 'Most changes will presumably be minor only and will therefore not affect your rights.':
throw new TranslationNotFoundError();
case 'Name of contact':
throw new TranslationNotFoundError();
case 'Name':
throw new TranslationNotFoundError();
case 'None of our services are designed for, intended to attract, or directed towards children under the age of %d.':
throw new TranslationNotFoundError();
case 'Notes on additional recipients of letter':
throw new TranslationNotFoundError();
case 'no':
throw new TranslationNotFoundError();
case 'Object to automated decision-making':
throw new TranslationNotFoundError();
case 'Object to direct marketing':
throw new TranslationNotFoundError();
case 'Object to the use of your personal data':
throw new TranslationNotFoundError();
case 'Occupation':
throw new TranslationNotFoundError();
case 'Our full contact information can be found at:':
throw new TranslationNotFoundError();
case 'Our principles':
throw new TranslationNotFoundError();
case 'Password (cleartext)':
throw new TranslationNotFoundError();
case 'Password (hash)':
throw new TranslationNotFoundError();
case 'Password (strong hash)':
throw new TranslationNotFoundError();
case 'Payments past due':
throw new TranslationNotFoundError();
case 'Permanent identifier of device':
throw new TranslationNotFoundError();
case 'Phone number of contact':
throw new TranslationNotFoundError();
case 'Phone number':
throw new TranslationNotFoundError();
case 'Picture':
throw new TranslationNotFoundError();
case 'Place of birth':
throw new TranslationNotFoundError();
case 'Place of construction of vehicle':
throw new TranslationNotFoundError();
case 'Plan or package for billing':
throw new TranslationNotFoundError();
case 'Please contact us if you want further information on the specific mechanisms used by us when transferring your personal data internationally.':
throw new TranslationNotFoundError();
case 'Postal code of contact':
throw new TranslationNotFoundError();
case 'Postal code':
throw new TranslationNotFoundError();
case 'Postscript of letter':
throw new TranslationNotFoundError();
case 'Preferred occupation':
throw new TranslationNotFoundError();
case 'Processing is carried out 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 (EU, General Data Protection Regulation (GDPR), Article 9(2)(d)).':
throw new TranslationNotFoundError();
case 'Processing is necessary for archiving purposes in the public interest, scientific or historical research purposes or statistical purposes (EU, General Data Protection Regulation (GDPR), Article 9(2)(j)).':
throw new TranslationNotFoundError();
case 'Processing is necessary for compliance with a legal obligation to which we are subject (EU, General Data Protection Regulation (GDPR), Article 6(1)(c)).':
throw new TranslationNotFoundError();
case '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 (EU, General Data Protection Regulation (GDPR), Article 9(2)(i)).':
throw new TranslationNotFoundError();
case 'Processing is necessary for reasons of substantial public interest (EU, General Data Protection Regulation (GDPR), Article 9(2)(g)).':
throw new TranslationNotFoundError();
case 'Processing is necessary for the establishment, exercise or defence of legal claims or for a court acting in its judicial capacity (EU, General Data Protection Regulation (GDPR), Article 9(2)(f)).':
throw new TranslationNotFoundError();
case 'Processing is necessary for the performance of a contract to which you are party or in order to take steps at your request prior to entering into a contract (EU, General Data Protection Regulation (GDPR), Article 6(1)(b)).':
throw new TranslationNotFoundError();
case 'Processing is necessary for the performance of a task carried out in the public interest or in the exercise of official authority vested in us (EU, General Data Protection Regulation (GDPR), Article 6(1)(e)).':
throw new TranslationNotFoundError();
case 'Processing is necessary for the purposes of carrying out obligations and exercising specific rights in the field of employment and social security and social protection law (EU, General Data Protection Regulation (GDPR), Article 9(2)(b)).':
throw new TranslationNotFoundError();
case 'Processing is necessary for the purposes of legitimate interests pursued by us or by a third party (EU, General Data Protection Regulation (GDPR), Article 6(1)(f)).':
throw new TranslationNotFoundError();
case '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 (EU, General Data Protection Regulation (GDPR), Article 9(2)(h)).':
throw new TranslationNotFoundError();
case 'Processing is necessary in order to protect your vital interests or those of another natural person (EU, General Data Protection Regulation (GDPR), Article 6(1)(d)).':
throw new TranslationNotFoundError();
case 'Processing is necessary to protect your vital interests or those of another natural person where you are physically or legally incapable of giving consent (EU, General Data Protection Regulation (GDPR), Article 9(2)(c)).':
throw new TranslationNotFoundError();
case 'Processing relates to personal data that you manifestly make public (EU, General Data Protection Regulation (GDPR), Article 9(2)(e)).':
throw new TranslationNotFoundError();
case 'Protecting your privacy and keeping your personal information safe is our highest priority.':
throw new TranslationNotFoundError();
case 'public data':
throw new TranslationNotFoundError();
case 'public health':
throw new TranslationNotFoundError();
case 'public interest':
throw new TranslationNotFoundError();
case 'Reference of contact':
throw new TranslationNotFoundError();
case 'Reference':
throw new TranslationNotFoundError();
case 'Referring site (URL) for each access':
throw new TranslationNotFoundError();
case 'Registration plate number of vehicle':
throw new TranslationNotFoundError();
case 'Requested page (URL) for each access':
throw new TranslationNotFoundError();
case 'Required:':
throw new TranslationNotFoundError();
case 'Resettable identifier of device':
throw new TranslationNotFoundError();
case 'Residential phone number of contact':
throw new TranslationNotFoundError();
case 'Residential phone number':
throw new TranslationNotFoundError();
case 'Restrict the use of your personal data':
throw new TranslationNotFoundError();
case 'Retention and deletion of data':
throw new TranslationNotFoundError();
case 'Right of access (EU, General Data Protection Regulation (GDPR), Article 15)':
throw new TranslationNotFoundError();
case 'Rights related to automated individual decision-making, including profiling (EU, General Data Protection Regulation (GDPR), Article 22)':
throw new TranslationNotFoundError();
case 'Right to data portability (EU, General Data Protection Regulation (GDPR), Article 20)':
throw new TranslationNotFoundError();
case 'Right to erasure (EU, General Data Protection Regulation (GDPR), Article 17)':
throw new TranslationNotFoundError();
case 'Right to object (EU, General Data Protection Regulation (GDPR), Article 21)':
throw new TranslationNotFoundError();
case 'Right to rectification (EU, General Data Protection Regulation (GDPR), Article 16)':
throw new TranslationNotFoundError();
case 'Right to restriction of processing (EU, General Data Protection Regulation (GDPR), Article 18)':
throw new TranslationNotFoundError();
case 'Salutation of letter':
throw new TranslationNotFoundError();
case 'See further below for our contact information.':
throw new TranslationNotFoundError();
case 'Service providers, contractors and agents':
throw new TranslationNotFoundError();
case 'Should there be any substantial changes to this policy with material effects on any of your rights or choices, you will be notified via a prominent notice within our services or by email to the primary email address specified in your account at least %d days prior to such changes taking effect.':
throw new TranslationNotFoundError();
case 'Should you believe that we might have any personal information of a child under the age of %d, in particular a child of your own, please contact us so that the data in question can be deleted, if appropriate.':
throw new TranslationNotFoundError();
case 'Signature':
throw new TranslationNotFoundError();
case 'Social Security number (SSN) (United States of America)':
throw new TranslationNotFoundError();
case 'Some contents of our services are provided by third parties that are not directly affiliated with us.':
throw new TranslationNotFoundError();
case 'Some of our external service providers and recipients of personal data are based outside your country and outside our country.':
throw new TranslationNotFoundError();
case 'Some parts and sections of our services may contain external links to websites, applications or products owned by and operated by third parties.':
throw new TranslationNotFoundError();
case 'Standard Contractual Clauses, as adopted by or approved by the European Commission, are in place.':
throw new TranslationNotFoundError();
case 'Start of billing':
throw new TranslationNotFoundError();
case 'Start of contract':
throw new TranslationNotFoundError();
case 'State of contact':
throw new TranslationNotFoundError();
case 'State':
throw new TranslationNotFoundError();
case 'Steuerliche Identifikationsnummer (Steuer-IdNr.) (Germany)':
throw new TranslationNotFoundError();
case 'Steuernummer (St.-Nr) (Germany)':
throw new TranslationNotFoundError();
case 'Street name and house number of contact':
throw new TranslationNotFoundError();
case 'Street name and house number':
throw new TranslationNotFoundError();
case 'Subject of email':
throw new TranslationNotFoundError();
case 'Subject of letter':
throw new TranslationNotFoundError();
case 'substantial public interest':
throw new TranslationNotFoundError();
case 'Such third countries may have data protection rules that are different from those in your or our country.':
throw new TranslationNotFoundError();
case 'Such third parties help us provide and improve our services.':
throw new TranslationNotFoundError();
case 'The country of the recipient has been deemed to provide an adequate level of protection for personal data by the European Commission.':
throw new TranslationNotFoundError();
case 'The policy applies to our websites, mobile apps, software applications, products and services, collectively referred to as “services”.':
throw new TranslationNotFoundError();
case 'The recipient has Binding Corporate Rules that guarantee the protection of personal data.':
throw new TranslationNotFoundError();
case 'The recipient is certified as part of the EU-US and Swiss-US Privacy Shield Frameworks.':
throw new TranslationNotFoundError();
case 'These cookies do not necessarily contain any personal or identifying information.':
throw new TranslationNotFoundError();
case 'These external contents, which are displayed, rendered, played back or otherwise conveyed directly within our services, may include advertising, analytics and components from social media.':
throw new TranslationNotFoundError();
case 'These services include:':
throw new TranslationNotFoundError();
case 'These third parties do not have any right to use the information that we share about you beyond what is necessary to assist us with the specific task at hand.':
throw new TranslationNotFoundError();
case 'The settings and features of your web browser or operating system may allow you to control how third parties can store cookies on your device.':
throw new TranslationNotFoundError();
case 'The third parties that provide these contents may store cookies on your device for their own purposes and interests, which we cannot control.':
throw new TranslationNotFoundError();
case 'They are, however, commonly used to store a unique identifier for every individual user, so that our servers do not lose information on who you are while you are moving through the individual parts of our services.':
throw new TranslationNotFoundError();
case 'They are transferred from our servers to your device through your web browser or app.':
throw new TranslationNotFoundError();
case 'They may even provide methods to disable the use of such technologies completely.':
throw new TranslationNotFoundError();
case 'Third-party cookies':
throw new TranslationNotFoundError();
case 'This information is not required and you can use parts of our services without this information. You have to give your consent before we collect this data, but some features may not be available without.':
throw new TranslationNotFoundError();
case 'This information is not required and you can use parts of our services without this information. You may withdraw your consent for our collection of this data, but some features may not be available without.':
throw new TranslationNotFoundError();
case 'This information is required for the operation of our services and its collection is therefore a condition for your use of our services.':
throw new TranslationNotFoundError();
case 'This is possible either by using the “Unsubscribe” feature at the bottom of such emails that we may send, or by adjusting the settings in your account within our services, where applicable.':
throw new TranslationNotFoundError();
case 'This means that parts of your personal information may temporarily remain on our servers even after deletion or termination of your use of our services.':
throw new TranslationNotFoundError();
case 'This means that the processing of your personal data by those third parties involves an international transfer of your data to a third country.':
throw new TranslationNotFoundError();
case 'This notification will include help on choices you may have regarding the transfer and treatment of your personal information.':
throw new TranslationNotFoundError();
case 'This notification will include help on choices you may have regarding the treatment of your personal information.':
throw new TranslationNotFoundError();
case 'This privacy policy governs your use of our services regardless of the domain names, operating systems, platforms or devices that are used to access the services, and regardless of whether such access is in connection with an account or not.':
throw new TranslationNotFoundError();
case 'This privacy statement (“privacy policy” or “policy”) is designed to help you better understand how and to what extent we collect, use, disclose, transfer and store your information.':
throw new TranslationNotFoundError();
case 'Thus, for any international transfer of data, we ensure that appropriate technical, organizational and contractual measures are in place to guarantee that a similar degree of protection is afforded to your data internationally and that your personal data remains protected to the standards described in this policy.':
throw new TranslationNotFoundError();
case 'Time for each access':
throw new TranslationNotFoundError();
case 'Time of cancellation of contract':
throw new TranslationNotFoundError();
case 'Time of cancellation':
throw new TranslationNotFoundError();
case 'Time of creation of contact':
throw new TranslationNotFoundError();
case 'Time of creation of contract':
throw new TranslationNotFoundError();
case 'Time of creation of letter':
throw new TranslationNotFoundError();
case 'Time of creation of logo of company':
throw new TranslationNotFoundError();
case 'Time of creation of signature':
throw new TranslationNotFoundError();
case 'Time of email':
throw new TranslationNotFoundError();
case 'Time of first access':
throw new TranslationNotFoundError();
case 'Time of last modification to billing options':
throw new TranslationNotFoundError();
case 'Time of last modification to contact':
throw new TranslationNotFoundError();
case 'Time of last modification to contract':
throw new TranslationNotFoundError();
case 'Time of last modification to letter':
throw new TranslationNotFoundError();
case 'Time of last modification to logo of company':
throw new TranslationNotFoundError();
case 'Time of last modification to signature':
throw new TranslationNotFoundError();
case 'Time of letter':
throw new TranslationNotFoundError();
case 'Time of login':
throw new TranslationNotFoundError();
case 'Time of next payment':
throw new TranslationNotFoundError();
case 'Time of original message of contact':
throw new TranslationNotFoundError();
case 'Time of registration':
throw new TranslationNotFoundError();
case 'Time zone of device':
throw new TranslationNotFoundError();
case 'Update your personal data':
throw new TranslationNotFoundError();
case 'Upon verification of your identity, we will respond to your request within a reasonable period of time.':
throw new TranslationNotFoundError();
case 'Usage of free trial':
throw new TranslationNotFoundError();
case 'User-agent string for each access':
throw new TranslationNotFoundError();
case 'Valediction of letter':
throw new TranslationNotFoundError();
case 'VAT ID (European Union) of contact':
throw new TranslationNotFoundError();
case 'VAT ID (European Union)':
throw new TranslationNotFoundError();
case 'Verification code (e.g. CVC, CVV, CSC) of credit card':
throw new TranslationNotFoundError();
case 'Verification status of email address':
throw new TranslationNotFoundError();
case 'Version of application used for access':
throw new TranslationNotFoundError();
case 'Version of operating system on device':
throw new TranslationNotFoundError();
case 'Version of web browser on device':
throw new TranslationNotFoundError();
case 'Version':
throw new TranslationNotFoundError();
case 'vital interests':
throw new TranslationNotFoundError();
case 'We advise you to verify the privacy practices of those third parties individually.':
throw new TranslationNotFoundError();
case 'We always collect only the minimum amount of personal information necessary to provide our services to you, unless you choose to provide more such information voluntarily.':
throw new TranslationNotFoundError();
case 'We are responsible for the processing of personal data under this policy.':
throw new TranslationNotFoundError();
case 'Website':
throw new TranslationNotFoundError();
case 'Website (URL) of contact':
throw new TranslationNotFoundError();
case 'Website (URL)':
throw new TranslationNotFoundError();
case 'We encourage you not to provide any personal information to those third parties before assuring yourself of proper privacy practices on their part.':
throw new TranslationNotFoundError();
case 'We encourage you to give us, and, more generally, any provider of digital services, only the amount of data you are comfortable sharing.':
throw new TranslationNotFoundError();
case 'We follow generally accepted industry standards to protect the data submitted to us, both during transmission and after we have received it, and continue to expand our protections as becomes necessary with changing technology.':
throw new TranslationNotFoundError();
case 'We have no knowledge about and are not responsible for the way that those third parties handle any personal information which you provide to them yourself.':
throw new TranslationNotFoundError();
case 'We have therefore implemented all measures reasonably necessary to protect the personal information of our users from unauthorized access, modification, deletion, disclosure or other misuse.':
throw new TranslationNotFoundError();
case 'We may be compelled to such disclosure in response to a court order, a warrant or a similar request by a judicial body or a government agency, or when we believe in good faith that the disclosure is reasonably necessary to protect our rights or property, that of any third party, or the safety of the general public.':
throw new TranslationNotFoundError();
case 'We may change this privacy policy from time to time.':
throw new TranslationNotFoundError();
case 'We may retain and use your personal information and data as necessary to comply with our legal obligations, to resolve disputes, and to enforce our rights and agreements.':
throw new TranslationNotFoundError();
case 'We may use cookies and similar technologies, such as “Web Storage” (specifically “localStorage”) and “Internal Storage”, to make interactions with our services more convenient, efficient and secure.':
throw new TranslationNotFoundError();
case 'We never knowingly collect any information from children under %d.':
throw new TranslationNotFoundError();
case 'We never sell, rent out or trade any of our user’s personal information with third parties for commercial purposes.':
throw new TranslationNotFoundError();
case 'We offer you simple ways to view, update or delete the data we have collected about you.':
throw new TranslationNotFoundError();
case 'We take the trust that you place in us very seriously.':
throw new TranslationNotFoundError();
case 'We use this information for marketing and promotional purposes.':
throw new TranslationNotFoundError();
case 'We use this information for the provision, maintenance and administration of our services and to monitor and protect the security of our services.':
throw new TranslationNotFoundError();
case 'We use this information to improve our services through research and analysis and to better understand how our services are used.':
throw new TranslationNotFoundError();
case 'We use this information to personalize our services for you and to adjust them to your preferences.':
throw new TranslationNotFoundError();
case 'We use this information to provide and fulfill the specific services that you explicitly request.':
throw new TranslationNotFoundError();
case 'We use this information to provide customer service to you, to answer your questions and to communicate with you about your use of our services.':
throw new TranslationNotFoundError();
case 'We use this information to provide meaningful and unobtrusive advertising to you.':
throw new TranslationNotFoundError();
case 'We verify that at least one of the following safeguards is implemented:':
throw new TranslationNotFoundError();
case 'We want to help and will be happy to address your concerns.':
throw new TranslationNotFoundError();
case 'We will retain certain pieces of personal information for as long as you use our services, as long as your account exists, or as long as needed for us to be able to provide our services to you.':
throw new TranslationNotFoundError();
case 'Without these technologies, use of our services would not be reasonably possible.':
throw new TranslationNotFoundError();
case 'Year and month of birth of contact':
throw new TranslationNotFoundError();
case 'Year and month of birth':
throw new TranslationNotFoundError();
case 'Year of birth of contact':
throw new TranslationNotFoundError();
case 'Year of birth':
throw new TranslationNotFoundError();
case 'Year of construction of vehicle':
throw new TranslationNotFoundError();
case 'yes':
throw new TranslationNotFoundError();
case 'You are free to file a complaint with the data protection authority.':
throw new TranslationNotFoundError();
case 'You are welcome to make use of these settings and features of your web browser or operating system, but that may prevent our services from working correctly for you.':
throw new TranslationNotFoundError();
case 'You can reach us via email at:':
throw new TranslationNotFoundError();
case 'You have given consent to the processing of your personal data for one or more specific purposes (EU, General Data Protection Regulation (GDPR), Article 6(1)(a)).':
throw new TranslationNotFoundError();
case 'You have given explicit consent to the processing of your personal data for one or more specified purposes (EU, General Data Protection Regulation (GDPR), Article 9(2)(a)).':
throw new TranslationNotFoundError();
case 'You have the right not to be subject to a decision based solely on automated decision-making, including profiling, where the decision would have a legal effect on you or produce a similarly significant effect.':
throw new TranslationNotFoundError();
case 'You have the right to be informed of and request access to the personal data we process about you.':
throw new TranslationNotFoundError();
case 'You have the right to object to us processing your personal data on grounds relating to your particular situation where we no longer have a legitimate reason or legal need to process it.':
throw new TranslationNotFoundError();
case 'You have the right to object to your personal data being processed for direct marketing purposes.':
throw new TranslationNotFoundError();
case 'You have the right to request a copy of your personal data in electronic and machine-readable form, and the right to transmit that personal data to another service provider.':
throw new TranslationNotFoundError();
case 'You have the right to request that we amend or update your personal data where it is inaccurate or incomplete.':
throw new TranslationNotFoundError();
case 'You have the right to request that we delete your personal data.':
throw new TranslationNotFoundError();
case 'You have the right to request that we temporarily or permanently stop processing your personal data.':
throw new TranslationNotFoundError();
case 'You may also contact the data protection authority that is responsible for us:':
throw new TranslationNotFoundError();
case 'You may opt out of receiving any newsletters or promotional messages from us at any time.':
throw new TranslationNotFoundError();
case 'Your rights':
throw new TranslationNotFoundError();
case 'Your web browser or app then sends these small text files back to us whenever you access our services.':
throw new TranslationNotFoundError();
case 'Your web browser or operating system usually provides means to delete such data currently stored on your device.':
throw new TranslationNotFoundError();
case 'You should never disclose your authentication information to any third party and you should notify us immediately of any unauthorized use of your account.':
throw new TranslationNotFoundError();
case 'You therefore consent to our use of cookies and related technologies when using our services.':
throw new TranslationNotFoundError();
case 'You will be notified via a prominent notice within our services or by email to the primary email address specified in your account at least %d days before any such transfer of your personal information.':
throw new TranslationNotFoundError();
case 'You will continue to receive essential, non-promotional messages regarding your account, such as technical notices, order confirmations, or other service-related messages, which are required for us to be able to provide our services to you.':
throw new TranslationNotFoundError();
default:
throw new TranslationNotFoundError();
}
}
protected function formatDate($unixTimestamp) {
throw new TranslationNotFoundError();
}
protected function formatHours($n) {
throw new TranslationNotFoundError();
}
protected function formatDays($n) {
throw new TranslationNotFoundError();
}
protected function formatWeeks($n) {
throw new TranslationNotFoundError();
}
protected function formatMonths($n) {
throw new TranslationNotFoundError();
}
protected function formatYears($n) {
throw new TranslationNotFoundError();
}
}