D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
modules
/
mfa
/
resources
/
locales
/
Filename :
tl-PH.php
back
Copy
<?php // Copyright 1999-2024. WebPros International GmbH. All rights reserved. $messages = [ 'pageTitle' => 'Multi-Factor Authentication (MFA)', [ 'ui' => [ 'form' => [ 'settingsTab' => 'MFA Settings', 'usersTab' => 'Accounts', 'enabled' => 'Enable Multi-Factor Authentication', 'verifyCode' => 'Verification code', 'scanQR' => 'Scan this with %%link%% or another MFA app', 'appLink' => 'Google Authenticator', 'couldNotScanQR' => 'Could not scan the QR code?', 'manualAccount' => 'Manu-manong magdagdag ng account', 'accountName' => 'Enter your account name: %%name%%', 'accountKey' => 'Enter the key: %%key%%', 'buttonTitle' => 'Multi-Factor Authentication', 'buttonDescription' => 'Multi-factor authentication with a one-time verification code generated by an MFA app.', 'rememberDevice' => 'Preselect the "Remember Device" checkbox', 'rememberDeviceDescription' => 'The "Remember Device" feature will cause your browser to remember your MFA information for the specified number of days. Clearing the browser cache will enforce a new authentication process. Enable the feature only on your personal devices.', 'rememberDeviceDuration' => 'Days to remember this device for', 'rememberDeviceAuth' => 'Tandaan ang device na ito nang %%rememberDeviceDuration%% (na) araw', 'rememberDeviceStatus' => 'Enable the "Remember Device" feature', 'validationRateLimitExceededError' => 'Lumampas ka sa bilang ng mga pagtatangka upang i-enter ang code. Subukang muli mamaya.', 'skip' => 'Skip for now', 'learnMore' => 'multi-factor authentication', 'users' => [ 'list' => [ 'login' => 'Login', 'subscription' => 'Subscription', 'statusEnabled' => 'MFA enabled', 'statusDisabled' => 'MFA disabled', ], 'disable' => 'Disable MFA', 'warningMessage' => 'You are about to disable MFA for %%login%%. Disabling MFA will make your Plesk less secure.', 'filterPlaceholder' => 'Search login or domain name', ], 'reenablingMessage' => 'Disabling and then re-enabling MFA in Plesk will also require resetting accounts in MFA apps.', ], 'enforce' => [ 'message' => 'To keep your account safe, the server\'s security policy requires enabling %%learnMoreLink%% before you can log in to Plesk.', 'skipMessage' => 'To keep your account safe, the server\'s security policy strongly recommends enabling %%learnMoreLink%%. %%skipLink%%.', 'skip' => 'Skip for now', 'learnMore' => 'multi-factor authentication', ], 'migration' => [ 'description' => 'You can migrate settings from the Google Authenticator extension. This will overwrite the current settings of the Multi-Factor Authentication (MFA) extension for all users.', 'button' => 'Start migration', ], ], ], 'rateLimitFeatureIsUnavailable' => 'Unable to turn on the Rate Limit feature: %%error%%', 'settingsSaved' => 'Na-save na ang mga setting.', 'migrationSuccess' => 'Migrated all settings from the Google Authenticator extension.', 'migrationFailed' => 'An error occurred during migration from the Google Authenticator extension: %%error%%', 'profile-mfa-status' => 'Multi-Factor Authentication', 'profile-mfa-link' => '<a href="%%link%%">Change the current MFA settings</a>.', 'actions.auth-success' => 'Successful Multi-Factor Authentication', 'actions.auth-failure' => 'Failed Multi-Factor Authentication', 'actions.auth-cancel' => 'Canceled Multi-Factor Authentication', 'actions.settings-update' => 'Change MFA settings', 'actions.secret-regenerate' => 'MFA secret code regeneration', ];