Current File : //var/webuzo-data/roundcube/public_html/plugins/webuzo/soft2fa/localization/en_US.inc |
<?php
$labels['error'] = 'Something went wrong!';
$labels['method_error'] = 'Invalid method provided';
$labels['invalid_action'] = 'Invalid action provided';
$labels['invalid_input'] = 'Invalid input provided!';
$labels['two_factor_auth'] = 'Two-Factor Authentication';
$labels['qr_code_step1'] = 'Scan the QR code using any authentication application on your phone (e.g. Google Authenticator, Duo Mobile, Authy) or enter the following code';
$labels['qr_code_step2'] = 'Enter the 6-digit confirmation code shown on the app';
$labels['clipboard_error'] = 'Error while copying code';
$labels['clipboard_success'] = 'Code copied successfully';
$labels['refresh_qr'] = 'Refresh QR Code?';
$labels['qr_reset_success'] = 'QR code reset successfully!';
$labels['write_error'] = 'Unable to write config file!';
$labels['auth_reset_dialog'] = 'Warning: If you reset the QR code, you will have to update your apps with the new one. Are you sure you want to continue?';
$labels['cancel'] = 'Cancel';
$labels['activate'] = 'Activate';
$labels['authenticator'] = 'Authenticator';
$labels['en_auth'] = 'Enable Authenticator';
$labels['dis_auth'] = 'Disable Authenticator';
$labels['gen_codes'] = 'Generate Codes';
$labels['view_codes'] = 'View Backup Codes';
$labels['backup_codes'] = 'Backup Codes';
$labels['auth_model_title'] = '2FA Authenticator';
$labels['auth_enabled'] = 'Authenticator is already enabled!';
$labels['auth_activate'] = 'Authenticator activated successfully';
$labels['auth_deactivate'] = 'Authenticator deactivated successfully';
$labels['invalid_code'] = 'Invalid code, please try again!';
$labels['code_used_title'] = 'Code already used';
$labels['code_used'] = 'Provided code has already been used!';
$labels['auth_confirm_dialog'] = 'Do you want to deactivate the authenticator?';
$labels['backup_codes_model_title'] = '2FA Backup Codes';
$labels['backup_codes_title'] = 'These codes can be used to access your email account.';
$labels['backup_codes_exists'] = 'Backup codes already generated!';
$labels['regen_backup_codes'] = 'Regenerate backup codes';
$labels['backup_code_enable'] = 'Do you want to generate backup codes?';
$labels['backup_code_disable'] = 'Do you want to deactivate backup codes?';
$labels['backup_code_regen'] = 'Do you want to regenerate backup codes?';
$labels['backup_code_deactivated'] = 'Backup codes deactivated successfully';
$labels['backup_code_activated'] = 'Backup codes created successfully!';
$labels['backup_code_regenerated'] = 'Backup codes regenerated successfully!';
$labels['backup_code_warn1'] = 'Each code can be used only once';
$labels['backup_code_warn2'] = 'Do not share these codes with anyone.';
$labels['download_codes'] = 'Download Codes';
$labels['deactivate'] = 'Deactivate';
$labels['ip_range'] = 'Enter ip range';
$labels['ip_start_range'] = 'Start IP of the range';
$labels['ip_end_range'] = 'End IP of the range (Optional)';
$labels['add_ip_range'] = 'Add IP Range';
$labels['w_ips'] = 'Whitelist IP Addresses';
$labels['w_ip_list'] = 'Whitelisted IPS List';
$labels['error_start_ip'] = 'Please enter Start IP';
$labels['error_val_start_ip'] = 'Please provide a valid start IP';
$labels['error_val_end_ip'] = 'Please provide a valid end IP';
$labels['error_ip_len'] = 'The End IP cannot be smaller than the Start IP';
$labels['error_ip_confl'] = 'The Start IP or End IP submitted conflicts with an existing IP range!';
$labels['error_start_ip_exits'] = 'The Start IP is present in an existing range!';
$labels['whitelist_updated'] = 'Whitelist updated successfully';
$labels['2fa_placeholder'] = 'Enter 2FA code';
$labels['verify_text'] = 'Verify 2FA Authentication';
$labels['verified_text'] = 'You are already logged in';
$labels['redirect_to_index'] = 'Go back to INBOX';
$labels['back_to_login'] = 'Back to login page';
$labels['csrf_error'] = 'Invalid request token (possible CSRF attack)';
$labels['soft2fa_verify'] = 'Verify 2FA';
$labels['ip_delete_confirm_dialog'] = 'Do you want to unlist ip address?';
$labels['invlid_id'] = 'Invalid id provided!';