D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
platform360
/
resources
/
locales
/
Filename :
en-US.php
back
Copy
<?php // Copyright 2025 WebPros International GmbH. All rights reserved. require_once(__DIR__ . '/dnt/en-US_dnt.php'); $messages = [ // ApiController messages 'api' => [ 'permissionDenied' => 'Permission denied.', ], // Custom Plesk ActionLog messages. 'action_log' => [ 'server_attached' => 'The Plesk server was added to the Server Inventory.', 'server_detached' => 'The Plesk server was removed from the Server Inventory.', ], // Frontend messages. 'app' => [ 'Overview' => [ 'description' => 'This extension integrates Plesk with %%platformBrand%%.', 'signIn' => [ 'link' => 'sign-in', 'message' => 'To connect your Plesk server to the Server Inventory, click %%link%%.', ] ], 'KeyAcquisitionForm' => [ 'title' => 'Confirm connecting your server to "%%platformBrand%%"', 'confirmationMessage' => '%%platformBrand%% (%%requestTokenIssuer%%) is requesting your confirmation to add this Plesk server to the Server Inventory of the following account: %%account%%. Before confirming, make sure that the account belongs to you.', 'confirmButton' => 'Confirm', 'denyButton' => 'Deny', 'accessTitle' => 'What will be allowed', 'accessMessage1' => '%%platformBrand%% will have administrative access to this Plesk control panel.', 'accessMessage2' => '%%platformBrand%% will allow %%account%% account to:', 'accessItem1' => 'log in to Plesk as administrator or any other user without submitting credentials,', 'accessItem2' => 'retrieve lists of clients and websites hosted on the server,', 'accessItem3' => 'activate the server’s external monitoring,', 'accessItem4' => '(in the future) perform some other actions.', 'requestorDetails' => 'API key requestor details', 'enableIpRestriction' => 'Enable API key IP address restriction, allowed IPs:', 'requestTokenIssuer' => 'Request token issuer', 'existingConnectionMessage' => 'This server is already connected to another %%connectionPlatformBrand%% account. Break the current connection and connect the server to your account?', 'brokenConnectionMessage' => 'This server was connected to another %%connectionPlatformBrand%% account, but that connection has been broken. Connect the server to your account?', 'existingConnectionSubmitLabel' => 'Confirm', 'existingConnectionCancelLabel' => 'Deny', 'brokenConnectionSubmitLabel' => 'Confirm', 'brokenConnectionCancelLabel' => 'Deny', ], 'AuthorizeAccessErrorDialog' => [ 'cancelButton' => 'Close', ], 'NoJwtProvided' => [ 'header' => 'Connection attempt failed', 'message' => 'The connection URL does not contain a valid token.', ], 'ParsingJwtLoader' => [ 'message' => 'Loading...', ], 'ParseJwtFailed' => [ 'header' => 'Connection attempt failed', 'unknownErrorMessage' => 'Unexpected error: %%error%%.', 'supportMessage' => 'Please try again or contact the support team.', 'expiredTokenErrorMessage' => 'The token has expired due to a delay in adding or the server time differs from the world time.', 'tokenBeforeUseErrorMessage' => 'The token is invalid possibly because the server time differs from the world time.', ], 'ServerConnectedPopover' => [ 'title' => 'The server is connected to %%platformBrand%%', 'description' => 'The account in %%platformBrand%% has the following permissions:', 'descriptionItem1' => 'Log in to Plesk without entering credentials.', 'descriptionItem2' => 'Retrieve the lists of clients including their names and emails, and also the websites hosted on the server.', 'descriptionItem3' => 'Monitor servers\' availability, health, and performance.', 'gotoButton' => 'Go to %%platformBrand%%', 'disconnectButton' => 'Disconnect from %%platformBrand%%', ], 'ServerKeyNotFoundPopover' => [ 'title' => 'The server API key is missing', 'description' => 'The API key for the account in %%platformBrand%% cannot be found. To resolve the issue, disconnect the server from %%platformBrand%%, remove it from Server Inventory in the %%platformBrand%% control panel, and then reconnect it.', 'gotoButton' => 'Go to %%platformBrand%%', 'disconnectButton' => 'Disconnect from %%platformBrand%%', ], 'ServerOutdatedPopover' => [ 'title' => 'A new Plesk version is available', 'description' => 'Update Plesk to the latest version to keep this server connected to your Server Inventory and 360 Monitoring.', 'gotoButton' => 'Update Plesk', ], 'ServerDisconnectedPopover' => [ 'title' => 'Connect your server to %%platformBrand%%', 'description' => '"%%platformBrand%%" is a service that enables you to observe and manage your multiple servers at one place:', 'descriptionItem1' => 'Log in to any server without entering credentials,', 'descriptionItem2' => 'Search for domains and clients across all the servers,', 'descriptionItem3' => 'Monitor servers\' availability, health, and performance.', 'connectHint' => 'By clicking the "Connect" button, you grant "%%platformBrand%%" access to your Plesk to deliver this functionality.', 'connectButton' => 'Connect', 'connectionError' => 'An unexpected error occurred. Please try again later.' ], 'Indicator' => [ 'serverWasSuccessfullyConnected' => 'The server has been connected to the %%email%% account at %%brand%%. You can disconnect it anytime by clicking the "Cloud" icon at the top right corner.', ], ], // Cli messages 'cli' => Modules_Platform360_doNotTranslate('cli'), 'advisor' => [ 'recommendation' => [ 'title' => 'Plesk 360 and Plesk synergy', 'hint' => 'Monitor the status, availability, performance (and much more) of your websites and Plesk, data, mail, and other dedicated servers from one place!', 'connect' => [ 'On' => 'Connect', 'TurnedOn' => 'The Plesk server is connected to Plesk 360', 'TurnedOff' => 'The Plesk server is not connected to Plesk 360', ], 'activate' => [ 'On' => 'Activate', 'TurnedOn' => '360 Monitoring is activated', 'TurnedOff' => '360 Monitoring is not activated', ] ] ] ];