Changeset View
Changeset View
Standalone View
Standalone View
src/resources/lang/en/ui.php
Show All 34 Lines | 'btn' => [ | ||||
'signup' => "Sign Up", | 'signup' => "Sign Up", | ||||
'submit' => "Submit", | 'submit' => "Submit", | ||||
'suspend' => "Suspend", | 'suspend' => "Suspend", | ||||
'unsuspend' => "Unsuspend", | 'unsuspend' => "Unsuspend", | ||||
'verify' => "Verify", | 'verify' => "Verify", | ||||
], | ], | ||||
'companion' => [ | 'companion' => [ | ||||
'title' => "Companion App", | 'title' => "Companion Apps", | ||||
'companion' => "Companion App", | |||||
'name' => "Name", | 'name' => "Name", | ||||
'description' => "Use the Companion App on your mobile phone for advanced two factor authentication.", | 'create' => "Pair new device", | ||||
'create-recovery-device' => "Prepare recovery code", | |||||
machniak: I think "recovery code" would be better. | |||||
'description' => "Use the Companion App on your mobile phone as multi-factor authentication device.", | |||||
Done Inline ActionsRemove "for". machniak: Remove "for". | |||||
'download-description' => "You may download the Companion App for Android here: " | |||||
. "<a href=\"{href}\">Download</a>", | |||||
'description-detailed' => "Here is how this works: " . | |||||
"Pairing a device will automatically enable multi-factor autentication for all login attempts. " . | |||||
"This includes not only the Cockpit, but also logins via Webmail, IMAP, SMPT, DAV and ActiveSync. " . | |||||
"Any authentication attempt will result in a notification on your device, " . | |||||
"that you can use to confirm if it was you, or deny otherwise. " . | |||||
Done Inline Actions"confirm if it was you, or deny otherwise"? machniak: "confirm if it was you, or deny otherwise"? | |||||
"Once confirmed, the same username + IP address combination will be whitelisted for 8 hours. " . | |||||
Done Inline Actions"IP address" machniak: "IP address" | |||||
"Unpair all your active devices to disable multi-factor authentication again.", | |||||
'description-warning' => "Warning: Loosing access to all your multi-factor authentication devices, " . | |||||
"will permanently lock you out of your account with no course for recovery. " . | |||||
"Always make sure you have a recovery QR-Code printed to pair a recovery device.", | |||||
'pair-new' => "Pair new device", | 'pair-new' => "Pair new device", | ||||
'new' => "Pair new device", | |||||
'recovery' => "Prepare recovery device", | |||||
'paired' => "Paired devices", | 'paired' => "Paired devices", | ||||
'pairing-instructions' => "Pair a new device using the following QR-Code:", | 'print' => "Print for backup", | ||||
'pairing-instructions' => "Pair your device using the following QR-Code.", | |||||
'recovery-device' => "Recovery Device", | |||||
'deviceid' => "Device ID", | 'deviceid' => "Device ID", | ||||
'list-empty' => "There are currently no devices", | 'list-empty' => "There are currently no devices", | ||||
'delete' => "Remove devices", | 'delete' => "Delete/Unpair", | ||||
'remove-devices' => "Remove Devices", | 'delete-companion' => "Delete/Unpair", | ||||
'remove-devices-text' => "Do you really want to remove all devices permanently?" | 'delete-text' => "You are about to delete this entry and unpair any paired companion app. " . | ||||
. " Please note that this action cannot be undone, and you can only remove all devices together." | "This cannot be undone, but you can re-pair the device.", | ||||
machniakUnsubmitted Done Inline Actions"but you can re-pair the device later." or "but you can pair the device again." machniak: "but you can re-pair the device later." or "but you can pair the device again." | |||||
. " You may pair devices you would like to keep individually again.", | 'pairing-successful' => "Your companion app is paired and ready to be used " . | ||||
"as a multi-factor authentication device.", | |||||
Done Inline Actions"as" -> "as a " machniak: "as" -> "as a " | |||||
], | ], | ||||
'dashboard' => [ | 'dashboard' => [ | ||||
'beta' => "beta", | 'beta' => "beta", | ||||
'distlists' => "Distribution lists", | 'distlists' => "Distribution lists", | ||||
'chat' => "Video chat", | 'chat' => "Video chat", | ||||
'companion' => "Companion app", | 'companion' => "Companion app", | ||||
'domains' => "Domains", | 'domains' => "Domains", | ||||
▲ Show 20 Lines • Show All 82 Lines • ▼ Show 20 Lines | 'form' => [ | ||||
'acl' => "Access rights", | 'acl' => "Access rights", | ||||
'acl-full' => "All", | 'acl-full' => "All", | ||||
'acl-read-only' => "Read-only", | 'acl-read-only' => "Read-only", | ||||
'acl-read-write' => "Read-write", | 'acl-read-write' => "Read-write", | ||||
'amount' => "Amount", | 'amount' => "Amount", | ||||
'anyone' => "Anyone", | 'anyone' => "Anyone", | ||||
'code' => "Confirmation Code", | 'code' => "Confirmation Code", | ||||
'config' => "Configuration", | 'config' => "Configuration", | ||||
'companion' => "Companion App", | |||||
'date' => "Date", | 'date' => "Date", | ||||
'description' => "Description", | 'description' => "Description", | ||||
'details' => "Details", | 'details' => "Details", | ||||
'disabled' => "disabled", | 'disabled' => "disabled", | ||||
'domain' => "Domain", | 'domain' => "Domain", | ||||
'email' => "Email Address", | 'email' => "Email Address", | ||||
'emails' => "Email Addresses", | 'emails' => "Email Addresses", | ||||
'enabled' => "enabled", | 'enabled' => "enabled", | ||||
▲ Show 20 Lines • Show All 378 Lines • Show Last 20 Lines |
I think "recovery code" would be better.