xxb/module/help/lang/zh-cn.php
2023-10-23 15:51:36 +08:00

35 lines
2.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>';