You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
2.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: testyang $
* $Id: filecheck.php 15013 2008-10-23 09:31:42Z testyang $
*/
$_LANG['filecheck_verifying'] = '正在进行文件校验,请稍候......';
$_LANG['filecheck_tips_step1'] = '文件校验是针对 shop 官方发布的文件为基础进行核对,点击下面按钮开始进行校验。';
$_LANG['filecheck_start'] = '开 始';
$_LANG['fileperms_confirm'] = '确认开始';
$_LANG['fileperms_verify'] = '开始校验';
$_LANG['filecheck_completed'] = '校验结果';
$_LANG['filecheck_return'] = '返回重新校验';
$_LANG['filecheck_status'] = '状态';
$_LANG['result_modify'] = '<em class="edited">被修改</em>';
$_LANG['result_delete'] = '<em class="del">被删除</em>';
$_LANG['result_unknown'] = '<em class="unknown">未知</em>';
$_LANG['filecheck_modify'] = '被修改';
$_LANG['filecheck_delete'] = '被删除';
$_LANG['filecheck_unknown'] = '未知';
$_LANG['filecheck_check_ok'] = '正确';
$_LANG['jump_info'] = '如果您的浏览器没有自动跳转,请点击这里';
$_LANG['tips'] = '技巧提示: ';
$_LANG['filecheck_tips'] = '<li>“<em class="edited">被修改</em>”、“<em class="del">被删除</em>” 中的列出的文件,请即刻通过 FTP 或其他工具检查其文件的正确性以确保shop网店功能的正常使用。</li>
<li>“<em class="unknown">未知</em>” 中的列出的文件,请检查网店是否被人非法放入了其他文件。</li>
<li style="">“<em class="unknown">一周内被修改</em>” 中列出的文件,请确认最近是否修改过。</li>';
$_LANG['filename'] = '文件名';
$_LANG['filesize'] = '文件大小';
$_LANG['filemtime'] = '最后修改时间';
$_LANG['filecheck_nofound_md5file'] = '不存在校验文件,无法进行此操作';
?>