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'] = '不存在校驗文件,無法進行此操作';
?>