File: /python/moda/public_html/tech/old/modules/addons/licensing/lang/english.php
<?php
/**
* Licensing Manager
* English language file
*
* @package WHMCS
* @author WHMCS Limited <development@whmcs.com>
* @copyright Copyright (c) WHMCS Limited 2005-2018
* @license https://www.whmcs.com/license/ WHMCS Eula
*/
$_ADDONLANG['licenseVerificationToolInfo'] = "Our License Verification Tool allows you to check if a website is authorized to be running our software.";
$_ADDONLANG['reportUnlicensed'] = "If you find a website that is not showing as being licensed, please report it to us for us to check.";
$_ADDONLANG['enterDomain'] = "Enter Domain/IP";
$_ADDONLANG['check'] = "Check";
$_ADDONLANG['howToUse'] = "How to use this tool";
$_ADDONLANG['licenseMatch'] = "License Match Found";
$_ADDONLANG['licenseMatchInfo'] = "We can confirm that this domain/IP is authorized to be running our software.";
$_ADDONLANG['noLicenseMatch'] = "No License Matches Found";
$_ADDONLANG['noLicenseMatchInfo'] = "We were unable to find any licenses assigned to the Domain/IP you entered. This doesn't necessarily mean it isn't licensed, but please report the domain to us so we can check it.";
$_ADDONLANG['thankYou'] = "We thank you for helping us in the fight against piracy";
$_ADDONLANG['enterDomain'] = "Enter <strong>only</strong> the domain name where you see our software in use";
$_ADDONLANG['domainExample'] = "For example if there was an installation @ http://support.domain.com/, enter just support.domain.com above";
$_ADDONLANG['noWWW'] = "You should not include the www. prefix in the case of website urls";