bnbweb/languages/zh_tw/admin/fckfile_manage.php
2022-11-14 23:49:28 +08:00

40 lines
1.7 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: testyang $
* $Id: fckfile_manage.php 14481 2008-04-18 11:23:01Z testyang $
*/
$_LANG['fckfile_manage'] = 'Fck上傳檔案管理';
$_LANG['file_manage'] = '檔案目錄管理';
$_LANG['image_manage'] = '圖片目錄管理';
$_LANG['flash_manage'] = 'FLASH 目錄管理';
$_LANG['media_manage'] = '多媒體目錄管理';
$_LANG['fck_file_list'] = 'FCK 目錄清單';
$_LANG['file_id'] = '編號';
$_LANG['button_remove'] = '批次刪除';
$_LANG['no_select_file'] = '您沒有選擇任何檔案';
$_LANG['back_list'] = '返回S';
$_LANG['batch_remove_succeed'] = '您已經成功刪除 %d 個檔案';
$_LANG['edit'] = '編輯';
$_LANG['item_url'] = '連結位址';
$_LANG['item_vieworder'] = '排序';
$_LANG['top'] = '頂端';
$_LANG['middle'] = '中間';
$_LANG['bottom'] = '底部 ';
$_LANG['edit_ok'] = '操作成功';
$_LANG['go_list'] = '返回清單';
$_LANG['ckdel'] = '確認刪除?';
$_LANG['namecannotnull'] = '請輸入導覽列名稱!';
$_LANG['linkcannotnull'] = '請輸入連結位址!';
$_LANG['notice_url'] = '如果是本站的網址可縮寫為與商場根目錄相對位址如index.php<br>其它情況都應該輸入完整的網址如http://www.ecshop.com/';
?>