D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
platform360
/
resources
/
locales
/
dnt
/
Filename :
en-US_dnt.php
back
Copy
<?php // Copyright 2025 WebPros International GmbH. All rights reserved. // Localization snippets in this section will not be translated. function Modules_Platform360_doNotTranslate(string $section) { static $DNT = [ // CLI messages 'cli' => [ // Help commands messages. 'commands' => [ 'connection-info' => 'Print the Plesk 360 connection info.', 'connect-server' => 'Connect this server to Plesk 360 Server Inventory.', 'delete-connection' => 'Delete the Plesk 360 connection and Plesk API key.', 'monitoring-setup' => 'Set up 360 Monitoring for this server.', 'monitoring-url' => 'Get the server\'s Plesk 360 Monitoring URL.', 'server-registration-url' => 'Generate redirect link to register the server in Plesk 360 Server Inventory.', 'set-connection-info' => 'Set the Plesk 360 connection info.', 'version' => 'Print the extension version.', 'wpguardian-setup' => 'Set up WP Guardian for this server.', ], // Help options messages. 'options' => [ 'format' => 'Output format: <json|json-pretty|text>. ', 'monitoring-server-id' => '360 Monitoring server ID.', 'monitoring-user-id' => '360 Monitoring user ID.', 'p360-key-file' => 'The path to the API key file or \'-\' to read STDIN.', 'enable-ip-restriction' => 'Enable the API key restriction. The default value is true.', 'allow-unsecure-connection' => 'Allow invalid or missing certificate when connecting the server.', 'from-inventory' => 'Delete this server from Plesk 360 Server Inventory first.', 'server-guid' => 'Plesk 360 server GUID', ], // Common messages. 'unknown_command' => 'Unknown command: \'%%commandName%%\'', 'api_key_not_passed' => 'Pass the \'-p360-key-file\' parameter or set the \'%%name%%\' environment variable', 'env_var_not_set' => 'Environment variable is not set: \'%%name%%\'', 'invalid_enum_option' => 'Invalid option \'%%optionName%%\', expected one of: %%expected%%, given: \'%%value%%\'', 'invalid_env_variable' => 'Invalid value of environment variable \'%%name%%\'', 'option_missed' => 'Option is not specified: \'%%optionName%%\'', 'option_requires_option' => 'Option \'%%optionName%%\' requires option \'%%requiredOptionName%%\' to be set', 'connection_detached' => 'Connection detached', 'connection_not_found' => 'Connection not found', 'connection_already_exists' => 'Connection already exists', 'server_address_not_detected' => 'Server address not detected', 'unhandled_exception' => 'Unexpected error', 'request_failed' => 'Request failed: %%error%%', 'invalid_response' => 'Invalid response: %%error%%', 'api_key_file_not_found' => 'API key file not found: \'%%filename%%\'', 'api_key_file_bad_permissions' => 'API key file \'%%filename%%\' must have permissions read and write only for owner.', 'api_key_file_check_perms_failed' => 'Failed to check permission for the API key file: \'%%filename%%\'', 'api_key_file_get_contents_failed' => 'Failed to retrieve contents of API Key file: \'%%filename%%\'', 'api_key_env_warning' => 'Secure way is reading the key from file with option -p360-key-file. Passing the key through environment variable is considered insecure. It should be used only when executing commands through Plesk REST API CLI gateway.', 'invalid_boolean' => 'Invalid boolean \'%%optionName%%\', expected true|false, given: \'%%value%%\'', 'connectServerError' => [ 'invalidUrl' => 'We can not work with provided server address. Usually, this happened when providing "http" instead of "https" in the address or mistyping in URL, like missing top-level domain (.com, .org etc).', 'urlPrivateIp' => 'Unfortunately, we cannot reach your server because it is not available. Server address\' host is an IP address that is not a public one.', 'serverAlreadyAdded' => 'This server is already connected.', 'domainNotResolved' => 'Unfortunately, we cannot reach your server because it is not available. Server address domain name cannot be resolved by Plesk 360.', 'domainResolvedPrivateIp' => 'Unfortunately, we cannot reach your server because it is not available. Please make sure you have public IP assigned to this domain.', 'connectionAborted' => 'Unfortunately, we cannot reach your server because it is not available.', 'connectionRefused' => 'Unfortunately, we cannot reach your server because the network connection was refused.', 'timeout' => 'Unfortunately, we cannot reach your server because it is not available.', 'badProtocol' => 'Provided Plesk server address should be protected by valid SSL certificate.', 'auth' => 'This Plesk server refuse to authorize the Plesk 360 with provided Plesk API key. Please add the server to Server Inventory again.', 'unsupportedServerVersionLong' => 'The installed Plesk version (%%version%%) is outdated and cannot be added. Only Plesk Obsidian %%pleskMinVersion%% and later is supported.', 'unsupportedServerVersionShort' => 'The installed Plesk version (%%version%%) is outdated and cannot be added.', 'pleskConfiguration' => 'The server is misconfigured and cannot be added. Please contact support.', 'unknownError' => 'We cannot add this server. Please contact support. Unknown error: %%message%%.', // SSL/TLS certificate errors 'certInvalid' => 'The server\'s hostname or IP address does not match the certificate\'s altnames.', 'certExpired' => 'This Plesk server certificate has expired.', 'certSelfSigned' => 'This Plesk server has a self-signed certificate configured.', 'certUntrustedCa' => 'This Plesk server certificate\'s CA is not trusted by Plesk 360.', ], 'connectServerHelp' => [ 'configureFirewall' => 'Please check your firewall settings and make the specified port accessible. See %%url%%', 'configureFirewallPublicIps' => 'Please check your firewall settings and allow the specified port from %%publicIps%%. See %%url%%', 'unsecureConnection' => 'It is not secure to use such a Plesk configuration and connect it to Plesk 360.', 'allowUnsecureConnection' => 'You can force the server to connect to Plesk 360 by specifying the `-allow-unsecure-connection` flag. But in this case, due to various security issues, access to the server may be compromised, the server may be vulnerable, and data on the server may be lost or stolen.', 'configureTlsCert' => 'We recommend setting up a CA-signed certificate, such as Let\'s Encrypt, to protect your Plesk from potential security issues. See %%url%%', 'configureAtLeastSelfSignedTlsCert' => 'We recommend setting up a CA-signed certificate, such as Let\'s Encrypt, or at least a self-signed certificate, to protect your Plesk from potential security issues. See %%url%%', 'updatePlesk' => 'Learn how to update Plesk: %%url%%', ], ], ]; return $DNT[$section]; }