35 lines
2.2 KiB
PHP
35 lines
2.2 KiB
PHP
<?php
|
||
$lang->help->licenseUnavaliable = '授權不可用';
|
||
|
||
$lang->help->errorTitles = array();
|
||
$lang->help->errorTitles[''] = '當前授權不可用';
|
||
$lang->help->errorTitles['expired'] = '您使用的授權版本已經過期';
|
||
$lang->help->errorTitles['serverInvalid'] = '錯誤的IP地址或MAC地址';
|
||
$lang->help->errorTitles['notFound'] = '未找到授權檔案';
|
||
$lang->help->errorTitles['corrupt'] = '錯誤的授權檔案或源碼';
|
||
|
||
$lang->help->errorMessages = array();
|
||
$lang->help->errorMessages[''] = '請聯繫我們獲取授權後使用。';
|
||
$lang->help->errorMessages['expired'] = '您當前使用的版本截止日期是 %s,已經過期,請聯繫我們購買授權。';
|
||
$lang->help->errorMessages['serverInvalid'] = '錯誤的IP地址或MAC地址';
|
||
$lang->help->errorMessages['notFound'] = '未找到授權檔案,請使用我們提供的授權檔案。';
|
||
$lang->help->errorMessages['corrupt'] = '您使用的授權檔案和源碼不匹配,請使用最初的授權檔案和源碼。';
|
||
|
||
$lang->help->contactInfo = '聯繫我們';
|
||
$lang->help->contactTip = '您可以通過如下方式聯繫我們:';
|
||
$lang->help->mobile = '電話';
|
||
$lang->help->email = 'Email';
|
||
$lang->help->qq = 'QQ';
|
||
$lang->help->site = '網站';
|
||
|
||
$lang->help->applyOfficialLicense = '去官網申請授權';
|
||
$lang->help->officialLicenseTip = '目前官網提供申請個人和企業授權功能,一次申請,永久使用。';
|
||
$lang->help->applyFreeLicense = '獲取臨時授權';
|
||
$lang->help->freeLicenseTip = '臨時授權有效期為半年,但不限制申請次數。';
|
||
$lang->help->downloadLicense = '下載授權檔案包';
|
||
$lang->help->freeLicenseImportTip = '點擊“下載授權檔案包”按鈕下載授權檔案包,然後參照如下方法將授權檔案上傳到伺服器:';
|
||
|
||
$lang->help->importLicense = '導入授權';
|
||
$lang->help->importLicenseTip = '如果您已經取得授權檔案,通過如下方式更新授權:';
|
||
$lang->help->importLicenseSteps = '<p>將授權檔案壓縮包(通常為 zip 格式)解壓後,上傳併合併到當前伺服器目錄中: </p><pre><code>%s</code></pre>';
|