- 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)
55 lines
3.6 KiB
PHP
55 lines
3.6 KiB
PHP
<?php
|
|
|
|
return [
|
|
'notice_heading' => 'Data Protection Information for Employees',
|
|
'notice_meta' => 'Version :version · Effective from :date',
|
|
'confirm_legend' => 'Confirmation',
|
|
'confirm_checkbox_label' => 'I have read and understood the data protection information.',
|
|
'confirm_name_label' => 'First and last name for confirmation',
|
|
'confirm_name_placeholder' => 'e.g. John Doe',
|
|
'confirm_name_helper' => 'By entering your name, you confirm that you have read the briefing.',
|
|
'confirm_submit' => 'I acknowledge',
|
|
'flash_confirmed' => 'Thank you. Your confirmation has been recorded.',
|
|
'admin_page_title' => 'Manage GDPR Briefing',
|
|
'admin_current_version_heading' => 'Current Template',
|
|
'admin_current_version_sub' => 'Version :version · :count confirmation(s) under this version',
|
|
'admin_editor_heading' => 'Edit Template',
|
|
'admin_substantial_label' => 'Substantial change — all drivers must re-confirm.',
|
|
'admin_substantial_helper' => 'This change will enforce re-confirmation at the next login of all drivers.',
|
|
'admin_save' => 'Save Template',
|
|
'admin_preview_tab' => 'Preview',
|
|
'admin_editor_tab' => 'Edit',
|
|
'admin_confirmations_heading' => 'Confirmations',
|
|
'admin_print' => 'Print Briefing',
|
|
'flash_template_updated' => 'GDPR template saved.',
|
|
'flash_template_updated_substantial'=> 'GDPR template saved. All drivers must re-confirm the briefing at their next login.',
|
|
'status_confirmed' => 'Confirmed',
|
|
'status_pending' => 'Pending',
|
|
'page_title' => 'Data Protection Notice',
|
|
'validation_name_mismatch' => 'The entered name does not match your account name.',
|
|
'validation_checkbox_required' => 'Please confirm that you have read the data protection notice.',
|
|
'admin_toolbar_bold' => 'Bold',
|
|
'admin_toolbar_italic' => 'Italic',
|
|
'admin_toolbar_h2' => 'Heading 2',
|
|
'admin_toolbar_h3' => 'Heading 3',
|
|
'admin_toolbar_ul' => 'Bullet List',
|
|
'admin_toolbar_ol' => 'Numbered List',
|
|
'admin_toolbar_link' => 'Insert Link',
|
|
'admin_confirmations_link' => 'View Confirmation History',
|
|
'admin_confirmations_col_driver' => 'Driver',
|
|
'admin_confirmations_col_date' => 'Confirmed at',
|
|
'admin_confirmations_col_version' => 'Version',
|
|
'admin_confirmations_col_ip' => 'IP Address',
|
|
'admin_confirmations_col_action' => 'Action',
|
|
'admin_snapshot_title' => 'Snapshot',
|
|
'admin_snapshot_meta_driver' => 'Driver',
|
|
'admin_snapshot_meta_date' => 'Confirmed at',
|
|
'admin_snapshot_meta_version' => 'Template Version',
|
|
'admin_snapshot_meta_ip' => 'IP Address',
|
|
'admin_snapshot_meta_useragent' => 'User Agent',
|
|
'admin_confirmations_empty_heading' => 'No Confirmations',
|
|
'admin_confirmations_empty_body' => 'No GDPR confirmations from drivers yet.',
|
|
|
|
'company_data_missing_title' => 'Company data not configured',
|
|
'company_data_missing_body' => 'The GDPR notice cannot be confirmed until your employer has configured the company details in the settings. Please contact your administrator.',
|
|
];
|