<?php
// Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved.
$messages = array(
    'noLicense' => 'To use Odin Small Business Panel, you have to install a valid license key.',
    'noLicenseNonAdmin' => 'A valid license key must be installed to use Odin Small Business Panel. Contact your system administrator or IT department to resolve this issue.',

    'isExpired' => 'Your license key has expired. To continue using the Panel you must purchase a commercial license key. Expiration date: %%limit%%. Current date: %%current%%.',
    'isExpiredNonAdmin' => 'Panel license key has expired. Contact your system administrator or IT department to resolve this issue.',

    'usersLimitReached' => 'You have reached the limit on the number of user accounts allowed by your license key. User accounts allowed: %%limit%%. User accounts created: %%used%%.',
	
    'usersLimitOverused' => 'You have created more user accounts than allowed by your license key. User accounts allowed: %%limit%%. User accounts created: %%used%%.',
    'usersLimitOverusedNonAdmin' => 'The number of created user accounts is more than allowed by the license key. Contact your system administrator or IT department to resolve this issue.',
	
    'mailnamesLimitReached' => 'You have reached the limit on the number of email addresses allowed by your license key. Email addresses allowed: %%limit%%. Email addresses created: %%used%%.',
    'domainsLimitReached' => 'You have reached the limit on number of websites allowed by your license key. Websites allowed: %%limit%%. Websites hosted: %%used%%.',
);
