24 lines
1.2 KiB
PHP
24 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
// Device names. For a person to recognise themselves in a list, never for
|
|
// deciding whether a device is known — and recomputed on every sign-in so a
|
|
// browser update relabels the row instead of raising an alarm.
|
|
'name_on' => ':browser on :platform',
|
|
'name_unknown' => 'Unknown device',
|
|
|
|
'mail_subject' => 'New sign-in to CluPilot',
|
|
'mail_heading' => 'Signed in from a new device',
|
|
'mail_preheader' => 'First sign-in from: :device',
|
|
'mail_greeting' => 'Hello :name,',
|
|
'mail_intro' => 'somebody signed in to your account from a device it has not been used on before.',
|
|
'field_device' => 'Device',
|
|
'field_when' => 'Time',
|
|
'field_ip' => 'IP address',
|
|
'mail_if_you' => 'If this was you, there is nothing to do. If it was not, end the session and change your password.',
|
|
'mail_action' => 'Review signed-in devices',
|
|
// The false alarms that remain, said out loud — otherwise the recipient
|
|
// decides the warning is wrong and stops reading the next one.
|
|
'mail_false_alarm' => 'You will also get this message if you cleared your cookies, used a private window, or signed in with a different browser.',
|
|
];
|