39 lines
2.5 KiB
PHP
39 lines
2.5 KiB
PHP
<?php
|
|
$lang->help->licenseUnavaliable = 'License not available';
|
|
|
|
$lang->help->errorTitles = array();
|
|
$lang->help->errorTitles[''] = 'Current license is not available';
|
|
$lang->help->errorTitles['expired'] = 'The edition has been out of date';
|
|
$lang->help->errorTitles['serverInvalid'] = 'Wrong IP address or MAC address.';
|
|
$lang->help->errorTitles['notFound'] = 'License not found';
|
|
$lang->help->errorTitles['corrupt'] = 'Wrong license or code';
|
|
|
|
$lang->help->errorMessages = array();
|
|
$lang->help->errorMessages[''] = 'Please contact us to get license.';
|
|
$lang->help->errorMessages['expired'] = 'The edition\'s end date is %s, has been out of date now, please contact us to renew your license.';
|
|
$lang->help->errorMessages['serverInvalid'] = 'The IP or MAC address of current server is wrong. Please run ranzhi on the server we licensed.';
|
|
$lang->help->errorMessages['notFound'] = 'License not found. Please use the license we supported. ';
|
|
$lang->help->errorMessages['corrupt'] = 'Your edition and license does not match. Please use the correct license.';
|
|
|
|
$lang->help->contactInfo = 'Contact us';
|
|
$lang->help->contactTip = 'You can contact us by:';
|
|
$lang->help->mobile = 'Mobile';
|
|
$lang->help->email = 'Email';
|
|
$lang->help->qq = 'QQ';
|
|
$lang->help->site = 'Website';
|
|
|
|
$lang->help->applyOfficialLicense = 'Apply official license';
|
|
$lang->help->officialLicenseTip = 'At present, the official website provides application for personal and corporate license functions, one application, and permanent use. ';
|
|
$lang->help->applyFreeLicense = 'Get temporary license';
|
|
$lang->help->freeLicenseTip = 'The temporary license is valid for half a year, but does not limit the number of applications. ';
|
|
$lang->help->requestingLicense = 'Requesting temporary license';
|
|
$lang->help->requestFail = 'Request failed. Please try again later. ';
|
|
$lang->help->retry = 'Retry';
|
|
$lang->help->downloadLicense = 'Download license package file';
|
|
$lang->help->downloadSuccess = 'Request temporary license success';
|
|
$lang->help->freeLicenseImportTip = 'Click the download button to download the license file, then upload the license file to the server as follows:';
|
|
|
|
$lang->help->importLicense = 'Import license';
|
|
$lang->help->importLicenseTip = 'If you have obtained an license file, update the license as follows: ';
|
|
$lang->help->importLicenseSteps = '<p>Upload the license file (filename must be <code>%s</code>) to the current server directory: </p><pre><code>%s </code></pre>';
|