clusev/lang/en/sessions.php

25 lines
873 B
PHP

<?php
// Session-management page strings (R16). Lists the user's active logins and the
// revoke actions. Shared buttons live in common.php.
return [
// Panel header
'title' => 'Sessions',
'subtitle' => 'Active sign-ins · sign out devices',
// List
'this_device' => 'This device',
'last_active' => 'last active :time',
'ua_unknown' => 'Unknown device',
'none' => 'No active sessions.',
'hint' => 'Signs you out everywhere you are signed in.',
// Actions
'logout_others' => 'Sign out other devices',
'logout_others_body' => 'All other sessions will be ended. This device stays signed in.',
'logout_others_notify' => 'Other devices signed out.',
'logout_all' => 'Sign out all (global)',
'logout_all_body' => 'Ends ALL sessions of all users and invalidates remember-me cookies. You will be signed out too.',
];