<?php
// Copyright 1999-2012. 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' => '',

    'server_preferences__allow_sys_user_rename' => 'Customer can change system user name',
    'server_preferences__allow_sys_user_rename_false' => 'Always',
    'server_preferences__allow_sys_user_rename_true' => 'Only if "Hosting Management" permission given',
    'server_preferences__allow_sys_user_rename_forced' => 'Never',

);
