bnbweb/languages/zh_tw/admin/check_file_priv.php
2022-11-15 01:31:15 +08:00

30 lines
1.1 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
/**
* ECSHOP
* ============================================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: check_file_priv.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['item'] = '項目';
$_LANG['read'] = '可讀權限';
$_LANG['write'] = '可寫權限';
$_LANG['modify'] = '可修改權限';
$_LANG['dir'] = '目錄';
$_LANG['dir_subdir'] = '目錄及其子目錄';
$_LANG['tpl_file'] = '下所有模組檔案';
$_LANG['detail'] = '詳情';
$_LANG['unread'] = '不可讀';
$_LANG['unwrite'] = '不可寫';
$_LANG['unmodify'] = '不可修改';
$_LANG['unrename'] = '目錄需要執行 rename 權限';
?>