<?php
// Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved.
//
// This file contains locale keys added by developers.
// Documentation team must clean up this file as they review these keys and move them to main messages_en-US.php:
// The keys with the 'cu_' prefix belong to CLI utilities and should be relocated to common_cli_messages_en-US.php.
// All other keys should be moved to common_messages_en-US.php.
//
//         PLEASE ADD COMMENT TO ALL STRINGS THAT YOU ADD.
//

$GLOBALS['lmsg_arr'] += array (
//    'key' => "value", for example:
//    'ui__client/domain-template_unknown__wizard__1_unknown'    => "Select the customer whose subscriptions you want to see",

    'backup__restore__capability_duplicate_php_handler_resolution' => '',
    'command__moveC' => '',
    'nonexistent_mail_address_should_be_local_domain_not_restricted' => 'Since the outgoing mail control is switched on, the email address specified for mail forwarding (%1) should belong to the selected domain. If it does not, then the messages sent to this address will not be counted in Outgoing Mail Control.',

    'subscription_unable_to_set_max_filesize_warning' => 'Unable to set the limit for the file size of the following Microsoft SQL databases because they has a greater file size: %1.',
    'subscription_unable_to_set_max_log_filesize_warning' => 'Unable to set the limit for the log file size of the following Microsoft SQL database because they has a greater log file size.: %1.',

    'upgrade_php_on_domain' => 'Unable to find PHP version 5.3.0 or later on any of your wordpress domains. Try upgrade it.',

);
