18 lines
945 B
PHP
18 lines
945 B
PHP
<?php
|
|
|
|
return [
|
|
'join_tokens' => [
|
|
'invalid_title' => 'Invalid QR access link',
|
|
'invalid_message' => 'We could not verify this QR link or access code. Please scan it again or ask the host for a fresh link.',
|
|
'expired_title' => 'QR access expired',
|
|
'expired_message' => 'This QR access link is no longer valid because the event has already ended.',
|
|
'revoked_title' => 'QR access disabled',
|
|
'revoked_message' => 'The organiser disabled this QR access link. Please request a new one.',
|
|
'rate_limited_title' => 'Too many QR attempts',
|
|
'rate_limited_message' => 'You tried to open the QR access too often. Please wait a moment and try again.',
|
|
'invalid_attempts_message' => 'Too many invalid QR attempts. Please wait a moment and try again.',
|
|
'default_title' => 'Access denied',
|
|
'default_message' => 'We could not grant access with this QR link.',
|
|
],
|
|
];
|