CluPilotCloud/lang/en/sessions.php

20 lines
818 B
PHP

<?php
return [
'title' => 'Signed-in devices',
'subtitle' => 'Every open sign-in, with the device and when it was last active.',
'empty' => 'Only this session — nothing else is open.',
'this_device' => 'This device',
'last_seen' => 'last seen :when',
'end' => 'End',
'ended' => 'Session ended.',
// The bulk button goes through a modal (R23); the single one does not: one
// row, one click, one device — and anybody who misclicks signs in again.
'end_others' => 'Sign out everywhere else',
'end_others_title' => 'Sign out every other device?',
'end_others_body' => 'This session stays open. Every other device has to sign in again.',
'end_others_confirm' => 'Sign out everywhere else',
'ended_others' => ':n session(s) ended.',
'cancel' => 'Cancel',
];