bnbweb/languages/zh_tw/admin/filecheck.php
2023-06-28 03:45:01 +08:00

27 lines
1.5 KiB
PHP
Executable File
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['filecheck_verifying'] = '正在進行檔案檢驗,請稍候......';
$_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或其它工具檢查其檔案的正確性以確保ECSHOP商店功能的正常使用。</li>
<li>「<em class="unknown">不詳</em>」 中的列出的檔案,請檢查商店是否被人不合法放入了其他檔案</li>
<li style="">「<em class="unknown">一週內被修改</em>」 中列出的檔案,請確認最近是否修改過。</li>';
$_LANG['filename'] = '檔案名稱';
$_LANG['filesize'] = '檔案大小';
$_LANG['filemtime'] = '最後修改時間';
$_LANG['filecheck_nofound_md5file'] = '不存在檢驗檔案,無法進行本次作業';
?>