37 lines
2.8 KiB
PHP
37 lines
2.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'impressum' => 'Imprint',
|
|
'datenschutz' => 'Privacy Policy',
|
|
'impressum_title' => 'Imprint - Fotospiel',
|
|
'datenschutz_title' => 'Privacy Policy - Fotospiel',
|
|
'impressum_section' => 'Information pursuant to § 5 TMG',
|
|
'company' => 'Fotospiel GmbH',
|
|
'address' => 'Musterstraße 1, 12345 Musterstadt',
|
|
'representative' => 'Represented by: Max Mustermann',
|
|
'contact' => 'Contact',
|
|
'vat_id' => 'VAT ID: DE123456789',
|
|
'monetization' => 'Monetization',
|
|
'monetization_desc' => 'We monetize through Packages (one-time purchases and subscriptions) via Paddle. Prices excl. VAT. Support: support@fotospiel.de',
|
|
'register_court' => 'Register Court: District Court Musterstadt',
|
|
'commercial_register' => 'Commercial Register: HRB 12345',
|
|
'datenschutz_intro' => 'We take the protection of your personal data very seriously and strictly adhere to the rules of data protection laws.',
|
|
'responsible' => 'Responsible: Fotospiel GmbH, Musterstraße 1, 12345 Musterstadt',
|
|
'data_collection' => 'Data collection: No PII storage, anonymous sessions for guests. Emails are only processed for contact purposes.',
|
|
'payments' => 'Payments and Packages',
|
|
'payments_desc' => 'We process payments for Packages via Paddle. Payment information is handled securely and encrypted by Paddle as the merchant of record.',
|
|
'data_retention' => 'Package data (limits, features) is anonymized and only required for functionality. Consent for payments and emails is obtained at purchase. Data is deleted after 10 years.',
|
|
'rights' => 'Your rights: Information, deletion, objection. Contact us under Contact.',
|
|
'cookies' => 'Cookies: Only functional cookies for the PWA.',
|
|
'personal_data' => 'Personal Data Processing',
|
|
'personal_data_desc' => 'During registration and use of the system, the following personal data is processed: First and last name, address, phone number, email address, username. This data is used to fulfill the contract (Package purchase, tenant management) and for authentication. Processing is in accordance with Art. 6 Para. 1 lit. b GDPR.',
|
|
'account_deletion' => 'Account Deletion',
|
|
'account_deletion_desc' => 'You have the right to have your personal data deleted at any time (right to erasure, Art. 17 GDPR). Contact us at [Email] to delete your account. All associated data (events, photos, purchases) will be deleted, unless legal retention obligations exist.',
|
|
'data_security' => 'Data Security',
|
|
'data_security_desc' => 'We use HTTPS, encrypted storage (passwords hashed) and regular backups. Access to data is role-based restricted (Tenant vs SuperAdmin).',
|
|
'agb' => 'Terms & Conditions',
|
|
'headline' => 'Legal',
|
|
'effective_from' => 'Effective from :date',
|
|
'version' => 'Version :version',
|
|
];
|