<?php
$messages = array(
    'title' => 'Server and Panel Settings',
    'pageHint' => 'This is where you configure the global settings related to hosting services, security, and Panel branding.',

    'generalPanel' => 'General',
    'serverComponents' => 'Server Components',
    'serverComponentsDescription' => 'View the software components installed on the server.',
    'serverSettings' => 'Server Settings',
    'serverSettingsDescription' => 'Set the server\'s host name, statistics calculation preferences, and restrict creation of DNS zones for users.',
    'systemTime' => 'System Time',
    'systemTimeDescription' => 'Adjust system date and time, and enable time synchronization with a time server on the Internet.',
    'serverStatistics' => 'Settings of Server Statistics',
    'serverStatisticsDescription' => 'Configure global statistics settings.',
    'ftpSettings' => 'FTP Settings',
    'ftpSettingsDescription' => 'Configure port ranges for passive FTP connections to the server.',
    'backupSettings' => 'Backup Settings',
    'backupSettingsDescription' => 'Configure the global data backup settings to reduce server CPU load.',
    'dnsTemplate' => 'DNS Template Settings',
    'dnsTemplateDescription' => 'Configure the global DNS zone template that predefines DNS zone settings for all domain DNS zones served by the name server.',
    'restrictCreationOfSubzones' => 'Restrict Creation of Subzones',
    'restrictCreationOfSubzonesDescription' => 'Restrict creation of subdomains and domain aliases in DNS zones belonging to other users.',

    'securityPanel' => 'Security',
    'restrictAdministrativeAccess' => 'Restrict Administrative Access',
    'restrictAdministrativeAccessDescription' => 'Specify IP addresses of computers or networks from which administrative access to the Panel must be allowed.',
    'firewall' => 'Firewall',
    'firewallDescription' => 'Configure the firewall to allow or forbid network connections to the hosting services.',
    'sessionIdleTime' => 'Session Idle Time',
    'sessionIdleTimeDescription' => 'Configure the period that a user session is allowed to remain idle before it is closed.',

    'applicationsAndDatabasesPanel' => 'Applications & Databases',
    'databaseHostingPreferences' => 'Database Hosting Preferences',

    'databaseHostingPreferencesDescription' => 'Specify whether the Panel should add usernames to database names and whether it should allow installation of web applications that cannot use remote databases.',
    'coldFusionSettings' => 'ColdFusion Settings',
    'coldFusionSettingsDescription' => 'After you install Adobe ColdFusion components on the server, click this link to specify the path to Adobe ColdFusion installation directory.',
    'aspNetSettings' => 'ASP.NET Settings',
    'aspNetSettingsDescription' => 'Configure the global settings for execution of ASP.NET applications on the server.',

    'sitebuilderSettings' => 'Customer Acquisition Scenario Settings',
//    'sitebuilderSettingsDescription' => 'Configure settings of payment systems and specify Google Maps API key that can be used for sites created with SiteBuilder.', //not available
 'sitebuilderSettingsDescription' => 'Configure scenarios for acquiring new customers to your hosting services.',
    'googleServicesForWebsitesSettings' => 'Settings of Google Services for Websites',
    'googleServicesForWebsitesDescription' => 'Integrate Google Services for Websites with the Panel.',

    'mailPanel' => 'Mail',
    'mailServerSettings' => 'Mail Server Settings',
    'mailServerSettingsDescription' => 'Set up e-mail services and protection from spam and viruses.',
    'virusProtectionSettings' => 'Virus Protection Settings',
    'virusProtectionSettingsDescription' => 'Set up protection from viruses and other malicious software.',
    'spamFilterSettings' => 'Spam Filter Settings',
    'spamFilterSettingsDescription' => 'Set up protection from unsolicited commercial e-mail.',
    'webmailSettings' => 'Webmail',
    'webmailSettingsDescription' => 'Register additional webmail services, and set up webmail options available to your customers.',

    'uiPanel' => 'Panel Appearance',
    'controlPanelBranding' => 'Panel Branding',
    'controlPanelBrandingDescription' => 'Set a custom logo image and text to show in the browser\'s title bar.',
    'languages' => 'Languages',
    'languagesDescription' => 'View and manage installed language packs.',
    'skins' => 'Skins',
    'skinsDescription' => 'View and manage visual styles for the Panel.',
    'interfaceManagement' => 'Interface Management',
    'interfaceManagementDescription' => 'View and manage visual styles, languages, and specify which buttons need to be removed from the Panel.',
    'customButtons' => 'Custom Buttons',
    'customButtonsDescription' => 'Add to the Panel shortcuts to your applications or any other resources available at external URLs.',

    'logsAndNotificationsPanel' => 'Logs & Notifications',
    'notifications' => 'Notifications',
    'notificationsDescription' => 'Set up the Panel to automatically send resource overuse and account expiration warnings to users.',
    'actionLog' => 'Action Log',
    'actionLogDescription' => 'Set up logging of actions performed by Panel users.',
);
