schneespur/lang/en/settings.php
Michael 2c63440ed8 Revert: move code back to project root from schneespur/ subdirectory
- Reverts the schneespur/ subdirectory restructure (b8e426b)
- Restores package.json and vite.config.js (needed for npm build, were
  removed in an earlier cleanup before the restructure)
- Updates public/build/ assets with current Vite output (new content hashes)
2026-05-17 18:24:26 +00:00

54 lines
2.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
// Company & Location
'company_title' => 'Company & Location',
'company_description' => 'Manage company address, geocoding, and contact details.',
'company_name' => 'Company Name',
'company_street' => 'Street & Number',
'company_zip' => 'Postal Code',
'company_city' => 'City',
'company_phone' => 'Phone',
'company_email' => 'Email',
'company_lat' => 'Latitude',
'company_lon' => 'Longitude',
'company_geocode_success' => 'Address resolved successfully.',
'company_geocode_fail' => 'Address could not be resolved. Please enter coordinates manually.',
'company_geocode_manual_hint' => 'Coordinates are determined automatically from the address. If resolution fails, you can enter latitude and longitude manually.',
// Data Protection Officer
'dpo_title' => 'Data Protection Officer',
'dpo_help' => 'Contact details of the data protection officer or responsible person for data protection inquiries (GDPR Art. 37). This information is displayed in the GDPR notice for drivers.',
'dpo_contact' => 'Name / Contact Person',
'dpo_contact_placeholder' => 'e.g. John Smith or Privacy Corp.',
'dpo_email' => 'Email',
// Season period
'season_title' => 'Season Period',
'season_from' => 'Season Start',
'season_to' => 'Season End',
'season_help' => 'Defines the active winter service period (e.g. NovemberMarch).',
// Alert thresholds
'alert_title' => 'Alert Thresholds',
'alert_overdue_hours' => 'Overdue After (hours)',
'alert_overdue_hours_help' => 'Jobs open longer than this number of hours are flagged as overdue.',
// Locale
'locale_title' => 'Language & Format',
'locale_default' => 'Default Language',
'locale_help' => 'Sets the display language and date format.',
// Data retention
'retention_title' => 'Data Retention',
'retention_description' => 'Configure retention period and automatic deletion.',
'retention_years' => 'Retention Period (years)',
'retention_years_help' => 'Service records are kept for at least this duration.',
'retention_years_minimum_warning' => 'The legal minimum retention period is :min years.',
'retention_auto_delete' => 'Automatic Deletion',
'retention_auto_delete_help' => 'When enabled, service records are automatically deleted after the retention period expires.',
'retention_legal_notice' => 'Note: Traffic safety obligation records are subject to statutory retention periods. Ensure the chosen period meets legal requirements.',
// Buttons
'button_save' => 'Save Settings',
];